body, html {
    font-family: Ubuntu, sans-serif;
    font-size: 100%;
    background-color: #FFF;
}
body a {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.form_error{
color:red;
}
.form_success{
color:green;
}



.header {
    position: relative;
    padding: 2em 0;
}
.bg {
    background: url(../images/bg.jpg) no-repeat;
    min-height: 809px;
    background-size: 100% 100%}
.contact-no {
    float: left;
}
.contact-no span {
    font-size: 1.5em;
    color: #9DA0B2;
    font-weight: 500;
    margin-top: 1.2em;
    display: block;
    text-transform: uppercase;
}
.contact-order {
    float: right;
}
.contact-order a {
    font-size: 1.3em;
    color: #9DA0B2;
    font-weight: 500;
    margin-top: 1.5em;
    display: block;
    text-transform: uppercase;
    border-bottom: 2.5px dashed;
}
.contact-order a:hover {
    text-decoration: none;
    color: #44C1F3;
}
.logo {
    position: absolute;
    left: 41%;
}
.top-nav ul li a {
    color: #FFF;
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
}
.top-nav ul li.active a {
    background: url(../images/active-ico.png) no-repeat 50% 100%}
.top-nav ul li a:hover {
    color: #44C1F3;
}
.logo a {
    display: block;
}
.logo a img{
    width:200px;
}
.top-nav:after {
    clear: both;
}
nav {
    position: relative;
}
nav ul {
    padding: 0;
}
nav li {
    display: block;
    position: relative;
}
nav a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}
nav a:hover {
    text-decoration: none;
    color: #00A2C1;
}
nav a#pull {
    display: none;
}
@media screen and (max-width:992px) {
    .logo a img {
        width: 150px;
    }
}
@media screen and (max-width:768px) {
    nav {
    height: auto;
}
nav ul {
    width: 100%;
    display: block;
    height: auto;
}
nav li {
    width: 100%;
    position: relative;
}
nav li a {
    border-bottom: 1px solid #eee;
}
nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
}
.logo {
    position: absolute;
    left: 45%;
}
.logo a img{
    width:150px;
}
}
@media only screen and (max-width :768px) {
    nav {
    border-bottom: 0;
}
nav ul {
    display: none;
    height: auto;
    margin: 0;
    background: #fff;
}
nav a#pull {
    display: block;
    color: #F26D7D;
    text-align: right;
    position: absolute;
}
nav a#pull:after {
    content: "";
    background: url(nav-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
}
nav a#pull img {
    margin-right: 2%;
    padding-top: 65px;
}
.top-nav ul li a {
    color: #2C3E50;
    padding: 0;
}
}@media only screen and (max-width :320px) {
    nav li {
    display: block;
    float: none;
    width: 100%}
nav li a {
    border-bottom: 1px solid #576979;
}
}
.about {
    padding: 5em 0;
}
.about-left p {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 100;
    color: #000;
    width: 76%}
.about-left p span {
    color: #00AAEF;
}
.about-left p label {
    font-weight: 500;
}
.about-right h3, .about-right span {
    font-weight: 400;
    color: #000;
    font-size: 1.2em;
}
.about-right span {
    margin-top: 1em;
    display: block;
}
.about-right li, .about-right p {
    color: #222;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
.gallery {
    background: #EEE;
    padding: 3em 0;
}
.head h3 {
    color: #000;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
}
.head span {
    width: 189px;
    height: 13px;
    display: block;
    background: url(../images/head-border.png) no-repeat;
    margin: .15em auto 0;
}
.b-link-stripe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    overflow: hidden;
    width: 100%}
