@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

dev.usage {
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

div.usage {
    -webkit-property: value;
    -moz-property: value;
    -ms-property: value;
    -o-property: value
}

div.usage {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

div.usage {
    font-size: 14px;
    font-size: .875rem
}

div.usage {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

div.usage {
    opacity: .8
}

form input[type=email],
form input[type=file],
form input[type=tel],
form input[type=text],
select {
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    border-radius: 0;
    box-shadow: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    width: 100%
}

form textarea {
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    border-radius: 0;
    box-shadow: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    width: 100%
}

form label {
    margin-bottom: 5px
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    font-family: "Open Sans", sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    outline: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

#sliding-header {
    position: relative
}

#sliding-header .image-caption {
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 350px;
    max-width: 950px;
    text-align: center
}

#sliding-header .image-caption.centered-caption {
    top: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #sliding-header .image-caption {
        top: 200px
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    #sliding-header .image-caption {
        top: 250px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #sliding-header .image-caption {
        top: 130px
    }
}

@media only screen and (max-width:767px) {
    #sliding-header .image-caption {
        top: 50%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

#sliding-header .image-caption h1 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    background: url(../img/ico/heding-border.png) bottom center no-repeat;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #sliding-header .image-caption h1 {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    #sliding-header .image-caption h1 {
        font-size: 24px
    }
}

#sliding-header .image-caption p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #sliding-header .image-caption p {
        font-size: 16px;
        line-height: 22px
    }
}

#sliding-header .overlay-div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    padding-bottom: 46px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

#sliding-header .slide-img {
    width: 100%
}

#sliding-header #book-now-home {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 100%;
    max-width: 285px;
    z-index: 3
}

@media only screen and (max-width:479px) {
    #sliding-header #book-now-home {
        max-width: 100%
    }
}

#sliding-header #book-now-home a {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 17px 15px 15px 25px;
    color: #fff;
    background: #96c11e url(../img/ico/book-now.png) left 65px center no-repeat
}

#sliding-header #book-now-home a:hover {
    background-color: #253651;
    text-decoration: none
}

#sliding-header .owl-controls {
    margin: 0
}

#sliding-header .dancing-arrow-holder {
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    padding: 24px 0 0;
    left: 50%;
    bottom: 55px;
    display: block;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99
}

@media only screen and (max-width:479px) {
    #sliding-header .dancing-arrow-holder {
        display: none
    }
}

#sliding-header .dancing-arrow-holder img {
    display: inline-block;
    vertical-align: middle
}

#sliding-header .dancing-arrow-holder .animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#home-content {
    padding-top: 55px;
    padding-bottom: 55px
}

@media only screen and (min-width:1200px) {
    #home-content #left-content {
        padding-right: 50px
    }
}

@media only screen and (max-width:991px) {
    #home-content #left-content {
        margin-bottom: 50px
    }
}

#home-content #left-content h2 {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center
}

@media only screen and (max-width:579px) {
    #home-content #left-content h2 {
        font-size: 24px;
        line-height: 28px
    }
}

#home-content #left-content span.divider {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #474f56;
    margin-top: 10px
}

#home-content #left-content .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

#home-content #left-content .text-box p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #6f6f6f;
    font-size: 17px;
    line-height: 28px
}

#home-content #left-content #readmore-home {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 11px;
    display: block;
    border: 1px solid #c7c7c7;
    text-align: center;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    width: 105px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#home-content #left-content #readmore-home:after {
    content: "";
    position: absolute;
    background-image: url(../img/ico/readmore-arrow-white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 5px;
    height: 9px;
    right: -100%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#home-content #left-content #readmore-home:hover {
    padding: 0 10px 0 0;
    text-decoration: none;
    background-color: #253651;
    border: 1px solid #253651;
    color: #fff
}

#home-content #left-content #readmore-home:hover:after {
    right: 12px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#home-content #left-content #spa-workinghrs-home {
    text-align: center;
    padding-top: 90px
}

@media only screen and (max-width:991px) {
    #home-content #left-content #spa-workinghrs-home {
        padding-top: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #home-content #left-content #spa-workinghrs-home {
        padding-top: 55px
    }
}

#home-content #left-content #spa-workinghrs-home ul li {
    display: inline-block;
    margin-bottom: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #home-content #left-content #spa-workinghrs-home ul li {
        width: 49% !important
    }
}

@media only screen and (max-width:767px) {
    #home-content #left-content #spa-workinghrs-home ul li {
        width: 100% !important
    }
}

#home-content #left-content #spa-workinghrs-home ul li a {
    color: #000
}

#home-content #left-content #spa-workinghrs-home ul li a:hover {
    color: #96c11e;
    text-decoration: none
}

#home-content #left-content #spa-workinghrs-home ul li:nth-child(odd) {
    padding-right: 60px;
    width: 257px
}

@media only screen and (max-width:1199px) {
    #home-content #left-content #spa-workinghrs-home ul li:nth-child(odd) {
        padding-right: 0;
        display: block;
        margin-bottom: 25px;
        width: 162px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #home-content #left-content #spa-workinghrs-home ul li:nth-child(odd) {
        display: inline-block;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #home-content #left-content #spa-workinghrs-home ul li:nth-child(odd) {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media only screen and (max-width:767px) {
    #home-content #left-content #spa-workinghrs-home ul li:nth-child(odd) {
        margin-right: auto;
        margin-left: auto
    }
}

#home-content #left-content #spa-workinghrs-home ul li img {
    margin-bottom: 10px
}

#home-content #left-content #spa-workinghrs-home ul li h3 {
    font-family: Montserrat, sans-serif;
    font-size: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #home-content #left-content #spa-workinghrs-home ul li h3 {
        font-size: 16px
    }
}

#home-content #left-content #spa-workinghrs-home ul li p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #home-content #left-content #spa-workinghrs-home ul li p {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px) {
    #home-content #right-content {
        padding-left: 50px
    }
}

#home-content #right-content #features .owl-controls {
    margin-top: 0
}

#home-content #right-content #features .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width:991px) {
    #home-content #right-content #features {
        text-align: center
    }
}

