@import url('https://fonts.googleapis.com/css?family=Open+Sans|Barlow+Semi+Condensed');


/*
Tipue Slide 1.0
Tipue Slide Copyright (c) 2018 Tipue
Tipue Slide is released under the MIT License
http://www.tipue.com/slide
*/


.tipue-clear
{
     clear: both;
}
.tipue-not
{
     text-decoration: none;
}
.tipue-slide-screen
{
     display: none;
     position: fixed;
     top: 0;
     left 0;
     width: 100%;
     height: 100%;
     z-index: 400;
}
#tipue-slide
{
     position: fixed;
     box-sizing: border-box;
     top: 55px;
     left: -450px;
     width: 450px;
     height: 100%;
     background-color: #1f1f1f;
     z-index: 500;
     overflow-y: auto;
}
.tipue-slide-wrap
{
     display: none;
     float: left;
     padding: 20px 0 0 20px;
}
.tipue-slide-icon-wrap
{
     float: left;
     height: 50px;
     background-color: #333;
     box-sizing: border-box;
     padding: 13px 0 0 11px;
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
}
.tipue-slide-icon
{     
     font: 24px/1 'Open Sans', sans-serif;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
     color: #777;
     transform: rotate(45deg);
}
/* Search bar */
#tipue-slide-input
{
     float: left;
     font: 14px 'Open Sans', sans-serif;
     color: #ccc;     
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
     width: 300px;
     background-color: #333;
     border: none;
     height: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
     box-shadow: none;
	outline: 0;
	padding: 10px;
}
.tipue-slide-clear-wrap
{
     float: left;
     height: 50px;
     width: 26px;
     background-color: #333;
     box-sizing: border-box;
     padding-top: 17px;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
}
.tipue-slide-clear
{
     display: none;    
     font: 16px/1 'Open Sans', sans-serif;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
     color: #999;
     cursor: pointer;
}
.tipue-slide-close
{
     float: right;
     font: 18px/1 'Open Sans', sans-serif;
     color: #ccc;     
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 17px 20px 0 0;
	cursor: pointer;
}

#tipue-slide-content
{
     margin-top: 20px;
}

/* Search results text  */
.tipue-slide-text
{
    position: relative;
    font-size: 14px;
    color: #D4D7D8;
	letter-spacing: 1px;
	padding: 0px 20px;
	transition: all 0.2s;
}
.tipue-slide-text:hover
{
     color: #eee;
}
.tipue-slide-text-no-results
{
    position: relative;
    font-size: 14px;
    color: #C42148;
	letter-spacing: 1px;
	padding: 8px 20px;
	transition: all 0.2s;
}

.tipue-slide-text-content
{
    position: relative;
    font-size: 13px;
    color: #00A850;
	padding: 0px 30px;
	transition: all 0.2s;
}