/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: Common Html Tags */
html{
    min-width: 320px;
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    color: #333333;
}

html, body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


html.mainmenu-open{
    overflow: hidden;
}

::selection {
  background: #1e8efd; 
  color: #ffffff;
}
::-moz-selection {
  background: #1e8efd; 
  color: #ffffff;
}

a{
    color: #000000;
    text-decoration: none;
}
a:hover,
a:focus {
  color: #47141e;
  text-decoration: none;
}
a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 500;
  line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{
  font-weight: normal;
  line-height: 1;
}
h1,h2,h3{
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small{
  font-size: 65%;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, h5 small, h6 small{
  font-size: 75%;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 10px; }

small { font-size: 85%; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

b, strong {
    font-weight: bold;
}
/* @END: Common Html Tags */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* device width >= 1200  */
@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}
/* device width <= 1199  */
@media (max-width: 1199px) {
    .container{
        max-width: 100%;
    }
}
@media (max-width: 767px) {

    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .row, .row-cols-fw{
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col,[class*=col-]{
        padding-left: 10px;
        padding-right: 10px;
    }
}




.pswp{
    z-index: 10001;
}    

/* @BEGIN: OwlCarousel, Carousel and Slider */
/* owl-carousel common */
.owl-carousel{ 
    position: relative;
}
.owl-carousel:not(.owl-loaded){
    overflow: hidden; 
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
    position: absolute;
    background: none;
    color: #ffffff;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 24px;
    text-indent: 1px;
    font-size: 40px;
    margin: -15px 0 0 0;
    text-align: left;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
    transition: all 300ms linear;
    
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
    color: #ffffff;
    background: rgba(0,0,0,.4);
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.4);
}
.owl-carousel .owl-prev{
    left: 0px;
    border-radius: 0 50% 50% 0;
    text-indent: 8px;
}
.owl-carousel .owl-next{
    right: 0px;
    border-radius: 50% 0 0 50%;
    text-indent: 13px;
}

.owl-carousel .disabled.owl-prev,
.owl-carousel .disabled.owl-prev:hover,
.owl-carousel .disabled.owl-next,
.owl-carousel .disabled.owl-next:hover{
    opacity: .25;
    color: #ffffff;
    cursor: default;
}

.owl-carousel .owl-dots{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    margin-top: 30px;
}

.section-content > .owl-carousel .owl-dots{
    margin-bottom: 30px;
}


.owl-carousel .owl-dot{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 8px;
    transition: all 300ms linear;
}
.owl-carousel .owl-dot span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f1dcc1;
    box-shadow: 0 0 0 3px rgba(255,255,255,.7);
    opacity: .95;
    transition: all 300ms linear;
}
.owl-carousel .owl-dot.active span{
    box-shadow: 0 0 0 3px #fff;
    opacity: 1;
    background: #61363e;
}

.owl-carousel .item-wrap{
    position: relative;
    display: block;
    height: 100%;
    transition: all 300ms linear;
}
.owl-carousel .item-wrap > img{
    width: 100%;
}
.owl-carousel .owl-lazy-wrap:not(.owl-lazy-loaded) {
    background: #999999;
}
.owl-carousel:not(.owl-loaded) .item-wrap{
    min-width: 100%;
}
.owl-carousel .item-wrap .image-mobile{
    display: block;
}
.owl-carousel .item-wrap .image-desktop{
    display: none;
}
.owl-carousel .item-wrap .titles-wrap{
    padding: 30px 0px;
    text-align: center;
}
.owl-carousel .item-wrap .titles h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.15em;
}
.owl-carousel .item-wrap .titles p{
   font-weight: normal;
   font-size: 12px;
   padding-top: 3px;
   margin-bottom: 0;
}
.owl-carousel .item-wrap .titles a{
    display: inline-block;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    background: #ffffff;
    color: #000000;
    padding: 0 30px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    margin-top: 30px;
    border-radius: 30px;
    transition: all 300ms linear;
}
.owl-carousel .item-wrap .titles a:hover{
    background: #000000;
    color: #ffffff;
}

.item-wrap.item-wrap-video{
    padding-bottom: 56.25%;
    position: relative;
    background: #121212;
}
.owl-carousel .owl-video-wrapper{ 
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute !important;
    top: 0;
    left: 0;
}
.owl-carousel .owl-video-wrapper iframe{
    width: 100%;
    height: 100%;
}

.item-wrap-video .video-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    min-height: 90px;
    z-index: 100;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(25%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 100%);
    transition: all 300ms linear;
}
.owl-video-playing .item-wrap-video .video-text{
    opacity: 0;
}
.item-wrap-video .video-text > h2{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}
.item-wrap-video .video-text > p{
    font-size: 11px;
    line-height: 1.2;
}

.owl-carousel.owl--slider{
    margin-bottom: 15px;
}
.owl-carousel.owl--slider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0;
    transform: translate(0, 100%);
}
.owl-carousel.owl--slider.owl-with-dots{
    margin-bottom: 0;
}

.owl-carousel.owl--slider.owl--hoverable .owl-dots{
    position: absolute;
    margin-top: 0;
    bottom: 0;
    margin-bottom: -15px;
    transform: translate(0, 100%);
    left: 0;
    right: 0;
}
.owl-carousel.owl--slider.owl--hoverable[data-dots="true"]{
    margin-bottom: 75px;
}
@media(min-width: 992px) {
    .owl-carousel .item-wrap,
    .owl-carousel .item-wrap[href]:hover{
        background: none;
        color: #333333;
        transition: none;
    } 
    
    .owl-carousel .item-wrap .titles{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display:-webkit-box;display:-ms-flexbox;display:flex;
        -webkit-box-align:center;-ms-flex-align:center;align-items:center;
        -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    }
    .owl-carousel .item-wrap .titles-wrap{
        min-width: 100%;
        color: #fff;
        padding: 50px 60px;
    }
    .owl-carousel .item-wrap[href]:hover .titles-wrap{
        color: #ffffff;
        background: rgba(236, 32, 39, .85);
        text-shadow: 0 1px 0 rgba(0,0,0,.4);
    }
    .owl-carousel .item-wrap .titles h2{
        font-size: 48px; 
    }
    .owl-carousel .item-wrap .titles p{
        font-size: 16px;
    }

    
    .owl-carousel .item-wrap .image-mobile{
        display: none;
    }
    .owl-carousel .item-wrap .image-desktop{
        display: block;
    }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next{
        width: 60px;
        height: 60px;
        line-height: 50px;
        text-indent: 1px;
        font-size: 72px;
        margin: -30px 0 0 0;
    }
    .owl-carousel .owl-prev{
        left: 0px;
        text-indent: 18px;
    }
    .owl-carousel .owl-next{
        right: 0px;
        text-indent: 22px;
    }

    .owl-carousel.owl--hoverable{ overflow: hidden; margin-bottom: 0; }
    .owl-carousel.owl--hoverable .owl-prev{
        opacity: 0;
        transform: translateX(-100%);
    }
    .owl-carousel.owl--hoverable .owl-next{
        opacity: 0;
        transform: translateX(100%);
    }
    
    .owl-carousel.owl--hoverable:hover .owl-next,
    .owl-carousel.owl--hoverable:hover .owl-prev{
        transform: none;
        opacity: 1;
    }
    .owl-carousel.owl--hoverable:hover .disabled.owl-next,
    .owl-carousel.owl--hoverable:hover .disabled.owl-prev{
        opacity: .25;
    }
    
    
    .owl-carousel.owl--slider.owl--hoverable .owl-dots {
        opacity: 0; 
        margin-bottom: 0;
        bottom: -60px;
        transform: none;
        transition: all 300ms linear;
    }
    .owl-carousel.owl--slider.owl--hoverable[data-dots="true"]{
        margin-bottom: 0;
    }
    .owl-carousel.owl--slider.owl--hoverable:hover .owl-dots {
        opacity: 1;
        bottom: 32px; 
    }
}

/* slider */
.slider .owl-nav {
  -webkit-tap-highlight-color: transparent; 
}
.slider .owl-nav > .owl-prev, 
.slider .owl-nav > .owl-next {
    font-size: 54px;
    width: 50px;
    height: 100px;
    line-height: 92px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    color: #ffffff;
    overflow: hidden;
}
.slider .owl-nav > .owl-prev{
    left: 0;
    text-align: left;
    padding-left: 8px;
}

.slider .owl-nav > .owl-next{
    right: 0;
    text-align: right;
    padding-right: 8px;
}

.slider .owl-nav .disabled {
    opacity: 0.25;
    cursor: default; 
}
.slider .owl-nav > .owl-prev > i, 
.slider .owl-nav > .owl-next > i{
    z-index: 1;
    position: relative;
}
.slider .owl-nav > .owl-prev:before, 
.slider .owl-nav > .owl-next:before{
    content: '';
    background: #333;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 50%;
    opacity: .9;
}
.slider .owl-nav > .owl-prev:before{
    right: 0;
}
.slider .owl-nav > .owl-next:before{
    left: 0;
}

.slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
}
.slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 2px;
    width: 22px;
    height: 22px;
    margin: 6px;
    transition: all 400ms ease;
}
.slider .owl-dots .owl-dot span {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 50%; 
    opacity: .9;
    transition: all 400ms ease;
}

.slider .owl-dots .owl-dot.active span, 
.slider .owl-dots .owl-dot:hover span {
      background: #333;
      opacity: 1;
}

/* carousel */
.carousel .owl-nav {
  -webkit-tap-highlight-color: transparent; 
}
.carousel .owl-nav > .owl-prev, 
.carousel .owl-nav > .owl-next {
    font-size: 54px;
    display: block;
    width: 50px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: -60px;
    margin-top: -50px;
    color: #ccc;
    overflow: hidden;
}
.carousel .owl-nav > .owl-prev{
    left: 15px;
    text-align: left;
}

.carousel .owl-nav > .owl-next{
    right: 15px;
    text-align: right;
}

.carousel.owl-carousel .owl-nav .disabled {
    opacity: 0.4;
    cursor: default; 
}
.carousel .owl-nav > .owl-prev > i, 
.carousel .owl-nav > .owl-next > i{
    z-index: 1;
    position: relative;
}
.carousel .owl-nav > .owl-prev:before{
    right: 0;
}
.carousel .owl-nav > .owl-next:before{
    left: 0;
}

.carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    font-size: 0;
}
.carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 2px;
    width: 22px;
    height: 22px;
    margin: 6px;
    transition: all 400ms ease;
}
.carousel .owl-dots .owl-dot.active{
    cursor: default;
    opacity: .6;
}
.carousel .owl-dots .owl-dot span {
    width: 100%;
    height: 100%;
    background: #333;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 50%; 
    transition: all 400ms ease;
}
/* @END: OwlCarousel, Carousel and Slider */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: waypoint */
.waypoint-sticky.stuck{
    position: fixed !important;
}
/* @END: waypoint */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: Masonary */