#home-content #right-content #features .cb-io-biz-box.fit-item .feat-ico {
    position: relative;
    bottom: 10px
}

#home-content #right-content #features .cb-io-biz-box.fit-item .feat-submit {
    position: relative;
    bottom: 18px
}

#home-content #right-content #features .cb-io-biz-box a {
    font-family: Montserrat, sans-serif;
    color: #253651;
    text-transform: uppercase;
    font-size: 16px
}

#home-content #right-content #features .cb-io-biz-box a:hover {
    text-decoration: none;
    color: #96c11e
}

#home-content #right-content #features .cb-io-biz-box a span {
    min-height: 36px;
    line-height: 19px
}

#home-content #right-content #features .cb-io-biz-box img {
    display: block;
    margin-right: auto;
    margin-left: auto
}

#home-content #right-content #features .cb-io-biz-box img.feat-ico {
    margin-top: 50px;
    margin-bottom: 40px
}

#home-content #right-content #photo-gal {
    margin-top: 40px
}

@media only screen and (max-width:991px) {
    #home-content #right-content #photo-gal {
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    #home-content #right-content #photo-gal ul {
        text-align: right
    }
}

#home-content #right-content #photo-gal ul li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px
}

#home-content #right-content #photo-gal ul li .view2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
    text-align: center;
    margin: 0
}

#home-content #right-content #photo-gal ul li .view2 .content,
#home-content #right-content #photo-gal ul li .view2 .mask-loupe2,
#home-content #right-content #photo-gal ul li .view2 .mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

#home-content #right-content #photo-gal ul li .mask2 a {
    display: inline-block;
    background: url(../img/ico/play.png) no-repeat;
    text-indent: -9999px;
    width: 85px;
    height: 85px;
    top: 33.33%;
    position: relative
}

#home-content #right-content #photo-gal ul li .mask-loupe2 a {
    display: inline-block;
    text-align: center;
    width: 130px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/ico/play.png) no-repeat center center;
    text-indent: -9999px
}

#home-content #right-content #photo-gal ul li .view2 img {
    display: block;
    position: relative
}

#home-content #right-content #photo-gal ul li .view-first2 img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%
}

#home-content #right-content #photo-gal ul li .view-first2 .mask-loupe2,
#home-content #right-content #photo-gal ul li .view-first2 .mask2 {
    opacity: 0;
    background-color: #253651;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#home-content #right-content #photo-gal ul li .view-first2:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#home-content #right-content #photo-gal ul li .view-first2:hover .mask-loupe2,
#home-content #right-content #photo-gal ul li .view-first2:hover .mask2 {
    opacity: 1
}

@media only screen and (max-width:1199px) {
    #home-content #right-content #photo-gal ul li {
        margin-left: 0
    }
}

#home-content #right-content #photo-gal ul li#photo-label {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #253651;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px;
    margin-left: 0;
    max-width: 70px;
    text-align: left
}

@media only screen and (max-width:579px) {
    #home-content #right-content #photo-gal ul li#photo-label {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }
}

#home-content #right-content #photo-gal ul li img:hover {
    opacity: .7
}

#inner-header {
    position: relative;
    overflow: hidden
}

#inner-header .overlay-div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    padding-bottom: 46px;
    background-color: rgba(0, 0, 0, .4)
}

#inner-header .header-img {
    width: 100%
}

@media only screen and (max-width:767px) {
    #inner-header .header-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        overflow-y: hidden;
        max-width: initial
    }
}

#inner-header .image-caption {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 350px;
    max-width: 950px;
    text-align: center
}

#inner-header .image-caption.centered-caption {
    top: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #inner-header .image-caption {
        top: 200px
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    #inner-header .image-caption {
        top: 250px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #inner-header .image-caption {
        top: 130px
    }
}

@media only screen and (max-width:767px) {
    #inner-header .image-caption {
        top: 50%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

#inner-header .image-caption h1 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    background: url(../img/ico/heding-border.png) bottom center no-repeat;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #inner-header .image-caption h1 {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    #inner-header .image-caption h1 {
        font-size: 24px
    }
}

#inner-header .image-caption p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #inner-header .image-caption p {
        font-size: 16px;
        line-height: 22px
    }
}

#header {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    z-index: 1110;
    transition: .3s linear;
    -ms-transition: .2s ease-out
}

#header .logo {
    float: left;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: .25s ease-in-out
}

@media only screen and (max-width:479px) {
    #header .logo {
        max-width: 120px
    }
}

#header .logo:hover {
    opacity: .5
}

#header #open-button {
    float: right;
    background-color: #96c11e
}

#header .menu-button {
    width: 120px;
    height: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #header .menu-button {
        width: 90px;
        height: 90px
    }
}

@media only screen and (max-width:991px) {
    #header .menu-button {
        width: 70px;
        height: 70px
    }
}

#header .menu-button:before {
    background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%)
}

.detailed {
    position: relative;
    padding-top: 25px;
    padding-bottom: 85px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .detailed {
        padding-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .detailed {
        padding-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .detailed .detail-img {
        margin-bottom: 20px
    }
}

.detailed #back-btn {
    display: block;
    border: medium none;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 12px 10px 9px 25px;
    text-transform: uppercase;
    width: 115px;
    background: #253651 url(../img/ico/back-arrow.png) left 15px center no-repeat
}

.detailed #back-btn:hover {
    text-decoration: none !important;
    opacity: .7;
    background-color: #96c11e
}

.detailed #detail-intro header {
    text-align: center;
    margin-bottom: 35px
}

.detailed #detail-intro header .pdf-dl {
    margin-top: 25px
}

.detailed #detail-intro header .pdf-dl a {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-top: 15px
}

.detailed #detail-intro header .pdf-dl a:hover {
    color: #96c11e
}

.detailed #detail-intro header .pdf-dl a img {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    vertical-align: middle;
    position: relative;
    bottom: 3px
}

.detailed #detail-intro header h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #000;
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .detailed #detail-intro header h2 {
        font-size: 38px
    }
}

@media only screen and (max-width:767px) {
    .detailed #detail-intro header h2 {
        font-size: 38px
    }
}

