@font-face {
    font-family: "CorbelRegular";
    src: url("/css/fonts/CorbelRegular/CorbelRegular.eot");
    src: url("/css/fonts/CorbelRegular/CorbelRegular.eot?#iefix")format("embedded-opentype"), url("/css/fonts/CorbelRegular/CorbelRegular.woff") format("woff"), url("/css/fonts/CorbelRegular/CorbelRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "CorbelBold";
    src: url("/css/fonts/CorbelBold/CorbelBold.eot");
    src: url("/css/fonts/CorbelBold/CorbelBold.eot?#iefix")format("embedded-opentype"), url("/css/fonts/CorbelBold/CorbelBold.woff") format("woff"), url("/css/fonts/CorbelBold/CorbelBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "CorbelItalic";
    src: url("/css/fonts/CorbelItalic/CorbelItalic.eot");
    src: url("/css/fonts/CorbelItalic/CorbelItalic.eot?#iefix")format("embedded-opentype"), url("/css/fonts/CorbelItalic/CorbelItalic.woff") format("woff"), url("/css/fonts/CorbelItalic/CorbelItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont.eot-v=4.0.3");
    src: url("fontawesome-webfont.eot-#iefix&v=4.0.3") format('embedded-opentype'), url("fontawesome-webfont.woff-v=4.0.3") format('woff'), url("fontawesome-webfont.ttf-v=4.0.3") format('truetype'), url("fontawesome-webfont.svg-v=4.0.3#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoon';
    src: url("icomoon.eot");
    src: url("icomoon.eot-#iefix") format('embedded-opentype'), url("icomoon.woff") format('woff'), url("icomoon.ttf") format('truetype'), url("icomoon.svg#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="im-"], [class*=" im-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

body {
    font-family: "CorbelRegular";
    background: url(/img/bg/p1.jpg) no-repeat fixed center top #FFF;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.64285;
    overflow-x: hidden;
    height: auto;
    position: relative
}

a, a:link, a:visited {
    text-decoration: none;
    color: #26ABBD;
    outline: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

a:active, a:hover {
    color: #26ABBD;
    outline: 0
}

section {
    position: relative
}
/*
.container {
	background: #ffffff70;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}
*/
.transparent-bg {
	background: #ffffff70;
}
.bg-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center center
}

.fullwidth-section {
    position: relative;
    /* padding-top: 50px; */
    /* padding-bottom: 50px */
}

.fullwidth-section.half-padding {
    position: relative;
    /* padding-top: 50px; */
    /* padding-bottom: 50px */
}

.parallax, .parallax-bg {
    position: absolute;
    background-attachment: fixed;
    background-position: top center;
	background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}


#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #FFF;
    z-index: 999999
}

.loader-img {
    position: absolute;
    width: auto;
    height: height;
    margin: -27px 0 0 -27px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center
}

.color-primary {
    color: #26ABBD!important
}

.bg-primary {
    color: #fff;
    background-color: #26ABBD!important
}

.border-primary {
    border-color: #26ABBD!important
}

.color-white {
    color: #FFF!important
}
.color-black {
	color: #000!important
}
.color-blue {
	color: #016AC5!important
}
.color-green {
	color: #007567!important
}
.color-purple {
	color: #570C82!important
}
.color-pink {
	color: #C01661!important
}
.bg-white {
    background-color: #FFF!important
}

.border-white {
    border-color: #FFF!important
}

.color-dark {
    color: #333!important
}

.bg-dark {
    background-color: #333!important
}

.bg-transparent {
    background-color: transparent!important
}

.weight-300 {
    font-weight: 300
}

.weight-400 {
    font-weight: 400
}

.weight-500 {
    font-weight: 500
}

.weight-600 {
    font-weight: 600
}

.weight-700 {
    font-weight: 700
}

.weight-800 {
    font-weight: 800
}

.weight-900 {
    font-weight: 900!important
}

.uppercase {
    text-transform: uppercase
}

.kill-top-margin {
    margin-top: 0!important
}

.kill-bottom-margin {
    margin-bottom: 0!important
}

.kill-top-padding {
    padding-top: 0!important
}

.kill-bottom-padding {
    padding-bottom: 0!important
}

.img-center {
    margin: 0 auto
}

.rounded {
    border-radius: 1000px!important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: #26abbd;
    line-height: 1.4;
    position: relative;
    z-index: 1
}

h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 30px
}

h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 10px
}

h1, .h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #26ABBD
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

#home h3 {
    line-height: 1.3
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

img {
    max-width: 100%;
    border-radius: 4px
}

.f-18 {font-size: 18px;}
.pt-0 {padding-top: 0;}
.pt-25 {padding-top: 25px;}
.pt-50 {padding-top: 50px;}
.pt-75 {padding-top: 75px;}
.pt-100 {padding-top: 100px;}
.pb-0 {padding-bottom: 0;}
.pb-25 {padding-bottom: 25px;}
.pb-50 {padding-bottom: 50px;}
.pb-75 {padding-bottom: 75px;}
.pb-100 {padding-bottom: 100px;}
.px-15 {padding: 0 15px;}
.px-25 {padding: 0 25px;}
.px-50 {padding: 0 50px;}
.px-75 {padding: 0 75px;}
.px-100 {padding: 0 100px;}
.py-25 {padding: 25px 0;}
.py-50 {padding: 50px 0;}
.py-75 {padding: 75px 0;}
.py-100 {padding: 100px 0;}
.p-100 {padding: 100px;}
.p-50 {padding: 50px;}
.p-25 {padding: 25px;}
.text-justify {text-align: justify;}
.color-grey {color: #484848!important;}
.border-grey {border: 1px solid #484848!important;}

.btn:hover, .btn:focus {
	background: none repeat scroll 0% 0% #484848 !important;
    color: #FFF !important;
    text-decoration: none;
    border: 1px solid #484848;
}
.btn.blog:hover, .btn.blog:focus {
	background: none repeat scroll 0% 0% #008275 !important;
    color: #FFF !important;
    text-decoration: none;
    border: 1px solid #008275;
}
.btn-color {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #484848;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #484848;
    border-radius: 4px;
    font-family: "CorbelBold";
}
/*
.btn-color:hover, .btn-color:active {
	color: #fff;
}
*/
.owl-wrapper-outer .synced .item.btn-color.aqua, .btn-color.aqua:hover, .btn-color.aqua:active {background: #322B80; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.strawberry, .btn-color.strawberry:hover, .btn-color.strawberry:active {background: #C10E1A; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.gel-super-strong, .btn-color.gel-super-strong:hover, .btn-color.gel-super-strong:active {background: #289548; color: #fff;}


.owl-wrapper-outer .synced .item.btn-color.classic, .btn-color.classic:hover, .btn-color.classic:active {background: #008275; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.classic-fe, .btn-color.classic-fe:hover, .btn-color.classic-fe:active {background: #008275; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.ultra-thin, .btn-color.ultra-thin:hover, .btn-color.ultra-thin:active {background: #B51A65; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.ribbed, .btn-color.ribbed:hover, .btn-color.ribbed:active {background: #0074C5; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.dotted, .btn-color.dotted:hover, .btn-color.dotted:active {background: #501688; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.lex-super-strong, .btn-color.lex-super-strong:hover, .btn-color.lex-super-strong:active {background: #4B3431; color: #fff;}
.owl-wrapper-outer .synced .item.btn-color.gel-for-uzd, .btn-color.gel-for-uzd:hover, .btn-color.gel-for-uzd:active {background: #e00c8d; color: #fff;}
 
.feature-icon-blue {fill:#3333dc;}
.feature-icon-white {fill:#FFFFFF;}
.feature-icon-one {opacity:0.8;}
	.feature-icon-two, .feature-icon-three, .feature-icon-four, .feature-icon-five, .feature-icon-six, .feature-icon-seven, .feature-icon-eight {fill:#969696;}
	.icon-feature-horizontal:hover .feature-icon-two {fill:#008275;}
	.icon-feature-horizontal:hover .feature-icon-three {opacity:0.8;fill:#501688;}
	.icon-feature-horizontal:hover .feature-icon-four {opacity:0.8;fill:#4B3431;}
	.icon-feature-horizontal:hover .feature-icon-five {opacity:0.8;fill:#E66728;}
	.icon-feature-horizontal:hover .feature-icon-six {opacity:0.8;fill:#B51A65;}
	.icon-feature-horizontal:hover .feature-icon-seven {opacity:0.8;fill:#0074C5;}

.about-icon-one, .about-icon-two, .about-icon-three, .about-icon-four, .about-icon-five, .about-icon-six {fill:#969696;}
.count:hover .about-icon-one {opacity:0.8;fill:#0074C5;}
.count:hover .about-icon-two {opacity:0.8;fill:#322B80;}
.count:hover .about-icon-three {opacity:0.8;fill:#C10E1A;}
.count:hover .about-icon-four {opacity:0.8;fill:#606161;}
.count:hover .about-icon-five {opacity:0.8;fill:#00ADA8;}
.count:hover .about-icon-six {fill:#3333dc;}

.panel-img svg {
    width: 40%;
}
tbody > tr > td {border: none;}

.img-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    border-radius: 4px
}

.social {
    float: right;
    margin-top: -25px;
    z-index: 99;
    position: inherit
}

.img-float-left {
    position: relative;
    float: left;
    border-radius: 1px;
    margin: 20px 20px 20px 0;
    padding: 0;
    max-width: 100%
}

.img-float-right {
    position: relative;
    float: right;
    border-radius: 1px;
    margin: 20px 0 20px 20px;
    padding: 0;
    max-width: 100%
}

.img-outline {
    padding: 4px;
    border: 1px solid #26ABBD;
    background-color: #FFF
}

.img-hover {
    position: absolute;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.img-hover:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.img-hover i {
    position: absolute;
    font-size: 12px;
    color: #FFF;
    top: 50%;
    right: 50%;
    margin-right: -18px;
    margin-top: -18px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #FFF;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .55s;
    -moz-transition: all .55s;
    -o-transition: all .55s;
    transition: all .55s
}

.img-hover:hover i {
    opacity: 1;
    z-index: 1
}

.img-hover i:hover {
    color: #26ABBD;
    background-color: #FFF
}

.cta-three-up .text {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cta-three-up .overlay, .cta-three-up .text {
    -webkit-transition: 900ms;
    -moz-transition: 900ms;
    -ms-transition: 900ms;
    transition: 900ms
}

.cta-three-up {
    height: 440px;
    overflow: hidden
}

.cta-three-up .swipe-wrap {
    display: inline-block;
    height: 100%;
    width: 101%
}

.cta-three-up .overlay {
    position: static;
    height: 100%
}

.cta-three-up .overlay:before {
    content: '';
    display: inline-block;
    height: 90%;
    vertical-align: middle
}

.cta-three-up .overlay .text {
    display: inline-block;
    width: 99%;
    padding: 25px;
    vertical-align: middle
}

.cta-three-up .btn {
    position: absolute;
    bottom: 60px;
    margin-top: 1.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.image img, .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: alpha(opacity=0)
}

.image.auto-height img {
    position: static
}

.image.loaded img, .image.loaded .bg {
    opacity: 1;
    -ms-filter: alpha(opacity=100)
}

.image .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.image .bg+img {
    display: none
}

.cta-three-up .btn {
    display: inline-block;
    margin: 0;
    padding: 16px 32px;
    border: 2px solid #fff;
    background: 0 0;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    letter-spacing: .15em;
    white-space: nowrap
}

.cta-three-up .btn:hover {
    background: rgba(255, 255, 255, .95);
    color: #1db5ca
}

.cta-three-up {
    position: relative;
    overflow: hidden;
    font-size: .1px;
    font-family: "CorbelRegular"
}

.cta-three-up .scrubber {
    display: none
}

.cta-three-up .feature {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ccc;
    text-align: center;
    width: 33%;
    height: 100%
}

.cta-three-up .feature:nth-of-type(even) .overlay {
    background: #697072;
    background: rgba(105, 112, 114, .8)
}

.cta-three-up .feature:nth-of-type(even) .btn:hover {
    color: #697072
}

.cta-three-up .feature:last-of-type {
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.cta-three-up .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cta-three-up .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #1db5ca; */
    background: rgb(255 255 255 / 80%);
}
.btn.blog.grey {
    background: #969696;
}
.btn.blog.white {
    background: #fff;
	color: #969696;
}

.cta-three-up h4 {
    line-height: 1.3;
    font-size: 26px
}

.cta-three-up h4, .cta-three-up p {
    color: #fff
}

@media all and (max-width:768px) {
    
	.cta-three-up {
        font-family: "CorbelRegular";
        font-size: .1px;
        height: 290px;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
    .cta-three-up.trans .swipe-wrap {
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -ms-transition: all 100ms;
        transition: all 100ms
    }
    .cta-three-up .feature:nth-of-type(2):before, .cta-three-up .feature:nth-of-type(2):after {
        content: '. . .';
        position: absolute;
        top: 50%;
        height: 40px;
        margin-top: -20px;
        left: 0;
        text-align: center;
        font-family: "CorbelRegular";
        vertical-align: middle;
        width: 25px;
        color: rgba(255, 255, 255, .5);
        font-size: 40px;
        line-height: 10px;
        white-space: normal;
        z-index: 2
    }
    .cta-three-up .feature:nth-of-type(2):after {
        right: 0;
        left: auto
    }
    .cta-three-up .scrubber {
        display: block
    }
    .cta-three-up .swipe-wrap {
        position: absolute;
        height: 100%;
        width: 260%;
        left: -80%;
        white-space: nowrap
    }
    .cta-three-up .overlay {
        top: 0
    }
    .cta-three-up .overlay:before {
        content: '';
        display: inline-block;
        height: 75%;
        vertical-align: middle
    }
    .cta-three-up .overlay .text {
        display: inline-block;
        width: 99%;
        padding: 25px;
        vertical-align: middle;
        white-space: normal
    }
    .cta-three-up p {
        max-width: 300px;
        margin: 0 auto
    }
    .cta-three-up .btn {
        position: absolute;
        bottom: 40px;
        margin-top: 1.5em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (min-width:769px) {
    .cta-three-up {
        height: 440px;
        overflow: hidden
    }
    .cta-three-up .swipe-wrap {
        display: inline-block;
        height: 100%;
        width: 101%
    }
    .cta-three-up .overlay {
        height: 100%
    }
    .cta-three-up .overlay:before {
        content: '';
        display: inline-block;
        height: 90%;
        vertical-align: middle
    }
    .cta-three-up .overlay .text {
        display: inline-block;
        width: 99%;
        padding: 25px;
        vertical-align: middle
    }
    .cta-three-up .btn {
        position: absolute;
        bottom: 60px;
        margin-top: 1.5em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (min-width:1025px) {
    .cta-three-up .overlay {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px)
    }
    .cta-three-up .text {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    .cta-three-up p {
        opacity: 0;
        max-width: 300px;
        margin: 0 auto;
        height: 100px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: 200ms ease 75ms;
        -moz-transition: 200ms ease 75ms;
        -ms-transition: 200ms ease 75ms;
        transition: 200ms ease 75ms;
        font-size: 18px
    }
    .cta-three-up .overlay:before {
        height: 100%
    }
    .cta-three-up .overlay .text {
        vertical-align: middle
    }
    .cta-three-up .feature:hover .overlay {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .cta-three-up .feature:hover .text {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    .cta-three-up .feature:hover p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .cta-three-up .btn {
        bottom: 50px
    }
}

@media all and (min-width:1401px) {
    .cta-three-up p {
        max-width: 400px
    }
}

.btn-primary, a.btn-primary {
    background-color: #26abbd
}

a.btn-outline.btn-primary, .btn-outline.btn-primary {
    border-color: #26abbd;
    color: #fff
}

a.btn-outline.btn-primary:hover, a.btn-outline.btn-primary.active, a.btn-outline.btn-primary:active, a.btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus {
    background-color: #26abbd
}

a.btn-outline.btn-white:hover, a.btn-outline.btn-white.active, a.btn-outline.btn-white:active, a.btn-outline.btn-white:focus, .btn-outline.btn-white:hover, .btn-outline.btn-white.active, .btn-outline.btn-white:active, .btn-outline.btn-white:focus {
    color: #26abbd
}

a:active, a:hover {
    color: #26abbd
}

.color-primary {
    color: #26abbd!important
}

.color-secondary {
    color: #26abbd!important
}

.bg-primary {
    background-color: #26abbd!important
}

.border-primary {
    border-color: #26abbd!important
}

.img-outline {
    border: 1px solid #26abbd
}

.img-hover i:hover {
    color: #26abbd
}

.scrollup i:hover {
    background-color: #26abbd
}

.team-img-wrapper {
    border: 1px solid #26abbd
}

.team-img-wrapper-hover {
    border: 3px solid #26abbd
}

.social-icons i:hover {
    border: 1px solid #26abbd;
    color: #26abbd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #26abbd
}

.nav-tabs>li.active>a {
    border-top: 1px solid #26abbd
}

.nav-tabs#tabs>li.active>a {
    border-top: 1px solid #26abbd
}

.blog-articles-hover {
    border: 3px solid #26abbd
}

.blog-articles-hover-buttons a:hover {
    color: #26abbd
}

.testimonial-slider .carousel-indicators li {
    border: 1px solid #26abbd
}

.testimonial-slider .carousel-indicators li.active {
    background-color: #26abbd
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #26abbd
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #26abbd;
    border-color: #26abbd
}

.pager li>a, .pager li>span {
    border: 1px solid #26abbd;
    color: #26abbd
}

.pager li>a:hover, .pager li>span {
    background-color: #26abbd;
    border: 1px solid #26abbd
}

.progress-bar {
    background-color: #26abbd
}

.footer .social-icons i:hover {
    border: 1px solid #26abbd;
    color: #26abbd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    color: #26abbd;
    border-color: #26abbd
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li.active>a:hover {
    color: #484848 !important;
    border: 1px solid #484848 !important;
}

.navbar-default .navbar-nav>li.active>a:focus {
    color: #26abbd;
    border: 1px solid #26abbd
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #26abbd;
    border: 1px solid #26abbd
}

.dropdown-menu>li:hover>a, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #26abbd!important
}

.navbar .social-icons i:hover {
    color: #26abbd;
    border: 1px solid #26abbd
}

.pager img {
    opacity: .4;
    cursor: pointer
}

.pager .active img {
    opacity: 1
}

.about-header {
    font-size: 40px
}

.about-text {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 13px
}

.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0
}

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #F9F9F9
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
    padding: 5px
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    /* border-top: 1px solid #DDD */
}

#reasons * {
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease
}

#reasons .content {
    text-align: center
}

#reasons .content:hover .icon {
    /* border: 9px solid #26abbd */
}

#reasons .content:hover .icon i {
    color: #777!important
}

#reasons .icon {
    width: 132px;
    height: 132px;
    /* background: #26abbd; */
    /* border: 9px solid #C0DEF3; */
    /* border-radius: 132px; */
    display: inline-block;
    position: relative
}

#reasons h4 {
    font-family: "CorbelRegular";
    font-size: 25px;
    margin-top: 17px
}

#reasons p {
    font-size: 20px;
    line-height: 1.2;
	z-index:  6;
}

#team * {
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease
}

#team .count {
    text-align: center
}
/*
#team .count:hover .icon {
    border: 9px solid #26abbd
}
*/
#team .count:hover .icon i {
    color: #777!important
}
/*
#team .icon {
    width: 132px;
    height: 132px;
    background: #26abbd;
    border: 9px solid #C0DEF3;
    border-radius: 132px;
    display: inline-block;
    position: relative
}
*/
.im-fw {
    width: 1.2857142857143em;
    text-align: center
}

.im-quill:before {
    content: "\e607"
}

.im-link:before {
    content: "\e6c3"
}

.im-spinner5:before {
    content: "\e67c"
}

.im-leaf:before {
    content: "\e69e"
}

.im-droplet:before {
    content: "\e60a"
}

.im-checkmark-circle:before {
    content: "\e6fb"
}

.im-location:before {
    content: "\e642"
}

.im-office:before {
    content: "\e603"
}

.im-profile:before {
    content: "\e623"
}

.im-happy:before {
    content: "\e6d6"
}

.im-expand2:before {
    content: "\e684"
}

.mix-fact .text {
    font-size: 27px;
    font-weight: bold;
    text-align: center
}

#lex .product-type, #lex .product-name, #lex2 .product-type, #lex2 .product-name {
    font-weight: bold;
    font-family: "CorbelBold"
}

#lex .product-type, #lex2 .product-type {
    font-size: 36px;
    position: absolute
}

#lex .product-name, #lex2 .product-name,#lex3 .product-name {
    font-size: 50px;
    text-transform: uppercase;
    position: relative;
    /* margin-top: 40px */
}
@media (max-width:992px) {
    #lex .product-name, #lex2 .product-name, #lex3 .product-name {font-size: 42px;line-height: 50px;}
	#lex .product-img, #lex2 .product-img {padding: 25px 0;}
	.panel-img svg {padding-top: 25px;}
	.count svg {width: 40%; /*padding: 0 75px;*/}
	.count {padding-bottom: 5px;}
	#team .about-header {line-height: 35px;}
	#team .about-text {line-height: 25px;}
	
}
/*
@media (max-width:768px) {
    #lex .product-name, #lex2 .product-name {font-size: 40px;}
	#lex .product-img, #lex2 .product-img {padding: 25px 0;}
	.panel-img svg {padding-top: 25px;}
}
*/










#lex .product-text, #lex2 .product-text {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px
}

#lex .product-img, #lex2 .product-img {
    display: block;
    height: auto
}

#about .about-img img {
    display: block;
    height: auto;
    width: 100%
}

#lex .product-balls-en {
    background: url(/img/h2_EN.png) 0 0 no-repeat;
    background-size: contain;
    bottom: 70px;
    height: 270px;
    left: 17px;
    position: absolute;
    width: 670px;
    z-index: 1
}

#lex .product-balls-ua {
    background: url(/img/h2_UA.png) 0 0 no-repeat;
    background-size: contain;
    bottom: 70px;
    height: 270px;
    left: 17px;
    position: absolute;
    width: 670px;
    z-index: 1
}

#lex .product-balls-ru {
    background: url(/img/h2_RU.png) 0 0 no-repeat;
    background-size: contain;
    bottom: 70px;
    height: 270px;
    left: 17px;
    position: absolute;
    width: 670px;
    z-index: 1
}

#lex2 .product-balls-en {
    background: url(/img/bg-index/icon_LEX_sait_en.png) 0 0 no-repeat;
    background-size: contain;
    bottom: 30px;
    height: 230px;
    left: 17px;
    position: absolute;
    width: 705px;
    z-index: 1
}

#lex2 .product-balls-ua {
    background: url(/img/bg-index/icon_LEX_sait_ua.png) 0 0 no-repeat;
    background-size: contain;
    bottom: 30px;
    height: 230px;
    left: 17px;
    position: absolute;
    width: 705px;
    z-index: 1
}

#lex2 .product-balls-ru {
    background: url(/img/bg-index/icon_LEX_sait_ru.png) 0 0 no-repeat;
    background-size: contain;
    bottom: 30px;
    height: 230px;
    left: 17px;
    position: absolute;
    width: 705px;
    z-index: 1
}

#products-slider-nav {
    bottom: 75px;
    position: absolute;
    width: 100%
}

.scrollup i {
    position: fixed;
    border-radius: 4px;
    bottom: 50px;
    right: 20px;
    padding: 8px 11px;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    z-index: 99999
}

.scrollup i:hover {
    background-color: #26ABBD
}

.img-overlay1:after {
    background: url(img/pat1.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5
}

.img-overlay2:after {
    background: url(img/pat2.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5
}

.img-overlay3:after {
    background: url(img/pat3.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5
}

.img-overlay4:after {
    background: url(img/pat4.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5
}

.transparent {
    background: transparent!important
}

.img-overlay-solid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.icon-feature-vertical {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

.icon-feature-vertical i {
    font-size: 50px
}

.icon-feature-horizontal {
    margin-top: 20px;
    margin-bottom: 20px
}

.icon-feature-horizontal .icon {
    padding-top: 15px
}

.icon-feature-horizontal .icon i {
    font-size: 85px;
    padding: 0;
    border-radius: 4px
}

.icon-feature-horizontal .content {
    vertical-align: top;
    padding-left: 20px
}

.icon-feature-horizontal-sm {
    margin-bottom: 20px
}

.icon-feature-horizontal-sm .icon {
    padding-top: 15px
}

.icon-feature-horizontal-sm .icon i {
    font-size: 20px;
    border: 1px solid;
    padding: 8px;
    border-radius: 4px
}

.icon-feature-horizontal-sm .content {
    vertical-align: top;
    padding-left: 20px
}

.contact {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
    font-size: 16px;
    border-radius: 10px
}

.country {
    font-size: 24px;
    font-weight: bold;
    font-family: "CorbelBold";
    margin-bottom: 5px;
    color: #26ABBD
}

form {
    position: relative;
    z-index: 3
}

.form-wrapper {
    background-color: rgba(60, 62, 71, .8);
    padding: 20px 40px;
    border-radius: 2px
}

.form-group {
    color: #FFF
}

.form-group input, .form-group textarea {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
    color: #777;
    border: 2px solid #EEE;
    padding: 8px;
    height: auto;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group textarea {
    border-radius: 2px
}

label {
    font-family: "CorbelRegular";
    max-width: 100%;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px
}

#error {
    color: #FFF;
    margin-top: 5px;
    font-size: 14px;
    display: none
}

#reply #error {
    color: #777
}

.success-field {
    background-color: rgba(71, 164, 71, 0.5)!important
}

.required-field {
    background-color: rgba(245, 99, 99, 0.5)!important
}

.team-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    text-align: center
}

#team-slider .team-wrapper {
    padding: 15px;
    text-align: center
}

#team-slider .owl-controls {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 100%;
    text-align: right
}

.team-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #26ABBD
}

.team-img-wrapper-hover {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-left: -4px;
    margin-top: -4px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
    border: 3px solid #26ABBD
}

.team-img-wrapper-hover:hover {
    opacity: 1
}

.team-img-wrapper img {
    border-radius: 4px;
    width: 100%
}

.team-img-wrapper .social-icons {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 100%
}

.team-img-wrapper .social-icons i {
    color: #FFF;
    border-color: #FFF
}

.social-icons i {
    border-radius: 4px;
    font-size: 16px;
    margin-right: 4px;
    padding: 6px;
    text-align: center;
    color: #555;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: none;
    border: 1px solid #555
}

.social-icons i:hover {
    border: 1px solid #26ABBD;
    color: #26ABBD
}

.counter {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    font-family: "CorbelRegular", arial;
    margin: 20px 0
}

.counter-section i {
    font-size: 74px;
    border-radius: 4px;
    padding: 20px 0 0
}

.panel-title {
    position: relative;
    vertical-align: middle;
    top: -2px;
    font-weight: 400
}

.panel-title i {
    position: relative;
    margin-right: 15px;
    font-size: 24px;
    top: 3px
}

.panel-title a {
    color: #777
}

.panel-title a:hover {
    color: #777
}

p.panel-title:after {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    font-size: 15px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.panel-group .panel-heading {
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s
}

.panel-group .panel {
    border-radius: 0
}

.panel {
    border: 1px solid transparent;
    box-shadow: none;
    border-bottom: none
}

.panel-group .panel:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.panel-group .panel:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 0
}

.panel-body {
    padding: 25px
}

#accordion .panel a.selected .panel-heading {
    border-radius: 0
}

#accordion .panel a.selected .panel-title {
    color: #000
}

#accordion .panel a.selected p.panel-title:after {
    content: "\f078";
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.nav-tabs {
    border-bottom: 1px solid #EEE
}

.nav-tabs h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 400
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #26ABBD
}

.nav-tabs>li>a {
    font-size: 13px;
    font-weight: 400;
    margin-right: 2px;
    color: #777;
    line-height: 1.42857;
    border-radius: 3px 3px 0 0;
    background-color: #FFF;
    border: 0
}

.nav-tabs>li.active>a {
    background-color: #FFF;
    border-top: 1px solid #26ABBD
}

.nav-tabs i {
    margin-right: 4px
}

.tab-pane {
    padding: 15px 25px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #EEE #EEE;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #FFF
}

.nav-tabs>li>a:hover {
    border-color: #EEE
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #EEE;
    border-bottom-color: transparent;
    background-color: #FFF
}

.nav-tabs#tabs>li>a {
    background-color: #FFF;
    border: 1px solid #EEE;
    border-bottom: 1px solid EEE
}

.nav-tabs#tabs>li.active>a {
    background-color: #FFF;
    border-top: 1px solid #26ABBD;
    border-bottom: 1px solid #FFF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.nav#tabs>li {
    position: relative;
    display: block
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    /*cursor: url(img/grabbing.png) 8 8, move*/
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: -50px;
    text-align: center;
}
/*
.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=20);
    opacity: .2;
    font-size: 70px;
    margin-top: -80px
}

.owl-prev {
    font-family: "CorbelRegular";
    position: absolute;
    top: 50%;
    z-index: 300;
    font-weight: 800;
    margin-left: -45px
}

.owl-next {
    font-family: "CorbelRegular";
    position: absolute;
    top: 50%;
    z-index: 300;
    font-weight: 800;
    left: 100%;
    margin-left: 15px
}
*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    /* display: inline */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border: 3px solid #585858;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.owl-theme .owl-controls .owl-page span {
    border: 3px solid #585858;
	background: none;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls.clickable .owl-page:active {
    
    /* opacity: 1; */
    background: #585858;
	border: 3px solid #585858
}