.masonry {    
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}
.masonry > .masonry-column{
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;    
}
.masonry-columns-xs-1{-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}.masonry-columns-xs-2{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}.masonry-columns-xs-3{-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}.masonry-columns-xs-4{-moz-column-count: 4;-webkit-column-count: 4;column-count: 4;}.masonry-columns-xs-5{-moz-column-count: 5;-webkit-column-count: 5;column-count: 5;}.masonry-columns-xs-6{-moz-column-count: 6;-webkit-column-count: 6;column-count: 6;}.masonry-columns-xs-7{-moz-column-count: 7;-webkit-column-count: 7;column-count: 7;}.masonry-columns-xs-8{-moz-column-count: 8;-webkit-column-count: 8;column-count: 8;}.masonry-columns-xs-9{-moz-column-count: 9;-webkit-column-count: 9;column-count: 9;}.masonry-columns-xs-10{-moz-column-count: 10;-webkit-column-count: 10;column-count: 10;}.masonry-columns-xs-11{-moz-column-count: 11;-webkit-column-count: 11;column-count: 11;}.masonry-columns-xs-12{-moz-column-count: 12;-webkit-column-count: 12;column-count: 12;}
@media (min-width: 576px) {.masonry-columns-sm-1{-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}.masonry-columns-sm-2{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}.masonry-columns-sm-3{-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}.masonry-columns-sm-4{-moz-column-count: 4;-webkit-column-count: 4;column-count: 4;}.masonry-columns-sm-5{-moz-column-count: 5;-webkit-column-count: 5;column-count: 5;}.masonry-columns-sm-6{-moz-column-count: 6;-webkit-column-count: 6;column-count: 6;}.masonry-columns-sm-7{-moz-column-count: 7;-webkit-column-count: 7;column-count: 7;}.masonry-columns-sm-8{-moz-column-count: 8;-webkit-column-count: 8;column-count: 8;}.masonry-columns-sm-9{-moz-column-count: 9;-webkit-column-count: 9;column-count: 9;}.masonry-columns-sm-10{-moz-column-count: 10;-webkit-column-count: 10;column-count: 10;}.masonry-columns-sm-11{-moz-column-count: 11;-webkit-column-count: 11;column-count: 11;}.masonry-columns-sm-12{-moz-column-count: 12;-webkit-column-count: 12;column-count: 12;}}
@media (min-width: 768px) {.masonry-columns-md-1{-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}.masonry-columns-md-2{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}.masonry-columns-md-3{-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}.masonry-columns-md-4{-moz-column-count: 4;-webkit-column-count: 4;column-count: 4;}.masonry-columns-md-5{-moz-column-count: 5;-webkit-column-count: 5;column-count: 5;}.masonry-columns-md-6{-moz-column-count: 6;-webkit-column-count: 6;column-count: 6;}.masonry-columns-md-7{-moz-column-count: 7;-webkit-column-count: 7;column-count: 7;}.masonry-columns-md-8{-moz-column-count: 8;-webkit-column-count: 8;column-count: 8;}.masonry-columns-md-9{-moz-column-count: 9;-webkit-column-count: 9;column-count: 9;}.masonry-columns-md-10{-moz-column-count: 10;-webkit-column-count: 10;column-count: 10;}.masonry-columns-md-11{-moz-column-count: 11;-webkit-column-count: 11;column-count: 11;}.masonry-columns-md-12{-moz-column-count: 12;-webkit-column-count: 12;column-count: 12;}}
@media (min-width: 992px) {.masonry-columns-lg-1{-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}.masonry-columns-lg-2{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}.masonry-columns-lg-3{-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}.masonry-columns-lg-4{-moz-column-count: 4;-webkit-column-count: 4;column-count: 4;}.masonry-columns-lg-5{-moz-column-count: 5;-webkit-column-count: 5;column-count: 5;}.masonry-columns-lg-6{-moz-column-count: 6;-webkit-column-count: 6;column-count: 6;}.masonry-columns-lg-7{-moz-column-count: 7;-webkit-column-count: 7;column-count: 7;}.masonry-columns-lg-8{-moz-column-count: 8;-webkit-column-count: 8;column-count: 8;}.masonry-columns-lg-9{-moz-column-count: 9;-webkit-column-count: 9;column-count: 9;}.masonry-columns-lg-10{-moz-column-count: 10;-webkit-column-count: 10;column-count: 10;}.masonry-columns-lg-11{-moz-column-count: 11;-webkit-column-count: 11;column-count: 11;}.masonry-columns-lg-12{-moz-column-count: 12;-webkit-column-count: 12;column-count: 12;}}
@media (min-width: 1200px) {.masonry-columns-xl-1{-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}.masonry-columns-xl-2{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}.masonry-columns-xl-3{-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}.masonry-columns-xl-4{-moz-column-count: 4;-webkit-column-count: 4;column-count: 4;}.masonry-columns-xl-5{-moz-column-count: 5;-webkit-column-count: 5;column-count: 5;}.masonry-columns-xl-6{-moz-column-count: 6;-webkit-column-count: 6;column-count: 6;}.masonry-columns-xl-7{-moz-column-count: 7;-webkit-column-count: 7;column-count: 7;}.masonry-columns-xl-8{-moz-column-count: 8;-webkit-column-count: 8;column-count: 8;}.masonry-columns-xl-9{-moz-column-count: 9;-webkit-column-count: 9;column-count: 9;}.masonry-columns-xl-10{-moz-column-count: 10;-webkit-column-count: 10;column-count: 10;}.masonry-columns-xl-11{-moz-column-count: 11;-webkit-column-count: 11;column-count: 11;}.masonry-columns-xl-12{-moz-column-count: 12;-webkit-column-count: 12;column-count: 12;}}

/* @END: Masonary */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: Sharebox */
.share-box{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center; 
    -ms-flex-wrap:wrap;flex-wrap:wrap;
}
.share-box .title{
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    margin-right: 5px;
}
.share-box ul{
    display:-webkit-box; display:-ms-flexbox; display:flex;
    -ms-flex-wrap:wrap; flex-wrap:wrap;
    -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    
}
.share-box ul li{
    list-style: none;
}
.share-box ul li + li{
   margin-left: 8px;  
}
.share-box a{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
}
.share-box a:hover{
    text-decoration: none;
}
.share-box i{
    font-style: normal;
}
.share-box ul > li.dropdown{
    position:static !important;
}
.share-box .dropdown-menu {
    min-width: 100% !important;
    padding: 10px 0 0 0 !important;
    left: auto !important;
    right: 0 !important;
    margin: 0 0 0 -8px !important;
    border: none !important;
    background: none !important;
    z-index: -1;
}
.share-box .dropdown-menu:before {
    content: '';
    position: absolute;
    background: #ffffff;
    left: -5px;
    top: -50px;
    right: -15px;
    bottom: -5px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .3);
    border-radius: 30px;
}
.share-box .dropdown-menu li{
    margin: 0 0 8px 8px !important;
}
/* @END: Sharebox */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: Form and Form Controls */

.button,
a.button{ 
    font-weight: 700;
    background-color: #231f20;
    color: #ffffff;
    padding: 0 44px;
    border-radius: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 300ms linear;
}
.button:hover, .button:focus,
a.button:hover, a.button:focus{
    color: #ffffff;
    background-color: #1e8efd;
}
.button, .button:hover,
a.button, a.button:hover{
    text-decoration: none;
    box-shadow: none;
}

.button--center{
    display: table;
    margin: 0 auto;
}