.b-link-stripe .b-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.b-link-stripe .b-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    background: rgba(75, 202, 255, .85);
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    opacity: 0;
    visibility: hidden;
}
.b-link-stripe:hover .b-line {
    visibility: visible;
}
.b-link-stripe .b-line1 {
    left: 0;
}
.b-link-stripe .b-line2 {
    left: 20%;
    transition-delay: .1s!important;
    -moz-transition-delay: .1s!important;
    -ms-transition-delay: .1s!important;
    -o-transition-delay: .1s!important;
    -webkit-transition-delay: .1s!important;
}
.b-link-stripe .b-line3 {
    left: 40%;
    transition-delay: .2s!important;
    -moz-transition-delay: .2s!important;
    -ms-transition-delay: .2s!important;
    -o-transition-delay: .2s!important;
    -webkit-transition-delay: .2s!important;
}
.b-link-stripe .b-line4 {
    left: 60%;
    transition-delay: .3s!important;
    -moz-transition-delay: .3s!important;
    -ms-transition-delay: .3s!important;
    -o-transition-delay: .3s!important;
    -webkit-transition-delay: .3s!important;
}
.b-link-stripe .b-line5 {
    left: 80%;
    transition-delay: .4s!important;
    -moz-transition-delay: .4s!important;
    -ms-transition-delay: .4s!important;
    -o-transition-delay: .4s!important;
    -webkit-transition-delay: .4s!important;
}
.b-link-stripe:hover .b-line {
    opacity: 1;
}
.b-animate-go {
    text-decoration: none;
}
.b-animate {
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    visibility: hidden;
    font-size: 1.1em;
    font-weight: 700;
}
.b-animate img {
    margin-top: 4%;
    display: -webkit-inline-box;
}
.b-animate span {
    font-size: 2em;
    text-transform: uppercase;
    padding-top: 2.3em;
    display: block;
    font-weight: 500;
}
.b-animate button {
    background: #000;
    padding: .9em 1.8em;
    color: #00AAEF;
    text-transform: uppercase;
    font-size: .875em;
    border: none;
    border-radius: .3em;
    margin: .8em auto;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    outline: 0;
}
.b-animate button:hover {
    background: #3B3B43;
    color: #fff;
}
.b-animate label {
    display: block;
    font-size: .875em;
    margin-top: .5em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.b-animate label:hover {
    color: #000;
    cursor: pointer;
}
.b-animate-go:hover .b-animate {
    visibility: visible;
}
.b-from-left {
    position: relative;
    left: -100%;
    background: rgba(0, 170, 239, .63);
    background-size: 100% 100%;
    top: 0;
    margin: 0;
    min-height: 307px;
}
.b-animate-go:hover .b-from-left {
    left: 0;
}
h3.m_4 {
    float: left;
}
.default {
    background: #515f67;
    padding: 6% 0;
}
p.m_7 {
    color: #FFF;
    font-size: 15px;
    line-height: 1.8em;
    margin: 5% 0;
}
h3.m_21 {
    color: #FFF;
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.m_22, .m_8 {
    position: relative;
    margin-bottom: 10%}
span.default_line {
    width: 50px;
    display: block;
    border-bottom: 2px solid #FFF;
    position: absolute;
    bottom: 0;
}
.button a {
    color: #29353C;
    font-size: .85em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 35px 9px;
    display: inline-block;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 2px solid #29353C;
}
.button a:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #00B3FD;
}
.more-portfolio-grids {
    text-align: center;
    background: #35353F;
    padding: 3em 0;
}
.more-portfolio-grids a {
    color: #FFF;
    border: 2px solid #FFF;
    padding: .8em 2em;
    text-transform: uppercase;
    font-size: 1.1em;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -o-border-radius: .5em;
    -ms-border-radius: .5em;
}
.more-portfolio-grids a:hover {
    color: #000;
    border-color: #000;
    text-decoration: none;
}
.gallery-grids {
    padding: 3em 0 0;
}
.port-pic {
    width: 100%}
.place {
    color: #000;
    font-weight: 500;
    padding: .5em 1em;
}
.place a {
    color: #00AAEF;
}
.place a:hover {
    text-decoration: none;
    color: #222;
}
.view-gallery-btn {
    background: #00AAEF;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: .875em 0;
    width: 15%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.view-gallery-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.consulation {
    background: #EEE;
    padding: 3em 0;
}
.consulation-left h4 {
    font-size: 2em;
    color: #000;
    font-weight: 400;
    width: 60%;
    line-height: 1.5em;
}
.consulation-left p {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    font-size: .9em;
    width: 65%}
.consulation-right input[type=text] {
    background: #FFF;
    color: #696969;
    text-align: center;
    width: 100%;
    padding: 1em;
    margin: 10px 0;
    border: 1px solid #EEE;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-appearance: none;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    text-transform: uppercase;
    outline: 0;
}
.consulation-right input[type=text]:focus, .consulation-right input[type=text]:hover {
    border-color: #00AAEF;
}
.consulation-right input[type=submit] {
    background: #00AAEF;
    color: #FFF;
    border: 1px solid #00AAEF;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 100%;
    padding: 1em;
    margin: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.consulation-right input[type=submit]:hover {
    background: #000;
    border: 1px solid #000;
}
.consulation-grids {
    padding: 4em 0 0;
}
.accommodation {
    background: #FFF;
    padding: 3em 0;
}
.accommodation-grid h5 {
    margin: .5em 0 0;
}
.t-pic {
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -o-border-radius: .5em;
    -ms-border-radius: .5em;
}
.accommodation-grid h5 a {
    color: #222;
    font-size: 1.8em;
}
.accommodation-grid h5 a:hover {
    text-decoration: none;
    color: #00AAEF;
}
.accommodation-grid span {
    color: #696973;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.accommodation-grid p {
    color: #000;
    width: 80%;
    margin: .2em auto;
    font-family: 'Open Sans', sans-serif;
}
.accommodations-grids {
    padding-top: 2em;
}
::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
}
input:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
}
.contact {
    padding: 3em 0;
    background: #EEE;
}
.contact-left a, .contact-left p, .contact-left p label {
    color: #000;
    font-size: 1.5em;
    display: block;
}
.contact-left a:hover {
    color: #00AAEF;
    text-decoration: none;
}
.contact-left p label {
    display: block;
    font-weight: 400;
    font-size: 1em;
}
.contact-right p span {
    width: 100%}
.contact-right .textarea, .input {
    color: #696969;
    text-align: center;
    width: 100%;
    padding: 1em;
    margin: 10px 0;
    border: 1px solid #EEE;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-appearance: none;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    outline: 0;
}
.input:focus, .input:hover, .textarea:focus, .textarea:hover {
    border-color: #00AAEF;
}
.submit {
    background: #00AAEF;
    color: #FFF;
    border: 1px solid #00AAEF;
    width: 100%;
    padding: 1em;
    margin: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    font-family: 'Open Sans', sans-serif;
}
.submit:hover {
    background: #000;
    border: 1px solid;
    border-color: #000;
}
.textarea {
    min-height: 150px;
    resize: none;
}
.contact-grids {
    padding-top: 3em;
}
.LV_validation_message {
    margin: 0 0 1em;
    float: left;
}
.LV_invalid {
    color: #C00;
    font-size: 12px;
}
.LV_invalid_field.input:focus, .LV_invalid_field.input:hover, .LV_valid_field.textarea:hover {
    border-color: #C00;
}
.LV_valid_field.input:focus, .LV_valid_field.input:hover, .LV_valid_field.textarea:focus {
    border-color: #0C0;
}
#res_s {
    margin-top: 10%;
    text-align: center;
    display: block;
}
#res_s h2 {
    color: #109b05;
}
#res_s p {
    margin: 10px 0 0;
}
#res_e {
    margin-top: 30%;
    height: 600px;
    text-align: center;
    display: block;
}
#res_e h2 {
    color: #C00;
}
#res_e p {
    margin: 10px 0 0;
}
.footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
}
.footer {
    opacity:2;
}
.footer a img {
    margin-top: 18%}