@media only screen and (min-width:240px) and (max-width:360px) and (orientation:portrait) {
    .detailed #detail-intro header h2 {
        font-size: 24px
    }
}

.detailed #detail-intro header p {
    color: #3d3d3d;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
    font-weight: 28px;
    line-height: 22px
}

.detailed #detail-intro header p a {
    color: #96c11e
}

.detailed #detail-intro header p a:hover {
    color: #253651;
    text-decoration: none
}

.detailed #left-content #threatm {
    margin-top: 45px
}

.detailed #left-content #threatm .th-row {
    margin-left: 0;
    margin-right: 0
}

.detailed #left-content #threatm .th-row:first-child {
    border-bottom: 1px solid #cfd3d9
}

.detailed #left-content #threatm .treatm-box {
    text-align: center;
    padding: 30px 10px 45px 10px
}

@media only screen and (min-width:992px) {
    .detailed #left-content #threatm .treatm-box:nth-child(odd) {
        border-right: 1px solid #cfd3d9
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .detailed #left-content #threatm .treatm-box {
        padding: 25px
    }
}

.detailed #left-content #threatm .treatm-box h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    background: url(../img/ico/threat-border.png) bottom center no-repeat;
    padding-bottom: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px
}

.detailed #left-content #threatm .treatm-box p {
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #253651
}

.detailed #right-content h4 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 35px
}

.detailed #right-content #book-now {
    margin-bottom: 50px;
    border: 1px solid #96c11e;
    padding: 40px 40px 30px 40px
}

.detailed #right-content #book-now h4 {
    text-align: center
}

.detailed #right-content #book-now p {
    font-size: 23px;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .detailed #right-content #book-now p {
        text-align: center
    }
}

.detailed #right-content #book-now p span {
    font-size: 25px;
    color: #96c11e;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.detailed #right-content #book-now a.book-btn {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding: 20px;
    width: 100%;
    background-color: #253651;
    color: #fff;
    display: block
}

.detailed #right-content #book-now a.book-btn:hover {
    background-color: #96c11e;
    text-decoration: none
}

.detailed #right-content #timings ul li {
    background: url(../img/ico/clock-new.png) left center no-repeat;
    padding-left: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    margin-bottom: 20px
}

.detailed #right-content #ccards {
    margin-top: 50px;
    margin-bottom: 50px
}

@media only screen and (min-width:992px) {
    .detailed #right-content #why-worth h4 {
        max-width: 246px
    }
}

.detailed #right-content #why-worth ul li {
    padding-left: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    margin-bottom: 15px
}

.detailed #right-content #why-worth ul li strong {
    color: #000;
    font-weight: 400;
    display: block
}

.detailed #right-content #why-worth ul li#guarantee {
    background: url(../img/ico/guarantee.png) left center no-repeat;
    min-height: 42px
}

.detailed #right-content #why-worth ul li#save {
    background: url(../img/ico/safe.png) left center no-repeat;
    min-height: 42px
}

.detailed #right-inner-content {
    padding: 45px 15px 20px 15px;
    border: 1px solid #d4d4d4;
    text-align: center
}

@media only screen and (min-width:1200px) {
    .detailed #right-inner-content {
        min-height: 418px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .detailed #right-inner-content {
        min-height: 299px
    }
}

.detailed #right-inner-content #right-box-content {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:1200px) {
    .detailed #right-inner-content #right-box-content {
        max-width: 300px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .detailed #right-inner-content {
        padding-top: 15px
    }
}

@media only screen and (max-width:991px) {
    .detailed #right-inner-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.detailed #right-inner-content h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(../img/ico/product-divider.png) no-repeat center bottom;
    font-size: 24px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .detailed #right-inner-content h3 {
        font-size: 20px
    }
}

.detailed #right-inner-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px
}

@media only screen and (min-width:992px) {
    .detailed .l-gap {
        padding-left: 5px
    }
}

#spa-workinghrs {
    border: solid 1px #e9e9e9;
    box-shadow: 1px 1px 29px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 1px 29px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 1px 1px 29px rgba(0, 0, 0, .14);
    -o-box-shadow: 1px 1px 29px rgba(0, 0, 0, .14);
    max-width: 720px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    top: 20px;
    padding-top: 55px;
    padding-bottom: 50px
}

@media only screen and (min-width:768px) {
    #spa-workinghrs {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

#spa-workinghrs ul li {
    padding-left: 55px;
    padding-right: 55px;
    display: inline-block
}

@media only screen and (max-width:767px) {
    #spa-workinghrs ul li {
        padding-left: 15px;
        padding-right: 15px
    }
}

#spa-workinghrs ul li:first-child {
    border-right: 1px solid #c7c7c7
}

@media only screen and (max-width:767px) {
    #spa-workinghrs ul li:first-child {
        border-right: 0;
        margin-bottom: 20px
    }
}

#spa-workinghrs ul li img {
    margin-bottom: 10px
}

#spa-workinghrs ul li h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 23px
}

#spa-workinghrs ul li p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 26px
}

#howspa-content {
    padding-top: 220px
}

@media only screen and (max-width:767px) {
    #howspa-content {
        padding-top: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #howspa-content #spa-sec {
        min-height: auto !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #howspa-content #spa-first {
        min-height: auto !important;
        padding-bottom: 50px !important
    }
}

#howspa-content .spa-box {
    text-align: center
}

@media only screen and (max-width:767px) {
    #howspa-content .spa-box {
        height: auto !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #howspa-content .spa-box {
        min-height: 305px
    }
}

#howspa-content .spa-box h4 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #5c666f;
    font-size: 22px;
    margin-bottom: 15px
}

#howspa-content .spa-box h4 span {
    color: #96c11e;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding-right: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #howspa-content .spa-box h4 {
        font-size: 20px
    }
}

#howspa-content .spa-box p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

#howspa-content .spa-box p strong {
    color: #96c11e;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #howspa-content .spa-box p {
        font-size: 15px;
        line-height: 20px
    }
}

#howspa-content .spa-box#spa-first {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

#howspa-content .spa-box#spa-first h4 {
    font-family: Montserrat, sans-serif;
    font-size: 26px
}