.button-outline,
a.button-outline{
    background: #ffffff;
    color: #61363e;
    border: 2px solid #f2dfc7;
    border-radius: 30px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.button-outline:hover,
a.button-outline:hover{
    border-color: #970753;
    background-color: #d41077;
    color: #f2dfc7;
}

.button-info,
a.button-info{
    background: #00a0df;
    color: #ffffff;
    border-radius: 30px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.button-info:hover,
a.button-info:hover{
    background-color: #ffffff;
    color: #000000;
}

.header-contact .button-info {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
}


.button-outline.button-small,
a.button-outline.button-small{
    line-height: 30px;
    padding: 0 32px;
}


.input-box{
    border-radius: 6px;
}
.input-box .addon:first-child,
.input-box .textbox:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.input-box.error .addon:first-child,
.input-box.error .textbox:first-child{
    border-bottom-left-radius: 0;
}
.input-box .addon:last-child,
.input-box .textbox:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.input-box.error .addon:last-child,
.input-box.error .textbox:last-child{
    border-bottom-right-radius: 0;
}
.input-box,
.input-box .addon{
    transition: all 200ms linear;
}
.input-box.focused,
.input-box:hover.focused,
.input-box:focus,
.input-box:hover:focus{
    border-color: #1e8efd;
}
.input-box.focused .addon,
.input-box:hover.focused .addon,
.input-box:focus .addon,
.input-box:hover:focus .addon{
    color: #1e8efd;
}
.input-box .error {
    border-top: 2px solid #e24c4c;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 0 0 6px 6px;
}
.input-box.focused .error,
.input-box:hover.focused .error,
.input-box:focus .error,
.input-box:hover:focus .error{
    border-color: #1e8efd;
}

.captcha .image{
    border-radius: 6px;
}
.captcha .image a{
    border-radius: 0 6px 6px 0;
}
.captcha .input-box{
    margin-bottom: 0 !important;
}

/* @END: Form and Form Controls */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: card */

.card{
    box-shadow: 0 1px 6px -1px rgba(0,0,0,.2); 
    border-radius: 12px;
}

.owl-carousel .card{
    margin-bottom: 0;
    height: 100%;
}

.owl-card-shadow-padding > .owl-stage-outer{
    margin-left: -15px;
    margin-right: -15px;
}
.owl-card-shadow-padding > .owl-stage-outer > .owl-stage {
    padding: 10px 15px 40px 15px;
}
.owl-card-shadow-padding.owl-carousel .owl-dots {
    margin-top: 0;
}

.card > .card-header, 
.card > .card-footer{
    padding-left: 15px;
    padding-right: 15px;
}
.card > .card-header{
    font-weight: 400;
    font-size: 18px;
    background-color: rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(255,255,255,.15);
    border-radius: 12px 12px 0 0;
    background-image: linear-gradient(272deg, #f1f1f1, #f7f7f7);
}
.card > .card-footer{
    border-radius: 0 0 12px 12px;
}

.card > .card-header > a{
    color: #333333;
    transition: all 300ms linear;
}
.card > .card-header > a:hover{
    color: #1e8efd;
    text-decoration: none;
}
.card > .card-content {
    display: block;
    padding: 15px;
}

.card .card-media{
    display: block;
    position: relative;
}

.card .card-media > .image{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
}

.card .card-media > div.image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.card .card-media > img.image-auto{
    width: auto;
}
.card .card-media > div.image-auto{
    background-size: auto;
}
/*.card-media--center*/

.card .card-title{
    display: block;
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.card .card-subtitle{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #666666;
}
.card .card-title + .card-subtitle{
    margin-top: .5rem;
}

.card .card-description{
    display: block;
    font-size: 14px;
    line-height: 1.5; 
    margin: 15px 0 0 0;
}

.card .card-button{
    display: table;
    margin: 15px auto 0;
    padding: 0 30px;
    border: none;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear;
    text-shadow: 0 1px 0 rgba(0,0,0, .1);
    background: #f1dcc1;
    color: #47141e;
    font-size: 0.9rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.card:hover .card-button,
.card .card-button:hover{
    background: #47141e;
    color:#f1dcc1;
    text-shadow: 0 1px 0 #000000;
}

.card .card-button--outline{
    border: 2px solid #bdbdbd;
    color: #333333;
    line-height: 36px;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
}
a.card:hover .card-button--outline,
.card .card-button--outline:hover{
    color: #fff;
    border-color: #1e8efd;
}

.card .card-button--circle{
   display: block;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   line-height: 40px;
   padding: 0;
}

.card-media .card-badge {
    position: absolute;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
}
.card-media .card-badge--tr{
    border-radius: 6px 0 0 6px;
    top: 20px;
    right: 0;
}
.card-media .card-badge--tl{
    border-radius: 0 6px 6px 0;
    top: 20px;
    left: 0;
}
.card-media .card-badge--bl{
    border-radius: 0 6px 6px 0;
    bottom: 0;
    left: 0;
}
.card-media .card-badge--br{
    border-radius: 6px 0 0 6px;
    bottom: 0;
    right: 0;
}
.card-media .card-badge--bl{
    border-radius: 0 6px 6px 0;
}
.card-media .card-badge--success{
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background: rgba(76, 175, 80, 0.9);
    color: #fff;
}
.card-media .card-badge--info{
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background: rgba(33, 150, 243, .9);
    color: #fff;
}

.card-white{
    background: #ffffff;
}

.card-blue{
    color: #ffffff;
    background: #001f33;
}
.card-blue .card-button{
    background: #fff;
    color: #095891;
}
.card-blue .card-button:hover{
    background: #095891;
    color: #fff;
}

.card-text-empty .card-content{
    padding: 60px 20px
}
.card-text-empty .card-description{
    text-align: center;
    font-size: 2rem;
}

@media(min-width: 768px) {
    .card > .card-header, 
    .card > .card-content,
    .card > .card-footer{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*card--reveal*/
.card--reveal.open,
.card--reveal.in{
    overflow: hidden;
}
.card-reveal{
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
}
.card--reveal.open .card-reveal{
    visibility: visible;
    bottom: 0;
    opacity: 1;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;
}
.card-reveal-head,
.card-reveal-body,
.card-reveal-foot{
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
}
.card-reveal-head{
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    padding-right: 60px;
    padding-bottom: 0;
}
.card-reveal-body{
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card-reveal-foot{
    padding-top: 0;
}

.card-reveal-action{
    outline: none;
    cursor: pointer;
}
.card-reveal-close{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 50%;
}
.card-reveal-close:focus{
    box-shadow: 0 0 10px 1px rgba(0,0,0,.05);
}
.card-reveal-close:before,
.card-reveal-close:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background: #333333;
}
.card-reveal-close:before{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.card-reveal-close:after{
    transform: translate(-50%, -50%) rotate(45deg);
}


/*card--hoverable*/
.card--hoverable{
    transition: 0.3s;
}
.card--hoverable:hover{
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .3); 
}
.card--hoverable .card-media{
    overflow: hidden;
}
.card--hoverable .card-media:after {
    content: '';
	position:absolute;
	left:180%;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	display:block;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform: skewX(-50deg);
	-webkit-transform: skewX(-50deg);
	-o-transform: skewX(-50deg);
	-ms-transform: skewX(-50deg);
	transform: skewX(-50deg);
}
.card--hoverable:hover .card-media:after {left:-180%;}
.card--hoverable .card-content{
    position: relative;
    z-index: 0;
}
.card--hoverable .card-title{
    padding: 0;
    text-align: center;
    position: relative;
    transition: all 200ms linear;
}


/*card--flex*/
.card--flex,
.card--flex > .card-content > .card-content-inner{
    display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
}


.card--flex > .card-header, 
.card--flex > .card-media,
.card--flex > .card-footer{
    -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none;
}

.card--flex > .card-content {
    -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;
}
.card--flex > .card-content > .card-content-inner{
    min-height: 100%;
}
.card--flex > .card-content > .card-content-inner > *{
    -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;
}
.card--flex > .card-content > .card-content-inner > :first-child,
.card--flex > .card-content > .card-content-inner > :last-child{
    -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none;
}

.card--media-only{
    position: relative;
    overflow: hidden;
}
.card--media-only > .card-media,
.card--media-only > .card-media > .image{
    border-radius: 12px;
}
.card--media-only > .card-media{
    height: 100%;
}

.card--media-only > .card-content{
    color: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 21, 21, .2);
    background: -webkit-linear-gradient(0deg, rgba(21, 21, 21, .8), rgba(21, 21, 21, .0));
    background: -moz-linear-gradient(0deg, rgba(21, 21, 21, .8), rgba(21, 21, 21, .0));
    background: -ms-linear-gradient(0deg, rgba(21, 21, 21, .8), rgba(21, 21, 21, .0));
    background: -o-linear-gradient(0deg, rgba(21, 21, 21, .8), rgba(21, 21, 21, .0));
    background: linear-gradient(0deg, rgba(21, 21, 21, .8), rgba(21, 21, 21, .0));
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 100%);
    transition: all 300ms linear;
}
.card--media-only:hover > .card-content,
.card--media-only:focus > .card-content{
    visibility: visible;
    transform: none;
    opacity: 1;
}
.card--media-only > .card-content > .card-title,
.card--media-only > .card-content > .card-description{
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    text-align: center;
}
    
.card--media-only > .card-content > .card-title{
    font-size: 14px;
}
.card--media-only > .card-content > .card-description{
    font-size: 12px;
}
.card--media-only > .card-content > .card-title + .card-description{
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 4px;
    padding-top: 4px;
}

.card--overlay{
   position: relative;    
}
.card--overlay > .card-media{
    height: 100%;
}
.card--overlay > .card-media,
.card--overlay > .card-media > .image{
    border-radius: 12px;
}
.card--overlay > .card-media > .image{
    transform: scale(1.1) rotate(3deg);
}
.card--overlay .card-overlay{
    position: absolute;
    background: rgba(21, 21, 21, .2);
}
.card--overlay > .card-overlay{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 12px;
}
.card--overlay > .card-content > .card-overlay{
    top: -25%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(21, 21, 21, .2);
    background: -webkit-linear-gradient(0deg, rgba(21, 21, 21, .95), rgba(21, 21, 21, .0));
    background: -moz-linear-gradient(0deg, rgba(21, 21, 21, .95), rgba(21, 21, 21, .0));
    background: -ms-linear-gradient(0deg, rgba(21, 21, 21, .95), rgba(21, 21, 21, .0));
    background: -o-linear-gradient(0deg, rgba(21, 21, 21, .95), rgba(21, 21, 21, .0));
    background: linear-gradient(0deg, rgba(21, 21, 21, .95), rgba(21, 21, 21, .0));
    border-radius: 0 0 12px 12px;
}

.card--overlay > .card-content {
    position:absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    border-radius: 0 0 12px 12px;
}
.card--overlay.card--flex > .card-content{
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}

.card--overlay .card-title{
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
}
.card--overlay.card--hoverable .card-title:after{
    opacity: 1;
}
.card--overlay .card-description{
    text-align: center;
    line-height: 14px;
    line-height: 20px;
    overflow: hidden;
    max-height: 100px;
}


.card--overlay .card-button{
    min-width: auto;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
}
.card--overlay .card-button--circle{
    min-width: auto;
    padding: 0;
    width: 32px;
}

@media(min-width: 1200px) {
    .card--overlay > .card-media > .image{
        transition: all 300ms linear;
        transform: none;
    }
    .card--overlay:hover > .card-media > .image{
        transform: scale(1.1) rotate(3deg);
    }
    .card--overlay > .card-content{
        padding: 21px;
        visibility: hidden;
        opacity: 0;
        transition: all 300ms linear;      
    }
    .card--overlay:hover > .card-content{
        visibility: visible;
        opacity: 1;
    }
    .card--overlay .card-overlay{
        visibility: hidden;
        opacity: 0;
    }
    .card--overlay:hover .card-overlay{
        visibility: visible;
        opacity: 1;
    }
    
    
    .card--overlay > .card-overlay:before,
    .card--overlay > .card-overlay:after{
        content:'';
        position: absolute;
        border-width: 1px;
        border-style: solid;
        border-color: #ffffff;
        transition: all .5s ease-in .2s;
        border-radius: 12px;
    }

    .card--overlay > .card-overlay:before{
        border-left: 0;
        border-right: 0;
        top: 10px;
        bottom: 10px;
        left: 50%;
        right: 50%;
    }
    .card--overlay:hover > .card-overlay:before{
        left: 10px;
        right: 10px; 
    }

    .card--overlay > .card-overlay:after{
        border-top: 0;
        border-bottom: 0;
        left: 10px;
        right: 10px;
        top: 50%;
        bottom: 50%;
    }
    .card--overlay:hover > .card-overlay:after{
        top: 10px;
        bottom: 10px; 
    }

    .card--overlay .card-button{
        transform: translate(0, 100%);
        opacity: 0;
        transition-property: background-color, color, transform, opacity;
    }
    .card--overlay:hover .card-button{
        transform: none;
        opacity: 1;
    }

    .card--overlay .card-title{
        transform: translate(0, -100%);
        opacity: 0;
        transition: all 300ms linear;
    }
    .card--overlay:hover .card-title{
        transform: none;
        opacity: 1;
    }
    .card--overlay.card--hoverable .card-title:after{
        opacity: 0;
    }
    .card--overlay.card--hoverable:hover .card-title:after{
        opacity: 1;
    }
}




/* * * card-banner * * * * * * * * * * * * * */

.card-banner{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:wrap;flex-wrap:wrap;
    
    height: calc(100% - 30px);
}
.card-banner,
.card-banner--color-white{
    background: #ffffff;
    color: #000000;
}
.card-banner--color-black{
    background: #000000;
    color: #ffffff;
}
.card-banner--color-gray{
    background: #f0f0f0;
    color: #000000;
}
.card-banner--overlay.card-banner--color-white {
    text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.card-banner--overlay.card-banner--color-black {
    text-shadow: 0 1px 0 rgba(0,0,0,.6);
}
.card-banner--overlay.card-banner--color-gray {
    text-shadow: 0 1px 0 rgba(240,240,240,.5);
}

.card-banner .card-media{
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 12px 12px 0 0;
    min-width: 100%;
}
.card-banner--mediabeforecontent .card-media{
    margin-bottom: auto;
    -ms-flex-item-align:start;align-self:flex-start;
}
.card-banner--contentbeforemedia .card-media{
    margin-top: auto;
    -webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;
}
.card-banner--overlay .card-media{
    height: 100%;
}

.card-banner .card-media .image{
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: 300ms all linear;
}
.card-banner:hover .card-media .image {
    transform: scale(1.05); 
}
.card-banner--overlay .card-media .image{
    height: 100%;
}

.card-banner .card-media .video{
    position: relative;
}
.card-banner--overlay .card-media .video{
    height: 100%;
}
.card-banner .card-media .video .video-frame{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.card-banner .card-media .video .video-frame iframe{
    display: block;
    width: 100%;
    height: 100%;
}
.card-banner .card-media .video .video-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.card-banner.video-loaded .video-thumbnail{
    display: none;
}

.card-banner .card-media .video .video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 100;
    padding: 20px 10px 20px 25px;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.card-banner .card-media .video .video-play-icon:before {
    content: '';
    display: inline-block;
    height: 0;
    line-height: 1;
    border-color: transparent transparent transparent #ffffff;
    cursor: pointer;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    position: relative;
    z-index: 1; 
}
.card-banner .card-media .video .video-play-icon:after {
    content: '';
    display: inline-block;
    height: 0;
    line-height: 1;
    border-color: transparent transparent transparent rgba(0,0,0, .15);
    cursor: pointer;
    border-style: solid;
    border-width: 16px 0 16px 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -11px;
    z-index: 0; 
}
.card-banner .card-media .video .video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); 
}
.card-banner.video-loaded .card-media .video .video-play-icon{
    display: none;
}

.card-banner .card-media .image:after,
.card-banner .card-media .video-thumbnail:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(.9);
    transition: 350ms all linear;
}
.card-banner:hover .card-media .image:after,
.card-banner:hover .card-media .video-thumbnail:after{
    visibility: visible;
    transform: none;
    opacity: 1;
}
.card-banner .card-media .image:after,
.card-banner .card-media .video-thumbnail:after,
.card-banner--color-white .card-media .image:after,
.card-banner--color-white .card-media .video-thumbnail:after{
    background: rgba(255,255,255,.25);   
}
.card-banner--color-black .card-media .image:after,
.card-banner--color-black .card-media .video-thumbnail:after{
    background: rgba(0,0,0,.25);   
}
.card-banner--color-gray .card-media .image:after,
.card-banner--color-gray .card-media .video-thumbnail:after{
    background: rgba(220,220,220,.25);
}


.card-banner .card-content{
    min-width: 100%;
}
.card-banner--contentbeforemedia .card-content{
    margin-bottom: auto;
    -ms-flex-item-align:start;align-self:flex-start;
}
.card-banner--mediabeforecontent .card-content{
    margin-top: auto;
    -webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;
}
.card-banner--overlay .card-content{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.card-banner--overlay .card-content,
.card-banner--overlay.card-banner--align-bottom .card-content{
    top: auto;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 20px;
}
.card-banner--overlay.card-banner--align-top .card-content{
    top: 0;
    bottom: auto;
    padding-top: 20px;
    padding-bottom: 60px;
}
.card-banner--overlay.card-banner--align-center .card-content{
    top: 50%;
    bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: translate(0, -50%);
}
.card-banner--overlay .card-content,
.card-banner--overlay.card-banner--align-bottom.card-banner--color-white .card-content{
    background: rgba(255,255,255,.5); 
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0.7)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 100%);
}
.card-banner--overlay.card-banner--align-bottom.card-banner--color-black .card-content{
    background: rgba(0,0,0,.5); 
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.7) 100%);
}
.card-banner--overlay.card-banner--align-bottom.card-banner--color-gray .card-content{
    background: rgba(240,240,240,.5); 
    background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,0.5) 25%, rgba(240,240,240,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,0)), color-stop(25%, rgba(240,240,240,0.5)), color-stop(100%, rgba(240,240,240,0.7)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,0.5) 25%, rgba(240,240,240,0.7) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,0.5) 25%, rgba(240,240,240,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,0.5) 25%, rgba(240,240,240,0.7) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,0.5) 25%, rgba(240,240,240,0.7) 100%);
}
.card-banner--overlay.card-banner--align-top.card-banner--color-white .card-content{
    background: rgba(255,255,255,.5); 
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.7)), color-stop(75%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
}
.card-banner--overlay.card-banner--align-top.card-banner--color-black .card-content{
    background: rgba(0,0,0,.5); 
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(75%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0) 100%);
}
.card-banner--overlay.card-banner--align-top.card-banner--color-gray .card-content{
    background: rgba(220,220,220,.5); 
    background: -moz-linear-gradient(top, rgba(220,220,220,0.7) 0%, rgba(220,220,220,0.5) 75%, rgba(220,220,220,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,0.7)), color-stop(75%, rgba(220,220,220,0.5)), color-stop(100%, rgba(220,220,220,0)));
    background: -webkit-linear-gradient(top, rgba(220,220,220,0.4) 0%, rgba(220,220,220,0.5) 75%, rgba(220,220,220,0) 100%);
    background: -o-linear-gradient(top, rgba(220,220,220,0.7) 0%, rgba(220,220,220,0.5) 75%, rgba(220,220,220,0) 100%);
    background: -ms-linear-gradient(top, rgba(220,220,220,0.7) 0%, rgba(220,220,220,0.5) 75%, rgba(220,220,220,0) 100%);
    background: linear-gradient(to bottom, rgba(220,220,220,0.7) 0%, rgba(220,220,220,0.5) 75%, rgba(220,220,220,0) 100%);
}
.card-banner--overlay.card-banner--align-center.card-banner--color-white .card-content{
    background: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(15%, rgba(255,255,255,0.25)), color-stop(50%, rgba(255,255,255,0.7)), color-stop(85%, rgba(255,255,255,0.25)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 15%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.25) 85%, rgba(255,255,255,0) 100%);
}
.card-banner--overlay.card-banner--align-center.card-banner--color-black .card-content{
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.25) 85%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(15%, rgba(0,0,0,0.25)), color-stop(50%, rgba(0,0,0,0.7)), color-stop(85%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.25) 85%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.25) 85%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.25) 85%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.25) 85%, rgba(0,0,0,0) 100%);
}
.card-banner--overlay.card-banner--align-center.card-banner--color-gray .card-content{
    background: rgba(220,220,220,0.5);
    background: -moz-linear-gradient(top, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 15%, rgba(220,220,220,0.7) 50%, rgba(220,220,220,0.25) 85%, rgba(220,220,220,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,0)), color-stop(15%, rgba(220,220,220,0.25)), color-stop(50%, rgba(220,220,220,0.7)), color-stop(85%, rgba(220,220,220,0.25)), color-stop(100%, rgba(220,220,220,0)));
    background: -webkit-linear-gradient(top, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 15%, rgba(220,220,220,0.7) 50%, rgba(220,220,220,0.25) 85%, rgba(220,220,220,0) 100%);
    background: -o-linear-gradient(top, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 15%, rgba(220,220,220,0.7) 50%, rgba(220,220,220,0.25) 85%, rgba(220,220,220,0) 100%);
    background: -ms-linear-gradient(top, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 15%, rgba(220,220,220,0.7) 50%, rgba(220,220,220,0.25) 85%, rgba(220,220,220,0) 100%);
    background: linear-gradient(to bottom, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 15%, rgba(220,220,220,0.7) 50%, rgba(220,220,220,0.25) 85%, rgba(220,220,220,0) 100%);
}
.card-banner.video-loaded.card-banner--overlay .card-content{
    display: none;
}