.copy-right {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15%;
    font-weight: 600;
}
.copy-right a {
    color: #000;
}
.copy-right a:hover {
    color: #00AAEF;
    text-decoration: none;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 26px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/to-top1.png) no-repeat;
    border-radius: 30em;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@media (max-width:1366px) {
    .top-nav ul li a {
    padding: .1em 1.9em;
}
}
@media (max-width:1024px) {
    .top-nav ul li a {
    padding: .1em 1.8em;
    font-size: 1em;
}
.bg {
    min-height: 600px;
}
.about-left p {
    font-size: 3em;
}
.head h3 {
    font-size: 2em;
}
.head span {
    background-size: 65%}
.footer {
    min-height: 400px;
}
.copy-right {
    margin-top: 15%}
}@media (max-width:800px) {
    .bg {
    min-height: 500px;
}
.top-nav ul li a {
    padding: .1em 1.5em;
    font-size: .85em;
}
.about-left p {
    font-size: 2em;
}
.accommodations-grids {
    padding-top: 2em;
}
.contact-grids {
    padding-top: 1em;
}
.footer {
    min-height: 300px;
}
.consulation-grids {
    padding: 1em 0 0;
}
.head span {
    background-size: 50%}
.accommodation-grid {
    margin-bottom: 30px;
}
.contact-left a, .contact-left p, .contact-left p label {
    font-size: 1em;
    font-weight: 500;
}
}@media (max-width:768px) {
    .bg {
    min-height: 400px;
}
nav {
    top: -127px;
}
.top-nav ul li a {
    padding: .1em 1.5em;
    font-size: .85em;
}
.about-left p {
    font-size: 2em;
}
.accommodations-grids {
    padding-top: 2em;
}
.contact-grids {
    padding-top: 1em;
}
.footer {
    min-height: 300px;
}
.consulation-grids {
    padding: 1em 0 0;
}
.contact-order {
    display: none;
}
}@media (max-width:543px) {
    .contact-no span {
    display: none;
}
.top-nav {
    margin-top: 2em;
}
.logo {
    position: absolute;
    left: 37%;
}
}@media (max-width:480px) {
    .logo {
    left: 34%;
    top: 17px;
}
.top-nav {
    margin-top: .8em;
}
.bg {
    min-height: 250px;
}
.about {
    padding: 2em 0;
}
.about-left p {
    font-size: 1.5em;
    font-weight: 400;
    width: 100%}
.consulation-left h4 {
    font-size: 1.4em;
    width: 100%}
.head h3 {
    width: 30.3%}
.gallery-grids {
    padding: 1em 0 0;
}
.view-gallery-btn {
    padding: .75em;
    width: 32%}
.head h3 {
    font-size: 1.5em;
    font-weight: 400;
}
.head span {
    background-size: 50%}
.b-animate span {
    font-size: 1.5em;
}
.footer {
    min-height: 200px;
}
.consulation-left p {
    line-height: 1.5em;
    font-size: .8125em;
    width: 100%}
.consulation-right input[type=submit], .consulation-right input[type=text], .contact-right input[type=text], .contact-right textarea {
    padding: .7em;
    font-size: .85em;
}
.accommodations-grids {
    padding-top: 1em;
}
nav a#pull img {
    padding-top: 40px;
}
nav {
    top: -98px;
}
}@media (max-width:320px) {
    .contact-no {
    display: none;
}
.logo {
    left: 30%;
    top: 14px;
}
.logo a img {
    width:100px;
}
nav {
    top: -64px;
}
.bg {
    min-height: 200px;
}
.about-left p {
    font-size: 1.2em;
}
.about-right h3, .about-right span {
    font-weight: 600;
    font-size: .95em;
    margin: 10px 0;
}
.head h3 {
    width: 55.3%}
.view-gallery-btn {
    padding: .6em;
    width: 40%;
    font-size: .8125em;
}
.consulation-left h4 {
    font-size: 1em;
    width: 100%;
    font-weight: 500;
}
.consulation-grids {
    padding: 0;
}
.b-animate span {
    font-size: 1em;
}
.b-animate button {
    padding: .5em 1em;
    font-size: .8125em;
}
}#myGallery {
    display: none;
}
.gallery-wrap {
    margin-top: 3%}