#howspa-content .spa-box#spa-first p {
    font-size: 18px;
    line-height: 27px
}

#howspa-content .spa-box#spa-first span {
    font-size: 27px
}

#howspa-content .spa-box#spa-sec h4 {
    font-family: Montserrat, sans-serif;
    font-size: 23px
}

#howspa-content .spa-box#spa-sec p {
    font-size: 18px;
    line-height: 27px
}

#howspa-content .how-spa-box-others {
    margin-top: 55px
}

#howspa-content .how-spa-box-others .spa-box {
    border: 1px solid #eee;
    padding: 40px 15px;
    margin-bottom: 30px
}

#how-spa {
    position: relative;
    padding-bottom: 80px
}

#threatments-inner {
    padding-top: 80px;
    padding-bottom: 60px
}

#threatments-inner .threatment {
    margin-bottom: 15px
}

#threatments-inner .threatment h4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase
}

#threatments-inner .threatment h4 a {
    color: #fff
}

#threatments-inner .threatment h4 a:hover {
    text-decoration: none
}

@media only screen and (max-width:991px) {
    #threatments-inner .threatment h4 {
        font-size: 22px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    #threatments-inner .threatment h4 {
        margin-bottom: 0;
        font-size: 18px
    }
}

#threatments-inner .threatment a.view-details {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 200px;
    padding: 15px 25px 12px 10px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background: #253651 url(../img/ico/viewdetails.png) right 20px center no-repeat
}

@media only screen and (max-width:579px) {
    #threatments-inner .threatment a.view-details {
        font-size: 13px;
        padding: 12px 25px 9px 10px
    }
}

@media only screen and (max-width:479px) {
    #threatments-inner .threatment a.view-details {
        display: none
    }
}

#threatments-inner .threatment a.view-details:hover {
    background-color: #96c11e;
    text-decoration: none
}

#threatments-inner .threatment .img-holder {
    position: relative;
    overflow: hidden;
    display: inline-block
}

#threatments-inner .threatment .img-holder img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#threatments-inner .threatment .img-holder:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

#threatments-inner .threatment .img-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

#threatments-inner a.view-more {
    display: block;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 19px;
    background-color: #96c11e;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    max-width: 320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

#threatments-inner a.view-more:hover {
    background-color: #253651;
    text-decoration: none
}

#product-inner {
    position: relative;
    text-align: center;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    #product-inner {
        padding-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner {
        min-height: auto;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
    #product-inner {
        min-height: 323px
    }
}

@media screen and (min-width:1600px) and (max-width:1700px) {
    #product-inner {
        min-height: 377px
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    #product-inner {
        min-height: 305px
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    #product-inner {
        min-height: 285px
    }
}

#product-inner .row .col-img-wrap {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:992px) {
    #product-inner .col-img-wrap img {
        width: 50vw;
        height: 437px;
        object-fit: cover
    }
}

@media only screen and (min-width:1200px) {
    #product-inner .col-img-wrap img {
        padding-left: 200px
    }
}

@media only screen and (max-width:991px) {
    #product-inner .col-img-wrap img {
        width: 100%
    }
}

#product-inner .col-align-right img {
    float: right
}

@media only screen and (max-width:991px) {
    #product-inner .col-align-right img {
        float: none
    }
}

#product-inner .product-desc {
    padding-top: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner .product-desc {
        padding-top: 60px
    }
}

@media only screen and (max-width:991px) {
    #product-inner .product-desc {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

#product-inner .product-desc h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../img/ico/product-divider.png) no-repeat center bottom;
    font-family: "Open Sans", sans-serif;
    font-size: 32px
}

@media only screen and (min-width:240px) and (max-width:360px) and (orientation:portrait) {
    #product-inner .product-desc h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:361px) and (max-width:480px) and (orientation:portrait) {
    #product-inner .product-desc h2 {
        font-size: 28px
    }
}

#product-inner .product-desc p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner .product-desc p {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (min-width:240px) and (max-width:360px) and (orientation:portrait) {
    #product-inner .product-desc p {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (min-width:361px) and (max-width:480px) and (orientation:portrait) {
    #product-inner .product-desc p {
        font-size: 18px;
        line-height: 26px
    }
}

#product-inner #product-sec {
    background-color: #5c666f;
    height: 437px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner #product-sec {
        height: 360px
    }
}

@media only screen and (max-width:991px) {
    #product-inner #product-sec {
        height: auto
    }
}

#product-inner #product-last {
    background-color: #96c11e;
    height: 437px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner #product-last {
        height: 360px
    }
}

@media only screen and (max-width:991px) {
    #product-inner #product-last {
        height: auto
    }
}

#product-inner .white-txt {
    color: #fff
}

@media only screen and (max-width:991px) {
    #product-inner .white-txt {
        padding-bottom: 25px
    }
}

@media only screen and (max-width:767px) {
    #product-inner .white-txt {
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #product-inner .white-txt {
        padding-bottom: 0
    }
}

#product-inner .white-txt .product-desc {
    padding-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner .white-txt .product-desc {
        padding-right: 15px
    }
}

#product-inner .white-txt .product-desc h2 {
    background: url(../img/ico/product-divider-white.png) no-repeat center bottom
}

#product-inner .black-text {
    color: #000
}

@media only screen and (max-width:991px) {
    #product-inner .black-text {
        padding-bottom: 25px
    }
}

#product-inner .black-text .product-desc {
    padding-left: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-inner .black-text .product-desc {
        padding-left: 15px
    }
}

body {
    overflow-x: hidden
}

.over-image {
    height: 100%;
    position: relative;
    width: 50vw
}

#about-image img {
    height: 437px;
    width: 100%;
    object-fit: cover
}

@media only screen and (min-width:1200px) {
    #about-image img {
        padding-right: 200px
    }
}

@media only screen and (max-width:767px) {
    #about-image img {
        position: relative;
        top: 3px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #about-image img {
        position: relative;
        top: 3px
    }
}

