@charset "utf-8";
/* CSS Document */
/*
font-family: 'Montserrat', sans-serif;
 */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?krnsgj');
    src: url('../fonts/icomoon.eot?krnsgj#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?krnsgj') format('truetype'), url('../fonts/icomoon.woff?krnsgj') format('woff'), url('../fonts/icomoon.svg?krnsgj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0
}
.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}
html:after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.44);
    z-index: -1;
}
html {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: no-repeat fixed center;
    background-size: cover;
    min-height: 100%;
}
body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 68px 235px 1fr 69px;
    min-height: 100vh;
}
body.home {
    grid-template-rows: 68px 1fr 69px;
}
body.home #header {
    grid-row: 1;
    grid-column: 1 / -1;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {} strong {
               font-weight: 600;
           }
em {
    font-style: italic;
}
.inner {
    width: 1164px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.clearfix {} .clearfix:after {
                 content: " ";
                 clear: both;
                 width: 100%;
                 float: none;
                 display: table;
             }
#header {
    position: relative;
    width: 100%;
    font-weight: 500;
    z-index: 900;
}
#header .inner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    background: white;
    display: block;
    height: 100%;
}
#header .inner {
    background: white;
    height: 68px;
}
#logo a {
    position: relative;
    display: block;
    background: url("../images/logo-bg.png") no-repeat bottom center;
    margin-bottom: 5px;
}
#logo a:after {
    content: "";
}
#logo {
    float: left;
    width: 192px;
    position: relative;
    background: white;
    position: absolute;
}
#logo h1 {
    display: none;
}
#logo img {
    display: block;
    margin: 0 auto;
    padding-top: 29px;
    margin-bottom: -29px;
}
#menu {
    float: right;
    line-height: 68px;
    margin-right: 20px;
}
#menu > div {} #menu > div > ul > li:first-child {
                   background: none;
                   margin-left: 0;
                   padding-left: 0;
               }
#menu > div > ul {} #menu > div > ul > li:hover > a,
                    #menu > div > ul > li.current-menu-ancestor > a,
                    #menu > div > ul > li.current-menu-parent > a,
                    #menu > div > ul > li.current-menu-item > a {
                        color: #009895;
                    }
#menu > div > ul > li > a:after {
    content: "";
    width: 31%;
    height: 3px;
    background: #009895;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 17px;
    min-width: 30px;
    opacity: 0;
    transition-duration: 0.3s;
}
#menu > div > ul > li:hover > a:after,
#menu > div > ul > li.current-menu-ancestor > a:after,
#menu > div > ul > li.current-menu-parent > a:after,
#menu > div > ul > li.current-menu-item > a:after {
    opacity: 1;
}
#menu > div > ul > li {
    float: left;
    position: relative;
    background: url("../images/menu-border.jpg") no-repeat 0px 28px;
    padding: 0px 10px;
}
#menu > div > ul > li > a {
    display: block;
    color: #aaa9aa;
    font-size: 13px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding: 0px 10px;
    position: relative;
}
#menu > div > ul > li:hover > ul {
    display: block;
}
#menu > div > ul > li > ul {
    position: absolute;
    display: none;
    width: 250px;
    background: white;
    box-shadow: 0px 0px 2px #00000052;
    line-height: 1;
    font-size: 14px;
    left: 0;
    top: 95%;
}
#menu > div > ul > li > ul > li {} #menu > div > ul > li > ul > li:hover > a,
                                   #menu > div > ul > li > ul > li.current-menu-item > a {
                                       background: #009895;
                                       color: white;
                                   }
#menu > div > ul > li > ul > li > a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    color: #aaa9aa;
    border-top: 1px solid #f2f2f2;
    transition-duration: 0.3s;
}
#menu > div > ul > li.menu-item-has-children > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #b2b1b2 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 1px;
}
#menu > div > ul > li.menu-item-has-children > a {} #contact-us:hover {
                                                        background: #09c6c3;
                                                    }
#contact-us {
    float: right;
    line-height: 68px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.25px;
    background: #009895;
    transition-duration: 0.3s;
}
#contact-us a {
    width: 191px;
    display: block;
    text-align: center;
    font-size: 13px;
}
#contact-us a:hover {} #rotator + #footer {
                           grid-column: 1 / -1;
                           grid-row: 3;
                       }
#rotator {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
#home-rot-div {
    height: 100%;
}
#home-rot-ul {} .home-rot-li {
                    height: 100vh;
                    position: absolute;
                }
