/*Supercarousel*/

.fl {
    float: left
}
.fr {
    float: right
}
.supercarousel_wrapper .supercarousel p {
    padding: 0
}
.focuscarousel > div {
    opacity: .5;
    transition: opacity ease-in-out 1s;
    -webkit-transition: opacity ease-in-out 1s
}
.focuscarousel > div.focus {
    opacity: 1
}
.supercrsl {
    position: relative
}
.supercrsl a.prev {
    left: 0
}
.supercrsl a.next {
    right: 0
}
.supercrsl a.prev,
.supercrsl a.next {
/*
    cursor: pointer;
    display: block;
    width: 45px;
    height: 50px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%)
*/

    cursor: pointer;
    display: block;
    width: 26px;
    height: 46px;
    position: absolute;
    right: 0;
    top: calc(50% - 23px)

}
.supercarousel_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px
}
.supercarousel {
    display: none;
    margin: 0;
    padding: 0;
    height: auto;
    top: 0;
    left: 0;
    position: absolute
}
.supercarousel div {
    height: auto;
    position: absolute;
    top: 0;
    background-color: transparent;
    display: block
}
.supercarousel div div {
    position: relative
}
.imgslide {
    max-width: none!important
}
.supercaption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5)!important;
    bottom: 0;
    top: auto!important;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    padding: 10px 0;
    position: absolute!important;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    width: 100%
}
.supercaption a {
    color: #fff
}
.supercontentdata,
.supercontentdata img {
    width: 100%
}
.supercontentdata a {
    color: #111111;
    text-decoration: none
}
.supercontentdata a:hover {
    color: #111111;
    text-decoration: underline
}
.slider-info {
    padding: 50px
}
.w100 {
    width: 100%
}
.w50 {
    width: 50%
}
.w25 {
    width: 25%
}
.supercontenttitle {
    font-weight: 700
}
a.prev,
a.next {
/*    background: url(../images/miscellaneous_sprite.png) no-repeat transparent;*/
    width: 26px;
    height: 46px;
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 99
}
a.prev {
    background-position: 0 0
}
a.prev:hover {
    background-position: 0 -49px
}
a.prev.disabled {
    background-position: 0 -100px
}
a.next {
    background-position: -46px 0
}
a.next:hover {
    background-position: -46px -49px
}
a.next.disabled {
    background-position: -46px -100px
}
a.prev.disabled,
a.next.disabled {
    cursor: default
}
a.prev span,
a.next span {
    display: none
}
.supercrsl .pagination {
    text-align: center
}
.supercrsl .pagination a {
    line-height: normal;
    box-shadow: none;
    border-width: 0;
    padding: 0;
    background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
    cursor: pointer
}
.supercrsl .pagination a.selected,
.supercrsl .pagination a:hover {
    cursor: default;
    background: url(../images/miscellaneous_sprite.png) no-repeat scroll -25px -300px rgba(0, 0, 0, 0);
    box-shadow: none;
    border-width: 0;
    cursor: pointer
}
.supercrsl .pagination a span {
    display: none
}
a.prev.small,
a.next.small {
    background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
    width: 30px;
    height: 36px;
    display: block;
    position: absolute;
    top: 25%;
    cursor: pointer
}
a.prev.small {
    xleft: -12px;
    background-position: -7px -167px
}
a.prev.small:hover {
    background-position: -7px -197px
}
a.Xprev.small.disabled {
    background-position: -7px -227px!important
}
a.next.small {
    xright: -12px;
    background-position: -38px -167px
}
a.next.small:hover {
    background-position: -38px -197px
}
a.Xnext.small.disabled {
    background-position: -38px -227px!important
}
a.prev.small.disabled,
a.next.small.disabled {
    cursor: default
}
a.prev.small span,
a.next.small span {
    display: none
}
a.blk {
    display: inline
}
.superprev,
.supernext {
/*    background-image: url(../images/miscellaneous_sprite.png)!important;*/
    background-repeat: no-repeat!important;
    background-position: 0 0;
    display: block;
    width: 55px;
    height: 70px;
    position: absolute;
    z-index: 999
}
.supercrsl a.superprev.middlecenter {
    left: -80px;
    top: 40%
}
.supercrsl a.supernext.middlecenter {
    right: -80px;
    top: 40%
}
.supercrsl:hover a.superprev.middlecenter {
    left: 0
}
.supercrsl:hover a.supernext.middlecenter {
    right: 0
}
/*
.supercrsl a.superprev,
.supercrsl a.supernext {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
*/
.supercrsl a.style8-white,
.supercrsl a.style8-black {
    width: 40px;
    height: 70px
}
.superprev.style1-white {
    background-position: -110px -10px
}
.supernext.style1-white {
    background-position: -464px -10px
}
.superprev.style1-white:hover {
    background-position: -180px -10px
}
.supernext.style1-white:hover {
    background-position: -394px -10px
}
.superprev.style1-white.disabled {
    background-position: -250px -10px
}
.supernext.style1-white.disable {
    background-position: -319px -10px
}
.superprev.style2-white {
    background-position: -110px -80px
}
.supernext.style2-white {
    background-position: -450px -80px
}
.superprev.style2-white:hover {
    background-position: -180px -80px
}
.supernext.style2-white:hover {
    background-position: -380px -80px
}
.superprev.style2-white.disabled {
    background-position: -250px -80px
}
.supernext.style2-white.disabled {
    background-position: -305px -80px
}
.superprev.style3-white {
    background-position: -115px -150px
}
.supernext.style3-white {
    background-position: -455px -150px
}
.superprev.style3-white:hover {
    background-position: -185px -150px
}
.supernext.style3-white:hover {
    background-position: -390px -150px
}
.superprev.style3-white.disabled {
    background-position: -255px -150px
}
.supernext.style3-white.disabled {
    background-position: -320px -150px
}
.superprev.style4-white {
    background-position: -115px -220px
}
.supernext.style4-white {
    background-position: -455px -220px
}
.superprev.style4-white:hover {
    background-position: -185px -220px
}
.supernext.style4-white:hover {
    background-position: -390px -220px
}
.superprev.style4-white.disabled {
    background-position: -255px -220px
}
.supernext.style4-white.disabled {
    background-position: -320px -220px
}
.superprev.style5-white {
    background-position: -110px -290px
}
.supernext.style5-white {
    background-position: -465px -290px
}
.superprev.style5-white:hover {
    background-position: -180px -290px
}
.supernext.style5-white:hover {
    background-position: -395px -290px
}
.superprev.style5-white.disabled {
    background-position: -250px -290px
}
.supernext.style5-white.disabled {
    background-position: -325px -290px
}
.superprev.style6-white {
    background-position: -110px -360px
}
.supernext.style6-white {
    background-position: -465px -360px
}
.superprev.style6-white:hover {
    background-position: -180px -360px
}
.supernext.style6-white:hover {
    background-position: -395px -360px
}
.superprev.style6-white.disabled {
    background-position: -250px -360px
}
.supernext.style6-white.disabled {
    background-position: -325px -360px
}
.superprev.style7-white {
    background-position: -110px -430px
}
.supernext.style7-white {
    background-position: -465px -430px
}
.superprev.style7-white:hover {
    background-position: -180px -430px
}
.supernext.style7-white:hover {
    background-position: -395px -430px
}
.superprev.style7-white.disabled {
    background-position: -250px -430px
}
.supernext.style7-white.disabled {
    background-position: -325px -430px
}
.superprev.style8-white {
    background-position: -175px -490px
}
.supernext.style8-white {
    background-position: -415px -490px
}
.superprev.style8-white:hover {
    background-position: -105px -490px
}
.supernext.style8-white:hover {
    background-position: -480px -490px
}
.superprev.style8-white.disabled {
    background-position: -245px -490px
}
.supernext.style8-white.disabled {
    background-position: -345px -490px
}
.supercrsl a.prev.style8-white,
.supercrsl a.next.style8-white,
.supercrsl a.prev.style8-black,
.supercrsl a.next.style8-black {
    top: 25%
}
.superprev.style1-black {
    background-position: -600px -10px
}
.supernext.style1-black {
    background-position: -946px -10px
}
.superprev.style1-black:hover {
    background-position: -670px -10px
}
.supernext.style1-black:hover {
    background-position: -876px -10px
}
.superprev.style1-black.disabled {
    background-position: -740px -10px
}
.supernext.style1-black.disabled {
    background-position: -810px -10px
}
.superprev.style2-black {
    background-position: -595px -80px
}
.supernext.style2-black {
    background-position: -936px -80px
}
.superprev.style2-black:hover {
    background-position: -665px -80px
}
.supernext.style2-black:hover {
    background-position: -866px -80px
}
.superprev.style2-black.disabled {
    background-position: -735px -80px
}
.supernext.style2-black.disabled {
    background-position: -800px -80px
}
.superprev.style3-black {
    background-position: -600px -150px
}
.supernext.style3-black {
    background-position: -946px -150px
}
.superprev.style3-black:hover {
    background-position: -670px -150px
}
.supernext.style3-black:hover {
    background-position: -876px -150px
}
.superprev.style3-black.disabled {
    background-position: -740px -150px
}
.supernext.style3-black.disabled {
    background-position: -810px -150px
}
.superprev.style4-black {
    background-position: -600px -220px
}
.supernext.style4-black {
    background-position: -946px -220px
}
.superprev.style4-black:hover {
    background-position: -670px -220px
}
.supernext.style4-black:hover {
    background-position: -876px -220px
}
.superprev.style4-black.disabled {
    background-position: -740px -220px
}
.supernext.style4-black.disabled {
    background-position: -810px -220px
}
.superprev.style5-black {
    background-position: -600px -290px
}
.supernext.style5-black {
    background-position: -946px -290px
}
.superprev.style5-black:hover {
    background-position: -670px -290px
}
.supernext.style5-black:hover {
    background-position: -876px -290px
}
.superprev.style5-black.disabled {
    background-position: -740px -290px
}
.supernext.style5-black.disabled {
    background-position: -810px -290px
}
.superprev.style6-black {
    background-position: -600px -360px
}
.supernext.style6-black {
    background-position: -946px -360px
}
.superprev.style6-black:hover {
    background-position: -670px -360px
}
.supernext.style6-black:hover {
    background-position: -876px -360px
}
.superprev.style6-black.disabled {
    background-position: -740px -360px
}
.supernext.style6-black.disabled {
    background-position: -810px -360px
}
.superprev.style7-black {
    background-position: -600px -430px
}
.supernext.style7-black {
    background-position: -946px -430px
}
.superprev.style7-black:hover {
    background-position: -670px -430px
}
.supernext.style7-black:hover {
    background-position: -876px -430px
}
.superprev.style7-black.disabled {
    background-position: -740px -430px
}
.supernext.style7-black.disabled {
    background-position: -810px -430px
}
.superprev.style8-black {
    background-position: -590px -490px
}
.supernext.style8-black {
    background-position: -970px -490px
}
.superprev.style8-black:hover {
    background-position: -660px -490px
}
.supernext.style8-black:hover {
    background-position: -900px -490px
}
.superprev.style8-black.disabled {
    background-position: -730px -490px
}
.supernext.style8-black.disabled {
    background-position: -830px -490px
}
.small.superprev.style1-white {
    background-position: -1065px -15px
}
.small.supernext.style1-white {
    background-position: -1424px -15px
}
.small.superprev.style1-white:hover {
    background-position: -1135px -15px
}
.small.supernext.style1-white:hover {
    background-position: -1354px -15px
}
.small.superprev.style1-white.disabled {
    background-position: -1205px -15px
}
.small.supernext.style1-white.disabled {
    background-position: -1284px -15px
}
.small.superprev.style2-white {
    background-position: -1062px -63px
}
.small.supernext.style2-white {
    background-position: -1410px -63px
}
.small.superprev.style2-white:hover {
    background-position: -1132px -63px
}
.small.supernext.style2-white:hover {
    background-position: -1340px -63px
}
.small.superprev.style2-white.disabled {
    background-position: -1202px -63px
}
.small.supernext.style2-white.disabled {
    background-position: -1270px -63px
}
.small.superprev.style3-white {
    background-position: -1065px -106px
}
.small.supernext.style3-white {
    background-position: -1420px -106px
}
.small.superprev.style3-white:hover {
    background-position: -1135px -106px
}
.small.supernext.style3-white:hover {
    background-position: -1350px -106px
}
.small.superprev.style3-white.disabled {
    background-position: -1205px -106px
}
.small.supernext.style3-white.disabled {
    background-position: -1282px -106px
}
.small.superprev.style4-white {
    background-position: -1064px -155px
}
.small.supernext.style4-white {
    background-position: -1418px -155px
}
.small.superprev.style4-white:hover {
    background-position: -1134px -155px
}
.small.supernext.style4-white:hover {
    background-position: -1348px -155px
}
.small.superprev.style4-white.disabled {
    background-position: -1202px -155px
}
.small.supernext.style4-white.disabled {
    background-position: -1282px -155px
}
.small.superprev.style5-white {
    background-position: -1064px -200px
}
.small.supernext.style5-white {
    background-position: -1418px -200px
}
.small.superprev.style5-white:hover {
    background-position: -1134px -200px
}
.small.supernext.style5-white:hover {
    background-position: -1348px -200px
}
.small.superprev.style5-white.disabled {
    background-position: -1202px -200px
}
.small.supernext.style5-white.disabled {
    background-position: -1282px -200px
}
.small.superprev.style6-white {
    background-position: -1064px -240px
}
.small.supernext.style6-white {
    background-position: -1418px -240px
}
.small.superprev.style6-white:hover {
    background-position: -1134px -240px
}
.small.supernext.style6-white:hover {
    background-position: -1348px -240px
}
.small.superprev.style6-white.disabled {
    background-position: -1202px -240px
}
.small.supernext.style6-white.disabled {
    background-position: -1282px -240px
}
.small.superprev.style7-white {
    background-position: -1063px -285px
}
.small.supernext.style7-white {
    background-position: -1423px -285px
}
.small.superprev.style7-white:hover {
    background-position: -1133px -285px
}
.small.supernext.style7-white:hover {
    background-position: -1355px -285px
}
.small.superprev.style7-white.disabled {
    background-position: -1202px -285px
}
.small.supernext.style7-white.disabled {
    background-position: -1285px -285px
}
.small.superprev.style8-white {
    background-position: -1136px -324px
}
.small.supernext.style8-white {
    background-position: -1335px -324px
}
.small.superprev.style8-white:hover {
    background-position: -1067px -324px
}
.small.supernext.style8-white:hover {
    background-position: -1405px -324px
}
.small.superprev.style8-white.disabled {
    background-position: -1206px -324px
}
.small.supernext.style8-white.disabled {
    background-position: -1265px -324px
}
.supercrsl a.prev.style8-white,
.supercrsl a.next.style8-white,
.supercrsl a.prev.style8-black,
.supercrsl a.next.style8-black {
    top: 25%
}
.small.superprev.style1-black {
    background-position: -1065px -415px
}
.small.supernext.style1-black {
    background-position: -1424px -415px
}
.small.superprev.style1-black:hover {
    background-position: -1135px -415px
}
.small.supernext.style1-black:hover {
    background-position: -1354px -415px
}
.small.superprev.style1-black.disabled {
    background-position: -1205px -415px
}
.small.supernext.style1-black.disabled {
    background-position: -1284px -415px
}
.small.superprev.style2-black {
    background-position: -1062px -468px
}
.small.supernext.style2-black {
    background-position: -1410px -468px
}
.small.superprev.style2-black:hover {
    background-position: -1132px -468px
}
.small.supernext.style2-black:hover {
    background-position: -1340px -468px
}
.small.superprev.style2-black.disabled {
    background-position: -1202px -468px
}
.small.supernext.style2-black.disabled {
    background-position: -1270px -468px
}
.small.superprev.style3-black {
    background-position: -1063px -505px
}
.small.supernext.style3-black {
    background-position: -1422px -505px
}
.small.superprev.style3-black:hover {
    background-position: -1133px -505px
}
.small.supernext.style3-black:hover {
    background-position: -1352px -505px
}
.small.superprev.style3-black.disabled {
    background-position: -1203px -505px
}
.small.supernext.style3-black.disabled {
    background-position: -1283px -505px
}
.small.superprev.style4-black {
    background-position: -1064px -554px
}
.small.supernext.style4-black {
    background-position: -1418px -554px
}
.small.superprev.style4-black:hover {
    background-position: -1134px -554px
}
.small.supernext.style4-black:hover {
    background-position: -1348px -554px
}
.small.superprev.style4-black.disabled {
    background-position: -1202px -554px
}
.small.supernext.style4-black.disabled {
    background-position: -1278px -554px
}
.small.superprev.style5-black {
    background-position: -1064px -611px
}
.small.supernext.style5-black {
    background-position: -1418px -611px
}
.small.superprev.style5-black:hover {
    background-position: -1134px -611px
}
.small.supernext.style5-black:hover {
    background-position: -1348px -611px
}
.small.superprev.style5-black.disabled {
    background-position: -1202px -611px
}
.small.supernext.style5-black.disabled {
    background-position: -1280px -611px
}
.small.superprev.style6-black {
    background-position: -1064px -642px
}
.small.supernext.style6-black {
    background-position: -1418px -642px
}
.small.superprev.style6-black:hover {
    background-position: -1134px -642px
}
.small.supernext.style6-black:hover {
    background-position: -1348px -642px
}
.small.superprev.style6-black.disabled {
    background-position: -1202px -642px
}
.small.supernext.style6-black.disabled {
    background-position: -1280px -642px
}
.small.superprev.style7-black {
    background-position: -1063px -692px
}
.small.supernext.style7-black {
    background-position: -1423px -692px
}
.small.superprev.style7-black:hover {
    background-position: -1133px -692px
}
.small.supernext.style7-black:hover {
    background-position: -1354px -692px
}
.small.superprev.style7-black.disabled {
    background-position: -1202px -692px
}
.small.supernext.style7-black.disabled {
    background-position: -1284px -692px
}
.small.superprev.style8-black {
    background-position: -1136px -738px
}
.small.supernext.style8-black {
    background-position: -1335px -738px
}
.small.superprev.style8-black:hover {
    background-position: -1067px -738px
}
.small.supernext.style8-black:hover {
    background-position: -1405px -738px
}
.small.superprev.style8-black.disabled {
    background-position: -1206px -738px
}
.small.supernext.style8-black.disabled {
    background-position: -1265px -738px
}
@media (max-width: 480px) {
    .supercaption {
        font-size: 12px
    }
}
@media (min-width: 480px) and (max-width: 800px) {
    .supercaption {
        font-size: 14px
    }
}
.supertwitter >div {
    text-align: center
}
.supertwitter >div a {
    font-size: 20px
}
.supercarousel div div .slider-info {
    position: absolute;
    top: 80px;
    z-index: 1
}
.bg-grey-light {
    padding: 0 20px 0 170px;
}
.txt-orange {
    color: #F30
}
.smpl-post h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 30px;
    text-transform: uppercase
}
.quote {
    text-align: center;
    padding: 10px
}
.quote .qname {
    font-size: 16px;
    color: #999
}
.quote .qquestion {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #db9501;
    color: #db9501;
    padding-bottom: 10px;
    text-transform: uppercase
}
.supercaptiononover > div .supercaption {
    opacity: 0;
    transition: opacity ease-in-out 400ms;
    -webkit-transition: opacity ease-in-out 400ms;
    -o-transition: opacity ease-in-out 400ms;
    -ms-transition: opacity ease-in-out 400ms;
    -moz-transition: opacity ease-in-out 400ms
}
.supercaptiononover >div:hover .supercaption {
    opacity: 1
}
.supercaptiononoverfull > div .supercaption {
    opacity: 0;
    z-index: 9;
    transition: opacity ease-in-out 400ms;
    -webkit-transition: opacity ease-in-out 400ms;
    -o-transition: opacity ease-in-out 400ms;
    -ms-transition: opacity ease-in-out 400ms;
    -moz-transition: opacity ease-in-out 400ms;
    top: 0!important
}
.supercaptiononoverfull >div:hover .supercaption {
    opacity: 1
}
.supercaptiononoverfull > div .supercaption .captiondata {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%)
}
.superslidezoom > div {
    overflow: hidden
}
.superslidezoom > div .imgslide {
    overflow: hidden;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1)
}
.superslidezoom > div:hover .imgslide {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2)
}
.superslidefadein > div .imgslide {
    overflow: hidden;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    opacity: .8
}
.superslidefadein > div:hover .imgslide {
    opacity: 1
}
.superslidefadeout > div .imgslide {
    overflow: hidden;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    opacity: 1
}
.superslidefadeout > div:hover .imgslide {
    opacity: .8
}
.superslidecolor > div .imgslide {
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray
}
.superslidecolor > div:hover .imgslide {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: none
}
@media (max-width: 480px) {
    .supercarousel div div .slider-info {
        top: 5px;
        left: 10px
    }
    .supercarousel div div .slider-info p {
        display: none
    }
    .supercaptiononover > div .supercaption {
        opacity: 1
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .supercaptiononover > div .supercaption {
        opacity: 1
    }
    .supercarousel div div .slider-info {
        top: 15px;
        left: 15px
    }
    .supercarousel div div .slider-info p {
        font-size: 12px;
        width: 60%;
        line-height: 18px
    }
}
/*LightGallery*/

.group {
    *zoom: 1
}
.group:before,
.group:after {
    display: table;
    content: "";
    line-height: 0
}
.group:after {
    clear: both
}
@font-face {
    font-family: 'Slide-icons';
    src: url(../fonts/Slide-icons.eot)
}
@font-face {
    font-family: 'Slide-icons';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: 400;
    font-style: normal
}
[data-icon]:before {
    font-family: 'Slide-icons';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.light-gallery {
    overflow: hidden!important
}
#lg-gallery img {
    border: none!important
}
#lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    -ms-transition: opacity .35s ease;
    transition: opacity .35s ease;
    background: #0d0d0d
}
#lg-outer .lg-slide {
    position: relative
}
#lg-gallery.opacity {
    opacity: 1;
    transition: opacity 1s ease 0;
    -moz-transition: opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0;
    -o-transition: opacity 1s ease 0;
    -ms-transition: opacity 1s ease 0
}
#lg-gallery.opacity .thumb-cont {
    opacity: 1
}
#lg-gallery.fade-m {
    opacity: 0;
    transition: opacity .5s ease 0;
    -moz-transition: opacity .5s ease 0;
    -webkit-transition: opacity .5s ease 0;
    -o-transition: opacity .5s ease 0;
    -ms-transition: opacity .5s ease 0
}
#lg-gallery {
    height: 100%;
    opacity: 0;
    width: 100%;
    position: relative;
    transition: opacity 1s ease 0;
    -moz-transition: opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0;
    -o-transition: opacity 1s ease 0;
    -ms-transition: opacity 1s ease 0
}
#lg-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    white-space: nowrap
}
#lg-slider .lg-slide {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%
}
#lg-slider .lg-slide.complete {
    background-image: none
}
#lg-gallery.show-after-load .lg-slide > * {
    opacity: 0
}
#lg-gallery.show-after-load .lg-slide.complete > * {
    opacity: 1
}
#lg-slider.slide .lg-slide,
#lg-slider.use-left .lg-slide {
    position: absolute;
    opacity: .4
}
#lg-slider.fade-m .lg-slide {
    position: absolute;
    left: 0;
    opacity: 0
}
#lg-slider.animate .lg-slide {
    position: absolute;
    left: 0
}
#lg-slider.fade-m .current {
    opacity: 1;
    z-index: 9
}
#lg-slider .lg-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}
#lg-gallery.opacity .lg-slide .object {
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1)
}
.lg-slide .object {
    transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .5s ease 0;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .5s ease 0;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .5s ease 0;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .5s ease 0;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .5s ease 0
}
#lg-gallery.fade-m .lg-slide .object {
    transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5)
}
#lg-slider.fade-m.on .current {
    opacity: 1;
    transition: opacity .5s ease 0;
    -moz-transition: opacity .5s ease 0;
    -webkit-transition: opacity .5s ease 0;
    -o-transition: opacity .5s ease 0;
    -ms-transition: opacity .5s ease 0
}
#lg-slider.fade-m .lg-slide {
    transition: opacity .4s ease 0;
    -moz-transition: opacity .4s ease 0;
    -webkit-transition: opacity .4s ease 0;
    -o-transition: opacity .4s ease 0;
    -ms-transition: opacity .4s ease 0
}
#lg-slider.slide .lg-slide {
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px)
}
#lg-slider.slide.on .lg-slide {
    opacity: 0
}
#lg-slider.slide .lg-slide.current {
    opacity: 1!important;
    transform: translate3d(0px, 0px, 0px)!important;
    -moz-transform: translate3d(0px, 0px, 0px)!important;
    -ms-transform: translate3d(0px, 0px, 0px)!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    -o-transform: translate3d(0px, 0px, 0px)!important
}
#lg-slider.slide .lg-slide.prev-slide {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px)
}
#lg-slider.slide .lg-slide.next-slide {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px)
}
#lg-slider.use-left .lg-slide {
    left: 100%
}
#lg-slider.use-left.on .lg-slide {
    opacity: 0
}
#lg-slider.use-left .lg-slide.current {
    opacity: 1!important;
    left: 0!important
}
#lg-slider.use-left .lg-slide.prev-slide {
    opacity: 0;
    left: -100%
}
#lg-slider.use-left .lg-slide.next-slide {
    opacity: 0;
    left: 100%
}
#lg-slider.slide.on .lg-slide,
#lg-slider.slide.on .current,
#lg-slider.slide.on .prev-slide,
#lg-slider.slide.on .next-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0
}
#lg-slider.speed .lg-slide,
#lg-slider.speed .current,
#lg-slider.speed .prev-slide,
#lg-slider.speed .next-slide {
    transition-duration: inherit!important;
    -moz-transition-duration: inherit!important;
    -webkit-transition-duration: inherit!important;
    -o-transition-duration: inherit!important;
    -ms-transition-duration: inherit!important
}
#lg-slider.timing .lg-slide,
#lg-slider.timing .current,
#lg-slider.timing .prev-slide,
#lg-slider.timing .next-slide {
    transition-timing-function: inherit!important;
    -moz-transition-timing-function: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    -o-transition-timing-function: inherit!important;
    -ms-transition-timing-function: inherit!important
}
#lg-slider .lg-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    cursor: -moz-grabbing;
    cursor: grab;
    cursor: -webkit-grab;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}
