.navbar-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 51px;
}
.navbar-wrapper > .container {
    padding: 0;
}

@media all and (max-width: 768px ){
    .navbar-wrapper {
        position: relative;
        top: 0px;
    }
}
.jssorb21 {
    position: absolute;
    bottom: 10px; 
    right: 6px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../../common/icons/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    overflow: hidden;
}
.jssora21l{ 
    top: 280px;
    left: 38px;
}
.jssora21r{ 
    top: 280px;
    right: 8px;
}
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover, .jssora21r:hover { color:rgba(255,255,255,.8); }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
.green_preloader{
    position: absolute;
    display: block;
    top: 25%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-size: cover;
}
.loading{
    width: 100%;
    height: 500px;
}
#slider2_container .caption{
  background-color: rgba(0,0,0,.7);
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;  
  color: #fff;
  padding: 0 20px;
}
#slider2_container .caption h1{
    font-size: 60px !important;
}
#slider2_container .caption h2{
    margin-top: 5px;
    font-size: 34px;
}
#slider2_container .caption img{
    margin-top: 24px;
    height: 90px;
}



/* iphone portrait */
@media screen and (max-width: 325px) {
  
}
@media (min-width: 324px) and (max-width: 380px) {
  
}
@media screen and (max-width: 767px) {

}

/* ipad landscape */
@media (min-width: 768px) and (max-width: 969px) {
 
}