#owl-slider-home .owl-buttons, #sync1 .owl-buttons{
	position: initial;
   
}

#owl-slider-home .owl-buttons .owl-next, #owl-slider-home .owl-buttons .owl-prev, #sync1 .owl-buttons .owl-next, #sync1 .owl-buttons .owl-prev, #sync1b .owl-buttons .owl-next, #sync1b .owl-buttons .owl-prev, #sync1с .owl-buttons .owl-next, #sync1с .owl-buttons .owl-prev, #owl-slider-about .owl-buttons .owl-next, #owl-slider-about .owl-buttons .owl-prev {
	font-size: 8rem;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
#owl-slider-counter .owl-buttons .owl-prev, #owl-slider-counter .owl-buttons .owl-next, 
#owl-slider-feature .owl-buttons .owl-prev, #owl-slider-feature .owl-buttons .owl-next {
	opacity: 0.8;
	color: #000;
	font-size: 8rem;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
#owl-slider-counter .owl-buttons .owl-prev, #owl-slider-feature .owl-buttons .owl-prev {
	left: 0%;
    z-index: 999;
    position: absolute;
    top: 15%;
}
#owl-slider-counter .owl-buttons .owl-next, #owl-slider-feature .owl-buttons .owl-next {
	right: 0%;
	z-index: 999;
    position: absolute;
    top: 15%;
}
#owl-slider-home .owl-buttons .owl-prev {
    left: 0%;
    z-index: 999;
    position: absolute;
    top: 50%;
}
#owl-slider-home .owl-buttons .owl-next {
    right: 0%;
	z-index: 999;
    position: absolute;
    top: 50%;
}
#sync1 .owl-buttons .owl-prev, #sync1с .owl-buttons .owl-prev, #sync1b .owl-buttons .owl-prev, #owl-slider-about .owl-buttons .owl-prev {
	opacity: 0.8;
	left: -6%;
    z-index: 999;
    position: absolute;
    top: 50%;
}
#sync1 .owl-buttons .owl-next, #sync1с .owl-buttons .owl-next, #sync1b .owl-buttons .owl-next, #owl-slider-about .owl-buttons .owl-next {
	opacity: 0.8;
	right: -6%;
	z-index: 999;
    position: absolute;
    top: 50%;
}

