@import url('https://fonts.googleapis.com/css?family=Mitr');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,400i,500,500i,600,600i,800,800i');
span{color:#E67E22;}

.icon {
  display: inline-block;
  font-style: normal;
}

a:hover{text-decoration-color: transparent;}

ul {
  margin-bottom: 0px;
}
li {
  list-style: none;
  margin:0;
}

ul.style-1 li {
    margin-left: 0;
    padding-left: 15px;
    position: relative;
    margin-left: 10px;   
}

ul.style-1 li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #E67E22;
    background: #E67E22;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

img { border: 0; max-width: 100%; }


.header_top {
   background-color: #344576 }

.header_content .menu>li.current-menu-item>a{
background-color: #E67E22 !important;
color: #fff;
}

.header_content .menu>li>a {
    display: block;
    padding: 0 20px;
    line-height: 74px;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13.45px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.header_logo a:hover{
	text-decoration: none
}

.header_top .header_right .dropdown ul li a:hover {
    background-color: #E67E22;
    color: #fff;
}


.header_content .menu>li:hover>a{
background-color: #E67E22 !important;
color: #fff;}

.awe-btn.awe-btn-default {
  background-color:#344486;
  color:#fff;
  padding:20px;
  border-radius: 5px;
  border:1px solid transparent;
}
.awe-btn.awe-btn-default:hover {
  background-color: #E67E22;
  color: #fff;
  transition: 0.2s;
}

.accordion .ui-accordion-header {
  background-color: #E67E22;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Hind';
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
  border-width: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.accordion .ui-accordion-header:first-child {
  margin-top: 0;
}
.accordion .ui-accordion-content {
  background-color: transparent;
  padding: 15px 20px;
  border: 2px solid #344a71;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.contact .contact-form .field-text,
.contact .contact-form .field-textarea {
  border:1px solid transparent;
  border-bottom: 2px solid #344486;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  margin-top: 20px;
  border-radius: 0;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact .contact-form .field-text::-webkit-input-placeholder,
.contact .contact-form .field-textarea::-webkit-input-placeholder {
  color: #333;
}
.contact .contact-form .field-text:-moz-placeholder,
.contact .contact-form .field-textarea:-moz-placeholder {
  color: #232323;
}
.contact .contact-form .field-text::-moz-placeholder,
.contact .contact-form .field-textarea::-moz-placeholder {
  color: #232323;
}
.contact .contact-form .field-text:-ms-input-placeholder,
.contact .contact-form .field-textarea:-ms-input-placeholder {
  color: #232323;
}
.contact .contact-form .field-text:focus,
.contact .contact-form .field-textarea:focus {
  
}
.contact .contact-form .field-textarea {
  resize: none;
  height: 210px;
}
.contact .contact-form .awe-btn {
  margin-top: 20px;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}
.contact-map {
  height: 470px;
  position: relative;
}
.contact-map #map {
  height: 100%;
  width: 100%;
}
.contact .text ul li .icon {
  color: #E67E22;
  font-size: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
#preloader .preloader-dot {
  width: 0;
  height: 0;
  border: 2px solid #344a71;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  animation: preloader 3s ease infinite;
  -ms-animation: preloader 3s ease infinite;
  -moz-animation: preloader 3s ease infinite;
  -webkit-animation: preloader 3s ease infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@-webkit-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@-moz-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@-ms-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@-o-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
.contact-map {
  height: 470px;
  position: relative;
}
.contact-map #map {
  height: 100%;
  width: 100%;
}

.header_mobile .header_menu {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: -270px;
    width: 270px;
    overflow-y: auto;
    background-color: #E67E22 ;
    -webkit-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -moz-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -ms-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -o-transition: right .5s cubic-bezier(0, .67, .35, .94);
}
.menu-bars {
  color: #333;
  width: 50px;
  font-size: 28px;
  cursor: pointer;
  display: none;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.menu-bars span {
  width: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-bars span:before,
.menu-bars span:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-bars span:after {
  top: -8px;
}
.menu-bars span:before {
  bottom: -8px;
}
.menu-bars:hover {
  background-color: #fff;
}
.menu-bars:hover span {
  background-color: transparent;
}
.menu-bars:hover span:after {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu-bars:hover span:before {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-bars.active {
  background-color: #fff;
}
.menu-bars.active span {
  background-color: transparent;
}
.menu-bars.active span:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-bars.active span:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header_mobile {
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
}
.header_mobile .container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_mobile .header_logo {
  display: inline-block;
}
.header_mobile .menu-bars {
  display: block;
  background-color: #E67E22;
}
.header_mobile .header_menu {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -270px;
  width: 270px;
  overflow-y: auto;
  background-color: rgba(52, 74, 113, 0.85);
  -webkit-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -moz-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -ms-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -o-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
}
.header_mobile .header_menu.active {
  right: 0;
}
.header_mobile .header_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header_mobile .header_menu ul li a {
  display: block;
  padding: 10px 40px 10px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_mobile .header_menu ul li a span {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header_mobile .header_menu ul li a span:before {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.header_mobile .header_menu ul li a:hover {
  background-color: #fff;
  color: #232323;
}
.header_mobile .header_menu ul li.current-menu-item > a {
  background-color: #fff;
  color: #232323;
}
.header_mobile .header_menu ul li .sub-menu {
  background-color: rgba(52, 74, 113, 0.85);
  display: none;
}
.header_mobile .header_menu ul li > .sub-menu > li > a {
  padding-left: 35px;
}
.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 55px;
}
.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 75px;
}
.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > .sub-menu > li > a {
  padding-left: 100px;
}
.header_mobile .header_logo {
  line-height: 1;
}
.header-sticky {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
}

/* 21.   Footer
--------------------------------------------------------------------------------*/
#footer {
  background-color: #1f232b;
}
#footer .footer_top {
  background-color: #344a71;
  padding: 20px 0;
}
#footer .footer_top .mailchimp h4 {
  display: inline-block;
  font-family: 'Montserrat';
  margin: 0;
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
}
#footer .footer_top .mailchimp h4:before {
  content: "\f003";
  border: 3px solid #e7c130;
  padding: 10px;
  color: #e7c130;
  margin-right: 20px;
  font-size: 18px;
  font-family: 'FontAwesome';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#footer .footer_top .mailchimp .mailchimp-form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  width: 290px;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text:-moz-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text::-moz-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text:-ms-input-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .awe-btn {
  vertical-align: middle;
  min-width: 135px;
  text-align: center;
  padding: 7px 10px;
  height: 40px;
  color: #fff;
  background-color: #e7c130;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
}
#footer .footer_top .social .social-content {
  font-size: 0;
}
#footer .footer_top .social .social-content a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  text-align: center;
  margin-right: 20px;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#footer .footer_top .social .social-content a:hover {
  border-color: #e7c130;
}
#footer .footer_center {
  padding-bottom: 40px;
  background-color:#44578d;
  color:#fff;
}
#footer .footer_center i{
  color:#E67E22;
}
#footer .footer_center a{
  color:#fff;
}
#footer .footer_center ul li a{
  color:#fff;
}
#footer .footer_center .widget-logo {
  overflow: hidden;
}
#footer .footer_center .widget-logo .img {
  max-width: 145px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
