html, body{
    width: 100%;
    height: 100%;
    font-family: PT Sans;
    font-size: 100%;
}
html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
* { max-height: 999999px }

a{
    text-decoration: none!important;
}

.benchmark{
    display: none;
}

.hidden{
    opacity: 0;
}

.footer p{
    font-weight: normal!important;
    color: white!important;
}

.search-container li:hover{
    text-shadow: 2px 2px 1px rgba(2,45,65,0.6);
    filter:DropShadow(Color=#cccccc, OffX=1, OffY=1);
}
.favorites-star{
    text-shadow:none!important;

}

.contact-box input[type=text], .contact-box textarea {
    margin-left: 10px;
    border: none;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.5);
    box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.5);
    padding: 3px 5px;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style:italic;
}

.valign-center{
    vertical-align: middle;
}

.valign-top{
    vertical-align: top;
}

.fl-left{
    float: left;
}

.fl-right{
    float: right;
}

.page{
    width: 100%;
    background: #eeeeee;
    border-top: 10px solid #09b1fd;
    min-height: 100%;
}

.upper{
    text-transform: uppercase;
}

.capitalize{
    text-transform: capitalize;
}

input{
    outline: none!important;
}

.fancybox-overlay *{

    -webkit-transition: all 0ms linear!important;
    -moz-transition: all 0ms linear!important;
    -o-transition: all 0ms linear!important;
    -ms-transition: all 0ms linear!important;
    transition: all 0ms linear!important;
}

.gallery-container *{
    -webkit-transition: all 0ms linear;
    -moz-transition: all 0ms linear;
    -o-transition: all 0ms linear;
    -ms-transition: all 0ms linear;
    transition: all 0ms linear;
}

.search-container a{
    color: white!important;
    text-decoration: none!important;
}

*{
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.center{
    text-align: center;
}

/*@media screen and (max-width: 800px) {
    .grid_12{
        width: 100%!important;
    }
}*/


.zoom{
    position: absolute;
    top:50%;
    right:45px;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background-position: center center;
    background-size: 38px;
    background-repeat: no-repeat;
    background-image: url("../img/icons/zoom.png");
    display: block;
    z-index: 10;
}

.favorite{
    position: absolute;
    top:50%;
    right:5px;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/icons/star.png");
    display: block;
    z-index: 10;
}

.favorites-star{
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    margin-top: -5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/icons/star-white.png");
    display: block;
    z-index: 10;
    margin-left: 10px;
    margin-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 14px;
    font-size: 14px;
    text-align: left;
    padding-left: 14px;
    color: #09b1fd;

}

.favorites span{
    padding-top: 5px;
    display: block;
    color: white;
}

.search-container{
    list-style: none;
    display: table;
    width: 100%;
}
.search-container li{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: #09b1fd;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

h1{
    background: #09b1fd;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    clear: both;
    display: table;
    margin-bottom: 30px;
    line-height: 120%!important;
}

@media screen and (min-width: 1601px){
    h1{
        padding:20px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 24px;
        min-width: 40%;


    }

    .more{
        position: absolute;
        right:0;
        top:20px;
        font-weight: bold;
        font-size: 18px;
        color: #686868;
        display: block;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1441px){
    .search-container li{
        font-size: 18px;
    }

    h1{
        padding:20px;
        width: 45%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 24px;
        min-width: 45%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1281px){
    .search-container li{
        font-size: 16px;
    }

    h1{
        padding:20px;
        width: 45%;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 22px;
        min-width: 50%;
    }
}

@media screen and (max-width: 1280px) {
    .search-container li{
        font-size: 16px;
    }

    h1{
        padding: 20px;
        width: 60%;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 20px;
        min-width: 50%;
    }
}





.search_more{
    position: absolute;
    top:0;
    left: 10%;
    width: 80%;
    margin-top:60px;
    background: #ebebeb;
    min-height: 120px;
    box-shadow: 1px 1px 11px #000000;
    z-index: 100;
    display: none;
    color: #09b1fd;
    padding: 20px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

.search_more table{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search_more td{
    font-weight: bold;
    padding-bottom: 20px;
    padding-right: 10px;
}



.search_more input, .search_more select{
    width: 50px;
}

.search_more_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(20,20,20,0.5);
    display: none;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
}

.search_more_toggle{
    cursor: pointer;
}

.container_36{
    position: relative;
}

.al-right{
    text-align: right;
}
.al-center{
    text-align: center;
}

.al-left{
    text-align: left;
}
.search_more .no-padding{
    padding: 0!important;
}

.search_ok, .search_cancel{
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    font-weight: normal!important;
    margin: 10px;
}


.button{
    color: white;
    text-transform: capitalize;
    border-radius: 4px;
    background: #09b1fd;
    padding: 3px 15px;
    box-shadow: 1px 1px 1px rgba(2,45,65,0.5);
    cursor: pointer;
    border: none;
    text-align: center;
}

.button:hover{
    box-shadow: 1px 1px 1px rgba(2,45,65,0.7);
}

.search_more input[type=text]{
    border: none;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.6);
    padding: 3px 5px;
}

.search_more select[type=text]{
    border: none;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.6);
}

sup{

    vertical-align: super;
    font-size: 0.7em;
}

#scrollUp{
    background: url(../img/top.png) center center no-repeat;
    bottom: 40px;
    right: 50px;
    width: 38px;
    height: 38px;
}

.social-button{
    background: #09b1fd;
    width: 45px;
    height: 45px;
    float: left;
    margin: 20px 20px 20px 0px;
    opacity: 0.8;
    cursor: pointer;
}

.social-button .s-icon{
    background-size: contain!important;
    width: 80%;
    height: 80%;
    // opacity: 0.9;
    margin: 10%;
}

.social-button .fb{
    background: url(../img/social/fb.png) center center no-repeat;
}

.social-button .tw{
    background: url(../img/social/tw.png) center center no-repeat;
}

.social-button .gplus{
    background: url(../img/social/g.png) center center no-repeat;
}

.social-button:hover{
    opacity: 1;
}
