/* begin: Search
-----------------------------------------------*/

.search-banner{margin:0px auto 0px auto; padding:0px 0px 0px 0px; width:100%; height: 200px; background:#fafafa; position:relative; background-size: cover; background-position: center center; z-index:1; overflow: hidden;}
.search-banner img{margin:0px auto 0px auto; padding:0; width:100%; position:relative; -webkit-transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-o-transition: opacity 1s ease-in-out;transition: opacity 1s ease-in-out; z-index:1;}

.search-banner-bottom{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; height:100px; position:absolute; margin-left:auto; margin-right:auto; left:0; right:0; bottom:0px; background:transparent; z-index:20; display:block;}
.search-banner-bottom1{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.search-banner-bottom-title{margin:0px auto 0px auto; padding:0px 0px 0px 0px; width:100%; height:auto; background:transparent; position:relative; z-index:10;}
.search-banner-bottom-title { font-family: "HCo Verlag","CenturyGothic",AppleGothic,Gill Sans,Gill Sans MT,sans-serif; color:#000000; font-size:40px; text-align:left; line-height:60px; text-transform:uppercase; font-weight:700; letter-spacing: .1em;word-spacing: .03em;}

.search-contents{margin:0px auto 0px auto; padding:32px 0px 32px 0px; width:100%; min-height:60px; background:#FFFFFF; position:relative; z-index:1;}


.empty-result{margin:0px auto 0px auto; padding:0px 0px 0px 0px; width:100%; min-height:60px; background:#FFFFFF; position:relative; z-index:1;}
.empty-result{font-family: "HCo Verlag","CenturyGothic",AppleGothic,Gill Sans,Gill Sans MT,sans-serif; font-size:14px; position:relative; line-height:30px; color:#000000; text-decoration:none; text-transform:uppercase; display:inline-block; border:none; text-align:left; font-weight:500; letter-spacing: .1em;word-spacing: .03em;}

.empty-result a{margin:0px; padding:0px 0px 0px 0px; width:auto; font-family: "HCo Verlag","CenturyGothic",AppleGothic,Gill Sans,Gill Sans MT,sans-serif; font-size:14px; position:relative; line-height:30px; color:#000000; text-decoration:none; text-transform:uppercase; display:inline-block; border-bottom:1px solid #ffca00; text-align:left; font-weight:500; letter-spacing: .1em;word-spacing: .03em;}
.empty-result a:hover{color:#000000; text-decoration:none;border-bottom:1px solid #ffca00;background:transparent; outline: none;}
.empty-result a:focus{color:#000000; text-decoration:none;border-bottom:1px solid #ffca00;background:transparent; outline: none;}


/* end: Search 
-----------------------------------------------*/











/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

/* 1600 grid */
@media screen and (min-width:1600px) {

}



/* 1280 grid */
@media print, screen and (min-width:1280px) and (max-width:1599px) {

}



/* 1024 grid */
@media print, screen and (min-width:1024px) and (max-width:1279px) {
	
}


/* 960 grid */
@media print, screen and (min-width:960px) and (max-width:1023px) {

}



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/* #Mobile (Landscape) */
@media only screen and (min-width:480px) and (max-width:767px) {

}


@media only screen and (min-width:320px) and (max-width:479px) {

}



@media only screen and (min-width:240px) and (max-width:319px) {

}


/* #Mobile (Portrait) */
@media only screen and (max-width:239px) {

}


/* #Mobile (Portrait) */
@media only screen and (max-width:180px) {
	
}

/* #Print Fixes */
@media print {}