/*
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #000;
}
*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(img/AjaxLoader.gif) no-repeat center center
}

.owl-slider-lex .item {
    background: #C9C9C9;
    padding: 10px 0;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer
}

.owl-slider-lex .item p {
    font-size: 18px
}
/*
.owl-wrapper-outer .synced .item {
    background: #484848!important;
    color: #fff!important
}
*/
#blog-articles button {
    margin-right: 1px;
    margin-left: 1px
}

#blog-articles .col-sm-3 .img-thumb {
    height: 200px
}

#blog-articles .col-sm-4 .img-thumb {
    height: 150px
}

#blog-articles h4 {
    font-weight: 900;
    font-size: 26px;
    position: inherit
}

#blog-articles p {
    font-size: 18px
}

.a-hover {
    background: none;
    transition: all 900ms ease 0;
    -webkit-transition: all 900ms ease 0;
    -moz-transition: all 900ms ease 0;
    -o-transition: all 900ms ease 0
}

.a-hover:hover {
    background: none repeat scroll 0 0 #26ABBD;
    transition: all 900ms ease 0;
    -webkit-transition: all 900ms ease 0;
    -moz-transition: all 900ms ease 0;
    -o-transition: all 900ms ease 0
}

.a-hover .blog-articles-text h4 {
    color: #26ABBD
}