@media screen and (max-width:1200px) and (min-width:992px) {
    #about-image img {
        height: 360px;
        width: 100%;
        object-fit: cover
    }

    #about-block {
        padding-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .over-image {
        height: 100%;
        position: relative;
        width: 100%;
        padding-top: 20px
    }

    #about-block {
        padding-bottom: 0
    }

    #operation-block {
        padding-bottom: 0
    }

    #about-image img {
        height: auto;
        width: 100%
    }
}

.new-pad {
    padding-left: 0;
    padding-right: 0
}

#footer {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #253651;
    border-top: 1px solid #c7c7c7;
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase
}

#footer #powered-by {
    text-align: right
}

#footer #powered-by a {
    color: #253651
}

#footer #powered-by a:hover {
    text-decoration: none;
    color: #000
}

#footer #powered-by span {
    margin-right: 5px;
    position: relative;
    bottom: 5px
}

@media only screen and (max-width:767px) {
    #footer #powered-by {
        text-align: center
    }
}

#footer #copyright {
    padding-top: 8px
}

@media only screen and (max-width:767px) {
    #footer #copyright {
        text-align: center;
        margin-bottom: 15px
    }
}

.cb-io-signup-block {
    margin: 0 auto;
    position: relative;
    max-width: 780px;
    min-height: 226px;
    float: none;
    text-align: center
}

.cb-io-signup-block .cb-io-signup-box {
    position: absolute;
    top: 40px;
    max-width: 420px;
    width: 100%;
    transition: top .1s ease-out;
    -moz-transition: top .1s ease-out;
    -webkit-transition: top .1s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.cb-io-signup-block .cb-io-biz-box {
    margin: 0;
    position: relative;
    transition: margin .2s ease-out;
    -moz-transition: margin .2s ease-out;
    -webkit-transition: margin .2s ease-out
}

.cb-io-signup-block .cb-io-biz-box:hover {
    margin-top: -8px;
    opacity: 1;
    visibility: visible;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out
}

.cb-io-signup-block .cb-io-biz-box:hover:hover .cb-io-biz {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .3)
}

.cb-io-signup-block .cb-io-biz-box.cb-io-biz-box-inactive {
    opacity: .6;
    -webkit-filter: grayscale(100%) blur(2px);
    filter: grayscale(100%) blur(2px)
}

.cb-io-signup-block .cb-io-biz-box.cb-io-biz-box-active {
    z-index: 999;
    box-shadow: none;
    opacity: 1;
    visibility: visible
}

.cb-io-signup-block .cb-io-biz-box.cb-io-biz-box-active:hover {
    margin-top: 0
}

.cb-io-signup-block .cb-io-biz-box.cb-io-biz-box-active:hover:before {
    content: 'Click to change';
    position: absolute;
    bottom: 4px;
    font-size: 10px;
    left: 0;
    right: 0;
    pointer-events: none;
    text-align: center
}

.cb-io-signup-block .cb-io-biz-box.cb-io-biz-box-active .cb-io-biz {
    color: #403f5a;
    background: #d2c8fa;
    border: 0;
    box-shadow: none
}

.cb-io-signup-block .cb-io-biz-box .cb-io-biz {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    padding: 15px 5px;
    margin: 0 5px;
    height: 226px;
    cursor: pointer;
    transition: box-shadow .1s ease-out;
    -moz-transition: box-shadow .1s ease-out;
    -webkit-transition: box-shadow .1s ease-out
}

.cb-io-signup-block .cb-io-biz-box .cb-io-biz img {
    width: initial
}

.cb-io-signup-block .cb-io-biz-box .cb-io-biz>div {
    margin-top: 10px
}

@media only screen and (max-width:767px) {
    #header {
        padding: 15px
    }
}

#header .nav .navbar-brand {
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase
}

#header .nav .navbar-brand img {
    display: inline;
    width: 60px;
    margin-right: 30px
}

#menu {
    background: #253651;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100
}

#menu.open {
    opacity: .9;
    visibility: visible
}

#menu.open li:nth-child(1) {
    animation-delay: .1s
}

#menu.open li:nth-child(2) {
    animation-delay: .2s
}

#menu.open li:nth-child(3) {
    animation-delay: .3s
}

#menu.open li:nth-child(4) {
    animation-delay: .4s
}

#menu.open li:nth-child(5) {
    animation-delay: .5s
}

#menu.open li:nth-child(6) {
    animation-delay: .6s
}

#menu.open li:nth-child(7) {
    animation-delay: .7s
}

#menu.open li:nth-child(8) {
    animation-delay: .8s
}

#menu.open li:nth-child(9) {
    animation-delay: .9s
}

#menu.open li:nth-child(10) {
    animation-delay: 1s
}

#menu.open li:nth-child(11) {
    animation-delay: 1.1s
}

#menu.open li {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp
}

#menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity .3s ease-in-out
}

#menu ul a:hover {
    opacity: 1
}

#menu .main-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

#menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:240px) and (max-width:360px) and (orientation:portrait) {
    #menu .main-nav ul {
        padding-top: 40px
    }
}

#menu .main-nav a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding: 1rem 1rem;
    text-decoration: none;
    opacity: 1 !important;
    transition: .25s ease-in-out
}

#menu .main-nav a:first {
    padding-top: 0
}

#menu .main-nav a:hover {
    color: #96c11e !important
}

@media only screen and (max-width:767px) {
    #menu .main-nav a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.toggle-menu {
    background-color: #96c11e;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 58px;
    outline: 0;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 56px;
    z-index: 1110;
    margin-right: 0;
    position: absolute;
    transition: .25s ease-in-out
}

@media only screen and (min-width:768px) {
    .toggle-menu {
        height: 115px;
        width: 115px;
        right: 0;
        top: 0
    }
}

@media only screen and (max-width:767px) {
    .toggle-menu {
        top: 20px;
        height: 38px;
        width: 40px;
        right: 15px
    }
}

.toggle-menu:hover {
    background: #b2df33
}

.toggle-menu p {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-top: 45px
}

.toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    left: calc(50% - 9px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color .2s ease-in-out, top .2s .2s ease-out, transform .2s linear;
    width: 18px
}

@media only screen and (min-width:768px) {
    .toggle-menu span {
        height: 5px;
        left: calc(50% - 20px);
        position: absolute;
        top: calc(45% - 1px);
        width: 40px
    }
}

