@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
html {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    height: 100%;
    text-align: center;
    background:#fff;
    color: #000;
    font-family: 'Mukta', sans-serif !important;
}
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/* ---------Page preload--------------------------------------*/

.loader-wrap {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    bottom:0;
    overflow:hidden;
    z-index:100;
    background: #fff;
    -webkit-transform: translate3d(0,0,0);
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.66);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/*--------------Typography--------------------------------------*/
p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #5e646a;
    text-align:left;
}
blockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
    position: relative;
}
blockquote:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f10e";
    position: absolute;
    color: #ccc;
    bottom: 3px;
    font-size: 43px;
    right: 6px;
    opacity: 0.4
}
blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    
    color: #666;
}
.bold-title {
    margin: 15px 0;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}
/*--------------General--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity:0;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
}
.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.full-height {
    height: 100%;
}
#wrapper {
    width: 100%;
    position: relative;
    float: left;
    padding-top: 90px;
    left: 0;
    z-index: 5;
    height: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#wrapper.fullsceen-wrap {
    padding-bottom: 80px;
}
.content-holder {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.respimg {
    width: 100%;
    height: auto;
}
.hidden-item {
    overflow:hidden;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,50,0.21);
    z-index: 3;
}
.dark-bg {
    background:#2A2A2E;
}
/* ------header------------------------------------------------------------ */
.main-header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:90px;
    background:#fff;
    z-index:10;
    padding:0 60px 0 200px;
    -webkit-transform: translate3d(0,0,0);
}
.logo-holder {
    position: absolute;
    left:80px;
    top:10px;
    z-index:11;
}
.logo-holder img {
    height:65px;
    width:auto;
}
.search-button {
    float:left;
    position:relative;
    top:34px;
    font-size:15px;
    font-weight:800;
    display:none;
}
.search-input {
    float:left;
    position:relative;
    top:24px;
    padding-left:30px;
    margin-left:120px
}
.search-input:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f002";
    position:absolute;
    font-size:16px;
    left:0;
    top:8px;
}
.search-input input {
    float: left;
    border: none;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    color: #000;
    font-family: 'Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size: 10px;
    -webkit-appearance: none;
    border-bottom:1px solid #ccc;
}
.search-input input:focus  {
    border-bottom:1px solid #000;
}
.search-input input::-webkit-input-placeholder  {
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
.sb-button , .share-btn {
    float:right;
    width:40px;
    height:40px;
    position:relative;
    top:34px;
    cursor:pointer;
}
.share-btn {
    line-height:40px;
    margin-right:10px;
    font-size:19px;
    top:28px;
    color:#292929;
    font-weight:800;
}
.share-btn span {
    position:absolute;
    width:100px;
    text-align:center;
    bottom:-35px;
    left:0;
    margin-left:-29px;
    font-size:12px;
    color:#666;
    font-weight:100;
    font-family: 'Mukta', serif;
    
    opacity:0;
    visibility:hidden;
    transition: all .2s ease-in-out;
}
.share-btn:hover span {
    visibility:visible;
    opacity:1;
    bottom:-25px;
}
.sb-button_point {
    height:8px;
}
.sb-button_point:before {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:4px;
    height:4px;
    background:#000;
    margin:-2px 0 0 -2px;
    border-radius:100%;
    transition: all .2s ease-in-out;
}
.sb-button:hover .sb-button_point:nth-child(2):before {
    margin-left:6px;
}
.overauto {
    overflow:auto;
}
.sb-overlay{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    display:none;
    z-index:8;
    background:#292929;
    opacity:0.6;
}
.load-anim-cnt {
    transform: translateY(50px);
    opacity:0;
}
/* ------Navigation------------------------------------------------------------ */
.share-wrapper {
    position:fixed;
    right:-300px;
    z-index:8;
    top:90px;
    background:#292929;
    width:300px;
    overflow:hidden;
    -webkit-transform: translate3d(0,0,0);
}
.share-title {
    margin-bottom:20px;
    text-align:left;
    font-size:24px;
    font-weight:700;
    color:#999;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.share-container {
    padding:70px 50px 50px 70px;
}
.share-container a {
    float:left;
    width:100%;
    text-align:left;
    margin-bottom:20px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    text-transform:uppercase;
    letter-spacing:2px;
    opacity:0;
}
.share-container a:hover {
    text-decoration:underline;
}
.share-btn.uncl-share i:before {
    content: "\f00d";
}
/* ------Navigation------------------------------------------------------------ */
.nav-holder {
    float:right;
    position:relative;
    opacity:1;
    left:0;
    visibility:visible;
    z-index:20;
    top:24px;
    margin-right:40px;
}
.nav-holder nav {
    position:relative;
    float: right;
}
.nav-holder nav li{
    float:left;
    position:relative;
    margin-right:10px;
    height:70px;
}
.nav-holder nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width:190px;
    top: 66px;
    left: 0;
    z-index: 1;
    padding:10px 0;
    background: rgba(0,0,0,0.71);
    transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.nav-holder nav li ul li ul {
    top: -10px  ;
    left: 100%;
    margin-left:25px;
    margin-top:0;
    max-width:150px;
}
.nav-holder nav li ul li:hover  > ul  {
    opacity: 1;
    visibility: visible;
    margin-right:0px;
}
.nav-holder nav li ul li {
    width:100%;
    float:left;
    height:auto;
    position:relative;
}
.nav-holder nav li a {
    float: left;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: #232D38;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.nav-holder nav li a.act-link   , .nav-holder nav li a:hover{
    color: #999;
}
.nav-holder nav li ul a {
    color:#fff;
    float:left;
    width:100%;
    font-size:12px;
    text-align:left;
    padding:2px 15px;
    letter-spacing:0px;
}
.nav-holder nav li a:before {
    content:'';
    position:absolute;
    top:-24px;
    left:0;
    width:0;
    background:#292929;
    height:3px;
}
.nav-holder nav li a.act-link:before {
    width:100%;
}
.nav-button-wrap {
    display:none;
}
/* ------Sliders------------------------------------------------------------ */
.bottom-panel {
    position: absolute;
    left:0;
    bottom:0;
    z-index:11;
    height:90px;
    width:100%;
    background:#fff;
    padding-left:80px;
    -webkit-transform: translate3d(0,0,0);
}
.bottom-panel.fs-slider-panel {
    padding-left:30px;
}
.bottom-panel-column {
    float:left;
    position:relative;
}
.bottom-panel-column.bottom-panel-column_left {
    width:30%;
}
.bottom-panel-column.bottom-panel-column_left.fix-size {
    width:500px;
}
.bottom-panel-column.bottom-panel-column_right {
    width:70%;
    height:70px;
}
.bottom-panel-column.bottom-panel-column_right.no-scb {
    padding-right:70px;
}
.bottom-panel-column.bottom-panel-column_right.fix-size  {
    width:calc(100% - 500px)
}
.single-carousel-control {
    z-index:100;
}
.single-carousel-control .scroll-down-wrap {
    top: 16px;
    z-index: 100;
}
.single-carousel-control .fw-carousel-counter {
    float: right;
    position:relative;
    width:auto;
    top:26px;
    bottom:inherit;
    padding:10px 15px;
    background:#f1f1f1;
}
.single-carousel-control .fw-carousel-counter.no-scb {
    position:absolute;
    left:50%;
    margin-left:-40px;
    padding:10px 10px 0;
    background:#292929;
    height:38px;
    top:30px;
}
.single-carousel-control .fw-carousel-counter:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 8px;
    height: 1px;
    left: 50%;
    margin-left:-4px;
    background: #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.single-carousel-control .fw-carousel-counter:after {
    content:'';
    position:absolute;
    left:-60px;
    top:50%;
    height:30px;
    width:1px;
    background:#ccc;
    margin-top:-15px;
}
.single-carousel-control .fw-carousel-counter.no-scb:after {
    display:none;
}
.single-carousel-control .fw-carousel-counter.no-scb:before {
    margin-top:-2px;
}
.single-carousel-control .fw-carousel-counter span {
    float:left;
    width:30px;
    position:relative;
    font-size:12px;
    color:#666;
    font-weight:700;
}
.single-carousel-control .fw-carousel-counter.no-scb span {
    color:#fff;
    font-weight:500;
    font-size:10px;
}
.single-carousel_arrow {
    position:absolute;
    top:50%;
    width:40px;
    height:40px;
    line-height:40px;
    background:rgba(0,0,0,0.71);
    border-radius:100%;
    z-index:100;
    margin-top:-20px;
    color:#fff;
    cursor:pointer;
}
.single-carousel_arrow.fw-carousel-button-prev {
    left:40px;
}
.single-carousel_arrow.fw-carousel-button-next {
    right:40px;
}
.single-carousel-control_list {
    float:left;
    position:relative;
    padding-right:60px;
    top:24px;
}
.single-carousel-control_list li {
    float:left;
    font-size: 10px;
    background:#292929;
    padding:15px 0;
    width:140px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor:pointer;
    position:relative;
}
.single-carousel-control_list.no-scb {
    top:19px;
}
.single-carousel-control_list.no-scb li{
    padding:10px 0;
    background:#fff;
    margin-right:30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.single-carousel-control_list li:hover {
    background:#000;
}
.single-carousel-control_list.no-scb li:hover {
    background:none;
}
.decl:before {
    content: '';
    position: absolute;
    top: 16px;
    width: 1px;
    height: 16px;
    left: 0;
    background: #999;
}
.single-carousel-control_list.no-scb li.decl:before {
    left:-20px;
}
.slider-counter_wrap {
    position: absolute;
    left:0;
    bottom:90px;
    top:0;
    z-index:10;
    width:80px;
    background:#fff;
    -webkit-transform: translate3d(0,0,0);
}
.slider-counter_wrap  .fw-carousel-counter , .slider-counter_wrap .swiper-counter , .slider-counter_wrap .count-folio{
    position:absolute;
    width:80px;
    left:0;
    top:50%;
    overflow:hidden;
    margin-top:-80px;
    height:180px;
    background:#292929;
    padding-top:70px;
}
.slider-counter_wrap  .fw-carousel-counter span , .slider-counter_wrap .swiper-counter div   {
    float:left;
    width:100%;
    height:30px;
    font-weight:600;
    position:relative;
    left:-10px;
    color:#fff;
    font-size:12px;
}
.slider-counter_wrap  .fw-carousel-counter span.j2total:before  , .slider-counter_wrap .swiper-counter div#total:before {
    content:'';
    position:absolute;
    top:-5px;
    width:20px;
    height:1px;
    left:50%;
    margin-left:-20px;
    background:#fff;
    opacity:0.4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slider-counter_wrap  .fw-carousel-counter span.j2total , .slider-counter_wrap .swiper-counter div#total {
    left:10px;
}
.scroll-down-wrap {
    float: left;
    height: 100%;
    position: relative;
    top:32px;
    z-index:100
}
.scroll-down-wrap span {
    float: left;
    margin-left: 20px;
    position: relative;
    top: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.scroll-down-wrap span:before {
    content:'';
    position:absolute;
    left:0;
    right:70%;
    bottom:-5px;
    height:2px;
    background:#292929;
}
.scroll-down-wrap.transparent_sdw span {
    color:#fff;
}
.scroll-down-wrap.transparent_sdw span:before {
    background:#fff;
}
.mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 4px;
    padding: 0 6px;
    border: 2px solid #292929;
    box-sizing: border-box;
}
.scroll-down-wrap.transparent_sdw .mousey {
    border-color:#fff;
}
.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -1px;
    width: 2px;
    height: 6px;
    background:#292929;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}
.scroll-down-wrap.transparent_sdw .scroller {
    background:rgba(255,255,255, 0.4);
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}
.scroller2 {
    top:50%;
    margin-top:-3px;
    animation-name: scroll2;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}