.a-hover:hover .blog-articles-text h4 {
    color: #fff!important
}

.blog-articles-img-wrapper {
    position: relative;
    margin-top: 25px
}

.single-articles-img-wrapper {
    position: relative
}

.single-articles-img-wrapper h1 {
    font-size: 40px;
    margin-bottom: 46px;
    margin-top: 0
}

.article-text {
    font-size: 18px;
    text-align: justify
}

.blog-articles-hover {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #26ABBD;
    opacity: 0;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
    z-index: 10;
    border-radius: 4px
}

.blog-articles-hover i {
    position: relative;
    font-size: 12px;
    top: 1px
}

.blog-articles-hover-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -12px;
    color: #FFF;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.blog-articles-hover-buttons a {
    font-family: "CorbelRegular";
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 8px 18px;
    margin: 0 1px;
    color: #FFF;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.blog-articles-hover-buttons a:last-child {
    padding: 8px 10px
}

.blog-articles-hover-buttons a:hover {
    background-color: #FFF;
    color: #26ABBD;
    border: 1px solid #FFF
}

.blog-articles-hover:hover {
    opacity: 1
}

.blog-articles-text {
    padding: 25px 0;
    text-align: center;
    margin-bottom: 25px;
    min-height: 200px
}

#isotope, #isotope-masonry {
    width: 100%;
    margin-top: 0
}