.home-rot-li .bg:after {
    content: "";
    position: absolute;
    background: rgba(84, 85, 85, 0.44);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-rot-li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-rot-li .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
}
.home-rot-li .title {
    font-weight: 300;
    font-size: 45.5px;
    letter-spacing: 0.1px;
    line-height: 1.2;
    width: 600px;
    margin-top: -30px;
}
.home-rot-li .title strong {
    font-size: 61.64px;
    letter-spacing: 0.05px;
}
.home-rot-li p {
    width: 600px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.25px;
    margin-top: 67px;
}
#footer {
    width: 100%;
    line-height: 69px;
    background: white;
    z-index: 200;
    position: relative;
}
#footer .inner {} #f_copy {
                      float: left;
                      color: #009895;
                      text-transform: uppercase;
                      font-size: 14px;
                      letter-spacing: 0.25px;
                      padding-left: 38px;
                      font-weight: 500;
                  }
#f_info:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    height: 15px;
    width: 1px;
    background: #f3f3f3;
    left: 0;
}
#f_info {
    float: left;
    color: #afadad;
    font-size: 12.5px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    padding-left: 22px;
    margin-left: 18px;
}
#f_social {
    float: right;
    line-height: 69px;
}
#f_social i {
    display: block;
}
#f_social a {
    font-size: 38px;
    color: #aed4d4;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    transition-duration: 0.3s;
}
#f_social a:hover {
    color: #09c6c3;
}
.bx-has-pager {
    position: fixed;
    top: 110px;
    width: 100%;
}
.bx-pager {
    max-width: 1194px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: right;
    box-sizing: border-box;
    padding: 0px 15px;
    width: 100%;
}
.bx-pager-item {
    display: inline-block;
    vertical-align: middle;
}
.bx-pager-item a:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}
.bx-pager-item a {
    width: 6px;
    height: 6px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: block;
    text-indent: -999em;
    text-align: left;
    position: relative;
    margin-left: 16px;
}
.bx-pager-item a.active {
    border: 1px solid rgba(253, 230, 233, 0.81);
}
#page-title {} #page-title .inner {
                   display: flex;
                   text-align: center;
                   align-items: center;
                   justify-content: center;
                   height: 100%;
               }
#page-title .title {
    color: white;
    font-weight: 300;
    font-size: 45.5px;
    letter-spacing: 0.1px;
    line-height: 1.2;
}
#page-title .title strong {
    font-size: 61.64px;
    letter-spacing: 0.5px;
}
#page {
    background: rgba(255, 255, 255, 0.92);
    box-sizing: border-box;
    color: #868586;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.25px;
    padding: 50px 0 90px;
}
#page.contact .inner {
    display: flex;
    justify-content: space-between;
}
#offer-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px 65px;
}
.offer-item {} .offer-item .title strong {
                   font-size: 33px;
                   letter-spacing: 0.05px;
               }
#page .offer-item .title:hover {
    text-decoration: underline;
}
#page .offer-item .title {
    text-align: center;
    color: #009895;
    font-weight: 300;
    font-size: 24.75px;
    letter-spacing: 0.1px;
    line-height: 1.3;
    margin-bottom: 30px;
}
#page .offer-item a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
}
.offer-item .ov {
    margin-bottom: 30px;
}
.offer-item .ov img {
    display: block;
    width: 100%;
    height: auto;
}
.offer-item .desc {
    color: #868586;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.25px;
    text-align: justify;
}
#page h2 strong {} #page h2 {
                       color: #009895;
                       font-size: 30px;
                       line-height: 1.3;
                       letter-spacing: 0.1px;
                   }
#page.contact {} #page.contact #contact-left {
                     max-width: 490px;
                     width: 100%;
                 }
#page.contact #contact-right {
    max-width: 548px;
    width: 100%;
    margin-top: 125px;
}
#page.contact table {
    width: 100%;
}
#page.contact table tr {} #page.contact table td {
                              padding: 0;
                              font-weight: 600;
                              width: 160px;
                              border: none;
                          }
#page.contact table td + td {
    font-weight: normal;
    padding-left: 20px;
    width: auto;
}
#gallery-items .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
    grid-auto-rows: 260px;
}
.gallery-item {
    overflow: hidden;
    position: relative;
}
.gallery-item:hover {} .gallery-item:hover .front {
                           border-color: transparent;
                           border-width: 0;
                       }