@keyframes scroll2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.thumb-info {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:20px 30px;
    z-index:12;
}
.dark-gradient  , .thumb-info{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
.thumb-info h3{
    text-align:left;
    color:#fff;
    font-size:18px;
    font-weight:600;
}
.thumb-info h3 a{
    color:#fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.thumb-info h3 a:hover  {
    color:rgba(255,255,255,0.61);
}
.thumb-info p {
    color:#fff;
    opacity:0.6;
    
}
.vis-thumb-info .thumb-info {
    float:left;
    position:relative;
    margin-top:15px;
    background:none;
    padding:0;
    left:0;
    right:0;
    opacity:1 !important ;
    visibility: visible!important ;
    bottom:0 !important ;
}
.vis-thumb-info .thumb-info h3  , .vis-thumb-info .thumb-info h3 a{
    color:#000;
}
.vis-thumb-info .thumb-info h3 a:hover {
    color:#999;
}
.vis-thumb-info .thumb-info h3{
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.vis-thumb-info .thumb-info p{
    float: left;
    width: 100%;
    color: #847E80;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Mukta', serif;
    
    opacity:1;
}
.fsc-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    padding:0 0 90px 80px;
    z-index: 1;
    overflow:hidden;
}
.fsc-holder.fsc-holder2 {
    padding:0 0 90px 0;
}
.swiper-container {width:100%;height:100%;margin:0 auto;}  .slider-wrap .swiper-slide ,   .fs-gallery-wrap .swiper-slide , .portfolio-wrap .swiper-slide{   position:relative; width: auto; }
.slider-wrap  , .portfolio-wrap  , .hero-slider-img .swiper-slide {
    float:left;
    width:100%;
    height:100%;
    position:relative;
}
.slider-wrap.homecarousel  {
    height:100%;
}
.slider-wrap.homecarousel .swiper-slide{
    padding:0 0 0 0;
}
.slider-wrap.homecarousel.hompad  .swiper-container , .portfolio-wrap.hompad .swiper-container{
    padding-right:20px;
}
.slider-wrap .swiper-slide img , .fw-carousel  .swiper-slide img   {
    width: auto!important;
    height:100% !important;
    position:relative;
    z-index:1;
}
.slider-wrap .swiper-slide   , .fw-carousel  .swiper-slide    {
    width: auto!important;
    height:100% !important;
    display:inherit !important;
}
.half-scrollbar {
    position:absolute;
    left:100px;
    right:80px;
    top:44px;
    height:2px;
}
.hs_init {
    position:absolute;
    left:0;
    right:0;
    height:6px;
    top:50%;
}
.hs_init:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    height:6px;
    background:#e2e2e2;
    top:0;
}
.hs_init .swiper-scrollbar-drag {
    background:#292929;
    border-radius:0;

}
.fs-controls_wrap {
    float:right;
    position:relative;
    top:28px;
}
.fw_cb {
    float:left;
    width:36px;
    height:36px;
    line-height:36px;
    margin-right:20px;
    font-size:12px;
    color:#fff;
    background:#292929;
    cursor:pointer;
    border-radius:100%;
}
.thumbnail-container {
    position: absolute;
    left:0;
    right:100%;
    top:0;
    bottom:70px;
    background:#fff;
    z-index:220;
    overflow: hidden;
}
.thumbnail-container.visthumbnails {
    overflow:auto;
}
.thumb-img {
    float:left;
    cursor:pointer;
    margin:10px;
    position:relative;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.thumb-img:hover  {
    opacity:0.4;
}
.thumbnail-wrap {
    padding:110px 70px;
}
.thumb-img:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    height:100%;
    opacity:1;
    z-index:2;
    background:#fff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.thumb-img.visthumbnails:before{
    opacity:0;
}
.thumb-img img {
    width: auto;
    height:150px;
}
.swiper-link-wrap  {
    padding-right:110px;
}
.swiper-link-wrap .thumb-info {
    right:110px;
}
.swiper-link  {
    background:#292929;
    color:#fff;
    width:80px;
    height:100%;
    position:absolute;
    right:16px;
    top:0;
}
.swiper-link span {
    position:absolute;
    left:-12px;
    top:50%;
    font-size:10px;
    text-transform:uppercase;
    font-weight:500;
    color:rgba(255,255,255,0.71);
    letter-spacing:2px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index:2;
}
.swiper-link:hover span {
    color:#fff;
}
.swiper-link:before {
    content:'';
    position:absolute;
    left:100%;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
    background:#212121;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.swiper-link:hover:before {
    left:0;
}
.box-media-zoom {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transform: scale(0);
    color: #fff;
    font-size:11px;
    background: rgba(0,0,0,0.71);
    border-radius:100%;
    z-index: 5;
    cursor:pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.swiper-link-wrap .box-media-zoom {
    right:130px
}
.gallery-item:hover .fet_pr-carousel-box-media-zoom , .hov_zoom:hover .box-media-zoom  {
    transform: scale(1);
}
.hov_zoom {
    overflow:hidden;
}
.media-container {
    position:absolute;
    left:80px;
    right:0;
    bottom:0;
    top:0;
}
.media-container.media-container_fs {
    left:0;
}
.hlaf-slider-pag {
    position: absolute;
    bottom:190px;
    right: 70px;
    z-index: 120;
}
.hlaf-slider-pag.hlaf-slider-pag_fs {
    bottom:40px;
    right: 40px;
}
.hlaf-slider-pag .swiper-pagination-bullet {
    width:50px;
    height:20px;
    display:block;
    float:left;
    margin-bottom:10px;
    line-height:20px;
    border-radius:0;
    background:none;
    overflow:hidden;
    opacity:0.8;
    position:relative;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:before {
    content:'';
    position:absolute;
    left:10px;
    height:1px;
    top:50%;
    background:#fff;
    width:0;
    margin-top:-1px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:before , .hero-slider-wrap_pagination  .swiper-pagination-bullet:hover:before {
    width:10px;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:after {
    content:'01';
    position:absolute;
    left:30px;
    right:0;
    bottom:0;
    top:0;
    line-height:20px;
    color:#fff;
    font-size:18px;
    font-weight: 500;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    opacity:1;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity:1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}
.hero-slider_details_wrap {
    position:absolute;
    bottom:0;
    right:0;
    background:#272729;
    z-index:10;
    padding:80px 50px 50px 100px;
    width:45%;
}
.hero-slider_details li {
    float:left;
    width:33.3%;
    position:relative;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:10px;
    font-weight:700;
    color:#fff;
}
.hero-slider_details li span {
    color:rgba(255,255,255,0.71);
    padding-top:10px;
    float:left;
    width:100%;
}
.hero-slider_details li:before {
    content:'';
    position:absolute;
    left:0;
    top:-30px;
    color:#fff;
    letter-spacing:2px;
    font-size:10px;
    font-weight:100;
}
.hero-slider_details li:nth-child(1):before {
    content:".01"
}
.hero-slider_details li:nth-child(2):before {
    content:".02"
}
.hero-slider_details li:nth-child(3):before {
    content:".03"
}
.hero-slider_details_url {
    position:absolute;
    width:70px;
    height:100%;
    right:0;
    color:#fff;
    z-index:10;
    top:0;
    background:#212121;
    text-align: center;
    display: flex;
    align-items: center;
}
.hero-slider_details_url i {
    float:left;
    width:100%;
}
.fs-slider-item {
    height:100%;
}
.fs-slider_align_title {
    float:left;
    width:55%;
    padding-left:180px;
    position:relative;
    top:44%;
    z-index:20;
    text-align:left;
    opacity:0;
    margin-top:50px;
    -webkit-transition: all 0.3s  linear;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
}
.fs-slider .swiper-slide-active .fs-slider_align_title , .fs-slider2  .swiper-slide-active .fs-slider_align_title{
    opacity:1;
    margin-top:0;
}
.fs-slider_align_title h2 , .fs-slider_align_title h2 a {
    color:#fff;
}
.fs-slider_align_title h2 {
    font-weight: 700;
    font-size: 68px;
    text-transform: uppercase;
    line-height: 42px;
    padding-bottom: 20px;
    position:relative;
}
.fs-slider_align_title h2:before {
    content:'';
    position:absolute;
    left:0;
    top:-50px;
    width:70px;
    height:1px;
    background:#fff;
}
.fs-slider_align_title p {
    color:rgba(255,255,255,0.81);
    max-width:450px;
}
.hero-slider_control-wrap {
    position:absolute;
    bottom:0;
    left:0;
    width:55%;
    padding:20px 40px 40px 170px;
    z-index:10;
}
.hero-slider_control-wrap .scroll-down-wrap {
    top:14px;
}
.hero-slider_control_item {
    float:right;
    position:relative;
    top:20px;
}
.hero-slider_control_item div {
    float:left;
    margin-left:20px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    width:40px;
}
.home-slider-counter-wrap {
    position:absolute;
    left:180px;
    bottom:50px;
    z-index:20;
}
.home-slider-counter-wrap .swiper-counter{
    padding:12px 25px;
    background:rgba(0,0,0,0.71);
    float:left;
    position:relative;
}
.home-slider-counter-wrap .swiper-counter:before {
    content: '';
    position: absolute;
    top: 18px;
    width: 12px;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    background: rgba(255,255,255,0.41);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.home-slider-counter-wrap .swiper-counter div {
    float: left;
    width: 30px;
    position: relative;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}
.slide-progress-wrap {
    position:absolute;
    top:90px;
    right:90px;
    width:150px;
    height:1px;
    z-index:100;
    overflow:hidden;
    background:rgba(255,255,255,0.41);
}
.slide-progress {
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#fff;
}
.multi-slideshow-wrap_1 {
    position:absolute;
    left:0;
    width:60%;
    top:0;
    bottom:0;
    overflow:hidden;
    z-index:1;
    padding:0 4px 0 0;
}
.multi-slideshow-wrap_1.multi-slideshow-wrap_fs {
    width:100%;
    padding:0;
}
.multi-slideshow-wrap_2 {
    position:absolute;
    right:0;
    width:40%;
    padding:0 0 0 0;
    bottom:0;
    top:50%;
    overflow:hidden;
    z-index:1;
}
.multi-slideshow-wrap_3 {
    position:absolute;
    z-index:3;
    width:calc(40% + 100px);
    height:50%;
    right:0;
    top:0;
    overflow:hidden;
    padding:0 0 4px 4px;
    background:#fff;
}
.kenburns   .bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.ms-container .swiper-slide-active .kenburns .bg , .ms-container .swiper-slide-duplicate-active .kenburns .bg {
    -webkit-transition: all 6.5s linear;
    transition: all 6.5s linear;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.home-main_container {
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    top:0;
    background:#fff;
}
.follow-wrap  , .home-main_title {
    position:absolute;
    left:0;
    z-index:20;
    padding-left:180px;
}
.follow-wrap {
    top:90px;
    cursor:pointer;
}
.follow-wrap ul {
    padding-top:15px;
    position:relative;
    visibility:hidden;
    opacity:0;
    float:left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.follow-wrap ul li {
    float:left;
    margin-right:20px;
}
.follow-wrap ul li a {
    color:#fff;
}
.follow-wrap:hover ul {
    visibility:visible;
    opacity:1;
}
.follow-wrap_title {
    float:left;
}
.follow-wrap_title span{
    color: #fff;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
    text-align:left;
    font-weight:500;
}
.follow-wrap_title i {
    color:#fff;
    padding-left:30px;
    position:relative;
    top:2px;
}
.follow-wrap:hover:hover .follow-wrap_title i {
    padding-left:50px;
}
.home-main_title {
    bottom:80px;
    width:100%;
}
.home-main_title_item h4 {
    color: #fff;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
    text-align:left;
    font-weight:500;
}
.home-main_title_item p {
    margin-bottom:20px;
    color: #fff;
    max-width:450px;
}
.home-main_title_item h2 {
    color: #fff;
    font-weight:700;
    font-size:44px;
    text-align:left;
    text-transform:uppercase;
    position:relative;
}
.slider-mask {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:19;
}
.ms-container .overlay {
    background: rgba(45,45,50,0.31);
}
.hero-decor-let {
    position: absolute;
    color: #fff;
    font-size: 10px;
    right: 83px;
    bottom: 90px;
    z-index: 20;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space:nowrap;
    letter-spacing:6px;
}
.hero-decor-let div{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.41);
    padding:10px 20px;
}
/*------btn------------------------------------------------*/
.btn {
    padding: 15px 35px;
    cursor: pointer;
    background: #292929;
    -webkit-appearance: none;
    position: relative;
    color: #fff;
    font-size: 10px;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight: 700;
    display:inline-block;
}
.btn:before {
    content:'';
    position:absolute;
    right:15px;
    top:50%;
    width:0;
    height:1px;
    background:#fff;
}
.btn:before , .btn , .follow-wrap_title i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover{
    padding-right:55px;
    color:rgba(255,255,255,0.71);
}
/*
.pr-det-container .btn{
	-webkit-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}*/
.btn:hover:before {
    width:10px;
}
.fl-btn {
    float:left;
    margin-top:20px;
}
/*------Sidebar------------------------------------------------*/
.hiiden-sidebar-wrap {
    position:fixed;
    overflow: hidden;
    width:400px;
    z-index:19;
    right:-450px;
    top:90px;
    bottom:0;
    background:#fff;
    padding:50px   40px;
    -webkit-transform: translate3d(0,0,0);
}
.sb-widget-wrap {
    margin-bottom:50px;
    padding-bottom:30px;
    border-bottom:1px solid #eee;
}
.sb-widget-wrap h3 {
    color: #666;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
}
.sb-widget p {
    color:#888;
    text-align: left;
}
.jr-insta-thumb {
    float: left;
    width: 100%;
}
.jr-insta-thumb a {
    float: left;
    width: 33.3%;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jr-insta-thumb a img {
    width: 100%;
    height: auto;
}
.jr-insta-thumb a:hover {
    opacity: 0.6;
}
#subscribe {
    float:left;
    width:100%;
    margin-top:20px;
}
#subscribe .enteremail {
    background-color: none;
    border:1px solid #e4e4e4;
    font-size: 12px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    outline:none;

}
#subscribe .enteremail:focus  , #subscribe .enteremail:-webkit-autofill {
    background:#f9f9f9;
}

#subscribe .enteremail::-webkit-input-placeholder  {
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
#subscribe-button {
    margin-top:10px;
    width:100%;
    height:55px;
    float:right;
    background:#292929;
    color:#fff;
    font-weight:700;
    border:none;
    font-size:11px;
    cursor:pointer;
}
#subscribe-button:hover  , .twitt_btn:hover , .sidebar-social li a:hover{
    color:rgba(255,255,255,0.7)
}
.subscribe-message{
    float:left;
    width:100%;
    margin-top:20px;
    font-weight:500;
    font-size:11px;
    text-align:left;
    color:#666;
}
#footer-twiit div.user {
    float:left;
    width:100%;
    margin-bottom:10px;
    font-size:11px;
    
}
#footer-twiit div.user a {
    color:#666;
}
#footer-twiit div.user img {
    display:none;
}
#footer-twiit {
    text-align:left;
}
#footer-twiit p.interact {
    float:left;
    width:100%;
    margin:15px 0 5px;
}
#footer-twiit p.interact a {
    float:left;
    color:#fff;
    margin-right:10px;
    background:#292929;
    padding:3px 10px;
    font-size:10px;
    font-weight:500;
}
#footer-twiit p.interact a:hover {
    color:#888;
}
#footer-twiit ul li {
    margin-bottom:20px;
    float:left;
    width:100%;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