.card-banner .card-title{
    text-align: center; 
    position: relative;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.25;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.card-banner .card-title,
.card-banner--font-default .card-title{
    font-size: 22px;
}
.card-banner--font-small .card-title{
    font-size: 18px;
}
.card-banner--font-big .card-title{
    font-size: 26px;
}
.card-banner .card-title:before{
    left: 0px;
}
.card-banner .card-title:after{
    right: 0px
}

.card-banner--color-black .card-title:before,
.card-banner--color-black .card-title:after {
    border-color: #ffffff;
}

.card-banner .card-description{
    text-align: center; 
    line-height: 1.5;
    margin-bottom: 0;
}
.card-banner .card-description,
.card-banner--font-default .card-description{
    font-size: 16px;
}
.card-banner--font-small .card-description{
    font-size: 14px;
}
.card-banner--font-big .card-description{
    font-size: 18px;
}

.card-banner .card-link-text,
.card-banner .card-link-button{
    display: table;
    margin: 15px auto 0;
    padding: 0 20px;
    border: none;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear;
}
.card-banner .card-link-button{
    font-weight: 500;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    text-shadow: none;
}
.card-banner .card-link-text{
    font-weight: 700;
}
.card-banner .card-link-text:hover{
    text-decoration: underline;
}
.card-banner .card-link-text,
.card-banner--color-white .card-link-text{
    background: none;
    color: #000000;
}
.card-banner--color-black .card-link-text{
    background: none;
    color: #ffffff;
}
.card-banner--color-gray .card-link-text{
    background: none;
    color: #333333;
}
.card-banner .card-link-button,
.card-banner--color-white .card-link-button{
    background: #000000;
    color: #ffffff;
}
.card-banner .card-link-button:hover,
.card-banner--color-white .card-link-button:hover{
    background: #333333;
    color: #f0f0f0;
}
.card-banner--color-black .card-link-button{
    background: #ffffff;
    color: #000000;
}
.card-banner--color-black .card-link-button:hover{
    background: #f0f0f0;
    color: #000000;
}
.card-banner--color-gray .card-link-button{
    background: #666666;
    color: #ffffff;
}
.card-banner--color-gray .card-link-button:hover{
    background: #333333;
    color: #ffffff;
}
.card-banner .card-link-text i,
.card-banner .card-link-button i{
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 2px;
}
.card-banner .card-link-text,
.card-banner .card-link-button,
.card-banner--font-default .card-link-text,
.card-banner--font-default .card-link-button{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
.card-banner--font-small .card-link-text,
.card-banner--font-small .card-link-button{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
.card-banner--font-big .card-link-text,
.card-banner--font-big .card-link-button{
    font-size: 18px; 
    height: 44px;
    line-height: 44px; 
    border-radius: 30px;
}


.card-banner .card-link-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video-loaded.card-banner .card-link-overlay{
    display: none;
}


.card-carousel .card-header{
    white-space: nowrap;
    height: 60px;
    line-height: 1.25;
    font-size: 18px;
}
.card-carousel .owl-carousel .owl-nav{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    width: 80px;
    height: 40px;
    position: absolute;
    top: -30px;
    right: 0;
    transform: translateY(-100%);
    font-size: 36px;
    line-height: 32px;
    text-align: center;
}
.card-carousel .owl-carousel .owl-prev,
.card-carousel .owl-carousel .owl-next{
    display: block;
    position: static;
    margin: 0;
    width: 100%;
    background: #00578d;
    box-shadow: none;
    height: 40px;
    font-size: 44px;
    line-height: 34px;
    transition: all 300ms linear;
    text-indent: 15px;
}
.card-carousel .owl-carousel .owl-next{
    border-radius: 0 50% 50% 0;
}
.card-carousel .owl-carousel .owl-prev{
    border-radius: 50% 0 0 50%;
}

.card-carousel .owl-carousel .disabled.owl-prev,
.card-carousel .owl-carousel .disabled.owl-prev:hover,
.card-carousel .owl-carousel .disabled.owl-next,
.card-carousel .owl-carousel .disabled.owl-next:hover{
    opacity: .4;
}
.card-carousel .owl-carousel .owl-prev:not(.disabled):hover,
.card-carousel .owl-carousel .owl-next:not(.disabled):hover{
    background: #001c2e;
    color: #ffffff;
}
.card-carousel .owl-carousel .owl-dots{ 
    margin-top: 12px;
}

.card-carousel .owl-carousel .owl-dot{
    width: 16px;
    height: 16px;
    background-color: rgba(51,51,51,.85);
    margin: 5px;
    border-radius: 50%;
    opacity: .4;
    transition: all 300ms linear;
}
.card-carousel .owl-carousel .owl-dot:hover{
    box-shadow: 0 0 0 3px rgba(0,0,0,.1); 
    opacity: .85;
}
.card-carousel .owl-carousel .owl-dot.active{
    background-color: #3a3431;
    box-shadow: 0 0 0 3px rgba(0,0,0,.2);
    opacity: 1;
}

/* @END: card */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: box, v-box, h-box */

/* box styles */
.box{
    display: block;
    border-radius: 6px; 
    background-color: #ffffff; 
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.125);
}
a.box, a.box:hover{
    color: #333333;
    text-decoration: none;
}

/* box color themes */
/* box-blue */
.box--blue{ background-color: #333; color: #ffffff; }
a.box--blue, a.box--blue:hover{ color: #ffffff; }
/* box-gray */
.box--gray{ background-color: #e4e4e8; }

/* box types... */
/* box-detailed */
.box-detailed{
    padding-bottom: 30px;
}
.box-detailed > img{
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.box-detailed > h2{
    font-size: 24px;
    margin: 0;
    padding: 30px 30px 15px 30px;
}
.box-detailed > p{
    margin: 0;
    padding: 0 30px;
}
.box-detailed > .details{
    font-size: 12px;
    line-height: 1.25;
    cursor: pointer;
    color: #333;
    display: block;
    text-align: right;
    padding: 10px 30px 0 30px;
}
.box-detailed > a.details:hover,
a.box-detailed:hover > .details{
    text-decoration: underline;
    color: #000;
} 
.box-detailed--fixed > h2{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    
    height: 120px;
    line-height: 1.04166667;
    overflow: hidden;
}
.box-detailed--fixed > p{
    height: 20px;
    overflow: hidden;
}
.box-detailed.box--blue > .details{ color: #e6f7fd; }
.box-detailed.box--blue > a.details:hover, a.box-detailed.box--blue:hover > .details{ color: #ffffff; }
.box-detailed.box--gray > .details{ color: #666666; }
.box-detailed.box--gray > a.details:hover, a.box-detailed.box--gray:hover > .details{ color: #454545; }

/* box-icon */
.box-icon{
    padding: 30px;
    position: relative;
}
.box-icon > .icon{
    display: block;
}
.box-icon > .icon > svg,
.box-icon > .icon > img{
    display: block;
    max-width: 96px;
    margin: 0 auto;
}
.box-icon > .icon > svg{ fill: #333; }
.box-icon.box--blue > .icon > svg{ fill: #ffffff; }
.box-icon.box--gray > .icon > svg{ fill: #666666; }
.box-icon > .text{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #333;
    margin: 0;
    padding: 0;
}
.box-icon.box--blue > .text{ color: #ffffff; }
.box-icon.box--gray > .text{ color: #666666; }
a.box-icon:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(28,171,226, .25);
    opacity: 0;
    transition: all 400ms ease;
}
a.box-icon:hover:before{
    opacity: 1;
}

/* box-thumbnail */
.box-thumbnail{
    display: block;
    background: #fefefe;
    padding: 3px;
    border: 1px solid #dcdcdf; 
    overflow: hidden;
}
.box-thumbnail > img{
    display: block;
    border-radius: 3px;
    max-width: 100%;
}

/* v-box vertical */
.v-box-separator,
hr.v-box-separator{
    display: block;
    margin: 30px 0; 
    border: 0px;
    height: 0px;
    background: none;
    border-top: 1px solid rgba(0,0,0,.1);
}
.v-box{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:wrap;flex-wrap:wrap;
    align-items: center;
    color: rgba(0,0,0,0.87);
}
.v-box > .image{
    position: relative;
    width: 100%;
}
.v-box > .image img{
    display: block;
    width: 100%;
}
.v-box > .content{
    margin-top: 10px;
    width: 100%;
}
.v-box > .content > .date{
    display: table;
    text-align: center;
    font-size: 12px;
    background-color: #f8f8f8;
    padding: 3px 5px;
    margin: 0 auto 10px auto;
    color: #000000;
}
.v-box > .content > .title{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.25;
    text-align: center;
}
.v-box > .content > .description{
    display: none;
    font-size: 14px;
    line-height: 1.42857142;
    max-height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.v-box > .content > .buttons{
    text-align: center;
}
@media(min-width: 600px) {
    .v-box{
        -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    }
    
    .v-box > .content > .date{
        float: right;
        display: inline-block;
        margin: 0 0 0 15px;
    }
    .v-box > .content > .title{
        text-align: left;
    }
    .v-box > .image{
        width: 80%;
    }
    .v-box > .content{
        margin-top: 0;
        margin-left: 20px;
    }
    .v-box > .content > .buttons{
        text-align: left;
    }
}
@media(min-width: 993px) {
    .v-box > .content > .description{
        display: block;
    }
    .v-box > .content > .buttons{
        margin-top: 15px;
    }
}

/* h-box horizontal */
.h-box{
    display: block;
    text-align: center;
}
.h-box > .image {
    display: block;
    width: 100%;
}
.h-box > .title{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.h-box > .description{
    font-size: 14px;
    margin: 0;
}
.h-box .buttons{
    margin-top: 10px;
    text-align: center;
}
@media(min-width: 576px) {
    .h-box{
        text-align: left;
    }
}
/* @END: box, v-box, h-box */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.social-links{
    list-style: none;
    margin: 0 -5px 15px -5px;
    padding: 0;
    font-size: 0;
    line-height: 1;
}
.social-links:last-child{
    margin-bottom: 0;
}
.social-links > li{
    display: inline-block;
    padding: 5px;
}
.social-links > li > a{
    display: block;
    font-size: 20px;
    line-height: 32px;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    transition: all 400ms ease;
}
.social-links > li > a:hover{
    text-decoration: none;
}

.social-links--white > li > a{
    color: #ffffff;
    border-color: #ffffff;
}
.social-links--white > li > a:hover{
    color: #333;
    background-color: #ffffff;
}
.social-links--blue > li > a{
    border-color: #333;
    color: #333;
}
.social-links--blue > li > a:hover{
    color: #ffffff;
    background-color: #333;
}





/* section styles */
.p-home .section{ 
    padding: 45px 0;
}
.section-bg-1{
    padding: 90px 0 !important;
    background-image: url('../img/section-bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-bg-2{
    padding: 90px 0 !important;
    background-image: url('../img/section-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-bg-3{
    padding: 90px 0 !important;
    background-image: url('../img/section-bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-bg-4{
    padding: 90px 0 !important;
    background-image: url('../img/section-bg-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-bg-5{
    padding: 90px 0 !important;
    background-image: url('../img/section-bg-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-bg-6{
    padding: 60px 0 !important;
    background-image: url('../img/section-bg-6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section--white{
    background-color: #ffffff;
}
.section-title{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
}
.section-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    bottom: -14px;
    background: #1e8efd;
    border-radius: 3px;
}
.section-content{
}

.cta-text p {
    font-size: 24px;
    margin-bottom: 0;
    color: white;
}


/* section columns */
.section-columns > .section-content,
.section-columns > .container > .section-content {
    margin-bottom: 0;
}
.section-columns > .section-content > .row > [class*="col-"],
.section-columns > .container > .section-content > .row > [class*="col-"]{
    margin-bottom: 30px;
}

/* section masonary */
.section-masonry > .section-content > .masonry,
.section-masonry > .container > .section-content > .masonry{
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.section-masonry > .section-content > .masonry > .masonry-column,
.section-masonry > .container > .section-content > .masonry > .masonry-column{
    margin-bottom: 30px;
}

.section-carousel > .section-content,
.section-carousel > .container > .section-content{
    margin: 0 -15px;
}
.section-carousel > .section-content > .carousel,
.section-carousel > .container > .section-content > .carousel{
    margin-bottom: 30px;
}
.section-carousel > .section-content .carousel-item,
.section-carousel > .container > .section-content .carousel-item{
    padding: 0 15px;
}

.section-carousel--untitled > .section-content > .carousel .owl-nav .owl-prev,
.section-carousel--untitled > .container > .section-content > .carousel .owl-nav .owl-prev,
.section-carousel--untitled > .section-content > .carousel .owl-nav .owl-next,
.section-carousel--untitled > .container > .section-content > .carousel .owl-nav .owl-next{
    top: auto;
    bottom: -15px;
}
.section-carousel--untitled  > .section-content > .carousel .owl-dots,
.section-carousel--untitled  > .container > .section-content > .carousel .owl-dots{
    padding: 0 50px;
}


/* section quote */
.section-quote{
    padding: 30px 0;
    margin-bottom: 30px;
}
.section-quote > .section-content,
.section-quote > .container > .section-content{
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 6px;
}
.section-quote > .section-content > .blockquote,
.section-quote > .container > .section-content > .blockquote{
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #666670;
    padding: 30px;
    margin: 0;
    position: relative;
}
.section-quote > .section-content > .blockquote:before,
.section-quote > .container > .section-content > .blockquote:before,
.section-quote > .section-content > .blockquote:after,
.section-quote > .container > .section-content > .blockquote:after{
    display: block;
    font-size: 80px;
    position: absolute;
    color: #90909c;
    font-family: sans-serif;
    line-height: 1;
    width: 30px;
    height: 30px;
}
.section-quote > .section-content > .blockquote:before,
.section-quote > .container > .section-content > .blockquote:before{
    content: "\201C";
    left: -3px;
    top: 3px;
    text-align: right;
}
.section-quote > .section-content > .blockquote:after,
.section-quote > .container > .section-content > .blockquote:after{
    content: "\201D";
    right: 12px;
    bottom: 9px;
    text-align: left;
}

/* section services */
.section-services{
    
}
.section-services > .section-content,
.section-services > .container > .section-content {
    margin-bottom: 0;
}
.section-services > .section-content > .row > [class*="col-"],
.section-services > .container > .section-content > .row > [class*="col-"]{
    margin-bottom: 30px;
}

.section-video{
    padding: 30px 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 0;
}
.section-video > .section-content,
.section-video > .container > .section-content{
    margin-bottom: 0;
}


.video-popup{
    position: relative;
    display: inline-block;
}
.video-popup > img,
.video-popup > iframe{
    display: block;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
}
.video-popup > .video-play{
    text-align: center;
    background: #e81f32;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -50px;
    font-size: 36px;
    width: 100px;
    height: 72px;
    line-height: 70px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #af0202;
    opacity: .95;
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
}



/* organizaton chart*/
.organization{

}
.organization ul{
    list-style: none;
    margin: 0; 
    padding:0;
}
.organization li{
    position: relative;
}
.organization li > ul{
    padding-left: 104px;
}
.organization li > ul:before {
    content: " ";
    position: absolute;
    top: 102px;
    left: 51px;
    width: 2px;
    bottom: 51px;
    background-color: #333;
    z-index: 1;
}
.organization li > ul > li{
    position: relative;
}
.organization li > ul > li:before{
    content: " ";
    position: absolute;
    top: 51px;
    left: -51px;
    width: 51px;
    height: 2px;
    background-color: #333;
    z-index: 1;
}
.organization li > ul > li:last-child:after {
    content: " ";
    position: absolute;
    width: 2px;
    top: 53px;
    bottom: 51px;
    left: -53px;
    background-color: #fff;
    z-index: 2;
}

.organization .o-person{
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.organization .o-person-image{
    display: inline-block;
    vertical-align: middle;
    width: 104px;
    height: 104px;
    background-color: #f4f4f5;
    border: 2px solid #333;
    overflow: hidden;
    border-radius: 50%;
}
.organization .o-person-image > img{
    display: block;
    width: 100%;
}
.organization a.o-person-heading{
    color: #333333;
    text-decoration: none;
}
.organization a.o-person-heading:hover{
    color: #337ab7;
}
.organization .o-person-text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    line-height: 1.25;
}
.organization .o-person-text > h3{
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.organization .o-person-text > span{
    display: block;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}

.organization .o-person-content{
    display: none;
    margin-left: 85px;
}

.organization .o-person-content > h4{
    font-weight: bold;
    text-decoration: underline;
}

@media(max-width: 991px){
    .organization > ul{
        position: relative;
    }
    .organization > ul:before{
        content: " ";
        height: 2px;
        top: 51px;
        width: 50%;
        position: absolute;
        background: #333;
    }

    .organization li > ul{
        padding-left: 10px;
    }

    .organization li > ul:before{
        left: 0;
        top: 51px;
    }
    .organization li > ul > li:before{
        left: -10px;
        width: 50%;
    }
    .organization li > ul > li:last-child:after{
        left: -10px;
    }

    .organization .o-person-text{
        display: block;
        margin-left: 0;
        margin-top: 15px; 
        text-align: center;
    }
    .organization .o-person-text > h3{
        font-size: 22px;
    }
    .organization .o-person-text > span{
        font-size: 14px;
    }
    .organization .o-person-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .organization .o-person-content{
        margin-left: 10px;
        margin-top: 10px;
    }
}



/* page */

.page-header{
    position: relative;
    background-color: #5787ad;
    background-image: -webkit-linear-gradient(45deg,#5787ad,#3ab5e4);
    background-image: -moz-linear-gradient(45deg,#5787ad,#3ab5e4);
    background-image: -ms-linear-gradient(45deg,#5787ad,#3ab5e4);
    background-image: -o-linear-gradient(45deg,#5787ad,#3ab5e4);
    background-image: linear-gradient(45deg,#5787ad,#3ab5e4);
}
.page-header-container{
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-header--image{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.page-header--image:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    backdrop-filter: sepia(50%);
}
.page-header--image .page-header-wrapper{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-header--resizer{
    width: 0px;
}
.page-header--with-bottom{
    margin-bottom: 20px;
}



.page-header, .page-header a{
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.page-header-bottom{
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    z-index: 2;
}
.page-header-bottom .share-box{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    position: relative;
}
.page-header-bottom .share-box .title{
    display: none;
}
.page-header-bottom .share-box a{
    position: relative;
    color: #333333;
    transition: all 200ms linear;
    overflow: hidden;
    border-radius: 50%;
}
.page-header-bottom .share-box a > i{
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
}
.page-header-bottom .dropdown.show > a,
.page-header-bottom .share-box a:hover{
    color: #1e8efd;
}
.page-header-bottom .share-box a:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    border-width: 2px;
    border-style: solid;
    background: #ffffff;
    border-color: #333333;
    transition: all 300ms linear;
    border-radius: 50%;
}
.page-header-bottom .dropdown.show > a:before,
.page-header-bottom .share-box a:hover:before{ 
    border-color: #1e8efd;
}

.page-header-bottom .dropdown-menu {
    top: 100% !important;
    transform: none !important;
}


.page-header .page-title{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.125;
    margin: 0 0 15px 0;
}


.page-description{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 10px 0;
}

.page-breadcrumbs{
    display:-webkit-box;display:-ms-flexbox;display:flex;
   -ms-flex-wrap:wrap;flex-wrap:wrap;
   -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.page-breadcrumbs > li{
    display:-webkit-box;display:-ms-flexbox;display:flex;
   -ms-flex-wrap:wrap;flex-wrap:wrap;
   -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.page-breadcrumbs > li + li:before{
    content: ' › ';
    display: block;
    width: 1.5em;
    text-align: center;
    font-size: 1.25em;
}
.page-breadcrumbs > li > a{
    display: block;
}
.page-breadcrumbs > li > a:hover{
    text-decoration: underline;
}

.page-content{
    padding: 30px 0;
    min-height: 300px;
}
@media(min-width: 576px) {
    .page-header .page-title{
        font-size: 32px;
    }
}
@media(min-width: 768px) {
    .page-header .page-title{
        font-size: 34px;
    }
}
@media(min-width: 992px) {
    .page-header .page-title{
        font-size: 36px;
    }
}
@media(min-width: 1200px) {

    .page-header .page-title{
        font-size: 38px;
    }
}
.page-content ul > li::marker {
    color: #57a4c2;
    font-size: 1.5em;
    line-height: 1;
    display: block;
}

.page-content ul > li{
    list-style: disc;
}




.googlemap{
    display: block;
    width: 100%;
    height: 100%;
    background: #cccccc;
}

/* sidebar-menu */
.sidebar-menu + .sidebar-menu{
    margin-top: 15px;
    padding-top: 15px;
    
}
.sidebar-menu > h3{
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 2px solid rgba(0,0,0,.1);;
}
.sidebar-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.sidebar-menu > ul > li{
    display: block;
    text-decoration: none;
}
.sidebar-menu > ul > li + li{
    border-top: 1px solid rgba(0,0,0,.1);
}
.sidebar-menu > ul > li > a{
    display: block;
    color: #333;
    padding: 7px 0;
    transition: color 300ms linear;
    text-decoration: none;
}
.sidebar-menu > ul > li > a:hover{
    color: #333;
}
.sidebar-menu > ul > li.active > a{
    color: #000;
    font-weight: bolder;
}
.sidebar-menu > ul > li > a:before{
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2fb';
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    
}
/* sidebar-menu */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: THEME */

.socials-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display:-webkit-box;display:-ms-flexbox;display: flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.socials-list > li > a{
    display: block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    transition: all 300ms linear;
}
.socials-list > li > a:hover{ 
    transform: scale(1.25);
    box-shadow: 0 0 0 2px rgba(0,0,0,.12)
}

.socials-list > li.facebook > a{color: #47141e;}
.socials-list > li.facebook > a:hover{color: #1877f2;}
.socials-list > li.twitter > a{color: #47141e;}
.socials-list > li.twitter > a:hover{color: #1da1f2;}
.socials-list > li.instagram > a{color: #47141e;}
.socials-list > li.instagram > a:hover{color: #c32aa3;}
.socials-list > li.linkedin > a{color: #47141e;}
.socials-list > li.linkedin > a:hover{color: #0a66c2;}
.socials-list > li.pinterest > a{color: #47141e;}
.socials-list > li.pinterest > a:hover{color: #bd081c;}
.socials-list > li.youtube > a{color: #47141e;}
.socials-list > li.youtube > a:hover{color: #ff0000;}
.socials-list > li.vimeo > a{color: #1ab7ea;}
.socials-list > li.vimeo > a{color: #47141e;}
.socials-list > li.tumblr > a:hover{color: #35465d;}
.socials-list > li.flickr > a{color: #f40083;}
.socials-list > li.reddit > a{color: #ff4500;}
.socials-list > li.vk > a{color: #4a76a8;}


.socials-list--header > li + li {
    margin-left: 8px;
}
.socials-list--header > li > a{
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.socials-list--footer {
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
}
.socials-list--footer > li > a{
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 5px;
}

@media (min-width: 576px) {
    .socials-list--footer {
        -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;
    }
}


#wrapper{
    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    min-height: 100vh;
    position: relative;
}
#header, #footer{
    -webkit-box-flex: 0;-webkit-flex: none;-ms-flex: none;flex: none;
}

#content{
    -webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #47141e;
}
@media(min-width: 1200px) {
    .footer-fixed #content{
        background: #fff;
        
    }
}

#header{
    position: relative;
    z-index: 3;
}



#header-content{
    background: #ffffff;
}

.header-fixed #header-content.stuck{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}

#header-top {
    background-color: #f1dcc1;
    /*background: -webkit-linear-gradient(-45deg, #076bfc, #0cf);
    background: -moz-linear-gradient(-45deg, #076bfc, #0cf);
    background: -ms-linear-gradient(-45deg, #076bfc, #0cf);
    background: -o-linear-gradient(-45deg, #076bfc, #0cf);
    background: linear-gradient(-45deg, #076bfc,#0cf);*/
    font-size: 14px;
    height: 40px;
}
#header-top > .container {
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    height: 100%;
}
#header-top .calculation-link {
    margin-left: 10px;
    line-height: 1;
    color: #61363e;
}
#header-top .calculation-link:hover {
    color: #d41077;
}

#language-menu {
    color: #ffffff;
}
.header-contact {
    margin-left: auto;
    margin-right: 10px;
}
#language-menu img{
    margin-right: 4px;
    width: 24px;
    height: 24px;
}

#language-menu .dropdown-toggle,
#language-menu .dropdown-item{
    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    margin: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 300ms linear;
}


#language-menu .dropdown-toggle{
    border-radius: 7px;
}
#language-menu.show .dropdown-toggle{
    visibility: hidden;
    opacity: 0;
}
#language-menu .dropdown-toggle:hover{
    background-color: #ffffff;
    color: #383838;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.12);
}
#language-menu .dropdown-toggle::after{
    display: none;
}

#language-menu .dropdown-item{
    color: #848484;
}
#language-menu .dropdown-item:hover, 
#language-menu .dropdown-item:focus{
    color: #666666;
    background-color: #f8f9fa;
}
#language-menu .dropdown-item.active, 
#language-menu .dropdown-item:active{
    color: #000000;
    background-color: #f3f4f5;
}
#language-menu .dropdown-item:first-child{border-radius: 8px 8px 0 0;}
#language-menu .dropdown-item:last-child{border-radius: 0 0 8px 8px;}



#language-menu .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: 0 8px 80px rgba(40, 40, 40, .1);
    min-width: auto;
    top: 0 !important;
    transform: scaleY(0) !important;
    transform-origin: 0 0 0;
    transition: all 300ms linear;
    border-radius: 7px;
}
#language-menu.show .dropdown-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1) !important;
}


#header-top-right{
    margin-left: auto;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.header-item{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:wrap;flex-wrap:wrap;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    margin-left: 30px;
}
.header-item .icon{
    color: #212121;
    font-size: 34px;
    transition: color 300ms linear;
}
a.header-item:hover .icon{
    color: #1e8efd;
}
.header-item .content{
    display: block;
    margin-left: 10px;
}
.header-item .content-multiline-text{
    font-size: 12px;
    color: #253654;
    line-height: 17px;
    max-height: 51px;
    max-width: 300px;
    overflow: hidden;
    position: relative;
}
.header-item .content-multiline-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 17px;
    width: 51px;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
}
.header-item .content em,
.header-item .content strong{
    display: block;
    display: block;
    line-height: 1.15;
    font-style: normal;
}
.header-item em{
    font-size: 12px;
    color: #253654;
    font-weight: 400;
   
}
.header-item strong{
    margin-top: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}




.footer-links-header{
    margin: 0 0 10px 0;
    font-size: 12px;
}
.footer-links{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li{
    display: block;
}
.footer-links li > a{
    display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    padding: 5px 0;
    color: #333333;
    transition: all 300ms linear;
    cursor: pointer;
}
.footer-links li > a:hover,
.footer-links li.active > a{
    color: #1e8efd;
}
.footer-links li > a > i{
    font-size: 1.25em;
    margin-right: 10px;
}
.footer-links li.active > a > i,
.footer-links li > a:hover > i{
    color: #057efc;
}



.footer-menu ul,
.footer-menu ol{
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
.footer-menu li > a{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    position: relative;
}
.footer-links .menu-item-link-action{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1.25em;
    color: #fff;
    border: 1px solid #076bfc;
    background-color: #076bfc;
    background: -webkit-linear-gradient(-190deg, #076bfc, #0cf);
    background: -moz-linear-gradient(-190deg, #076bfc, #0cf);
    background: -ms-linear-gradient(-190deg, #076bfc, #0cf);
    background: -o-linear-gradient(-190deg, #076bfc, #0cf);
    background: linear-gradient(-190deg, #076bfc,#0cf);
    border-radius: 50%;
}


#footer{
    position: relative;
    background: #ffffff url('../img/footer-bg.jpg') no-repeat;
}

#footer-content{
    font-size: 14px;
    line-height: 1.428571428571429;
    font-weight: 500;
    padding: 15px 0;
    color: #333333;
}
#footer-content .row > .col-12{
    margin-bottom: 15px;
}
#footer-bottom{
    font-size: 12px;
    color: #000;
    background-color: #f1dcc1;
    padding-bottom: 50px;
}
#footer-bottom .row{
    min-height: 60px;
}
#footer-bottom #agency img {
    width: 80px;
    display: block;
}

#footer-info{
    text-align: center;
    font-size: 13px;
}


@media(min-width: 1200px) {
    .footer-fixed #footer{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 0;
    }
    #footer-content{
        padding: 90px 0 45px 0;
    }
}
@media(min-width: 992px) {
    #footer-info{
        text-align: center;
    }
}


#footer-logo{
    display: block;
    margin-bottom: 15px;
}
#footer-logo > a{
    display: block;
    margin: 0 auto;
    max-width: 150px;
}
#footer-logo > a > img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#footer-map {
    height: 100%;
    overflow: hidden;
    min-height: 150px;
}
#footer-map iframe{
    display: block;
    width: 100%;
    height: 100%;
}




#btn-goto-top{
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    opacity: .7;
    position: fixed;
    right: 30px;
    z-index: 2;
    background-color: #d41077;
}
#btn-goto-top:before,
#btn-goto-top:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 3px;
    width: 21px;
    background: #ffffff;
}
#btn-goto-top:before {
    transform: rotate(-45deg) translateY(-50%);
    border-radius: 3px 0 0 3px;
    left: 9px;
}
#btn-goto-top:after {
    transform: rotate(45deg) translateY(-50%);
    border-radius: 0 3px 3px 0;
    right: 9px;
}
#btn-goto-top:active{
    opacity: 1;
    background: #091538;
}
#btn-goto-top.state-hidden{
    visibility: hidden;
    opacity: 0;
}
#btn-goto-top.state-fixed{
    bottom: 30px;
}
#btn-goto-top.state-sticky{
    margin-top: -25px;
    opacity: 1;
}

@media(max-width: 1199px) {
    #btn-goto-top.state-fixed{
        bottom: 60px;
    }
    #btn-goto-top.state-fixed,
    #btn-goto-top.state-sticky {
        right: 5px;
    }
}


@media(hover: hover) and (pointer: fine) {
    #btn-goto-top:hover{
        opacity: 1;
        background: #61363e;
    }
}

#copyright{
    font-size: 12px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* @BEGIN: MAINMENU */

/*mainmenu common*/
#mainmenu{
    position: relative;
}

#mainmenu-content{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center; 
     -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
    min-height: 120px;
}


#mainmenu .menu-nav{
    padding: 0;
    margin: 0;
    list-style: none;
}
#mainmenu .menu-nav li.active > a,
#mainmenu .menu-nav li > a:hover{
 /*color: #1e8efd;*/
}
#mainmenu .menu-nav li > a{
    display: block;
    font-weight: 600;
    color: #61363e;
    text-decoration: none;
    transition: all 300ms linear;
    position: relative;
    cursor: pointer;
}
#mainmenu .menu-nav .submenu li > a{
    color: #000;
}

#mainmenu .menu-item-text {
    display: block;
    position: relative;
    z-index: 1;
}
#mainmenu .menu-item-text i,
#mainmenu .menu-item-text b{
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 1.25;
    transition: 300ms all linear;
} 
#mainmenu .menu-item-text b{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d41077;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    visibility: hidden;
    opacity: 0;
    
}
#mainmenu li.active > a > .menu-item-text b, 
#mainmenu li:hover > a > .menu-item-text b {
    visibility: visible;
    opacity: 1;
}
#mainmenu li.active > a > .menu-item-text i, 
#mainmenu li:hover > a > .menu-item-text i {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0) translateY(100%);
}


