.ls-container {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}
.ls-inner {
    position: relative;
    background-position: center center;
}
.ls-inner, .ls-layer {
    width: 100%;
    height: 100%}
.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
}
.ls-layer * {
    margin: 0;
    line-height: normal;
}
.ls-active, .ls-animating {
    display: block!important;
}
.ls-layer>* {
    position: absolute;
    left: 0;
    top: 0;
}
.ls-layer .ls-bg {
    left: 50%;
    top: 50%}
.ls-yourlogo {
    position: absolute;
    z-index: 99;
}
.ls-bottom-nav-wrapper {
    height: 0;
}
.ls-bottom-nav-wrapper, .ls-below-thumbnails {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.ls-below-thumbnails {
    display: none;
    z-index: 6;
}
.ls-bottom-nav-wrapper a, .ls-nav-prev, .ls-nav-next {
    outline: 0;
}
.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000;
}
.ls-bottom-slidebuttons, .ls-nav-start, .ls-nav-stop, .ls-nav-sides {
    position: relative;
}
.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}
.ls-tn {
    display: none!important;
}
.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0;
}
.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden;
}
.ls-thumbnail-hover img {
    max-width: none!important;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 0;
}
.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}
.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}
.ls-thumbnail {
    position: relative;
    margin: 0 auto;
}
.ls-thumbnail-inner, .ls-thumbnail-slide-container {
    width: 100%}
.ls-thumbnail-slide-container {
    overflow: hidden!important;
    position: relative;
}
.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative;
}
.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
}
.ls-thumbnail-slide img {
    max-width: none!important;
    max-height: 100%!important;
    height: 100%}
.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
}
.ls-shadow img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#layerslider-container {
    margin: 0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.15);
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.15);
}
#layerslider-container img {
    max-width: 100%;
    width: 100%!important;
    height: 100%!important;
}
.caption {
    width: 610px;
    height: 300px;
    background: #000;
}
.nofade {
    opacity: 1!important;
}
.ls-layer.link {
    cursor: pointer;
}
.ls-nav-prev, .ls-nav-next {
    width: 59px;
    height: 53px;
    margin: -20px 0 0;
    display: block;
    background: #f8f8f8;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    font-size: 40px;
    line-height: 40px;
    padding-top: 8px;
}
.ls-nav-prev:hover, .ls-nav-next:hover {
    opacity: .2;
}
.ls-nav-prev i[class^="icon-"]:before, .ls-nav-prev i[class*=" icon-"]:before {
    width: auto;
    margin: 0 0 0 -4px;
}
.ls-nav-next i[class^="icon-"]:before, .ls-nav-next i[class*=" icon-"]:before {
    width: auto;
    margin: 0 -4px 0 0;
}
.ls-container:hover .ls-nav-prev, .ls-container:hover .ls-nav-next {
    opacity: .7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ls-container .ls-nav-prev:hover, .ls-container .ls-nav-next:hover {
    opacity: .9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ls-nav-prev {
    left: 25px;
}
.ls-nav-next {
    right: 25px;
}

#header>.container, section.slider .container, section#content>.container {
    background-color: #fff!important;
    padding: 0 15px 10px 15px;
}
#header>.container {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.45);
}
section#content>.container:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 25px;
}
section#content {
    padding-bottom: 25px;
}
#content section.slider {
    background: transparent;
}
section.slider {
    margin-bottom: 0;
}
#content section.slider {
    margin-bottom: 25px;
}
section.slider .container {
    background: url(../img/ajax-loader.gif) no-repeat center 50%}
section.slider .flexslider {
    margin-bottom: 0;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    color: #000;
}
section#content>.container.top {
    padding-top: 25px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
}
section.slider>.container {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
}

#layerslider {
    background: none repeat scroll 0 0 #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 5px 0 0;
}
#layerslider .banner {
    border-radius: 0;
}
#layerslider .text-bg {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
}
#layerslider .text1 {
    color: #3a3a3a;
    font-size: 40px;
    line-height: 40px;
}
#layerslider .text2 {
    font-size: 54px;
    line-height: 54px;
}
#layerslider .text3 {
    color: #3a3a3a;
    font-size: 35px;
    line-height: 35px;
}
#layerslider .text4 {
    color: #3a3a3a;
    font-size: 33px;
    line-height: 33px;
}
#layerslider .text5 {
    font-size: 75px;
    line-height: 75px;
}
#layerslider .text6 {
    color: #3a3a3a;
    font-size: 25px;
    line-height: 25px;
}
#layerslider .text7 {
    font-size: 62px;
    line-height: 62px;
}
#layerslider .text {
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
}
.countdown_inner {
    border-color: #fff;
}