#footer-twiit ul li:last-child {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
#footer-twiit p.tweet {
    text-align:left;
}
#footer-twiit p.tweet a:hover {
    color:#888;
}
#footer-twiit  .timePosted a {
    color:#999;
    
    float:left;
    width:100%;
    text-align:left;
}
.twitt_btn {
    padding:15px 0;
    background:#292929;
    margin-top:20px;
    color: #fff;
    font-weight: 700;
    font-size:11px;
}
.sidebar-social li {
    float:left;
    margin-right:4px;
}
.sidebar-social li a {
    float:left;
    width:36px;
    height:36px;
    line-height:36px;
    border-radius:100%;
    background:#292929;
    color:#fff;
    font-size:11px;
}
/* ------portfolio------------------------------------------------------------ */
.ff_panel-conainer {
    z-index:1;
    padding:0 20px 90px;
    min-height: 100vh;
}
.gallery-item,
.grid-sizer {
    width: 33.3%;
    position: relative;
    float: left;
    overflow: hidden;
}
.gallery-item-second,
.grid-sizer-second {
    width: 66.6%;
}
.four-column .gallery-item {
    width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
    width: 50%;
}
.min-pad .gallery-item{
    padding:4px;
}
.big-padding .gallery-item {
    padding:10px;
}
.gallery-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #292929;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.gallery-item:hover img  {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.vis-thumb-info .gallery-item:hover img ,   #portfolio_horizontal_container.no-scale-img .portfolio_item:hover img  {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.hor-content_padd {
    padding:0 22px 0 78px;
}
.bottom-filter-wrap {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    height:80px;
    z-index:100;
    background:#fff;
    padding:0 24px 0 80px;
    -webkit-transform: translate3d(0,0,0);
}
.bottom-filter-wrap  .scroll-down-wrap {
    top:28px;
    float:right;
    margin-right:20px;
}
.bottom-filter-wrap:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 80px;
    right:24px;
    height: 6px;
    background: #e2e2e2;
}
.bottom-filter-wrap.hor-filter-wrap:before {
    display:none;
}
.no-scb .scroll-down-wrap {
    margin-left:0;
    float:right;
    position:relative;
    height:auto;
}
.no-scb .scroll-down-wrap {
    top:22px;
}
.fixed-filter-panel_title {
    float:left;
    margin-right:40px;
}
.gallery-filters {
    float:left;
    margin-right:10px;
    line-height:70px;
    position:relative;
}
.bottom-filter-wrap .gallery-filters  {
    top:6px;
    margin-right:0;
}
.filter-title {
    float:left;
    padding:13px 25px;
    background:#292929;
    color:#fff;
    position:relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight:600;
    letter-spacing:2px;
    margin-right:40px;
    top:24px;
}
.filter-title i {
    padding-left:20px;
}
.bottom-filter-wrap.hor-filter-wrap {
    padding-left:20px;
}
.hor-filter-wrap .filter-title {
    top:20px;
}
.gallery-filters a {
    margin-right:10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing:2px;
    color:#666;
}
.gallery-filters a:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    margin-left: -6px;
    height: 2px;
    background: #000;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.gallery-filters a.gallery-filter-active:before {
    width: 12px;
}
.gallery-filters a.gallery-filter-active {
    color:#000;
}
.count-folio {
    float:left;
    padding:11px 25px;
    background:#292929;
    color:#fff;
    margin-left:80px;
    position:relative;
    top:22px;
    font-size:10px;
}
.count-folio:before {
    content:'';
    position:absolute;
    left:-60px;
    height:1px;
    width:30px;
    background:#ccc;
    top:50%;
}
.count-folio:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    opacity: 0.4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.count-folio div {
    float:left;
    width:30px;
}
.slider-counter_wrap .count-folio {
    margin-left:0;
    padding:70px 0 0 0;
    width:81px;
}
.slider-counter_wrap .count-folio:before {
    display:none;
}
.slider-counter_wrap .count-folio div {
    float:left;
    width:100%;
    height:34px;
    font-weight:400;
    position:relative;
    left:-10px;
    color:#fff;
    font-size:14px;
}
.slider-counter_wrap .count-folio div.num-album {
    left:-10px;
}
.slider-counter_wrap .count-folio div.all-album {
    left:10px;
}
.slider-counter_wrap .count-folio:after {
    margin-top:9px;
    width:20px;
    margin-left:-10px;
}
#portfolio_horizontal_container {
    height: 100%;
    float:left;
    width:100%;
    position:relative;
    z-index:1;
}
#portfolio_horizontal_container .portfolio_item {
    width: auto;
    height: 100%;
    float:left;
    padding:3px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
    padding:0
}
#portfolio_horizontal_container.one-ver-columns .portfolio_item {
    padding-bottom:0;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
    height:50% ;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
    height:33.3% ;
}
.one-ver-columns {
    height:100%;
}
#portfolio_horizontal_container .portfolio_item img {
    float:left;
    width:auto;
    position:relative;
    z-index:1;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