#mainmenu .submenu-mobile-action{
    display: none;
}

/*mainmenu first level*/
#mainmenu .menu-nav{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;
}
#mainmenu .menu-nav > li{
    position: relative;
}
#mainmenu .menu-nav > li + li{
    margin-left: 15px;
}
#mainmenu .menu-nav > li > a{
    font-size: 16px; 
    line-height: 1.25;
    padding: 50px 15px;
    text-transform: uppercase;
}
#mainmenu .menu-nav-left > li:first-child > a{padding-left: 0;}
#mainmenu .menu-nav-right > li:last-child > a{padding-right: 0;}
#mainmenu .menu-nav > li.has-submenu > a{
    z-index: 101;
}

/*mainmenu sub levels*/
#mainmenu .menu-nav ul.submenu {
    padding: 25px 0;
    margin: 0;
    background-color: #ffffff;
    display: block;
    min-width: 240px;
    max-width: 320px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 8px 80px rgba(40, 40, 40, .1);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    border-radius: 0 0 7px 7px;
    transition: all 300ms linear;
}
#mainmenu .menu-nav li.has-submenu:hover ul.submenu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

#mainmenu .menu-nav ul.submenu > li{
    display: block;
    position: relative;
}
#mainmenu .menu-nav ul.submenu > li > a{
    font-size: 14px; 
    line-height: 1.428571428;
    padding: 10px 40px;
    overflow: hidden;
}