#lg-gallery .thumb-cont .thumb-inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0
}
@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}
@keyframes rightEnd {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}
@keyframes leftEnd {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}
.lg-slide .object.right-end {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}
.lg-slide .object.left-end {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}
#lg-action {
    bottom: 20px;
    position: fixed;
    left: 50%;
    margin-left: -30px;
    z-index: 9;
    -webkit-backface-visibility: hidden
}
#lg-action.has-thumb {
    margin-left: -46px
}
#lg-action a {
    margin: 0 3px 0 0 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: inline-block!important;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    width: 28px;
    height: 28px;
    font-family: 'Slide-icons';
    color: #FFF;
    cursor: pointer
}
#lg-action a.disabled {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: default;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65)!important
}
#lg-action a:hover,
#lg-action a:focus {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}
#lg-action a#lg-prev:before,
#lg-action a#lg-next:after {
    left: 5px;
    bottom: 3px;
    position: absolute
}
#lg-action a#lg-prev:before {
    content: "\e01d"
}
#lg-action a#lg-next:after {
    content: "\e01b"
}
#lg-action a.cl-thumb:after {
    font-family: 'Slide-icons';
    content: "\e01c";
    left: 6px;
    bottom: 4px;
    font-size: 16px;
    position: absolute
}
#lg-counter {
    bottom: 52px;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9;
    color: #FFF
}
#lg-gallery .thumb-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    -webkit-transition: max-height .4s ease-in-out;
    -moz-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    -ms-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    z-index: 9;
    max-height: 0;
    opacity: 0
}
#lg-gallery.open .thumb-cont {
    max-height: 350px
}
#lg-gallery .thumb-cont .thumb-inner {
    margin-left: -12px;
    padding: 12px;
    max-height: 290px;
    overflow-y: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