#portfolio_horizontal_container .portfolio_item:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder {
    width:auto;
    height:100%;
}
.horizontal-grid-wrap {
    overflow:hidden;
    top:0;
}
.horizontal-grid-wrap.hgw_fh {
    height:100%;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder .thumb-info  , .gallery-item  .thumb-info{
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 300ms linear;;
    transition: all 300ms linear;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder:hover .thumb-info  , .gallery-item:hover .thumb-info {
    visibility:visible;
    opacity:1;
}
.nicescroll-rails-hr {
    width:inherit;
    left:80px !important;
    right:0 !important;
}
.pr-det {
    width:450px;
    position:relative;
    overflow:auto;
}
.pr-det-container h2 {
    text-align:left;
    font-size:24px;
    text-transform: uppercase;
    font-weight: 700;
    float:left;
    width:100%;
    padding-bottom:20px;
}
.initscroll {
    position:absolute;
    top:0;
    bottom:70px;
    left:0;
    width:100%;
    overflow:hidden;
    padding:100px 50px 50px;
}
.caption-wrap {
    margin-top:30px;
}
.caption-wrap ul li {
    width:50%;
    float:left;
    padding:20px 40px 10px 0;
}
.caption-wrap ul li span , .caption-wrap ul li a  {
    width:100%;
    float:left;
    text-align:left;
}
.caption-wrap ul li a {
    width:auto;
    padding-right:6px;
}
.caption-wrap ul li a   {
    text-transform: uppercase;
    font-weight: 700;
    font-size:12px;
    color:#999;
    text-decoration:underline;
}
.caption-wrap ul li a:hover {
    color:#666;
    text-decoration:none;
}
.caption-wrap ul li span   {
    color: #000;
    text-align: left;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider-content-nav-wrap {
    width:250px;
    position:relative;
    padding:0 20px;
    float:left;
}
.slider-content-nav {
    margin-top:100px;
}
.slider-content-nav li {
    float:left;
    width:100%;
    padding:15px 0;
    margin-bottom:20px;
    text-align:left;
}
.hid-det-items  .single-popup-image {
    opacity:0;
    visibility:hidden;
    top:-90px;
}
.hid-det-items  .thumb-info {
    opacity:0;
    visibility:hidden;
    botoom:-190px;
}
.hid-det-items .gallery-item:hover .thumb-info{
    opacity:1;
    visibility: visible;
    bottom:2px;
}
.fix-pr-det{
    position:fixed;
    top:90px;
    left:0;
    bottom:90px;
    z-index:20;
    background:#fff;
    overflow: hidden;
    width:450px;
    padding:200px 50px 30px;
    -webkit-transform: translate3d(0,0,0);
}
.fix-pr-det.hid-det {
    left:-450px;
}
.content.vis-column-det{
    padding-left:450px;
}
.det-overlay {
    position:fixed;
    top:80px;
    left:20px;
    bottom:90px;
    z-index:19;
    right:0;
    background:#292929;
    opacity:0.6;
    display:none;
    -webkit-transform: translate3d(0,0,0);
}
.fix-pr-det.isfsdet , .det-overlay.isfsdet{
    top:0;
    bottom:0;
}
.content-nav {
    float:left;
    position:relative;
    width:100%;
    border-top:1px solid #f0f0f0;
    margin-top:20px;
    padding-top:10px;
}
.content-nav li {
    width:50%;
    float:left;
}
.content-nav li a.ln , .content-nav li a.rn {
    color:#000;
    padding-top:8px;
    font-size:24px;
    position:relative;
}
.content-nav li a.ln i , .content-nav li a.rn i  ,  .content-nav li a span.tooltip{
    -webkit-transition: all 300ms linear;;
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i , .customNavigation a:hover i  {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.content-nav li a.ln {
    float:left;
}
.content-nav li a.rn {
    float:right;
}
.content-nav li a.ln span.tooltip  , .content-nav li a.rn span.tooltip {
    position:absolute;
    top:-10px;
    font-size:14px;
    font-family: 'Mukta', serif;
    color:#666;
    
    font-weight:700;
    min-width:150px;
    visibility:hidden;
    opacity:0;
    margin-top:-6px;
}
.content-nav li a.ln span.tooltip {
    left:100%;
    margin-left:20px;
    text-align:left;
}
.content-nav li a.rn span.tooltip {
    right:100%;
    margin-right:20px;
    text-align:right;
}
.content-nav li a:hover span.tooltip {
    top:50%;
    opacity:1;
    visibility:visible;
}
.closedet_style {
    position:absolute;
    z-index:20;
    right:40px;
    top:40px;
    font-size:18px;
    cursor:pointer;
}
.det-anim{
    transform: translateY(50px);
    opacity:0;
}
.onscroll-content {
    padding:100px 0 70px;
}
.anim-img-cover  {
    overflow:hidden;
}
.anim-img-cover img {
    width:100%;
    height:auto;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    transition-delay: 0.6s;
    -webkit-transform: scale(1.35);
    transform:  scale(1.35);
}
.anim-img-cover.noscale img {
    -webkit-transform: scale(1.0);
    transform:  scale(1.0);
}
.text-container_title {
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    margin-bottom:20px;
    margin-top:50px;
}
.text-container_title h3{
    font-size:34px;
    font-weight:700;
    text-align:left;
    line-height:40px;
}
.sect-item-title {
    font-size:14px;
    font-weight:700;
    text-align:left;
}
/* ------sections------------------------------------------------------------ */
section {
    float:left;
    width:100%;
    padding:50px 0;
}
section.single-content-section {
    padding:70px 0 20px;
}
.column-wrapper {
    float:right;
    width:55%;
    z-index:3;
    position:relative;
    padding:30px 30px 100px;
}
.column-wrapper_smallpadding {
    padding:0 4px 70px;
}
.column-wrapper_smallpadding .gallery-items {
    top:-4px;
}
.column-wrapper.single-content-section{
    padding:0 60px 120px;
}
.footer-inner {
    padding:20px 0;
    border-top:1px solid #eee;
}
.policy-box {
    float:left;
    text-align:left;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:700;
    position:relative;
    top:12px;
}
.to-top-btn {
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:700;
    position:relative;
    float: right;
    color:#fff;
    padding:13px 27px;
    background:#292929;
}
.to-top-btn i {
    padding-left:20px;
    color:rgba(255,255,255,0.9)
}
.to-top-btn:hover {
    color:rgba(255,255,255,0.6)
}
.sec-dec {
    float:left;
    width:60px;
    background:#ccc;
    height:1px;
}
.column-image {
    position:fixed;
    bottom:0;
    left:0;
    width:45%;
    top:90px;
    z-index:1;
    overflow:hidden;
    -webkit-transform: translate3d(0,0,0);
}
.column-notifer {
    background:#292929;
    position:absolute;
    bottom:0;
    left:0;
    width:50%;
    z-index:10;
    padding:0 50px;
    height:90px;
    line-height:90px;
}
.column-notifer .scroll-down-wrap {
    top:32px;
    line-height:14px;
}
.column-title {
    position:absolute;
    bottom:140px;
    left:0;
    width:100%;
    text-align:left;
    padding:20px 50px;
    z-index:11;
}
.column-title h2 {
    font-size:48px;
    font-weight:700;
    color:#fff;
    position:relative;
}
.column-title h2:before {
    content:'';
    position:absolute;
    left:0;
    top:-70px;
    width:40px;
    height:2px;
    background:#fff;
}
.column-title h3 {
    font-family: 'Mukta', serif;
    color:rgba(255,255,255,0.91);
    max-width:400px;
}
.fixed-column-dec {
    position:absolute;
    top:50px;
    right:50px;
    width:70px;
    height:70px;
    z-index:21;
    border-top:1px solid;
    border-right:1px solid;
    border-color:rgba(255,255,255,0.51);
}
.small-container {
    max-width:764px;
}
.section-title {
    float:left;
    width:100%;
    position:relative;
    padding-bottom: 20px;
    margin-bottom:40px;
    border-bottom:1px solid #eee;
}
.section-title h3 {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    padding-bottom:15px;
}
.section-title h4 {
    font-family: 'Mukta', serif;
    
    color:#999;
    max-width:400px;
    text-align:left;
}
/*------ facts ------------------------------------------------*/
.inline-facts-holder {
    margin:40px 0 50px;
}
.inline-facts {
    float:left;
    width:25%;
    text-align:left;
}
.inline-facts .num {
    font-size:38px;
    font-weight:700;
}
.inline-facts h6 {
    font-family: 'Mukta', serif;
    
    color:#999;
}
/*------ scroll nav ------------------------------------------------*/
.scroll-nav-wrap , .fixed-bottom-content {
    position:fixed;
    bottom:0;
    width:55%;
    padding:0 50px;
    background:#292929;
    right:0;
    z-index:50;
    height:90px;
    line-height:90px;
    -webkit-transform: translate3d(0,0,0);
}
.fixed-bottom-content.fbc_white{
    background:#fff;
    height:70px;
}
.fixed-bottom-content  .gallery-filters {
    float:left;
    width:100%;
    position:relative;
}
.fixed-bottom-content  .gallery-filters a{
    float:none;
    margin:0 4px;
    display:inline-block;
    line-height:0;
    padding-bottom:10px;
    font-weight:500;
    color:#666;
}
.fixed-bottom-content  .gallery-filters a:before {
    background:#292929;
}
.fixed-bottom-content  .gallery-filters a.gallery-filter-active{
    color: #000;
}
.scroll-nav li {
    display:inline-block;
    margin:0 10px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:500;
    letter-spacing:2px;
}
.scroll-nav li a {
    color:#fff;
    position:relative;
}
.scroll-nav li a:before{
    content:'';
    position:absolute;
    bottom:-8px;
    left:50%;
    width:0;
    margin-left:-6px;
    height:2px;
    background:#fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.scroll-nav li a.act-scrlink {
    color:rgba(255,255,255,0.7);
}
.scroll-nav li a.act-scrlink:before {
    width:12px;
}
/*------ services------------------------------------------------*/
.serv-wrap {
    margin-top:30px;
}
.serv-item {
    float:left;
    width:100%;
    position:relative;
}
.serv-item img {
    width:100%;
    height:auto;
    padding-bottom:40px;
}
.serv-item h4 {
    font-size:18px;
    padding-bottom:4px;
    font-weight:700;
    text-align:left;
}
.serv-item ul {
    float:left;
    width:100%;
    list-style: circle;
    padding-left:20px;
}
.serv-item ul li {
    float:left;
    text-align:left;
    width:100%;
    font-size:12px;
    padding-bottom:10px;
    list-style-type: disc;
}
.serv-price {
    float:left;
    margin-top:14px;
    padding:15px 20px;
    font-size:13px;
    text-align:left;
    background:#292929;
    color:rgba(255,255,255,0.71);
}
ul.list-styled {
    list-style: inside;
    padding-left: 0;
}
ul.list-styled > li::marker {

}
.serv-price span {
    font-family: 'Mukta', serif;
    color:#fff;
}
.serv-media , .serv-text {
    float:left;
}
.serv-media {
    width:50%;
}
.serv-text {
    width:50%;
    padding-left:20px;
}
.sss-list .sss-list-inner{
    text-align:left;
    overflow: hidden;
    margin-bottom:15px;
}
.sss-list .sss-list-inner:last-child{
    margin-bottom:0px;
}
.sss-list-inner.active .sss-content{margin-top:5px;}
.sss-list-inner.active .sss-content-inner{
    background: #efefef; color:#292929 !important;
}
.sss-list-inner.active .sss-head{
    background: #292929;
    color:#fff;
}
.sss-list-inner.active .sss-head i{
    transform:translateY(-50%) rotate(180deg);
}
.sss-head{padding:10px 15px;font-size: 14px;background-color:#efefef;position: relative;padding-right:40px;cursor:pointer;-webkit-transition: all 300ms linear;transition: all 300ms linear;}
.sss-head:hover{
    background-color:#efefef;
    color:#292929;
}
.sss-head i{position:absolute; right:15px; top:50%; transform:translateY(-50%) rotate(0deg); font-size:20px; -webkit-transition: all 300ms linear; transition: all 300ms linear;}
.sss-content{height:0px; -webkit-transition: all 300ms linear; transition: all 300ms linear;  margin-top:0px;}
.sss-content-inner{padding:10px 15px; background:#efefef; color:#fff !important;}
.sss-content-inner > * {font-size:12px; color:#292929 !important;}

/* --------- Skills --------------------------------------*/
.skill-name {
    position:absolute;
    top:40%;
    text-transform:uppercase;
    font-size:44px;
    font-weight:900;
    letter-spacing:4px;
    opacity:0.3;
}
.skillbar-box {
    float:left;
    width:100%;
    position:relative;
    margin-bottom:50px;
}
.skillbar-bg {
    position:relative;
    display:block;
    float:left;
    width:100%;
    height:5px;
    overflow:hidden;
    background:#eee;
}
.custom-skillbar-title span {
    float:left;
    font-size:12px;
    margin-top:12px;
    padding-bottom:6px;
    
}
.custom-skillbar {
    height:5px;
    width:0px;
    background:#000;
}
.skill-bar-percent {
    float:right;
    font-size:12px;
    margin-top:13px;
    font-weight:700;
    color:#666;
    padding-bottom:6px;
}
/*------ testimonials------------------------------------------------*/
.testi-item p{
    text-align:left;
    padding:35px 20px 25px;
    background:#f9f9f9;
    border:1px solid #eee;
    font-family: 'Mukta', serif;
    
    color:#999;
    font-size:14px;
}
.testilider .swiper-slide.swiper-slide-active .testi-item p {
    color:#666;
}
.testi-item h3 {
    font-size:18px;
    padding-bottom:14px;
    font-weight:700;
    text-align:left;
}
.teti-link{
    float:left;
    margin-top:12px;
    font-weight:600;
    border-bottom:1px dotted #ccc;
    color:#666;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.testi-avatar  , .testi-avatar img{
    width:50px;
    height:50px;
    border-radius:100%;
}
.testi-avatar {
    position:absolute;
    right:20px;
    top:-20px;
    opacity:0;
    overflow:hidden;
    border:1px solid #eee;
}
.testilider .swiper-slide.swiper-slide-active .testi-item  .testi-avatar{
    top:20px;
    opacity:1;
}
.testi-avatar , .testi-item p {
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.single-slider img {
    width:100%;
    height:auto;
}
.testilider-controls {
    float:left;
    position:relative;
    margin-top:40px;
}
.testilider-controls .ss-slider-btn {
    float:left;
    width:36px;
    height:36px;
    line-height:36px;
    color:#fff;
    background:#292929;
    border-radius:100%;
    margin-right:6px;
    cursor:pointer;
}
.ss-slider-controls {
    position:absolute;
    bottom:-25px;
    height:50px;
    padding:0 50px;
    right:50px;
    z-index:10;
}
.ss-slider-cont{
    position:absolute;
    top:50%;
    margin-top:-18px;
    width:36px;
    height:36px;
    color:#fff;
    cursor:pointer;
    font-size:10px;
    line-height:36px;
    z-index:20;
    background: rgba(0,0,0,0.71);
    border-radius:100%;
}
.ss-slider-prev ,   .ss-slider-cont-prev {
    left:40px;
}
.ss-slider-next ,   .ss-slider-cont-next {
    right:40px;
}
.ss-slider-pagination_wrap {
    height:20px;
    line-height:20px;
    position:absolute;
    bottom:20px;
    z-index:10;
    left:0;
    width:100%;
}
.ss-slider-pagination{
    position:relative;
    display:inline-block;
}
.ss-slider-pagination:before {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -8px;
    top: -8px;
    border-radius: 25px;
    background: rgba(0,0,0,0.51);
}
.ss-slider-pagination .swiper-pagination-bullet  {
    background:rgba(255,255,255,0.41);
    margin:0 5px;
    padding:0;
    height:5px;
    border-radius:100%;
    opacity:1;
    width:5px;
    position:relative;
    top:-2px;
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#fff;
}
#wrapper.fs-mode-active {
    padding:0;
}
.fs-mode {
    float:right;
    position:relative;
    width:40px;
    height:30px;
    z-index:6;
    cursor:pointer;
    top:32px;
    margin-right:50px;
}
.fs-mode span {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.fs-mode:before {
    left:5px;
    top:5px;
    border-left:2px solid;
    border-top:2px solid;
}
.fs-mode:after {
    right:5px;
    top:5px;
    border-right:2px solid;
    border-top:2px solid;
}
.fs-mode span:before {
    left:5px;
    bottom:5px;
    border-left:2px solid;
    border-bottom:2px solid;
}
.fs-mode span:after {
    right:5px;
    bottom:5px;
    border-right:2px solid;
    border-bottom:2px solid;
}
.fs-mode:before , .fs-mode:after , .fs-mode span:before , .fs-mode span:after {
    content:'';
    position:absolute;
    width:6px;
    height:6px;
    border-color:#000;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scale(0.75);
    transform:  scale(0.75);
}
.fs-mode:hover:before , .fs-mode:hover:after , .fs-mode:hover span:before , .fs-mode:hover span:after {
    -webkit-transform: scale(1.0);
    transform:  scale(1.0);
}
.fs-mode-title {
    float:right;
    position: relative;
    margin-right:20px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:500;
    letter-spacing:2px;
    top:40px;
}
.close-fs {
    position:absolute;
    right:50px;
    bottom:-100px;
    width:170px;
    height:50px;
    line-height:50px;
    z-index:100;
    background: rgba(0,0,0,0.71);
    color:#fff;
    cursor:pointer;
}
#wrapper.fs-mode-active .thumbnail-container {
    bottom:0;
}
.section-number {
    position:absolute;
    top:12px;
    right:0;
    font-size:18px;
    font-weight:700;
    color:#999;
}
.section-number:before {
    content:'';
    position:absolute;
    left:-40px;
    width:15px;
    height:2px;
    background:#292929;
    top:50%;
    margin-top:-1px;
}
/* ---------contacts--------------------------------------*/
.contact-details {
    text-align:left;
    margin-top:50px;
}
.contact-details ul li {
    text-align:left;
    float:left;
    width:100%;
    font-weight: 400;
    letter-spacing: 1.5px;
    word-spacing: 0;
    text-transform: uppercase;
    margin-bottom:12px;
    font-size:12px;
}
.contact-details ul li span {
    float:left;
    padding-bottom:10px;
    color: #999;
    width:100%;
    text-transform: none;
}
.map-container {
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
}
#singleMap    {
    width:100%;
    height:350px;
    float:left;
    margin-bottom:30px;
}
.custom-form {
    float: left;
    width: 100%;
    position: relative;
}
.custom-form select,
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
    float: left;
    border: none;
    border: 1px solid #e4e4e4;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder  {
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 25px 30px;
    -webkit-appearance: none;
}
.custom-form input {
    margin-bottom: 20px;
}
.custom-form button {
    padding: 0   25px;
    outline: none;
    border: none;
    cursor: pointer;
    background:#292929;
    -webkit-appearance: none;
    height:44px;
    line-height:44px;
    float:left;
    position:relative;
    color:#fff;
    font-size:11px;
    text-transform:none !important;
    font-weight:700;
    margin:25px 0 15px;
    border-radius:0;
}
#message {
    text-align:left;
    float:left;
    width:100%;
    padding-bottom:20px;
    color:#000;
}
#message h3 {
    font-size:16px;
    padding-bottom:10px;

}
#message p strong {
    font-weight:800px;
    color:#000;
}
/*------ Blog ------------------------------------------------*/
.post.fw-post h2 {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.blog-title-opt {
    float:left;
    padding-bottom:20px;
    margin-bottom:20px;
}
.blog-title-opt li , .pr-tags li {
    float:left;
    margin-right:10px;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.blog-title-opt li a   , .pr-tags li a{
    color:#999;
}
.blog-title-opt li a:hover  , .pr-tags li a:hover{
    color:#000;
}
.blog-media {
    margin-bottom:30px;
}
.pr-tags {
    margin-bottom:20px;
}
.pr-tags span {
    float:left;
    margin-right:10px;
    color:#000;
    font-weight:700;
    text-transform:uppercase;
}
.pr-tags ul{
    position:relative;
    top:3px;
}
.post-author {
    margin-top:30px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:30px 0 20px
}
.author-img {
    width:80px;
    height:80px;
    position:absolute;
    left:0;
    top:50px;
}
.author-content {
    float:left;
    width:100%;
    padding-left:100px;
}
.author-img img {
    border-radius:100%;
    width:80px;
    height:80px;
}
.author-content h5 {
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:14px;
    color:#000;
    display:block;
    float:left;
    font-weight:500;
}
.author-content p {
    margin-bottom:8px;
    float:left;
    width:100%;
}
.author-social {
    float:right;
    background:#fff;
    position:relative;
}
.author-social li {
    float:left;
    position:relative;
    width:36px;
    height:36px;
    line-height:36px;
    background:#292929;
    border-radius:100%;
    margin-left:6px;
}
.author-social li a {
    color:#fff;
    font-size:10px;
}
.post {
    margin-bottom:50px;
}
.post.single-post {
    margin-bottom:0;
}
.post .btn {
    float:left;
    margin-top:15px;
}
#comments.single-post-comm{
    margin-top:40px;
    padding-top:0;
}
#comments-title , #reply-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
#comments-title span {
    color:#666;
}
.comment{
    float: left;
}
.comment-body{
    position: relative;
    margin-left: 70px;
    padding-top: 30px;
}
.comment-author{
    position: absolute;
    top: 30px;
    left: -66px;
}
.comment-author img{
    border-radius: 100%;
}
.comment .children{
    margin-left: 70px;
}
.fn{
    display: block;
    margin-bottom: 10px;
    float:left;
    width:100%;
    text-align:left;
}
.comment-meta, .comment-meta a{
    font-family: Georgia, "Times New Roman", Times, serif;
    
    font-size:12px;
    letter-spacing:1px;
    color:#494949;
    padding-bottom:10px;
    text-align:left;
}
#respond{
    margin:40px 0 20px;
    float:left;
    width:100%;
}
#respond .custom-form {
    max-width:600px;
    margin-top:30px;
}
#reply-title{
    padding-bottom:30px;
    margin-bottom:5px;
}
.comment-notes{
    margin-top: 10px; color: #a4a4a3;
}
.pagination-container a{
    display:inline-block;
    color:#fff;
    margin:0 10px;
    position:relative;
    line-height:0;
}
.pagination-container a.current-page , .pagination-container a:hover {
    color:rgba(255,255,255,0.41);
}
.pagination-container a:before{
    content:'';
    position:absolute;
    bottom:-18px;
    left:50%;
    width:0;
    margin-left:-10px;
    height:1px;
    background:#fff;
}
.pagination-container a.current-page:before {
    width:20px;
}
.pagination-container a.nextposts-link {
    margin-left:40px;
}
.pagination-container a.prevposts-link {
    margin-right:40px;
}
.author_avatar {
    float:left;
    margin-right:10px;
    border-radius:100%;
    overflow:hidden;
    position:relative;
    top:-6px;
}
.author_avatar img  , .author_avatar{
    width:30px;
    height:30px;
}
/* ------Cursor------------------------------------------------------------ */
.element {
    position: fixed;
    left:0;
    top:0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index:10000;
}
.element-item {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    pointer-events: none;
    opacity:1;
    box-sizing:border-box;
}