.blog-container {
    margin-left: 15px;
    margin-right: 15px
}

.isotope-item {
    z-index: 2
}

a.blog-article-prw {
    color: #333
}

a.blog-article-prw:hover {
    text-decoration: none;
    color: #333
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: 0 opacity;
    -moz-transition-property: 0 opacity;
    -ms-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: transform, opacity
}

#isotope .col-sm-3, #isotope-masonry .col-sm-3, #isotope .col-md-3, #isotope-masonry .col-md-3 {
    width: 24.9%
}

#isotope .col-sm-4, #isotope-masonry .col-sm-4, #isotope .col-md-4, #isotope-masonry .col-md-4 {
    width: 33.3%
}

@media (max-width:768px) {
    #isotope .col-sm-3, #isotope-masonry .col-sm-3, #isotope .col-md-3, #isotope-masonry .col-md-3 {
        width: 100%
    }
    #isotope .col-sm-4, #isotope-masonry .col-sm-4, #isotope .col-md-4, #isotope-masonry .col-md-4 {
        width: 100%
    }
}

#isotope-filter {
    margin-bottom: 20px;
    text-align: center
}

#isotope-filter a.btn {
    margin-left: 20px;
    margin-top: 20px
}

.testimonial-slider p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px
}

.testimonial-slider .carousel-indicators {
    position: relative;
    top: 20px
}