.gallery-item .front {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid white;
    overflow: hidden;
    transition-duration: 0.5s;
}
.gallery-item .front a {
    display: block;
}
.gallery-item .front img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    min-width: 110%;
    min-height: 110%;
    width: auto;
    height: auto;
    max-width: 250%;
}
.gallery-item:hover .front h4 {
    opacity: 0;
}
.gallery-item .front h4 {
    position: absolute;
    bottom: 8px;
    left: 9px;
    background: rgba(32, 32, 32, 0.94);
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 4px 18px;
    max-width: calc(100% - 18px);
    opacity: 1;
    transition-duration: 0.5s;
}
.gallery-item .front h4 span {
    display: inline;
}
.gallery-item:hover .back {
    top: 0
}
.gallery-item .back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 139, 135, 0.84);
    box-sizing: border-box;
    padding: 35px 27px;
    text-align: center;
    color: white;
    transition-duration: 0.5s;
    top: 100%;
}
.gallery-item .back .title:hover {
    text-decoration: underline;
}
.gallery-item .back .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
.gallery-item .back .subtitle {
    color: #9cf1ef;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 26px;
}
.gallery-item .back .desc {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.25px;
}
body.gallery {
    grid-template-rows: 68px 1fr 69px;
}
body.gallery #header {
    grid-row: 1;
    grid-column: 1 / -1;
}
body.gallery #gallery-items {
    padding-bottom: 120px;
    margin-top: 60px;
}
body.gallery #footer {} #page h2,
                        #page h3,
                        #page h4,
                        #page h5,
                        #page h6 {
                            line-height: 1.3;
                            letter-spacing: 0.1px;
                            color: #009895;
                            margin-bottom: 5px;
                        }
#page h2 strong,
#page h3 strong,
#page h4 strong,
#page h5 strong,
#page h6 strong {
    font-size: 133%;
}
#page h2 {} #page h3 {
                font-size: 28px;
            }
#page h4 {
    font-size: 26px;
}
#page h5 {
    font-size: 24px;
}
#page h6 {
    font-size: 22px;
}
#page strong {} #page a {
                    text-decoration: underline;
                    color: #009895;
                    font-weight: 500;
                    font-style: italic;
                }
#page a:hover {
    text-decoration: none;
}
#page em {} #page img.alignleft {
                display: block;
                float: left;
                margin-top: 4px;
                margin-bottom: 10px;
                margin-right: 30px;
            }
#page img.alignright {
    display: block;
    float: right;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-left: 30px;
}
#page img.aligncenter {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
#page ul {
    padding: 0 20px;
    list-style: disc;
}
#page ol {
    padding: 0 20px;
    list-style: decimal;
}
#page li {}
#page table {}
#page td {
    border: 1px solid #c8c8c8;
    padding: 10px;
}
.wpcf7 br {
    display: none
}
.wpcf7 {} .wpcf7 .wpcf7-form-control {
              display: block;
              width: 100%;
              border: none;
              box-sizing: border-box;
              color: #009895;
              font-size: 12px;
              font-weight: 500;
              font-family: 'Montserrat', sans-serif;
              resize: none;
              -webkit-appearance: none;
              border-radius: 0;
              padding: 0 20px;
              margin-bottom: 20px;
          }
.wpcf7 input {
    height: 58px;
}
.wpcf7 textarea {
    height: 132px;
    padding: 20px !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: block;
    font-size: 11px;
    margin-top: -19px;
    margin-bottom: 10px;
}
.wpcf7 .wpcf7-submit {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    width: auto;
    margin-left: auto;
    padding: 0 26px;
    background: #009895;
    transition-duration: 0.3s;
}
.wpcf7 .wpcf7-submit:hover {
    background: #09c6c3;
}
.wpcf7 .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: white;
    border: 2px solid #009895;
}
.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 41px;
    right: -26px;
}
input:focus,
textarea:focus,
input:hover,
textarea:hover {
    outline: none;
    color: #868586
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */

    color: #009895;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #009895;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #009895;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #009895;
}
:-ms-input-placeholder {
    /* Microsoft Edge */

    color: #009895;
}
::placeholder {
    /* Most modern browsers support this now. */

    color: #009895;
}

.ie #rotator{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ie #rotator + #footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ie #page-title .inner{
    height: 240px;
}

.ie #offer-items{
    display: flex;
    flex-wrap: wrap
}
.ie #offer-items .offer-item{
    width: 23%;
    margin: 0 1% 30px;
}

.ie #gallery-items .inner{
    display: flex;
    flex-wrap: wrap;
}
.ie #gallery-items .inner .gallery-item, .ie #gallery-items .inner .blank {
    height: 260px;
    width: 23%;
    margin: 0 1% 30px;
}

#facebook_widget{
    position: fixed;
    z-index: 999;
    right: -252px;
    top: 50%;
    margin-top: -295px;
    transition-duration: 0.3s;
}
#facebook_logo{
    background: url("../images/facebook-logo.png") #3b5a98;
    height: 150px;
    width: 47px;
    cursor: pointer;
    position: absolute;
    left: -47px;
    text-indent: -9999em;
}
#facebook_inner iframe{
    display: block;
}
#facebook_widget:hover{
    right: 0;
}