.element-item.closeicon:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00d";
    position:absolute;
    font-size:9px;
    left:50%;
    color:#fff;
    top:50%;
    width: 10px;
    height: 10px;
    background:none;
    font-weight:100;
    line-height:10px;
    margin:-5px 0 0 -5px;
}
.element-item.swipericon:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f07e";
    position:absolute;
    font-size:10px;
    left:50%;
    color:#fff;
    top:50%;
    width: 10px;
    height: 10px;
    font-weight:100;
    line-height:10px;
    margin:-5px 0 0 -5px;
    background:none;
}
.content-nav-fixed {
    float:left;
    position:relative;
    width:100%;
    padding:0 70px;

}
.content-nav-fixed:before {
    content:'';
    position:absolute;
    left:50%;
    width:1px;
    height:20px;
    top:50%;
    margin-top:-10px;
    background:rgba(255,255,255,0.21);
    z-index:100;
}
.content-nav-fixed li {
    width:50%;
    float:left;
    position:relative;
}
.content-nav-fixed li:first-child {
    border:none;
}
.content-nav-fixed li a.ln , .content-nav-fixed li a.rn {
    color:#fff;
    font-size:12px;
    position:relative;
    width:100%;
}
.content-nav-fixed li a.ln  {
    text-align:left;
    float:left;
}
.content-nav-fixed li a.rn  {
    text-align:right;
    float:right;
}
.content-nav-fixed li a:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:100%;
    bottom:0;
    background: #212121;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.content-nav-fixed li a.ln:before  {
    left:-120px;
}
.content-nav-fixed li a.rn:before  {
    right:-120px;
}
.content-nav-fixed li a:hover:before {
    top:0;
}
.content-nav-fixed li a.ln i , .content-nav-fixed li a.rn i  {
    position:relative;
    z-index:50;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 300ms  linear;
    transition: all 300ms linear;
}
.content-nav-fixed li a.ln:hover i   {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition-delay: 0.35s;
}
.content-nav-fixed li a.rn:hover i  {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition-delay: 0.35s;
}
.content-nav-fixed li a span {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:500;
    position:relative;
    z-index:10;
}
.content-nav-fixed li a.ln span {
    padding-left:15px;
}
.content-nav-fixed li a.rn span  {
    padding-right:15px;
}
.content-nav_mediatooltip {
    position:absolute;
    bottom:50%;
    margin-bottom:-25px;
    overflow:hidden;
    opacity:1;
    width:50px;
    height:50px;
    border-radius:100%;
}
.content-nav_mediatooltip.cnmd_leftside {
    left:-70px;
}
.content-nav_mediatooltip.cnmd_rightside {
    right:-71px;
}
.content-nav_mediatooltip img {
    width: auto;
    height:50px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    border-radius:100%;

    z-index:1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.single-image {
    margin-bottom:15px;
}
.single-image img {
    width:100%;
    height:auto;
    position:relative;
    z-index:1;
}
.single-image:last-child {
    margin-bottom:0;
}
/*------ Video ------------------------------------------------*/
.video-mask {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.mob-bg {
    display:none;
}
.video-holder{
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
    background:#292929;
}
.video-holder iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    overflow:hidden;
}
.background-youtube {
    position:absolute;
    top:-25% !important;
}
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 0;
}
.video-container video {
    width: 100%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------responsive------------------------------------------------------------ */
@media only screen and (max-width: 1365px) {
    .hero-slider_details_wrap {
        width:70%;
    }
    .hero-slider_control-wrap {
        width: 30%;
        padding: 20px 40px 40px 70px;
    }
    .fs-slider_align_title h2 {
        line-height: 72px;
    }
    .fs-slider_align_title {
        top: 34%;
    }
    .serv-price {
        padding:12px 20px;
    }
    #portfolio_horizontal_container.three-ver-columns .portfolio_item {
        height:50%;
    }
    #portfolio_horizontal_container  .portfolio_item .thumb-info h3 {
        font-size:14px;
    }
}
@media only screen and (max-width: 1064px) {
    .main-header {
        padding:0 10px;
    }
    .search-input {
        top:29px;
        margin-left: 190px;
    }
    .nav-button-wrap {
        float:right;
        height:38px;
        width:38px;
        cursor:pointer;
        position:relative;
        top:26px;
        margin-right:16px;
        display: block;
    }
    .nav-button  {
        position:absolute;
        top:50%;
        left:50%;
        width:22px;
        height:20px;
        margin-left:-11px;
        margin-top:-6px;
    }
    .nav-button span{
        float:left;
        width:100%;
        height:2px;
        background:#000;
        margin-bottom:4px;
        border-radius:4px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .nav-button span:first-child {
        width: 50%;
    }
    .main-menu nav ul {
        display:none;
    }
    .main-menu{
        position: absolute  ;
        top:90px;
        right:-20px;
        width:300px;
        z-index:50;
        padding:15px 10px ;
        background:#292929;
        visibility:hidden;
        opacity:0;
        -webkit-transition: all 0.4s  ease-in-out;
        transition: all 0.4s  ease-in-out;
    }
    .vismobmenu {
        opacity:1;
        right:0;
        visibility:visible;
    }
    .menusb {
        display:block;
        float:left;
        position:relative;
        width:100%;
        overflow:hidden;
    }
    .main-menu .menusb ul  {
        display:block;
        float:left;
        position:relative;
        width:100%;
    }
    .menusb li {
        margin: 0;
        float: left;
        width:100%;
        position:relative;
        overflow:hidden;
        padding:0 20px;
    }
    .menusb   li i {
        position:absolute;
        right:18px;
        top:12px;
    }
    .menusb  a {
        float:left;
        width:100%;
        padding:8px 5px;
        position:relative;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        line-height:20px;
        text-align:left;
    }
    .menusb  a.act-link {
        color:rgba(255,255,255,0.71);
    }
    .menusb a.back{
        padding-left:24px;
    }
    .menusb a.back:before{
        font-family: Font Awesome\ 5 Pro;
        content: "\f177";
        font-size:14px;
    }
    .bottom-panel-column.bottom-panel-column_left  , .bottom-panel-column.bottom-panel-column_right{
        width: 50%;
    }
    .slider-counter_wrap {
        display:none;
    }
    .fsc-holder {
        padding: 0 0 90px 0;
    }
    .logo-holder {
        left: 20px;
        top: 20px;
    }
    .logo-holder img {
        height: 50px;
        width: auto;
    }
    .bottom-panel {
        padding-left:30px;
    }
    .bottom-panel-column.bottom-panel-column_left.fix-size {
        width: 400px;
    }
    .bottom-panel-column.bottom-panel-column_right.fix-size {
        width: calc(100% - 400px);
    }
    .single-carousel-control_list {
        padding-right:10px;
    }
    .single-carousel-control_list li {
        width: 120px;
    }
    .column-image {
        position: relative;
        bottom: 0;
        left: 0;
        float:left;
        width: 100%;
        top:0;
        padding:150px 0;
    }
    .column-wrapper {
        width:100%;
        padding: 40px 50px 120px;
    }
    .scroll-nav-wrap, .fixed-bottom-content {
        width:100%;
        height: 70px;
        line-height: 70px;
        padding:0 10px;
    }
    .column-title {
        float:left;
        width:100%;
        position:relative;
        left:0;
        bottom:0;
    }
    .follow-wrap, .home-main_title {
        padding-left: 100px;
    }
    .home-main_title {
        bottom:inherit;
        top:30%;
    }
    .gallery-item {
        width:50% !important;
    }
    .bottom-filter-wrap {
        padding: 0 24px 0 24px;
    }
    .bottom-filter-wrap .gallery-filters {
        position: absolute;
        bottom: 70px;
        height: auto !important;
        width: 100%;
        top:inherit;
        background: #292929;
        left: 0;
        padding: 35px 30px;
        text-align: left;
        display:none;
    }
    .bottom-filter-wrap .gallery-filters a {
        float:left;
        width:100%;
        line-height:25px;
        color:#fff;
    }
    .bottom-filter-wrap .gallery-filters a:before {
        bottom: 50%;
        left: 100%;
        margin-left: -26px;
        height: 2px;
        margin-bottom:-1px;
        background: #fff;
    }
    .hor-content_padd {
        padding: 0;
    }
    .bottom-filter-wrap:before {
        left: 22px;
        right: 24px;
    }
    .media-container  {
        left:0;
    }
    .fs-slider_align_title h2 {
        font-size: 48px;
        line-height: 52px;
    }
    .hero-slider_control-wrap .scroll-down-wrap {
        display:none;
    }
    .hero-slider_details_wrap {
        width:100%;
        height:120px;
        padding:60px 50px 20px 50px;
    }
    .fs-slider-det {
        padding-bottom:100px;
    }
    .hero-slider_control-wrap {
        width:170px;
        bottom:150px;
        padding:0;
        background:none;
    }
    .fs-slider_align_title {
        padding-left:60px;
    }
    .hlaf-slider-pag  {
        bottom:140px;
    }
    .fs-slider_align_title h2 {
        line-height: 72px;
    }
}
@media only screen and (max-width: 768px) {
    #portfolio_horizontal_container , .horizontal-grid-wrap    {
        float:left;
        width:100%;
    }
    .horizontal-grid-wrap  {
        overflow:auto !important;
    }
    #portfolio_horizontal_container .portfolio_item  , #portfolio_horizontal_container .portfolio_item .grid-item-holder , #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
        width: 100%;
        height: auto !important;
    }
    .hlaf-slider-pag  {
        display:none;
    }
    .fs-slider_align_title {
        width: 100%;
        padding:0 90px;
        top: 34%;
    }
    .ss-slider-next, .ss-slider-cont-next {
        right:20px;
    }
    .ss-slider-prev, .ss-slider-cont-prev{
        left:20px;
    }
    .home-slider-counter-wrap {
        left:90px;
        bottom: 30px;
    }
    #portfolio_horizontal_container  .portfolio_item .thumb-info h3 {
        font-size:18px;
    }
}
@media only screen and (max-width: 640px) {
    .fw-carousel .swiper-slide img , .fw-carousel .swiper-slide   {
        width: 100% !important;
        height: auto !important;
        display:block;
    }
    .fw-carousel  .swiper-wrapper{
        width: 100%;
        height: inherit !important;
        display:block;
    }
    .fsc-holder {
        padding:10px;
    }
    .fw-carousel .swiper-container  , .fw-carousel , .fw-carousel-wrap  , .no-mob-hidden{
        height: auto !important;
    }
    .fw-carousel-wrap {
        position:relative;
        float:left;
        width:100%;
    }
    .no-horizontal-slider {
        display: block !important;
        margin-bottom: 10px;
        text-align: center;
    }
    .no-horizontal-slider .swiper-slide {
        display: block !important;
        height: auto;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .swiper-link-wrap {
        padding-right: 0;
        padding-bottom:90px;
    }
    .swiper-link {
        width: 100%;
        height: 70px;
        right: 0;
        top: inherit;
        bottom:0;
        line-height:70px;
    }
    .swiper-link span {
        position: relative;
        left: 0;
        top: 0;
        display:inline-block;
        white-space: normal;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .swiper-link-wrap .thumb-info {
        right:0;
        bottom:90px;
    }
    .search-input {
        position:absolute;
        left:0;
        top:90px;
        padding:0 30px;
        margin:0;
        width:100%;
        height:70px;
        background:#292929;
    }
    .search-input:before , .search-input  , .closedet_style , .column-notifer , .bottom-panel ,  .bottom-filter-wrap .scroll-down-wrap   , .bottom-filter-wrap:before , .content-nav-fixed li a span strong  , .section-number , .hero-slider_details_wrap , .thumbnail-container  {
        display:none;
    }
    .search-input input {
        background:#292929;
        color:#fff;
        margin-top:20px;
        border:none;
    }
    .search-input input::-webkit-input-placeholder {
        color:#fff;
    }
    .search-input input:focus  {
        border-bottom:1px solid #292929;
    }
    .search-button{
        float: right;
        display:block;
        width:50px;
        position:relative;
        cursor:pointer;
        font-size:16px;
        top:34px;
    }
    .fix-pr-det , .fix-pr-det.hid-det {
        position: relative;
        top:0;
        left:0 !important;
        bottom:inherit;
        z-index: 20;
        background: #fff;
        overflow: hidden;
        float:left;
        width: 100%;
        padding: 50px 20px 30px;
        -webkit-transform: translate3d(0,0,0);
    }
    .det-anim {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
    .initscroll {
        position:relative;
        float:left;
        padding:0;
    }
    .column-wrapper {
        padding: 20px 10px 120px;
    }
    .serv-text  , .serv-media , .policy-box{
        width: 100%;
        padding-left: 0;
    }
    .serv-item {
        margin-bottom:40px;
    }
    section {
        padding: 20px 0;
    }
    .to-top-btn {
        float:left;
        margin-top:40px;
    }
    .follow-wrap, .home-main_title {
        padding-left: 50px;
    }
    .gallery-item {
        width:100% !important;
    }
    .ff_panel-conainer {
        padding: 0 0 90px;
    }
    .bottom-filter-wrap {
        padding: 0 10px 0 10px;
    }
    .filter-title  {
        top: 16px;
    }
    .column-title h2  , .fs-slider_align_title h2 {
        font-size: 36px;
        line-height:40px;
        padding-bottom:12px;
    }
    .column-image {
        display: none;
    }
    .author-social {
        float: left;
    }
    .author-content {
        padding-left: 70px;
    }
    .author-img {
        top:30px;
    }
    .author-img  , .author-img img {
        width: 50px;
        height: 50px;
    }
    .inline-facts {
        width: 50%;
    }
    .home-slider-counter-wrap {
        left:20px;
    }
    .home-main_container {
        left: 0;
        right: 0;
        bottom:0;
    }
    .fs-slider-det {
        padding-bottom:0;
    }
    .hero-slider_control-wrap {
        width:100%;
        bottom:50px;
    }
    .hero-slider_control_item {
        float:left;
    }
    .fs-slider_align_title {
        padding: 0 30px;
        top: 34%;
    }
    .swiper-container {height: auto;}
    .column-title {
        padding: 20px 20px;
    }
    .column-wrapper.single-content-section {
        padding: 0 20px 120px;
    }
    .follow-wrap {
        top: 80px;
    }
}
@media only screen and (max-width: 530px) {
    .follow-wrap, .home-main_title {
        padding-left:20px;
    }
    .hiiden-sidebar-wrap {
        width: 300px;
        padding: 50px 30px;

    }
    .fs-slider_align_title h2 , .home-main_title_item h2 {
        font-size: 38px;
        line-height: 46px;
        padding:10px 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}
.posts-wrap , .sidebar-posts_wrap {
    float:left;
}
.posts-wrap {
    width:70%;
}
.sidebar-posts_wrap {
    width:30%;
    padding-left:50px;
}
.sb-post-widget {
    margin-bottom:30px;
}
.sb-post-widget-header {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:30px;
}
.sb-post-widget-header:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:30px;
    height:1px;
    background:#ccc;
}
.sb-post-widget_content .searh-holder input {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    outline: none;
}
.sb-post-widget_content .searh-holder input:focus  , .sb-post-widget_content
.searh-holder input:-webkit-autofill {
    background:#f9f9f9;
}

.sb-post-widget_content .searh-holder input.search::-webkit-input-placeholder
{
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
#submit_btn {
    margin-top:10px;
    width:100%;
    height:55px;
    float:right;
    background:#292929;
    color:#fff;
    font-weight:700;
    border:none;
    font-size:11px;
    cursor:pointer;
}
.about-widget img {
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.tagcloud li {
    float:left;
    margin-bottom:4px;
}
.tagcloud li a {
    float:left;
    text-align:center;
    padding:15px 30px;
    margin-right:2px;
    color:#fff;
    font-size:10px;
    background:#292929;
    font-weight: 800;
}
.tagcloud li a:hover {
    color:#ccc;
}
.widget-posts li {
    padding: 15px 10px;
    margin-bottom:8px;
    float:left;
    width:100%;
}
.widget-posts-img {
    float:left;
    width:30%;
}
.widget-comments-img  img{
    border-radius:100%;
}
.widget-posts-descr{
    float:left;
    width:70%;
    padding-left:20px;
    text-align:left;
}
.widget-posts-descr a{
    font-size:12px;
    color:#292929;
    font-weight:800;
    padding-bottom:20px;
}
.widget-posts-date  {
    float:left;
    width:100%;
    margin-top:10px;
    color:#999;
    font-size:12px;
}
.cat-item li{
    float:left;
    width:100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align:left;
    position:relative;
}
.cat-item li:before {
    content:'';
    position:absolute;
    bottom:6px;
    width:100px;
    height:1px;
    background:#eee;
    left:50%;
    margin-left:-25px;
}
.cat-item  li a{
    float:left;
    font-size:12px;
    color:#292929;
    font-weight:800;
}
.cat-item  li  span {
    float:right;
}
.img-section {
    padding:110px 0;
    overflow:hidden;
    position:relative;
}
.img-section-title {
    float:left;
    position:relative;
    text-align:left;
}
.img-section-title h2 {
    color:#fff;
    font-size:36px;
    font-weight:800;
}
.img-section-title:before {
    content:'';
    position:absolute;
    left:0;
    top:-20px;
    width:50px;
    height:2px;
    background:#fff;
}
.img-section-title h3 {
    font-family: 'Mukta', serif;
    
    color: rgba(255,255,255,0.91);
    max-width: 500px;
}
.big-bg-container {
    padding:30px 50px;
    background:#292929;
    margin-bottom:30px;
}
@media only screen and (max-width: 1064px) {
    .posts-wrap , .sidebar-posts_wrap {
        width:100%;
        padding-left:0px;
    }
}

.nav-holder nav > ul > li.current-menu-item > a:before,
.nav-holder nav > ul > li.current-menu-ancestor > a:before,
.nav-holder nav > ul > li.current_page_parent > a:before  {
    width:100%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    color:#000;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.woocommerce .woocommerce-ordering select {

    border: none;
    background-color: #fff;
    width: 90%;
    padding: 5px 15px 10px 15px;
    color: #000;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;

}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    color: #000;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.woocommerce ul.products li.product .price{
    color: #999;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Mukta',sans-serif;
}
.woocommerce ul.products li.product .price del{
    text-decoration:line-through;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    padding: 15px 35px;
    cursor: pointer;
    border-radius:0px;
    margin-top: 15px;
    background: #292929;
    -webkit-appearance: none;
    position: relative;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background: #292929;}

.woocommerce a.button:before, .woocommerce button.button:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
}



.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    padding-right: 55px;
    color: rgba(255,255,255,0.71);
    background: #292929;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background: #292929;}
.woocommerce a.button:hover:before, .woocommerce button.button:hover:before{
    width:10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
    float: left;
    margin-right: 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-product-details__short-description{
    float:left;
    width:100%;
}
.woocommerce div.product .woocommerce-product-rating{
    color:#000;
}
.woocommerce-review-link{
    float:left;
    display:block;
}
/*-------------accordion---------------------------------------*/
.accordion {
    float: left;
    color:#fff;
    width: 100%;
    position: relative;
}
.accordion a.toggle {
    border: 1px solid #161616;
    color:#fff;
    padding: 18px 50px 18px 30px;
    float: left;
    width: 100%;
    position: relative;
    background: #161616;
    box-sizing: border-box;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    transition: all 300ms linear;
    margin-bottom: 15px;
}
.accordion a.toggle span {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 60px;
    background: #161616;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
    content: '';
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transition: all 300ms linear;
}
.accordion a.toggle span:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px;
}
.accordion a.toggle span:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px;
}
.accordion a.toggle.act-accordion {
    color: #fff;
    background: #161616;
    border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
    height: 0;
}
.accordion-inner {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 30px;
    background: #161616;
    margin: 0 0 15px;
    text-align: left;
    border: 1px solid #161616;
}
.accordion-inner.visible {
    display: block;
}

table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table {
    margin: 20px 0;
    border: 1px solid #ddd;
    width:100%;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

table caption{
    font-weight:700;
    margin-bottom: 15px;
}

.select2-container .select2-selection--single{
    padding:20px;
    background:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 1px;
    outline:none;
    min-height: 59px;
    border-radius:0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8c8b8b;
    line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:27px;
}
/*------ share------------------------------------------------*/
.share-icon-digg:before {
    content: "\igg";
}
.share-icon-email:before  {
    content: "email";
}
.share-icon-flickr:before  {
    content: "flickr";
}
.share-icon-foursquare:before  {
    content: "foursquare";
}
.share-icon-rss:before {
    content: "rss";
}
.share-icon-facebook:before  {
    content: "01. facebook";
}
.share-icon-twitter:before {
    content: "04. twitter";
}
.share-icon-tumblr:before {
    content: "tumblr";
}
.share-icon-linkedin:before {
    content: "05. linkedin";
}
.share-icon-vimeo:before {
    content: "vimeo";
}
.share-icon-instagram:before {
    content: "instagram";
}
.share-icon-pinterest:before {
    content: "02. pinterest";
}
.share-icon-googleplus:before {
    content: "03. googleplus";
}
.share-icon-in1:before {
    content: "in1";
}
.share-icon-stumbleupon:before {
    content: "stumbleupon";
}
@media only screen and (max-width: 640px) {
    .full-height .swiper-container {
        height: 100%;
    }
}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

.hero-slider-wrap_pagination  .swiper-pagination-bullet:nth-child(2):after{
    content:'02';
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:nth-child(3):after{
    content:'03';
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:nth-child(4):after{
    content:'04';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(5):after{
    content:'05';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(6):after{
    content:'06';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(7):after{
    content:'07';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(8):after{
    content:'08';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(9):after{
    content:'09';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(10):after{
    content:'10';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(11):after{
    content:'11';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(12):after{
    content:'12';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(13):after{
    content:'13';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(14):after{
    content:'14';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(15):after{
    content:'15';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(16):after{
    content:'16';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(17):after{
    content:'17';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(18):after{
    content:'18';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(19):after{
    content:'19';
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:nth-child(20):after{
    content:'20';
}
@media (max-width: 767px) {
    .sec-image img {
        position: relative!important;
        overflow: hidden!important;
        padding: 20px 0px!important;
        margin: 0px!important;
        top: 0px!important;
        bottom: 0px!important;
        left: 0px!important;
        right: 0px!important;
    }
    .alignleft,
    img.alignleft {
        float: left;
        margin-bottom: 15px;
        margin-right: 0px;
        width:100%;
    }
    .alignright,
    img.alignright {
        float: left;
        margin-bottom: 15px;
        margin-left: 0px;
        width:100%;
    }
    .comment .children {
        margin-left: 0px!important;
        padding-inline-start: 0px!important;
    }
    .single-content-section .posts-wrap.custom-posts-wrap {
        width: 100%;
        margin-left: 0%;
    }
    .single-content-section .left-sidebar.sidebar-posts_wrap {
        padding-right: 0px;
    }
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-center {
    text-align: center;
}
.logged-in header.main-header,
.logged-in .fixed-column-wrap-content{
    top:32px;
}
a.logo-holder.text-logo h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 3px;
    color: #232D38;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

#wrapper .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.clear {
    clear:both;
}
.hidden {
    display:none;
}

form textarea,
form input[type="text"],
form input[type=email],
form input[type=password],
form input[type="tel"],
form input[type="search"] {
    float: left;
    border: none;
    border: 1px solid #e4e4e4;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder  {
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Ek Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
form input:-moz-placeholder,
form textarea:-moz-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    font-family: 'Ek Mukta', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
form textarea {
    height: 200px;
    resize: none;
    padding: 25px 30px;
    -webkit-appearance: none;
}
form input {
    margin-bottom: 20px;
}
form input[type=submit] {
    padding: 0   25px;
    outline: none;
    border: none;
    cursor: pointer;
    background:#292929;
    -webkit-appearance: none;
    height:44px;
    line-height:44px;
    float:left;
    position:relative;
    color:#fff;
    font-size:11px;
    text-transform:none !important;
    font-weight:700;
    margin:25px 0 15px;
    border-radius:0;
}
.wpcf7 label {
    text-align: left;
    color: #666;
    width:100%;
    font-size: 13px;
    float: left;
    font-weight: 600;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
    border: none;
    text-align: left;
    float: left;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    float:left;
    text-align: left;
    padding-bottom: 20px;
    width: 100%;
}
div.wpcf7 .ajax-loader{
    margin: 38px 0 0 15px;
}
.post .blog-title-opt {
    margin-bottom: 0px;
}
.post .blog-media {
    margin-top: 20px;
}
.post .pr-tags {
    margin-bottom: 10px;
    margin-top: 10px;
}
.post .custom-tags.pr-tags {
    margin-bottom: 20px;
}
.blog-title-opt ul.post-categories {
    float: left;
}
.search-input form input[type="text"] {
    float: left;
    border: none;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    color: #000;
    font-family: 'Ek Mukta', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    -webkit-appearance: none;
    border-bottom: 1px solid #ccc;
}
.search-input form input[type="text"]:focus {
    border-bottom: 1px solid #000;
}
.fixed-bottom-content .big-bg-container {
    padding: 0px;
    background: #292929;
    margin-bottom: 0px;
}
.posts-wrap.custom-posts-wrap {
    width: 80%;
    margin-left: 10%;
}
.policy-box p {
    float: left;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: inherit;
    padding-bottom: 0px;
}
.widget_search form input {
    margin-bottom: 10px;
}
.widget_search form input[type=submit] {
    width: 100%;
    margin: 0px;
    height: 55px;
    float: right;
    background: #292929;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 11px;
    cursor: pointer;
}
.widget li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
.widget_categories li:before,
.widget_archive  li:before{
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}
.widget.widget_archive li,
.widget.widget_categories li{
    text-align: right;
    padding-bottom: 8px;
}
.widget.widget_recent_comments li{text-align:left;}
.widget_recent_comments span{float:none!important;}
.widget_recent_comments a{float:none!important;}
.widget li:nth-last-child(1){margin-bottom:0px;}
.widget li a {
    float: left;
    font-size: 12px;
    color: #292929;
    font-weight: 800;
}
.widget a {
    font-size: 10px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.left-sidebar.sidebar-posts_wrap {
    padding-right: 50px;
    padding-left: 0px;
}
.comment-respond .form-submit,
.comment-reply-title
{
    display: none;
}
button.btn.float-btn.flat-btn.color-bg {
    border: 0px;
}
.comment-title-area.crunchify-text{
    float: left;
    margin-right: 10px;
}
#cancel-comment-reply-link{
    color: #000;
}
#cancel-comment-reply-link:before{
    content:"/";
    padding-right: 10px;
}
.comment #respond {
    margin-top: 40px;
    float: left;
    width: 100%;
}
.comment-notes {
    margin-top: 0px;
}
.error-search-wrap h2 {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
}
.error-wrap.error-search-wrap{
    min-height: 500px;
    float: left;
    width: 100%;
}
.error-page .home-main_title {
    bottom: 220px;
}
.fs-slider .fs-slider_align_title h2 {
    line-height: 60px;
}
.widget-posts-descr a {
    padding-bottom: 0px;
}
.widget .widget-posts li {
    padding: 15px 0px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}
.widget .widget-posts li:nth-last-child(1) {
    margin-bottom: 0px;
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"]{
    border: 1px solid #e4e4e4;
    font-size: 12px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    outline: none;
    margin-top: 20px;
    margin-bottom: 0px;
}
.mc4wp-form input[type="submit"], .mc4wp-form button {
    margin-top: 10px;
    width: 100%;
    height: 55px;
    float: right;
    background: #292929;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 11px;
    cursor: pointer;
}
.mc4wp-form input[type="submit"]:hover,
.widget .sidebar-social li a:hover
{
    color: rgba(255,255,255,0.7);
}
.widget .sidebar-social li a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    background: #292929;
    color: #fff;
    font-size: 11px;
}
.widget .sidebar-social li {
    float: left;
    width: inherit;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}


/*
*** Theme Check Unit Test
*/

.sticky .post.fw-post h2 {
    color: #656464;
}
.sticky .btn {
    background: #656464;
}
img.wp-image-907 {
    height: auto;
    width: 100%;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table {
    margin: 0px 0 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th, table td {
    padding: 8px;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #c9c9c9;
    border: 1px solid #ccc;
    border-radius: 4px;
    float:left; width:100%;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt {
    font-weight: 700;
}
iframe{width:100%;}
embed{width:100%;}
.wrapper-content ul.sl-tabs ,
.wrapper-content .sec-services ul,
.wrapper-content .sec-social-icon ul,
.wrapper-content .testimonials-slider ul.star-rating,
.wrapper-content ul.dec-list,
.post ul.post-meta,
.wrapper-content ul.post-tags
{
    display: block;
    list-style-type: none;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.wp-image-967{width:100%; height:895px;}
label.screen-reader-text { display: none;}
.widget select{width:100%; height: 45px;}
.widget img{width:100%;}
.widget img.wp-smiley{width:auto;}
.widget_rss img{width:auto;}
.widget table{width:100%; text-align:center;}
.widget .size-large {
    height: auto;
}
.widget ul ul.children{padding:0px; padding-left:0px;}
.widget ul ul.children li{padding-bottom:0px; }
.widget_calendar caption {padding-bottom: 10px;}
.post-password-form label{ color: transparent; float: left;}
.page-links a span{
    border-color: rgba(38, 35, 40, 0.7);
    color: #ffffff;
    background-color: rgba(38, 35, 40, 0.7);

}
.page-links span {
    color: #ffffff;
    background-color: rgba(144, 144, 144, 0.7);
    border-color: rgba(38, 35, 40, 0.7);
    padding: 5px 10px;
    margin-right: 5px;
}
.page-links span:hover {
    color: #ffffff;
    background-color: rgba(144, 144, 144, 0.7);
}
.clear{clear:both;}
.pingback .comment-img,
.pingback .comment-reply
{
    display: none;
}
.pingback .col-md-9 {
    -webkit-box-flex: inherit;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-links {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.post-password-form input[type="password"] {
    border: 1px solid #5f5f5f;
    height: 41px;
    float: left;
}
form.post-password-form input[type=submit] {
    padding: 20px 22px;
    margin: 24px 0 0 0px;
    line-height: 0px;
    border: 1px #5f5f5f solid;
    height: auto;
}
.widget ul ul.children,
.widget ul.sub-menu
{
    display: none;
}
span.rss-date {
    
    margin-bottom: 6px;
    float: left;
    width: 100%;
    color: #d0c8c8;
}
a.rsswidget {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}
.hiddens{
    display:none!important;
}
.header .t-menu ul {
    color: #f7f6f6;
    font-size: 14px;
}
p.comment-notes {
    color: #cccccc;
}
a#cancel-comment-reply-link {
    padding: 0px 28px;
}
.simplebar-track {
    display: none;
}
.card-wrap.blogs-content,
.card-wrap.blogs-sidebar
{
    float: left;
}
.card-inner.blogs .widget-area .widget.widget_categories ul li, .card-inner.blogs .widget-area .widget.widget_archive ul li {
    float: left;
    width: 100%;
}
.post-box .post-comments li.pingback .comment-info {
    margin: 0px;
}
span.cat-divider {
    color: #e6e6e6;
}
.post-box .post-comments li.pingback .comment-info {
    margin: 0px;
}
p.dfpad.nocomments {
    padding-left: 30px;
}
.blog-content {
    float: left;
    width: 100%;
}
.post-box.card-box {
    float: left;
    width: 100%;
}
nav.navigation.comment-navigation {
    padding: 10px 0px 0px;
    float: left;
    width: 100%;
    font-size: 16px;
}
.content.inner-top .title-bg.index-title {
    display: block;
}
.comment-respond form#commentform {
    padding-bottom: 20px;
}
.comment-text img {
    padding-top: 5px;
}
.post-content h1,
.comment-text h1,
.page-content h1
{
    font-size: 32px;
}
.post-content h2,
.comment-text h2,
.page-content h2
{
    font-size: 28px;
}
.post-content h3,
.comment-text h3,
.page-content h3
{
    font-size: 24px;
}
.post-content h4,
.comment-text h4,
.page-content h4
{
    font-size: 22px;
}
.post-content h5,
.comment-text h5,
.page-content h5
{
    font-size: 20px;
}
.post-content h6,
.comment-text h6,
.page-content h6
{
    font-size: 18px;
}
.comment-text h1 {
    margin-top: 10px;
}
.post-box .post-comments li .comment-info .comment-text p {
    margin-bottom: 10px;
}
.comments-section {
    margin-bottom: 30px;
}
.page-content  ul li ul,
.post-content  ul li ul,
.comment-text ul li ul {
    padding-left:40px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.page-content  ol li ol,
.post-content  ol li ol,
.comment-text ol li ol {
    padding-left:40px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.page-content  ul,
.post-content  ul,
.comment-text ul{
    padding-left:20px;
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 20px;
}
.page-content  ol,
.post-content  ol,
.comment-text ol {
    padding-left:20px;
    display: block;
    list-style-type: decimal;
    -webkit-padding-start: 20px;
}
.img-area img {
    margin: 0 auto;
    display: block;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
}
.page-content,
.post-content
{
    text-align: left;
}
blockquote {
    float: left;
    width: 100%;
}
.commentlist li.comment {
    width: 100%;
}
.comment-respond .btn {
    float: left;
    margin-top: 15px;
}
.pingback .comment-body {
    margin-left: 0px;
    padding-top: 30px;
}
.post {
    overflow: hidden;
}
.post.fl-wrap.fw-post {
    margin-bottom: 0px;
}


/****** Guten *******/
.wp-block-button .wp-block-button__link {
    background: #000;
    padding: 15px 35px;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}
.wp-block-button .wp-block-button__link:hover {
    padding-right: 55px;
    color: rgba(255,255,255,0.71);
}
.wp-block-button .wp-block-button__link:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover:before {
    width: 10px;
}
.has-color-black-background-color {
    background-color: #000;
}
.has-color-black-color {
    color: #000;
}
.has-color-white-color{
    color:#fff;
}
.has-color-white-background-color{
    background-color:#fff;
}
.wp-block-button .wp-block-button__link.has-color-white-background-color {
    background-color:#fff;
    color:#000;
    border: 1px #000 solid;
}
.wp-block-button .wp-block-button__link.has-color-white-background-color:before {
    background: #000;
}
.has-small-font-size{
    font-size:10px;
}
.has-large-font-size{
    font-size: 36px;
    line-height: 35px;
}
.has-huge-font-size{
    line-height: 35px;
}





.hero-start-link,
.fet_pr-carousel-box-media-zoom,
.box-media-zoom
{
    z-index:999;
}
.mar-bottom{
    margin-bottom:20px;
}
.mar-bottom-40{
    margin-bottom:40px;
}
.comment-notes,
.logged-in-as {
    padding:25px 0px;
}
.logged-in-as{
    font-size: 14px;
    font-weight: 600;
}

.blog-page-temp-side .pagination,
.index-blog-template .pagination {
    margin: 20px 0 0;
}
.blog-page-temp-side .pagination  .container,
.index-blog-template .pagination  .container {
    width:100%;
}
.vc-section{
    position:relative;
    width:100%;
    float:left;

}
.vc-section  .section-number.right_sn{
    top:-10px;
}

.page-section-separator{
    width:100%;
    max-width:100%;
}
.wpb_text_column{
    margin-bottom:0px!important;
}
.vc_element_text{
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #5e646a;
    text-align: left;
}
.inline-facts-wrap,
.team-box{
    width:100%;
}
.team-box{
    padding: 0 0px 0 0;
}

.widget_tag_cloud a,
.widget_product_tag_cloud  a{
    float: left;
    text-align: center;
    padding: 15px 30px;
    margin-right: 2px;
    color: #fff;
    background: #35353A;
    font-weight: 800;
    margin-bottom: 4px;
    font-size: 10px!important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud  a:hover {
    color: #ccc;
}
.mc4wp-form{
    position: relative;
    width: 100%;
    float: left;
}
.header-logo h1{
    font-size: 25px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 29px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
    border: none;
    text-align: left;
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    float:left;
    text-align: left;
    padding-bottom: 20px;
}
div.wpcf7 .ajax-loader{
    margin: 38px 0 0 15px;
}
.horizonral-subtitle span{
    border:none;
}
@media only screen and (max-width: 768px) {
    .half-hero-wrap h4 {
        font-size: 16px;
        max-width: 350px;
    }
}

@media only screen and (max-width: 410px) {
    .nav-scroll-bar-wrap {
        padding: 50px 40px 100px 100px;
    }
    .nav-social {
        padding: 0 20px 0 121px;
    }
    .half-hero-wrap h1,
    .hero-section .section-title h2,
    .hero-title .section-title h2
    {
        font-size:30px;
    }
    .half-hero-wrap h4 {
        font-size: 15px;

    }
}

.woocommerce ul.products li.product > a.woocommerce-loop-product__link{
    display:block;
}

.woocommerce ul.products li.product .onsale{
    position:absolute;
    left:3px;
    top:8px;
    background:#000;
    width:40px;
    height:40px;
    font-family: 'Ek Mukta',sans-serif;
}
.woocommerce ul.products li.product{
    text-align:center;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width:100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:100%;
    float:left;
}
.woocommerce div.product div.images{
    margin-bottom:0px;
}
.woocommerce .products .star-rating{
    display:inline-block;
}

.woocommerce ul.products li.product .price {
    float: left;
    width: 100%;
}


.woocommerce div.product p.price del{
    text-decoration:line-through;
}
.accordion-inner p, .accordion-inner{
    color:#fff;
}

form input[type=submit] {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form input[type=submit]:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
    padding-right: 55px;
    color: rgba(255,255,255,0.71);
}
form input[type=submit]:hover:before {
    width: 10px;
}
.sec-contact-form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    margin: 2em 0em 1em;
}

/*! lightgallery - v1.2.13 - 2016-01-05
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {

    color:  rgba(255,255,255,0.71);
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin-top: -25px;
    width:50px;
    height:50px;
    line-height:50px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f178";
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f177";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
}
.lg-toolbar .lg-icon:hover {
    color: #FFF;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #fff;
    float:left;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {

    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}


.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: "\e312";
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.group {
    *zoom: 1;
}

.group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-empty-html {
    display: none;
}
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,1.0);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@charset "utf-8";

/* Map */



#map-single {
    width: 100%;
    height: 350px;
    float: left;
    margin-bottom: 30px;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}
/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 20px;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    right: 20px;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}
/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
/* cursors */

.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}
/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */

.leaflet-bar {

}
.leaflet-bar a,
.leaflet-bar a:hover {

    border-bottom: 1px solid  rgba(255,255,255,0.21);
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #c7c7c7;
    background: #35353A;
}
.leaflet-bar a:hover{
    background: #2D2D32;}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:last-child {

    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background: #35353A;
    color: #fff;
    opacity:0.9;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 12px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
    font-size: 18px;
}
/* layers control */

.leaflet-control-layers {

    background: #fff;

}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}
.leaflet-control-attribution a {
    text-decoration: none;
    display: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {

    background-clip: padding-box;
}
/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;

}
.leaflet-popup-content {
    line-height: 1.4;
    padding:20px 30px;
    text-align:center;

    color:rgba(255,255,255,0.91);
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-content-wrapper  {
    background:#35353A;
    color: #fff;

}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}