.testimonial-slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 4px
}

.testimonial-slider .carousel-indicators li.active {
    background-color: #fff;
}

#slides {
    position: relative
}

#slides .slides-container div {
    background-position: center top;
    background-attachment: fixed
}

#slides .slides-navigation .next, #slides .slides-navigation .prev {
    position: absolute;
    top: 50%;
    z-index: 100
}

#slides .slides-navigation .next {
    margin-top: 30px;
    right: 10px
}

#slides .slides-navigation .prev {
    margin-top: 30px;
    left: 10px
}

#slides .slides-navigation i {
    color: #FFF;
    font-size: 60px;
    line-height: 60px;
    margin-top: -30px;
    opacity: .5
}

#slides .slides-navigation i:hover {
    opacity: 1
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 12px;
    text-align: center;
    width: 100%
}

.slides-pagination a {
    border: 2px solid #FFF;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    overflow: hidden;
    color: transparent!important
}

.slides-pagination a.current {
    background: #FFF
}

#owl-slider-home, #owl-slider-home.owl-carousel .owl-item {height: 100vh;}
img.slider-img {height: 350px;margin-bottom: -60px;z-index: 999;}

/* .bg-mobile-gel:before {background: url(/img/bg/480x900_GEL.jpg) no-repeat; position: fixed;} */
.bg-mobile-lex:before {background: url(/img/bg/480x900_CONDOMS.jpg) no-repeat; position: fixed;} 
.bg-mobile-reasons:before {background: url(/img/bg/480x900_WHY_CHOOSE.jpg) no-repeat;}