#lg-gallery .thumb-cont .thumb-info {
    background-color: #333;
    padding: 7px 20px
}
#lg-gallery .thumb-cont .thumb-info .count {
    color: #fff;
    font-weight: 700;
    font-size: 12px
}
#lg-gallery .thumb-cont .thumb-info .close {
    color: #FFF;
    display: block;
    float: right!important;
    width: 28px;
    position: relative;
    height: 28px;
    border-radius: 2px;
    margin-top: -4px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: background-color .3s ease 0;
    -moz-transition: background-color .3s ease 0;
    -o-transition: background-color .3s ease 0;
    -ms-transition: background-color .3s ease 0;
    transition: background-color .3s ease 0;
    z-index: 1090;
    cursor: pointer
}
#lg-gallery .thumb-cont .thumb-info .close i:after {
    left: 6px;
    position: absolute;
    top: 4px
}
#lg-gallery .thumb-cont .thumb-info .close i:after,
#lg-close:after {
    content: "\e01a";
    font-family: 'Slide-icons';
    font-style: normal;
    font-size: 16px
}
#lg-gallery .thumb-cont .thumb-info .close:hover {
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 1)
}
#lg-gallery .thumb-cont .thumb {
    display: inline-block!important;
    vertical-align: middle;
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin-bottom: 4px;
    height: 50px;
    width: 50px;
    opacity: .6;
    filter: alpha(opacity=60);
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: border-color linear .2s, opacity linear .2s;
    -moz-transition: border-color linear .2s, opacity linear .2s;
    -o-transition: border-color linear .2s, opacity linear .2s;
    -ms-transition: border-color linear .2s, opacity linear .2s;
    transition: border-color linear .2s, opacity linear .2s
}
@media (min-width: 800px) {
    #lg-gallery .thumb-cont .thumb {
        width: 94px;
        height: 94px
    }
}
#lg-gallery .thumb-cont .thumb > img {
    height: auto;
    max-width: 100%
}
#lg-gallery .thumb-cont .thumb.active,
#lg-gallery .thumb-cont .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #fff
}
#lg-slider .video-cont {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
#lg-slider .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}
#lg-slider .video .object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}
#lg-close {
    color: #FFF;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    z-index: 1090;
    cursor: pointer;
    background-color: #000;
    border-radius: 2px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-backface-visibility: hidden
}
#lg-close:after {
    position: absolute;
    right: 6px;
    top: 3px
}
#lg-close:hover {
    text-decoration: none;
    background-color: #000
}
.custom-html {
    background: none repeat scroll 0 0 #000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    font-family: Arial, sans-serif;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}
.custom-html p {
    font-size: 14px
}
.custom-html > h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px
}