#logo{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#logo > img{
    display: block;
    max-width: 280px;
}

.stuck #mainmenu-content{
    min-height: 90px;
}
.stuck #mainmenu .menu-nav > li > a{
    padding-top: 35px;
    padding-bottom: 35px;
}
.stuck #logo > img{
    max-height: 68px;
}

/*mainmenu mobile items*/
#mobile-logo {
    display: block;
}
#mobile-logo > img{
    display: block;
    max-height: 50px;
}

#menu-mobile{
    display: none;
    padding: 5px 0;
}


#mainmenu-toggle{
    margin-left: auto;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#mainmenu-toggle i,
#mainmenu-toggle i:before,
#mainmenu-toggle i:after{
    position: absolute;
    display: block;
    height: 2px;
    background: #333333;
    border-radius: 3px;
}
#mainmenu-toggle i{
    left: 8px;
    right: 8px;
    top: 50%;
    margin-top: -1px;
}
#mainmenu-toggle i:before{
    content: ' ';
    top: 7px;
    left: 0;
    right: 0;
}
#mainmenu-toggle i:after{
    content: ' ';
    bottom: 7px;
    left: 0;
    right: 0;
}

/*
#mainmenu-toggle,
#mainmenu-toggle i,
#mainmenu-toggle i:before,
#mainmenu-toggle i:after{
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
*/