.bg-mobile-gel:before, .bg-mobile-lex:before, .bg-mobile-reasons:before {
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
    will-change: transform;
    z-index: -1;
}
.bg-mobile-reasons:before {position: absolute;}
/* .bg-mobile-gel:before, .bg-mobile-lex:before {position: fixed;} */












.mobile-bg {position: absolute; z-index: 4; margin-top: 80px;}
#owl-slider-home .caption {
	font-family: "CorbelRegular", Helvetica, sans-serif;
	border-radius: 25px 25px 0 0;
	z-index: 6;
}
.mobile-bg.parallax {z-index: 1;}
img.mobile-section-bg {
    position: absolute;
	height: auto;
    width: 100%;
}
#reasons .container, .icon, .color-black {z-index: 6;}
#slides .caption {
    font-family: "CorbelRegular", Helvetica, sans-serif;
    position: relative;
    top: 50%;
    margin-top: 100px;
    height: 300px;
    z-index: 1000;
	padding: 50px 100px;
	width: 1170px;
	text-align: center;
	border-radius: 25px 25px 0 0;
    /* border: solid 2px #fff; */
}

#owl-slider-home .caption h1 {
    font-family: "CorbelRegular", Helvetica, sans-serif;
    font-size: 100px
}
#owl-slider-home .caption h2 {
    font-family: "CorbelRegular", Helvetica, sans-serif;
    font-size: 50px
}
#owl-slider-home .caption h3 {
    font-family: "CorbelRegular", Helvetica, sans-serif;
    font-size: 40px
}
#owl-slider-home .caption h4 {
    font-family: "CorbelRegular", Helvetica, sans-serif;
    font-size: 24px
}

#owl-slider-home .caption .btn {
    margin-right: 4px;
    margin-left: 4px
}

@media (max-width:992px) {
    #owl-slider-home .caption h1 {
        font-size: 60px
    }
    #owl-slider-home .caption h2 {
        font-size: 40px
    }
    #owl-slider-home .caption h3 {
        font-size: 30px
    }
    #owl-slider-home .caption h4 {
        font-size: 18px
    }
	img.slider-img {height: 250px;}
	#sync1 .owl-buttons .owl-next, #sync1 .owl-buttons .owl-prev, #sync1с .owl-buttons .owl-next, #sync1с .owl-buttons .owl-prev, #owl-slider-about .owl-buttons .owl-next, #owl-slider-about .owl-buttons .owl-prev {display: none;}
	#reasons h1 {font-size: 26px;}
    #reasons h3 {font-size: 20px;}
	/* .bg-mobile-lex {background: url(/img/bg/480x900_GEL.jpg) no-repeat fixed center top #FFF;} */
}

@media (max-width:768px) {
    #owl-slider-home .caption h1 {
        font-size: 40px
    }
    #owl-slider-home .caption h2 {
        font-size: 30px
    }
    #owl-slider-home .caption h3 {
        font-size: 20px
    }
    #owl-slider-home .caption h4 {
        font-size: 14px
    }
}

.pagination {
    font-family: "CorbelRegular";
    font-weight: 500
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #26ABBD;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #555;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #26ABBD;
    border-color: #26ABBD
}

.pager li>a, .pager li>span {
    font-family: "CorbelRegular";
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid #26ABBD;
    color: #26ABBD;
    border-radius: 4px;
    font-weight: 500
}

.pager li>a:hover, .pager li>span {
    background-color: #26ABBD;
    border: 1px solid #26ABBD;
    color: #FFF
}

.progress {
    font-family: "CorbelRegular";
    font-weight: 500;
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border: 1px solid #EEE;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #26ABBD;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    font-family: "CorbelRegular";
    text-align: left
}

.table {
    width: 100%;
    /* margin-bottom: 20px */
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    /* padding: 8px; */
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #EEE */
	font-weight: 700;
    font-size: 18px;
	padding: 0!important;
}

.table>thead>tr>th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #EEE */
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    /* border-top: 2px solid #EEE */
}

.table .table {
    background-color: #fff
}

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #F5F5F5
}

.footer {
    background-color: #F5F5F5;
    padding-top: 25px;
    padding-bottom: 15px
}

.footer .social-icons i {
    border-radius: 4px;
    font-size: 16px;
    margin-right: 4px;
    padding: 6px;
    text-align: center;
    color: #777;
    border: none;
    cursor: pointer;
    position: relative;
    top: -5px;
    z-index: 1;
    background-color: none;
    border: 1px solid #777
}

.footer .social-icons i:hover {
    border: 1px solid #26ABBD;
    color: #26ABBD
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    z-index: 150
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}
#sync2 .owl-wrapper-outer .owl-item, #sync2с .owl-wrapper-outer .owl-item {
    text-align: center;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.ae {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden
}

.visible {
    visibility: visible
}

.ae.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

.fa-lg {
    font-size: 1.3333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857143em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571428571em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571428571em;
    width: 2.1428571428571em;
    top: .14285714285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571429em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-search:before {
    content: "\f002"
}

.blog-hover .text, .blog-hover-in .text {
    text-align: center
}

.blog-hover a.image .bg {
    height: 400px;
    opacity: 1;
    background-image: url(/img/blog/blog-home.jpg)
}

.blog-hover a:hover {
    text-decoration: none;
    background: rgba(105, 112, 114, 0.8)
}

.blog-hover a.image .bg-hover {
    position: absolute;
    width: 100%;
    height: 400px;
    transition: all 900ms ease 0;
    -webkit-transition: all 900ms ease 0;
    -moz-transition: all 900ms ease 0;
    -o-transition: all 900ms ease 0
}

.blog-hover a.image .bg-hover:hover {
    background: rgba(105, 112, 114, 0.8);
    transition: all 900ms ease 0;
    -webkit-transition: all 900ms ease 0;
    -moz-transition: all 900ms ease 0;
    -o-transition: all 900ms ease 0
}

.blog-hover a.content {
    padding: 60px;
    display: block;
    background: none repeat scroll 0 0 rgba(38, 171, 189, 0.8);
    height: 400px
}

.blog-col {
    margin: 0!important;
    padding: 0!important
}

.blog-hover {
    overflow: hidden;
    height: 400px
}

.blog-hover-in {
    overflow: hidden;
    height: 215px
}

.blog-hover .text .blog-header-1 {
    display: block;
    color: #495356;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: .8em;
    letter-spacing: .04em;
    font-size: 16px
}

.blog-hover .text .blog-header-2 {
    color: #FFF;
    font-size: 38px;
    margin-bottom: .4em;
    font-weight: 300;
    line-height: 1.6
}

.blog-hover .text p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 1.4em;
    line-height: 1.47em
}

