.clear {    clear: both;}



.navbar-nav li a {font-weight: bold;}

.jcarousel-wrapper-bg {
    position: fixed;
    width: 22px;
    height: 60px;
margin-left:1138px;
background: #fff;
z-index:2000;
}
#drawer-btn svg {height: 40px;}

.jcarousel-wrapper {
    position: relative;
    width: 1137px;
    height: 566px;
margin-top:60px;
}

@media (max-width: 1200px) and (min-width: 992px) {

.container1 a {padding-left: 18px;}
.jcarousel-wrapper  {
    width: 938px;
    height: 444px;
}
.jcarousel-wrapper ul li img {
    width: 938px;
    height: 444px;
}
.jcarousel-wrapper ul li div {top: 177px !important;}
.jcarousel-control-prev, .jcarousel-control-next {top: 205px !important;}
}

@media (max-width: 992px) and (min-width: 768px) {
.container1 a {padding-left: 8px;}
.jcarousel-wrapper  {
    width: 718px;
    height: 344px;
}
.jcarousel-wrapper ul li img {
    width: 718px;
    height: 344px;
}
.jcarousel-wrapper ul li div {top: 122px !important;}
.jcarousel-control-prev, .jcarousel-control-next {top: 150px !important;}
}

@media (max-width: 768px) {
.container1 a {text-transform: none;font-size: 1.2em;}
.container1 {padding-right: 8px;}
.jcarousel-wrapper  {
    width: 99%;
    height: 344px;
}
.jcarousel-wrapper ul li img {
    width: 718px;
    height: 344px;
}
.jcarousel-wrapper ul li div {font-size: 3.5em !important;left: 82px !important;
top: 132px !important;}
.jcarousel-control-prev, .jcarousel-control-next {top: 150px !important;}
}

@media (max-width: 480px) {
.f-search-b {margin-top: 50px;}
.container1 .tile {text-align: center;}
.container1 a {text-transform: uppercase;font-size: 1.5em;padding:10px;}
.container1 {padding-right: 0px;}




.jcarousel-wrapper  {
    width: 100%;
    height: 230px;
}
.jcarousel-wrapper ul li img {
    width: auto;
    height: 230px;
}
.jcarousel-pagination {display:none;}
.jcarousel-wrapper ul li div {font-size: 2.5em !important;left: 82px !important;
top: 64px !important;}
.jcarousel-control-prev, .jcarousel-control-next {
top: 60px !important;}
}


.jcarousel-wrapper ul li div {
    position: absolute;
    top: 207px;
    left: 122px;
color: #fff;
    text-transform: uppercase;
    font-size: 4.5em;
    letter-spacing: -0.04em;
    line-height: 1.25em;
    font-family: DINWebPro;
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
position: relative;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 235px;
    width: 41px;
    height: 79px;
    color: #fff;
    text-decoration: none;
    text-indent: -10000px;
}

.jcarousel-control-prev {
    left: 20px;
    background: url(/img/jcarousel-control-prev-nact.png) 0px 0px no-repeat;
}

.jcarousel-control-next {
    right: 20px;
    background: url(/img/jcarousel-control-next-nact.png) 0px 0px no-repeat;
}

.jcarousel-control-prev:hover {background: url(/img/jcarousel-control-prev.png) 0px 0px no-repeat;}
.jcarousel-control-next:hover {background: url(/img/jcarousel-control-next.png) 0px 0px no-repeat;}



.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    top: 0px;
    right: -18px;
z-index:1000;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: block;
    width: 9px;
    height: 9px;
    text-indent: -10000px;
    background: url(/img/jcarousel-pagination_bg.png) 0px 0px no-repeat;
    margin-bottom:9px;   
}

.jcarousel-pagination a.active {
    background: url(/img/jcarousel-pagination_bg_act.png) 0px 0px no-repeat;
}