.toggle-menu span:after,
.toggle-menu span:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color .2s ease-in-out, top .2s .2s ease-out, transform .2s linear;
    width: 18px
}

@media only screen and (min-width:768px) {

    .toggle-menu span:after,
    .toggle-menu span:before {
        height: 5px;
        width: 40px
    }
}

.toggle-menu span:before {
    top: 6px
}

@media only screen and (min-width:768px) {
    .toggle-menu span:before {
        top: 10px
    }
}

.toggle-menu span:after {
    top: -6px
}

@media only screen and (min-width:768px) {
    .toggle-menu span:after {
        top: -10px
    }
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background .2s ease-out
}

.toggle-menu.active span:after,
.toggle-menu.active span:before {
    transition: top .2s ease-out, transform .2s .2s ease-out
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg)
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg)
}

.nav-down {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: .3s linear;
    -ms-transition: .2s ease-out
}

.nav-down .navbar-brand {
    color: #fff
}

@media only screen and (max-width:767px) {
    .nav-down {
        position: fixed
    }
}

.full-screen-content {
    position: relative;
    height: 100vh
}

.full-screen-content img {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    object-fit: cover
}

.full-screen-content #video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100
}

.nav-up {
    top: -100px !important;
    transition: .3s linear;
    -ms-transition: .2s ease-out
}

#index-video {
    margin-top: 65px
}

#index-video .small-play {
    position: absolute !important;
    left: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
    width: 130px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/ico/play2.png) no-repeat center center;
    text-indent: -9999px;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#index-video .view2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
    text-align: center;
    margin: 0
}

#index-video .view2:hover .small-play {
    display: none
}

#index-video .view2 .content,
#index-video .view2 .mask-loupe2,
#index-video .view2 .mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

#index-video .mask2 a {
    display: inline-block;
    background: url(../img/ico/play2.png) no-repeat;
    text-indent: -9999px;
    width: 85px;
    height: 85px;
    top: 33.33%;
    position: relative
}

#index-video .mask-loupe2 a {
    display: inline-block;
    text-align: center;
    width: 130px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/ico/play2.png) no-repeat center center;
    text-indent: -9999px
}

#index-video .view2 img {
    display: block;
    position: relative;
    width: 100%
}

#index-video .view-first2 img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

#index-video .view-first2 .mask-loupe2,
#index-video .view-first2 .mask2 {
    opacity: 0;
    background-color: rgba(37, 54, 81, .7);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#index-video .view-first2 h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#index-video .view-first2 p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

#index-video .view-first2:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#index-video .view-first2 a.info {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#index-video .view-first2:hover .mask-loupe2,
#index-video .view-first2:hover .mask2 {
    opacity: 1
}

#index-video .view-first2:hover a.info,
#index-video .view-first2:hover h2,
#index-video .view-first2:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#index-video .view-first2:hover p {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s
}

#index-video .view-first2:hover a.info {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

#index-video .video-box2 {
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .inner-slider .slide-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        overflow-y: hidden;
        max-width: initial
    }
}

#back-to-top {
    height: 43px;
    opacity: 0;
    position: fixed;
    right: -50px;
    width: 43px;
    z-index: 9999;
    display: block;
    top: 85%;
    background-image: url(../img/ico/back_to_top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #96c11e;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 28px 0 12px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    border-radius: 50%
}

#back-to-top.back-to-top-on {
    right: 10px;
    opacity: 1
}

#back-to-top.back-to-top-off {
    right: -59px
}

#brochure .brochure {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 55px 15px 50px 15px;
    text-align: center
}

@media only screen and (max-width:991px) {
    #brochure .brochure {
        margin-bottom: 30px
    }
}

#brochure .brochure h3,
#brochure .brochure h4,
#brochure .brochure img {
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#brochure .brochure a:focus,
#brochure .brochure a:hover,
#brochure .brochure a:visited {
    text-decoration: none
}

#brochure .brochure a:focus h3,
#brochure .brochure a:hover h3,
#brochure .brochure a:visited h3 {
    color: #000;
    opacity: .7
}

#brochure .brochure a:focus h4,
#brochure .brochure a:hover h4,
#brochure .brochure a:visited h4 {
    color: #96c11e;
    opacity: .7
}

#brochure .brochure a:focus .brochure-img,
#brochure .brochure a:hover .brochure-img,
#brochure .brochure a:visited .brochure-img {
    opacity: .7
}

#brochure .brochure .brochure-img {
    margin-bottom: 30px
}

#brochure .brochure h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

@media only screen and (max-width:479px) {
    #brochure .brochure h3 {
        font-size: 16px;
        line-height: 23px
    }
}

#brochure .brochure h4 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    color: #96c11e;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

#brochure .brochure h4:after {
    content: url(../img/ico/dl-arrow.png);
    margin-left: 7px;
    position: relative;
    top: 1px
}

@media only screen and (max-width:479px) {
    #brochure .brochure h4 {
        font-size: 14px;
        line-height: 22px
    }
}

#form {
    padding-top: 45px;
    padding-bottom: 45px
}

#form label {
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

#form h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px
}

#form .bootstrap-select {
    width: 100%
}

#form .bootstrap-select .btn {
    border-radius: 0;
    border: 1px solid #ddd;
    height: 45px
}

#form .checkbox-inline {
    font-weight: 700;
    font-size: 16px
}

#form .checkbox input[type=checkbox],
#form .checkbox-inline input[type=checkbox],
#form .radio input[type=radio],
#form .radio-inline input[type=radio] {
    margin-top: 2px
}

#form input[type=reset],
#form input[type=submit] {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    color: #fff;
    background-color: #96c11e;
    display: inline-block;
    border: 0
}

#form input[type=reset]:hover,
#form input[type=submit]:hover {
    background-color: #253651;
    text-decoration: none
}

#form input[type=submit] {
    margin-right: 10px
}

#form .form-btns {
    margin-top: 20px
}

.fancybox-title-over {
    display: none !important
}

#fancybox-close {
    top: 35px !important;
    right: 35px !important;
    background: url(../img/ico/close-fancy.png) !important;
    width: 32px !important;
    height: 32px !important
}