.blog-hover-in .text .blog-header-1 {
    display: block;
    color: #495356;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .04em;
    font-size: 16px;
    margin-bottom: 2px
}

.blog-hover-in .text .blog-header-2 {
    color: #FFF;
    font-size: 38px;
    margin-bottom: .4em;
    font-weight: 300;
    line-height: 1.6
}

.blog-hover-in .text p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 1.4em;
    line-height: 1.47em
}

.blog-hover-in hr {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px
}

#sidebar {
    margin-bottom: 25px
}

.cta-sidebar-up .text {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cta-sidebar-up .overlay, .cta-sidebar-up .text {
    -webkit-transition: 900ms;
    -moz-transition: 900ms;
    -ms-transition: 900ms;
    transition: 900ms
}

.cta-sidebar-up {
    height: 370px;
    overflow: hidden
}

.cta-sidebar-up .swipe-wrap {
    display: inline-block;
    height: 100%;
    width: 101%
}

.cta-sidebar-up .overlay {
    position: static;
    height: 100%
}

.cta-sidebar-up .overlay:before {
    content: '';
    display: inline-block;
    height: 90%;
    vertical-align: middle
}

.cta-sidebar-up .overlay .text {
    display: inline-block;
    width: 99%;
    padding: 25px;
    vertical-align: middle
}

.cta-sidebar-up .btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    margin: 0;
    padding: 16px 32px;
    border: 2px solid #fff;
    background: 0 0;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    letter-spacing: .15em;
    white-space: nowrap
}

.cta-sidebar-up .btn:hover {
    background: rgba(255, 255, 255, .95);
    color: #1db5ca
}

.cta-sidebar-up {
    position: relative;
    overflow: hidden;
    font-size: .1px;
    font-family: "CorbelRegular";
}

.cta-sidebar-up .scrubber {
    display: none
}

.cta-sidebar-up .feature {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ccc;
    text-align: center;
    width: 100%;
    height: 100%
}

.cta-sidebar-up .feature:nth-of-type(even) .overlay {
    background: #697072;
    background: rgba(105, 112, 114, .8)
}

.cta-sidebar-up .feature:nth-of-type(even) .btn:hover {
    color: #697072
}

.cta-sidebar-up .feature:last-of-type {
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.cta-sidebar-up .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cta-sidebar-up .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1db5ca;
    background: rgba(29, 181, 202, .8)
}

.cta-sidebar-up h4 {
    line-height: 1.3;
    font-size: 26px
}

.cta-sidebar-up h4, .cta-sidebar-up p {
    color: #fff
}

@media all and (max-width:768px) {
    .cta-sidebar-up {
        font-family: "CorbelRegular";
        font-size: .1px;
        height: 290px;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
    .cta-sidebar-up.trans .swipe-wrap {
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -ms-transition: all 100ms;
        transition: all 100ms
    }
    .cta-sidebar-up .feature:nth-of-type(2):before, .cta-sidebar-up .feature:nth-of-type(2):after {
        content: '. . .';
        position: absolute;
        top: 50%;
        height: 40px;
        margin-top: -20px;
        left: 0;
        text-align: center;
        font-family: "CorbelRegular";
        vertical-align: middle;
        width: 25px;
        color: rgba(255, 255, 255, .5);
        font-size: 40px;
        line-height: 10px;
        white-space: normal;
        z-index: 2
    }
    .cta-sidebar-up .feature:nth-of-type(2):after {
        right: 0;
        left: auto
    }
    .cta-sidebar-up .scrubber {
        display: block
    }
    .cta-sidebar-up .swipe-wrap {
        position: absolute;
        height: 100%;
        width: 260%;
        left: -80%;
        white-space: nowrap
    }
    .cta-sidebar-up .overlay {
        top: 0
    }
    .cta-sidebar-up .overlay:before {
        content: '';
        display: inline-block;
        height: 75%;
        vertical-align: middle
    }
    .cta-sidebar-up .overlay .text {
        display: inline-block;
        width: 99%;
        padding: 25px;
        vertical-align: middle;
        white-space: normal
    }
    .cta-sidebar-up p {
        max-width: 300px;
        margin: 0 auto
    }
    .cta-sidebar-up .btn {
        position: absolute;
        bottom: 40px;
        margin-top: 1.5em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (min-width:769px) {
    .cta-sidebar-up {
        height: 370px;
        overflow: hidden
    }
    .cta-sidebar-up .swipe-wrap {
        display: inline-block;
        height: 100%;
        width: 101%
    }
    .cta-sidebar-up .overlay {
        height: 100%
    }
    .cta-sidebar-up .overlay:before {
        content: '';
        display: inline-block;
        height: 90%;
        vertical-align: middle
    }
    .cta-sidebar-up .overlay .text {
        display: inline-block;
        width: 99%;
        padding: 25px;
        vertical-align: middle
    }
    .cta-sidebar-up .btn {
        position: absolute;
        bottom: 60px;
        margin-top: 1.5em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (min-width:1025px) {
    .cta-sidebar-up .overlay {
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px)
    }
    .cta-sidebar-up .text {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    .cta-sidebar-up p {
        opacity: 0;
        max-width: 300px;
        margin: 0 auto;
        height: 100px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: 200ms ease 75ms;
        -moz-transition: 200ms ease 75ms;
        -ms-transition: 200ms ease 75ms;
        transition: 200ms ease 75ms;
        font-size: 18px
    }
    .cta-sidebar-up .overlay:before {
        height: 100%
    }
    .cta-sidebar-up .overlay .text {
        vertical-align: middle
    }
    .cta-sidebar-up .feature:hover .overlay {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .cta-sidebar-up .feature:hover .text {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    .cta-sidebar-up .feature:hover p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .cta-sidebar-up .btn {
        bottom: 15px
    }
}

@media all and (min-width:1401px) {
    .cta-sidebar-up p {
        max-width: 400px
    }
}