#mainmenu-close{
    display: none;
}

#mainmenu-backdrop{
    display: none;
}


/*mainmenu mobile breakpoints*/
@media (max-width: 991px){
    #logo{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 0;
        padding: 5px 15px;
        margin-bottom: 2px;
        box-shadow: 0 2px 0 0 rgba(0,0,0,0.12);
        transform: none;
    }
    #logo > img,
    .stuck #logo > img{
        max-height: 50px;
    }
    
    #mainmenu{
        visibility: hidden;
        padding-top: 62px;
        z-index: 100;
        background: #fff;
        width: 300px;
        height: 100%;
        box-shadow: 5px 0 10px 3px rgba(0, 0, 0, .12);
        transform: translate(-100%,0);
        -webkit-transition: all 600ms cubic-bezier(0.39, 0.58, 0.57, 1);
        -moz-transition: all 600ms cubic-bezier(0.39, 0.58, 0.57, 1);
        transition: all 600ms cubic-bezier(0.39, 0.58, 0.57, 1);
        position: fixed;
        left: 0;
        top: 0;
    }
    
    #mainmenu-content{
        display: block;
        overflow: auto;
        height: 100%;
        width: 100%;
    }
    
    
    .mainmenu-open #mainmenu{
        visibility: visible;
        transform: none; 
    }
    
    
    #mainmenu .menu-nav{
        display: block;
        margin: 0;
        width: 100%;
    }
    #mainmenu .menu-nav > li + li{
        margin: 0;
    }
    
    #mainmenu .menu-nav-left > li:first-child > a{padding-left: 15px;}
    #mainmenu .menu-nav-right > li:last-child > a{padding-right: 15px;}
    
    .stuck #mainmenu .menu-nav > li > a,
    #mainmenu .menu-nav li > a{
        padding: 15px;
    }
    #mainmenu .menu-nav li > a{
        padding: 15px;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f9f9;
        overflow: hidden;
    }
    
    #mainmenu .submenu-mobile-action {
        display: -webkit-box;display: -ms-flexbox;display: flex;
        -webkit-box-align: center;-ms-flex-align: center;align-items: center; 
        -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
    }
    
    #mainmenu .menu-nav > li > a:before,
    #mainmenu .menu-nav ul.submenu > li > a:before{
        background: linear-gradient(135deg, rgba(238,44,34,0.8) 0%, rgba(238,44,34,0.6) 100%);
    }
    #mainmenu .menu-nav > li > a:after,
    #mainmenu .menu-nav ul.submenu > li > a:after{
        background: linear-gradient(90deg,transparent,rgba(255,255,255,0.35),transparent);
    }
    
    #mainmenu .menu-nav > li.has-submenu > a{
        z-index: auto;
    }
    #mainmenu .menu-nav > li > a:hover{

    }
    
    #mainmenu .menu-nav ul.submenu{
        padding: 0;
        border-top: none;
        background-color: transparent;
        background-image: none;
        min-width: auto;
        max-width: none;
        position: static;
        z-index: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        -webkit-transition: height .35s ease;
        -moz-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
        box-shadow: none;
        
        display: none;
        overflow-y: hidden;
    }
    #mainmenu .menu-nav ul.submenu.mobile-open {
        display: block;
    }
    /*
    #mainmenu .menu-nav ul.submenu.mobile-closed {
       display: none;
    }
    #mainmenu .menu-nav ul.submenu.mobile-closing {
        display: block;
        height: 0;
        overflow-y: hidden; 
    }
    */
    
    #mainmenu .menu-nav ul.submenu:before{
        display: none;
    }
    #mainmenu .menu-nav li.has-submenu:hover ul.submenu{
        transform: none;
    }
    
    #menu-mobile{
        display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    }
    
    #mainmenu-close{
        position: absolute;
        top: 5px;
        right: -60px;
        z-index: 1;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #000;
        opacity: 0;
        transform: translateX(-100%);
    }
    .mainmenu-open #mainmenu-close{
        opacity: 1;
        transform: none;
    }

    #mainmenu-close i:before,
    #mainmenu-close i:after{ 
        content: '';
        position: absolute;
        display: block;
        height: 2px;
        background: #333333;
        border-radius: 3px;
        background-color: #ffffff;
        top: 50%;
        margin-top: -1px;
        left: 10px;
        right: 10px;
    }
    #mainmenu-close i:before{
        transform: rotate(45deg);
    }
    #mainmenu-close i:after{
        transform: rotate(-45deg);
    }

    
    #mainmenu-backdrop{
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        background-color: rgba(0,0,0,.5);
        visibility: hidden;
        -webkit-transition: 600ms all cubic-bezier(0.39, 0.58, 0.57, 1);
        -moz-transition: 600ms all cubic-bezier(0.39, 0.58, 0.57, 1);
        transition: 600ms all cubic-bezier(0.39, 0.58, 0.57, 1);
        transform: translateX(-100%);
        backdrop-filter: blur(5px);
    }
    .mainmenu-open #mainmenu-backdrop{
        visibility: visible;
        opacity: 1;
        transform: none;
    }

}

@media (max-width: 300px){
    #mainmenu{
        width: 100%;
    }
}

/* @END: MAINMENU */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.home-title{
    text-align:center;
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    color: #666666;
}
.home-title:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    bottom: -14px;
    background: #1e8efd;
    border-radius: 3px;
}

#mainslider{
    margin-top: -30px;
    margin-bottom: 30px;
}


/*
#mainslider .item-wrap:before,
#mainslider .item-wrap:after{
    content: ' '; 
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#mainslider .item-wrap:before{
    z-index: 0;
    opacity: .3;
    box-shadow: inset 0 0 50px #000000;
    background-color: #000000;
}
#mainslider .item-wrap:after{
    z-index: 0;
    opacity: .7;
    background-image: url('../img/image-overlay-dark.png');
    background-repeat: repeat;
}
*/


#mainslider .slider-item--content-tl,
#mainslider .slider-item--content-ml,
#mainslider .slider-item--content-bl{
    text-align: left;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
#mainslider .slider-item--content-tc,
#mainslider .slider-item--content-mc,
#mainslider .slider-item--content-bc{
    text-align: center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#mainslider .slider-item--content-tr,
#mainslider .slider-item--content-mr,
#mainslider .slider-item--content-br{
    text-align: right;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