.fancybox-title-over {
    display: none !important
}

#fancybox-overlay {
    background: #fff !important;
    opacity: .9 !important
}

.fancybox-bg {
    background: 0 0 !important
}

#fancybox-content {
    border: 1px solid #cbcbcb !important;
    padding: 15px !important
}

#fancybox-overlay {
    background: #fff !important;
    opacity: .9 !important
}

#fancybox-outer {
    box-shadow: none !important
}

.fancybox-bg {
    background: 0 0 !important
}

#fancybox-content {
    border: 1px solid #cbcbcb !important;
    padding: 15px !important
}

#fancybox-left-ico,
#fancybox-right-ico {
    width: 100px !important;
    height: 100px !important
}

#fancybox-left-ico {
    margin-top: -60px !important;
    background: url(../img/btn/prev-btn.png) no-repeat center center !important
}

#fancybox-right-ico {
    margin-top: -60px !important;
    background: url(../img/btn/next-btn.png) no-repeat center center !important
}

#fancybox-left,
#fancybox-right {
    visibility: visible !important;
    width: 50% !important
}

.fancybox-bg {
    display: none !important
}

#fancybox-wrap {
    width: auto !important
}

#not-block {
    padding-top: 20px;
    padding-bottom: 200px;
    text-align: center
}

#book-now {
    text-align: center !important
}

#book-now p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}

#book-now p a {
    color: #96c11e
}

#form {
    padding-top: 45px;
    padding-bottom: 45px
}

#form label {
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

#form h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px
}

#form .bootstrap-select {
    width: 100%
}

#form .bootstrap-select .btn {
    border-radius: 0;
    border: 1px solid #ddd;
    height: 45px
}

#form .checkbox-inline {
    font-weight: 700;
    font-size: 16px
}

#form .checkbox input[type=checkbox],
#form .checkbox-inline input[type=checkbox],
#form .radio input[type=radio],
#form .radio-inline input[type=radio] {
    margin-top: 2px
}

#form input[type=reset],
#form input[type=submit] {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    color: #fff;
    background-color: #96c11e;
    display: inline-block;
    border: 0
}

#form input[type=reset]:hover,
#form input[type=submit]:hover {
    background-color: #253651;
    text-decoration: none
}

#form input[type=submit] {
    margin-right: 10px
}

#form .form-btns {
    margin-top: 20px
}

#contactus {
    padding-top: 45px;
    padding-bottom: 45px
}

#contactus #left-contact .address-box {
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1
}

#contactus #left-contact .address-box h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #313131;
    text-transform: capitalize
}

#contactus #left-contact .address-box h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #96c11e;
    margin-top: 20px;
    margin-bottom: 15px
}

#contactus #left-contact .address-box p {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 20px
}

#contactus #left-contact .address-box ul.more-contact {
    margin-top: 35px;
    padding-bottom: 20px;
    border-bottom: #f1f1f1
}

#contactus #left-contact .address-box ul.more-contact li {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 15px
}

#contactus #left-contact .address-box ul.more-contact li.email a {
    color: #96c11e
}

#contactus #left-contact .address-box ul.more-contact li.email a:hover {
    color: #1f1f1f;
    text-decoration: none
}

#contactus #left-contact .address-box ul.more-contact li span {
    font-style: italic;
    color: #a8a8a8;
    width: 50px;
    display: inline-block
}

#contactus #left-contact .address-box ul.more-contact li a {
    color: #1f1f1f
}

#contactus #left-contact .address-box ul.more-contact li a:hover {
    color: #96c11e;
    text-decoration: none
}

#contactus #left-contact .address-box #follow {
    margin-top: 20px
}

#contactus #left-contact .address-box #follow li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

#contactus #left-contact .address-box #follow li img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #contactus #left-contact .address-box #follow li img {
        width: 35px
    }
}

#contactus #left-contact .address-box #follow li a:hover img {
    opacity: .7
}

#contactus #right-contact h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #96c11e;
    margin-bottom: 25px
}

#contactus #right-contact p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px
}

#contactus #right-contact p a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #313131
}

#contactus #right-contact p a:hover {
    text-decoration: none;
    color: #96c11e
}

#contactus #right-contact form {
    margin-top: 25px;
    background-color: #ebebeb;
    padding: 35px 30px 20px 30px
}

#contactus #right-contact form input:focus,
#contactus #right-contact form textarea:focus {
    outline: 0 !important
}

#contactus #right-contact form input[type=email],
#contactus #right-contact form input[type=file],
#contactus #right-contact form input[type=tel],
#contactus #right-contact form input[type=text],
#contactus #right-contact form select {
    border: 1px solid #f3f3f3;
    font-size: 13px;
    height: 46px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300
}

#contactus #right-contact form textarea {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    border: 1px solid #f3f3f3
}

#contactus #right-contact form small {
    color: #999;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding-top: 10px;
    display: block
}

#contactus #right-contact form .button-wrap {
    text-align: right
}

#contactus #right-contact form input[type=submit] {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 35px;
    color: #fff;
    background-color: #96c11e;
    display: inline-block;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#contactus #right-contact form input[type=submit]:hover {
    background-color: #253651;
    text-decoration: none
}

.post-edit-link {
    display: none
}

div.wpcf7-response-output,
div.wpcf7-validation-errors {
    font-size: 14px;
    background: #fefdc7;
    border: 1px solid #d9df63;
    color: #868a2c;
    clear: left;
    margin: 0 !important;
    padding: 5px;
    text-align: left;
    text-align: left
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    background: #fed2d3;
    color: #7a2b26;
    border: 1px solid #d8929c;
    padding: 5px;
    padding-left: 6px;
    clear: left;
    display: block;
    text-align: left
}

div.wpcf7-mail-sent-ok {
    font-size: 14px;
    background: #d4fecc;
    border: 1px solid #a1da96;
    color: #61b253;
    clear: left;
    margin-top: 10px !important;
    padding: 5px;
    text-align: left
}

.no-border {
    border: none !important
}

.treatment-small-box {
    padding-top: 30px;
    padding-bottom: 30px
}