.gv_gallery {
    overflow: hidden;
    position: relative;
}
.gv_imageStore {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
}
.gv_panel {
    width: 100%;
    height: 100%}
.gv_panelWrap {
    filter: inherit;
}
.gv_frame-loading, .gv_panel-loading {
    background: url(img-loader.gif) 50% 50% no-repeat #aaa;
}
.gv_panel {
    filter: inherit;
    top: 0;
    left: 0;
    z-index: 100;
}
.gv_panel img {
    position: absolute;
}
.gv_overlay {
    position: absolute;
    background: #222;
    color: #fff;
    z-index: 200;
}
.gv_showOverlay {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(themes/light/info.png) #222;
    cursor: pointer;
    z-index: 200;
}
.gv_overlay h4 {
    color: #fff;
    margin: 1em;
    font-weight: 700;
}
.gv_overlay p {
    color: #fff;
    margin: 1em;
}
.gv_infobar {
    background: #222;
    padding: 0 .5em;
    line-height: 1.5em;
    height: 1.5em;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    vertical-align: middle;
    z-index: 2000;
}
.gv_filmstripWrap {
    overflow: hidden;
    position: absolute;
}
.gv_filmstrip {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}
.gv_frame {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.gv_frame .gv_thumbnail {
    position: relative;
    overflow: hidden!important;
}
.gv_frame img {
    border: none;
    position: absolute;
}
.gv_frame .gv_caption {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    color: #fff;
}
.gv_pointer {
    border-color: #000;
}
.gv_navNext, .gv_navPause, .gv_navPlay, .gv_navPrev {
    opacity: .3;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    filter: alpha(opacity=30);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.gv_navNext:hover, .gv_navPause:hover, .gv_navPlay:hover, .gv_navPrev:hover {
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80);
}
.gv_panelNavNext, .gv_panelNavPrev {
    position: absolute;
    display: none;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 200;
}
.gv_panelNavNext:hover, .gv_panelNavPrev:hover {
    opacity: .9;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    filter: alpha(opacity=90);
}
.gv_navPlay {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(themes/light/play-big.png) top left no-repeat;
}
.gv_navPause {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(themes/light/pause-big.png) top left no-repeat;
}
.gv_navNext {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(themes/light/next.png) top left no-repeat;
}
.gv_navPrev {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(themes/light/prev.png) top right no-repeat;
}
.gv_panelNavNext {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(themes/light/panel-next.png) top left no-repeat;
}
.gv_panelNavPrev {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(themes/light/panel-prev.png) top right no-repeat;
}