#mainslider .slider-item--content-tl,
#mainslider .slider-item--content-tc,
#mainslider .slider-item--content-tr{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
#mainslider .slider-item--content-ml,
#mainslider .slider-item--content-mc,
#mainslider .slider-item--content-hr{
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#mainslider .slider-item--content-bl,
#mainslider .slider-item--content-bc,
#mainslider .slider-item--content-br{
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}

#mainslider .item-wrap > .slider-item-text{
    position: relative;
    z-index: 1;
}
#mainslider .item-wrap > .slider-item-text > h1,
#mainslider .item-wrap > .slider-item-text > h2{
    margin: 0;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 2px 0 #000000;
}
#mainslider .item-wrap > .slider-item-text > h1{
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 15px;
}
#mainslider .item-wrap > .slider-item-text > h2{
    font-size: 32px;
    line-height: 1.35;
}

#mainslider .banner--text-color-white {
    color: #ffffff;  
}
#mainslider .banner--text-color-black {
    color: #000000;
}
#mainslider .banner--text-color-blue {
    color: #0c4da2;
}

@media (max-width: 1439px){
    #mainslider .slider-item{
        height: 600px;
    }
}
@media (max-width: 1199px){
    #mainslider .slider-item{
        padding: 45px 50px;
        height: 450px;
    }
    #mainslider .slider-item > .slider-item-text > h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    #mainslider .slider-item > .slider-item-text > h2 {
        font-size: 20px;
    }
    #mainslider .banner--text-align-left  { text-align: left; }
    #mainslider .banner--text-align-center { text-align: center; }
    #mainslider .banner--text-align-right { text-align: right; }
    
}



/* box-blue */
/*.box--blue{ background-color: #333; color: #ffffff; }
a.box--blue, a.box--blue:hover{ color: #ffffff; }*/

 
.service-header > .page-header-wrapper{
    height: 100%;
    background-color: rgba(255,255,255,.9);
    color: #333;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.service-header > .page-header-wrapper a{
    color: #333;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.service-header > .page-header-wrapper > .service-icon{
    fill: #333;
}
.service-header--gray > .page-header-wrapper{
    background-color: rgba(228, 228, 232, .9);
    color: #666666;
    text-shadow: 0 1px 0 rgba(150, 150, 150, 0.15);
}
.service-header--gray > .page-header-wrapper a{
    color: #666666;
    text-shadow: 0 1px 0 rgba(150, 150, 150, 0.15);
}
.service-header--gray > .page-header-wrapper > .service-icon{
    fill: #666666;
}


/* product */
.box-product .card-title{
    font-size: 16px;
    text-align: center;
}
.box-product .card-description {
    font-size: 12px;
    line-height: 1.25;
    min-height: auto;
    color: #666;
    display: block;
    text-align: center;
}
.box-product .card-media .image{
    background: #ffffff;
}

.product-detail--medias{
    margin-bottom: 15px;
}

.product-images-wrapper {
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #e5e5e5;
}
.product-images-wrapper .owl-carousel.owl--slider{
    margin: 0;
}
.product-images-wrapper > .product-images:not(.owl-carousel) .img-responsive{
    display: block; 
    width: 100%;
}
.product-images-wrapper > .product-images:not(.owl-carousel) .owl-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-thumbnails-wrapper{
    margin-top: 5px;
}
.product-thumbnails-wrapper .owl-item{
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    border: 3px solid #e5e5e5;
}
.product-thumbnails-wrapper .owl-item.current{
    border-color: #1e8efd;
}

/*
.product-info{
    
}
.product-info .product-images-wrapper{
    border: 3px solid #f0f0f0;
    border-radius: 12px;
    margin-bottom: 15px;
}
.product-info .product-images-wrapper > .product-image > img{
    border-radius: 12px 12px 0 0;
}
.product-info .product-thumbnails{
    border-top: 3px solid #f0f0f0;
}

.product-info .product-thumbnail {
    height: 100%;
    display: block;
    padding: 5px;
    border-radius: 12px;
}
.product-info .product-thumbnail img {
    border: 3px solid #f0f0f0;
    border-radius: 12px;
}
.product-info .product-thumbnail.active img {
    border-color: #3a3431;
}
*/

.related-products{
    margin-top: 30px;
}
.related-products .box-product{
    margin: 0;
    background: #f8f8ff;
}

@media(min-width: 768px) {
    .product-info .product-thumbnail{
        padding: 15px;
    }
    .product-info .product-images-wrapper{
        margin-bottom: 0;
    }
}


.box-product-category .card-title{
    font-size: 16px;
    text-align: center;
}
/* product */


/* project */

.project-images-wrapper {
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #e5e5e5;
}
.project-images-wrapper .owl-carousel.owl--slider{
    margin: 0;
}
.project-images-wrapper > .project-images:not(.owl-carousel) .img-responsive{
    display: block; 
    width: 100%;
}
.project-images-wrapper > .project-images:not(.owl-carousel) .owl-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project-thumbnails-wrapper{
    margin-top: 5px;
}
.project-thumbnails-wrapper .owl-item{
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    border: 3px solid #e5e5e5;
}
.project-thumbnails-wrapper .owl-item.current{
    border-color: #1e8efd;
}

.project-info .project-detail{
    padding-top: 15px;
    padding-bottom: 15px;
}
.project-info .project-detail + .project-detail {
    border-top: 2px solid #f0f0f0;
}
.project-info .project-detail-title strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.project-info .project-detail--category .project-detail-value,
.project-info .project-detail--categories .project-detail-value{
    font-size: 0;
    margin-left: -10px;
    margin-bottom: -10px;
}
.project-info .project-detail--category .project-detail-value a,
.project-info .project-detail--categories .project-detail-value a{
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    background: #f0f0f0;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: all 300ms linear;
}
.project-info .project-detail--category .project-detail-value a:hover,
.project-info .project-detail--categories .project-detail-value a:hover{
    background: #212121;
    color: #ffffff;
}
.project-info .project-detail--images .project-detail-title strong{
    margin-bottom: 10px;
}

.related-projects{
    margin-top: 30px;
}

@media(min-width: 768px) {
    .project-info .project-detail-title strong{
        margin-bottom: 0;
    }
}
.box-project-category .card-title{
    font-size: 16px;
    text-align: center;
}
.box-project-category .card-description {
    font-size: 12px;
    line-height: 1.25;
    min-height: auto;
    color: #666;
    display: block;
    text-align: center;
}
/* project */


/* blog */
.box-blog .card-info {
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.box-blog .card-info .card-publish{
    display: block; 
    line-height: 1.2; 
}
.box-blog .card-info .card-author{
    display: block; 
    line-height: 1.2; 
    margin-left: 10px
}
/* blog */


/* @END: THEME */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/******************************************************************************/
/*** contact ***/
.company-info{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center; 
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    -ms-flex-wrap:wrap;flex-wrap:wrap;
    padding-top: 0;
    padding-bottom: 20px;
}
.company-info > span{
    font-size: 20px;
    line-height: 1.2;
    padding: 6px 0;
}
.company-info > img{
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.company-info > p{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    min-width: 100%;
}


.contact-address a,
.contact-address a:hover{
    text-decoration: none;
}

.contact-address h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    border-bottom: 2px solid rgba(0,0,0,.12);
}
.contact-address h3 > a,
.contact-address h3 > span{
    display: block;
    padding: 14px 0;
    color: #333333;
    position: relative;
}
.contact-address h3 > a{
    cursor: pointer; 
}
.contact-address h3 > a:after{
    content: '\f2f9'; 
    font-family: 'Material-Design-Iconic-Font';
    font-size: 24px;
    text-align: center;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-180deg);
    transition: all 200ms linear;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-address h3 > a.collapsed:after{
    transform: none;
}

.contact-address ul{
    margin: 0;
    padding: 0;
}

.contact-address ul li{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    -ms-flex-wrap:wrap;flex-wrap:wrap;
    padding: 12px 0;
}
.contact-address ul li + li{
    border-top: 1px solid rgba(0,0,0,.12);
}

.contact-address ul li span{
    font-weight: 500;
    display: block;
    position: relative;
    min-width: 100%;
    font-size: 14px;
    margin-right: 6px;
}
.contact-address ul li span:after{
    content: ':';
    display: inline-block;
    padding: 0 2px;
}
.contact-address ul li span i{
    font-style: normal;
    font-size: 18px;
    min-width: 18px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.contact-address ul li a{
    color: #333333;
    transition: all 300ms linear;
}
.contact-address ul li a:hover{
    color: #1e8efd;
    text-decoration: none;
}

@media(min-width: 992px) {
    .contact-address ul li{
        -ms-flex-wrap:nowrap;flex-wrap:nowrap;
    }
    .contact-address ul li span{
        min-width: 120px;
    }
    .contact-address ul li span:after{
        position: absolute;
        right: 0;
    }
}

#contact-map{
    width: 100%;
    height: 350px;
    background: #efefef;
}
#contact-map > iframe{
    display: block;
    width: 100%;
    height: 100%;
}

#form-contact-wrapper, form-price-request-wrapper{
    position: relative; 
}
#form-contact-success, #form-price-request-success{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center; 
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    color: #09210b;
    background: rgba(255, 255, 255, 0.7);
    padding: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    font-weight: 300;
    z-index: 2;
}
#form-contact-success .check-icon, #form-price-request-success .check-icon{
    display: block;
    font-size: 2em;
    text-align: center;
    width: 1.5em;
    line-height: 1.5em;
    height: 1.5em;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: #008000;
    color: #fff;
}
#form-contact, #form-price-request{
    position: relative;
    z-index: 1;
    transition: all 300ms linear;
}
#form-contact-success + #form-contact, #form-price-request-success + #form-price-request{
    opacity: .7;
    filter: blur(3px);
    transform: scale(.95);
}

#form-contact > p,
#form-contact .input-box,
#form-price-request > p,
#form-price-request .input-box{
    margin-bottom: 20px;
}
/*** contact ***/
/******************************************************************************/

.stickycontacts {
    position: fixed;
    bottom: -25px;
    left: 0;
    width: 100%;
    background: #a0805b;
    z-index: 99;
    height: 55px;
    padding: 0 10px;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: center!important;
    transition: all .3s
}

.stickycontacts:hover {
    bottom: 0;
    height: 40px;
}
.stickycontacts:hover a{
    bottom: 20px;
}

.stickycontacts a {
    position: relative;
    padding: 0 5px;
    text-align: center;
    bottom: 10px;
    transition: all .3s
}
.stickycontacts a:hover i {
    color: #d41077;
    border-color: #d41077;
}
.stickycontacts i {
    border: 2px solid #b4a48a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    background: #fff;
    color: #b4a48a;
    box-shadow: 1px -4px 1px -2px rgba(0,0,0,.2),-4px 1px 2px 0 rgba(0,0,0,.14),0 -3px 5px 0 rgba(0,0,0,.12);
    transition: all .3s;
}

.stickycontacts label {
    font-size: 12px;
    white-space: nowrap;
    display: block;
    color: #fff;
    font-weight: 500
}

@media(max-width: 1200px) {
    .stickycontacts {
        position:fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #a0805b;
        z-index: 1001;
        height: 45px;
        padding: 0 10px;
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-around!important
    }
}

@media(max-width: 576px) {
    .cta-text p {
        margin-bottom: 25px;
        text-align: center;
    }
    #header-top .calculation-link {
        font-size: 10px;
    }
    #header-top .container {
        justify-content: space-around;
    }
    .stickycontacts a {
        bottom: 23px;
    }
    .stickycontacts {
        height: 36px;
    }
    #footer-bottom {
        padding-bottom: 76px;
        padding-top: 10px;
    }
}