.treatment-small-box p {
    font-size: 17px;
    color: #253651;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300
}

.treatment-small-box h3 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-right: 1px solid #b3b3b3;
    position: relative;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

@media screen and (min-width:1000px) and (max-width:1025px) {
    .treatment-small-box h3 {
        font-size: 18px
    }
}

@media screen and (min-width:206px) and (max-width:969px) {
    .treatment-small-box h3 {
        border-right: none;
        border-radius: 0 !important;
        font-size: 17px
    }

    .treatment-small-box h4 small {
        position: relative !important;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 220px;
        border-radius: 12px !important
    }

    #book-now p a {
        font-size: 16px !important
    }
}

.treatment-small-box small {
    position: absolute;
    top: -1px;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
    background: #96c11e;
    font-size: 20px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-transform: none;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.treatment-small-box img {
    margin-right: 20px;
    position: relative;
    top: 2px
}

@media screen and (min-width:200px) and (max-width:670px) {
    #inner-header img {
        height: 350px;
        object-fit: cover
    }
}

#back-small-btn {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #96c11e;
    text-align: left
}

#events-inner {
    padding-bottom: 55px
}

@media (min-width:992px) and (max-width:1199px) {
    #events-inner {
        padding-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #events-inner {
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    #events-inner {
        padding-bottom: 10px
    }
}

#events-inner h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 20px
}

@media (max-width:767px) {
    #events-inner h2 {
        font-size: 28px;
        margin-top: 0
    }
}

#events-inner p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px
}

#events-inner .intro {
    text-align: center;
    margin-bottom: 40px
}

#events-inner .events-in {
    padding-left: 7px;
    padding-right: 7px
}

@media (max-width:579px) {
    #events-inner .events-in {
        padding-left: 0;
        padding-right: 0
    }
}

#events-inner .events-in .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px
}

@media (max-width:579px) {
    #events-inner .events-in .col-sm-4 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }
}

#events-inner .event-box {
    margin-bottom: 50px
}

#events-inner .event-box a .img-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea
}

#events-inner .event-box a .img-wrap img {
    width: 100%;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    width: 100%
}

#events-inner .event-box a:hover {
    text-decoration: none !important
}

#events-inner .event-box a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#events-inner .event-box a:hover h3 {
    color: #96c11e
}

#events-inner .event-box a:hover span {
    color: #b2df33
}

#events-inner .event-box a:focus {
    text-decoration: none !important
}

#events-inner .event-box a h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:992px) and (max-width:1199px) {
    #events-inner .event-box a h3 {
        font-size: 17px;
        line-height: 27px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #events-inner .event-box a h3 {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:767px) {
    #events-inner .event-box a h3 {
        font-size: 16px;
        line-height: 26px
    }
}

#events-inner .event-box a .more-details {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
    text-align: right
}

#events-inner .event-box a .more-details span {
    color: #96c11e;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#events-inner .event-box a .more-details span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: 8px
}

#events-inner-detailed {
    padding-top: 40px;
    padding-bottom: 85px
}

@media (min-width:992px) and (max-width:1199px) {
    #events-inner-detailed {
        padding-bottom: 75px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #events-inner-detailed {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    #events-inner-detailed {
        padding-bottom: 50px
    }
}

#events-inner-detailed p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px
}

#events-inner-detailed .intro {
    margin-bottom: 40px
}

#events-inner-detailed .back-to-list {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px
}

#events-inner-detailed .back-to-list a {
    color: #96c11e;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#events-inner-detailed .back-to-list a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    margin-right: 8px
}

#events-inner-detailed .back-to-list a:hover {
    color: #b2df33;
    text-decoration: none
}

#events-inner-detailed .img-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea
}

#events-inner-detailed .img-wrap img {
    width: 100%;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    width: 100%
}

#events-inner-detailed .img-wrap:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#events-inner-detailed .detail-text {
    padding-top: 34px
}

@media (max-width:767px) {
    #events-inner-detailed .detail-text {
        padding-top: 15px
    }
}

#events-inner-detailed .detail-text ul li {
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}

@media (max-width:767px) {
    #events-inner-detailed .detail-text ul li {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
}

#events-inner-detailed .detail-text ul li span {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: table-cell
}

@media (min-width:768px) and (max-width:991px) {
    #events-inner-detailed .detail-text ul li span {
        font-size: 15px;
        line-height: 23px
    }
}

@media (max-width:767px) {
    #events-inner-detailed .detail-text ul li span {
        font-size: 15px;
        line-height: 23px;
        display: block;
        width: 100% !important;
        border-bottom: 1px solid #eee;
        padding: 15px 0 !important
    }
}

#events-inner-detailed .detail-text ul li span:first-child {
    width: 215px;
    padding-left: 20px;
    padding-right: 30px;
    text-transform: uppercase;
    opacity: .7
}

@media (max-width:767px) {
    #events-inner-detailed .detail-text ul li span:first-child {
        color: #96c11e
    }
}

#events-inner-detailed .detail-text ul li span a {
    color: inherit
}

#events-inner-detailed .detail-text ul li span a:hover {
    color: #96c11e;
    text-decoration: none
}

#contactus .form-group label {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px
}

#contactus .form-group select {
    margin-bottom: 10px
}

#contactus .wpcf7-list-item label {
    font-weight: 400
}

#contactus .wpcf7-list-item input[type=checkbox] {
    position: relative;
    top: -2px
}

#contactus .wpcf7-list-item {
    padding-top: 5px
}

#contactus .wpcf7-list-item {
    margin-left: 0 !important
}

.ui-datepicker .ui-datepicker-header select {
    font-size: 14px !important;
    height: 38px !important;
    border-radius: 4px !important;
    border: none !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    color: #000 !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #96c11e !important;
    color: #fff !important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff !important
}

.ui-widget-header {
    background: #96c11e !important
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 7px !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #96c11e !important;
    color: #fff !important
}

.ui-widget-header {
    color: #fff !important
}

.modal {
    text-align: center
}

@media screen and (min-width:768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal-content {
    box-shadow: none !important;
    border-radius: 0 !important
}