#footer .footer_center .widget-logo .img img {
  max-width: 100%;
}
#footer .footer_center .widget-logo .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
#footer .footer_center .widget-logo .text p {
  color: #fff;
  margin-bottom: 20px;
}
#footer .footer_center .widget-logo .text p i {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}
#footer .footer_center .widget-logo .text p a {
  color: #fff;
}
#footer .footer_center .widget-logo .text p a:hover {
  color: #e7c130;
  text-decoration: underline;
}
#footer .footer_center .widget-logo .text p:last-child {
  margin-bottom: 0;
}
#footer .footer_center .widget {
  margin-top: 40px;
}
#footer .footer_center .widget .widget-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
#footer .footer_center .widget > ul {
  margin-top: -5px;
}
#footer .footer_center .widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer .footer_center .widget ul li a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer .footer_center .widget ul li a:hover {
  color: #fff;
}
#footer .footer_center .widget ul li .sub-menu {
  margin-left: 15px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor p {
  color: #acacac;
  font-size: 13.75px;
  margin-bottom: 20px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor img {
  max-width: 100%;
  margin-bottom: 20px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle {
  font-size: 0;
  clear: bold;
  display: block;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i {
  font-size: 15px;
  border: 2px solid #8bc23f;
  padding: 1px;
  background-color: #8bc23f;
  background-clip: content-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i.part:before {
  content: '';
  position: absolute;
  background-color: #1f232b;
  display: block;
  height: 8px;
  width: 4px;
  right: 1px;
  top: 1px;
}
#footer .footer_bottom {
  background-color: #344576;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12.22px;
}
#footer .footer_bottom p {
  margin-bottom: 0;
}

.header_top .header_right {
  font-size: 13px;
  text-align: right;
  color:#fff;
  padding-top: 9px;
  padding-bottom: 9px;
}
.header_top .header_right a{
  letter-spacing:2px;
  color:#fff;
  
}

.header_top .header_right i{
  font-size: 13px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.breadcrumb li {color:#E67E22;}

.breadcrumb i {color:#fff;}

.support a{
  display: block;
  padding: 0;
  padding-left: 30px;
  padding-right:30px;
  font-family: 'Montserrat';
  font-weight: 800;
  line-height: 74px;
  color: #fff;
  background-color:#44578d;
  text-transform: uppercase;
  font-size: 13.45px;
  -webkit-transition: all .2s ease;
}


.scrollTop {
  position: fixed;
  right: 3%;
  width: 46px;
  text-align: center;
  color:#fff;
  text-decoration: none;
  bottom: 10px;
  background: rgba(230,126,34,0.8);
  padding: 2px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999999;
  border-radius: 50px;
}

.scrollTop a {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.g-recaptcha-outer {
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #37474f;
    border-width: 1px;
    border-bottom-width: 2px;
}
.g-recaptcha-inner {
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}

/* gallery display */
.photos {
  display: block;
}

.photos ul {
  list-style: none;

}

.photos ul li { display: inline; }

.photos ul li a {
  display: block;
  float: left;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 7px;
  opacity: 0.75;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.photos ul li a:hover {
  opacity: 1.0;
}

.photos ul li a img {
  border: 6px solid #e1d9ec;
}

/* CSS Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.clearfix { zoom: 1; } /* IE 6/7 */


/* lightbox hacks */
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/** uncomment to remove lightbox captions 
 *
#lightbox-container-image-data-box {
  display: none !important;
} 
 *
**/

.tp-bullets, .tp-tabs, .tp-thumbs{z-index: 980;}