@charset "utf-8";
/* CSS Document */

@import url('menu.css');
@import url('calendar.css');
@import url('new_custom.css');
@import url('survey.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('bootstrap.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');

@font-face {
    font-family: 'Yeseva One';
    src: url('../fonts/YesevaOne-Regular.woff2') format('woff2'),
        url('../fonts/YesevaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Proxima Nova Rg' !important;
  color: #808684 !important;
  font-size: 18px;
  overflow-x: hidden;
  padding-top: 79.5px;
  transition: padding-top 0.5s ease-in-out;
}

@media only screen and (min-width: 991px){
    body{
        padding-top: 140px;
    }
}
body.home {
    padding-top: 134px;
}
div:focus, a:focus{
  outline: 0 none;
}

.preload1 {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(../images/preloader.gif) no-repeat;
}

@media (min-width: 991px) {
/** {
  transition: 0.3s ease-in-out;
}*/
a:hover {
  transition: 0.3s ease-in-out;
}
}
a:hover {
  text-decoration: none !important;
}
a:focus {
    /*color: #fff;*/
    text-decoration: none;
    outline: 0px auto -webkit-focus-ring-color;
}
img {
  max-width: 100%;
}
body.navactive {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
i.fas.fa-phone {
    transform: rotate(90deg);
}
.n_container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
#wpadminbar {
  z-index: 999999 !important;
}
.logged-in.admin-bar .header_section {
    top: 32px;
}
#email_modal {
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
}
#email_modal form {
  position: relative;
}
#email_modal .modal-body {
    background: #6aa1a1;
    padding: 50px 30px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-family: 'Yeseva One';
}
#email_modal .modal-dialog {
    margin: 100px auto;
}
#email_modal button.close {
    position: absolute;
    right: -27px;
    top: -40px;
    color: #fff !important;
    opacity: 1;
    font-size: 34px;
}
#email_modal input#email_plan {
    border-radius: 30px;
    border: 0px;
    padding: 8px 80px 8px 20px;
    margin: 10px 0 20px;
    color: #35475d;
    width: 100%;
    font-size: 16px;
    font-family: 'Proxima Nova Rg' !important;
    height: 36px;
}
#email_modal input[type="submit"] {
    background: #35475d;
    border: 0px;
    padding: 5px 20px;
    border-radius: 0px 30px 30px 0;
    font-size: 16px;
    font-family: 'Proxima Nova Rg' !important;
    position: absolute;
    right: -1px;
    top: 52px;
    height: 36px;
}
#email_modal input[type="submit"]:hover {
    background: #0f1a27;
}
.pin-cat {
    position: fixed;
    top: 00px;
    background: #fff;
    width: 100%;
    z-index: 99;
    transition: 0.5s ease-in-out;
    padding: 5px 70px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.pin-cat ul {
    padding: 0px;
    margin: 0px 0;
}
.pin-cat ul li {
    margin: 0px 15px;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Yeseva One';
    font-style: italic;
    color: #35475d;
    position: relative;
}
.pin-cat ul li.active:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 16px;
    background: url(../images/nav_flourish.png);
    left: -19px;
    top: 0;
    background-size: 100% 100%;
}
.pin-cat ul li a {
  color: #35475d;
}
.pin-cat ul li a:hover { color: #6aa1a1; }
@media (max-width: 767px) {
.pin-cat {
  display: none !important;
}
}
/********************************************* header css **********************************************************/
.header_section {
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.header__section__wrapper{
    padding: 10px 17px 10px 40px;
    background-color: #35475d;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    display: inline-block;
    width: 100%;
}
/*.header_section.sticky_head {
    top: -100px;
    transition: 0.5s ease-in-out;
}*/
.header_section.is-visible {
    top: -140px;
    position: fixed;
    transition: 0.5s ease-in-out;
}
.header_section.is-hidden {
    /*top: -134px;*/
    position: fixed;
    transition: 0.5s ease-in-out;
}
/*.home .header_section.is-hidden {
  top: 0;
}*/
.header_section .head_left {
  width: 20%;
  float: left;
  padding: 18px 0;
  transition: 0.5s ease-in-out;
}
.header_section .head_left span.logo img {
    max-width: 178px;
    transition: 0.5s ease-in-out;
}
.header_section.is-visible.sticky_head .head_left {
    padding: 12px 0;
    transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
.header_section.is-visible.sticky_head .head_right .main_nav {
    margin: 18px 0 0;
    transition: 0.5s ease-in-out;
}
}
.header_section.is-visible.sticky_head img.logo-img {
    max-width: 120px !important;
    transition: 0.5s ease-in-out;
}
.header_section .head_right .main_nav li {
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
.header_section.is-visible.sticky_head .head_right .main_nav li {
    margin: 0px 10px;
    font-size: 14px;
    transition: 0.5s ease-in-out;
}
}
.header_section.is-visible.sticky_head .head_right .main_nav li.current-menu-item:before {
    width: 18px;
    height: 16px;
    left: -20px;
    background-size: 100% 100%;
}
.header_section .head_right {
  width: 80%;
  float: right;
  text-align: right;
  color: #fff;
  max-width: 1000px;
  transition: 0.5s ease-in-out;
}
.header_section .head_right a {
  color: #fff;
}
.header_section .head_right a:hover {
  color: #6aa1a1;
}
.header_section .head_right .nav_top li a {
    font-family: 'Proxima Nova Lt';
}
.content_section {
  width: 100.2%;
  float: left;
  padding: 1px 0;
  margin-left: -1px;
}
.content_section .mobile_search_home {
    display: none;
}
.content_section .grid-cont img, .content_section .grid-cont1 img {
  width: 100%;
  height: 315px;
  transition: 0.5s ease-in-out;
  object-fit: cover;
}
.grid-item {
  padding: 1px;
  overflow: hidden;
}
.grid-item:after, .discover_delightful .discover_cont:after {
    content: "";
    width: 100%;
    height: 100%;
  /*  background: rgba(0, 0, 0, 0.5); */
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
.page-id-306 .grid-item.grid-two-col:after, .page-id-306 .discover_delightful .discover_cont:after, .page-template-template-play .grid-item.grid-two-col:after, .page-template-template-play .discover_delightful .discover_cont:after, .page-template-template-search .grid-item.grid-two-col:after, .page-template-template-search .discover_delightful .discover_cont:after, .page-id-44 .grid-item.grid-two-col:after, .page-id-44 .discover_delightful .discover_cont:after, .page-template-template-play .grid-item.grid-two-col:after, .page-template-template-play .discover_delightful .discover_cont:after, .page-template-template-search .grid-item.grid-two-col:after, .page-template-template-search .discover_delightful .discover_cont:after  {
background: rgba(0, 0, 0, 0.5)!important;
}

.grid-item span {
    position: absolute;
    bottom: 5px;
    left: 14px;
    font-size: 22px;
    transition: 0.5s ease-in-out;
}
.hover_grid_icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: 0s ease-in-out;
    z-index: 99;
}
.hover_grid_icon ul {
    margin: 0 0 10px 14px;
    padding: 0;
    list-style: none;
}
.hover_grid_icon ul li a {
    color: #fff;
    font-size: 14px;
}
.hover_grid_icon ul li a i {
    font-size: 22px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.grid-item:hover:after, .discover_delightful .discover_cont:hover:after {
    background: rgba(0, 0, 0, 0.5);
}
.discover_delightful.content_section .grid-item.grid-two-col:hover:after, .discover_delightful.content_section .discover_cont:hover:after {
    opacity: 1!important;
}
.grid-item.grid-two-col:hover:after, .discover_delightful .discover_cont:hover:after {
 opacity: 0;
}
.grid-item:hover .hover_grid_icon, .discover_delightful .discover_cont:hover .hover_grid_icon {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.grid-item:hover span, .discover_delightful .discover_cont:hover span {
  opacity: 0;
  transition: 0s ease-in-out;
}
.grid-item:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.grid-item span a {
    color: #fff;
}
.grid-sizer, .grid-item {
  width: 16.66666%;
}
.grid-two-col {
  width: 33.33333%;
}
.grid-two-col .heart_over_grid {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.heart_over_grid a {
    color: #fff;
    /*-webkit-text-stroke: 0.5px #000;*/
}
.grid-four-col:after {
  display: none;
}
.grid-item.grid-two-col img {
    height: 632px;
}
.grid-two-col .two_col_caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 99;
}
.grid-two-col .two_col_caption h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px;
}
.grid-two-col .two_col_caption a {
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 5px 10px 0;
}
.grid-two-col .two_col_caption a:hover {
  background-color: #6aa1a1;
}
.grid-four-col, .content_section .mobile_search_home {
    width: 66.66666%;
    text-align: center;
    background: #6aa1a1;
    color: #fff;
    height: 318px;
    border: 1px solid #fff;
    padding: 0 20px;
    background-image: url(../images/back-home-top.jpg);
    background-size: cover;
}
.grid-four-col { height: 634px; }
.grid-four-col h2, .content_section .mobile_search_home h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 48px;
  margin: 100px 0 20px;
}
body ::-webkit-input-placeholder {
  color: #35475d;
}
body ::-moz-placeholder {
  color: #35475d;
}
body :-ms-input-placeholder {
  color: #35475d;
}
body :-moz-placeholder {
  color: #35475d;
}
.grid-four-col .text_field input, .content_section .mobile_search_home .text_field input {
  width: 100%;
  border: 0px;
  padding: 6px 40px;
  border-radius: 30px;
  font-style: italic;
  height: 36px;
  color: #808684;
}
.grid-four-col .text_field, .content_section .mobile_search_home .text_field {
  max-width: 770px;
  margin: 0px auto;
  position: relative;
}
.grid-four-col .text_field span, .content_section .mobile_search_home .text_field span {
    position: absolute;
    right: -1px;
    top: 0px;
    left: auto;
    bottom: auto;
    background: #35475d;
    width: 60px;
    display: inline-block;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    padding: 5px 5px 4px;
    opacity: 1;
    -webkit-text-stroke: 1px #35475d;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    height: 36px;
}
.grid-four-col .text_field span:hover, .content_section .mobile_search_home .text_field span:hover {
    color: #6aa1a1;
}
.grid-four-col .text_field span:hover i {
    transform: scale(1.2);
}
.footer_section {
  width: 100%;
  float: left;
  background: url(../images/footer_bg.jpg);
  background-size: cover;
  padding: 75px 6% 30px;
  font-family: 'Proxima Nova Lt';
}
.footer_section .footer_left {
  width: 26%;
  float: left;
}
.footer_section .footer_left img {
  max-width: 100%;
}
.footer_section .footer_center {
  width: 55%;
  float: left;
}
.footer_section .footer_center ul {
  margin: 0px;
  padding: 0px;
  width: 36%;
  float: left;
}
.footer_section .footer_center ul li {
  margin: 0px 0 25px;
  padding: 0px;
  list-style: none;
}
.footer_section .footer_center ul li a {
  color: #fff;
}
.footer_section .footer_center ul li a:hover {
  color: #6aa1a1;
}
.footer_section .footer_right {
  width: 15%;
  float: left;
}
.footer_section .footer_right .footer_social_icon {
    margin-bottom: 30px;
}
.footer_section .footer_right .footer_social_icon a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #293748;
    font-size: 18px;
    text-align: center;
    padding: 3px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.footer_section .footer_right .footer_social_icon a:hover {
    background: #35475d;
    color: #fff;
}
.footer_section .footer_right p {
  color: #fff;
  margin-bottom: 20px;
}
.footer_section .footer_right a {
  color: #fff;
}
.footer_section .footer_right a:hover {
  color: #6aa1a1;
}
.footer_section .footer_right img {
  max-width: 136px;
}
.footer_section .footer_right .copyright {
  color: #fff;
  font-size: 10px;
  margin: 30px 0 0;
}
.footer_section .footer_right .copyright a {
  color: #fff;
}
.footer_section .footer_right .copyright a:hover {
  color: #ffff00;
}
.search_section {
    width: 100%;
    float: left;
    padding: 22px 20px;
    background-image: url(../images/four_col_bg.png);
    background-size: cover;
    position: fixed;
    top: 134px;
    transition: 0.5s ease-in-out;
}
.search_section.sticky_search, .search_section.is-hidden {
    position: fixed;
    width: 100%;
    z-index: 99999;
    transition: 0.5s ease-in-out;
    /*top: 0;*/
}
.search_section.is-visible {
  padding: 12px 21px;
}
.search_section.is-visible {
    top: 134px;
}
.search_section.sticky_search.is-visible {
    top: 0px;
}
.logged-in.admin-bar .search_section, .logged-in.admin-bar .search_section.sticky_search.is-hidden {
  top: 166px;
}
.logged-in.admin-bar .search_section.sticky_search.is-visible {
    top: 32px;
}
.logged-in.admin-bar .header_section.is-visible.sticky_head {
  top: -140px;
}
.logged-in.admin-bar .pin-cat {
  top: 92px;
}
.search_section .search_cont input {
  width: 100%;
  border: 0px;
  padding: 6px 30px;
  border-radius: 30px;
  font-style: italic;
  height: 36px;
}
.search_section .search_cont {
  max-width: 740px;
  margin: 0px auto;
  position: relative;
}
.search_section .search_cont span {
    position: absolute;
    right: -1px;
    top: 0px;
    left: auto;
    bottom: auto;
    background: #35475d;
    width: 60px;
    display: inline-block;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    padding: 5px 5px 4px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke: 1px #35475d;
    cursor: pointer;
    height: 36px;
}
.search_section .search_cont span:hover {
    color: #6aa1a1;
}
.search_section .search_cont span:hover i {
    transform: scale(1.2);
}
.search_section .back_to_news {
  position: absolute;
  left: 6%;
  top: 18px;
}
.search_section.sticky_search.is-visible .back_to_news {
  top: 8px;
}
.search_section .back_to_news a {
    color: #fff;
    font-size: 16px;
    font-family: 'Proxima Nova Lt';
    position: relative;
    top: -4px;
}
.search_section .back_to_news a i {
    font-size: 34px;
    margin-right: 4px;
    position: relative;
    top: 8px;
    -webkit-text-stroke: 4px #6aa1a1;
}
.news_list_section .notice {
    color: #6aa1a1;
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
}
.mobile_back_to_news {
  display: none;
  background-color: #35475d;
  padding: 10px 0 4px;
  width: 100%;
  float: left;
  text-align: center;
}
.mobile_back_to_news a {
    background: #6aa1a1;
    padding: 0px 30px 0px 0px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}
.mobile_back_to_news a i {
    display: inline-block;
    background: #fff;
    color: #35475d;
    width: 40px;
    padding: 9px 0;
    text-align: center;
    margin-right: 20px;
}
.about_banner_section {
  width: 100%;
  float: left;
  position: relative;
  color: #fff;
}
.about_banner_section h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 48px;
  position: absolute;
  bottom: 30px;
  left: 8%;
  display: inline-block;
  width: 46%;
}
.about_banner_section img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
.single-post .about_banner_section img {
    height: 450px;
    object-fit: cover;
}
.events_banner_section {
  width: 100%;
  float: left;
  position: relative;
  color: #fff;
}
.events_banner_section img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.events_banner_section .evnets_banner_cont {
  width: 100%;
  padding: 0 7%;
  position: absolute;
  bottom: 30px;
}
.events_banner_section .evnets_banner_cont .left_content {
  width: 50%;
  float: left;
}
.events_banner_section .evnets_banner_cont .right_content {
  width: 50%;
  max-width: 380px;
  float: right;
  text-align: center;
}
.events_banner_section .evnets_banner_cont .left_content h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 48px;
    margin: 50px 0 0;
}
.events_banner_section .evnets_banner_cont .right_content h4, .events_banner_section .evnets_banner_cont .right_content li span {
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  font-family: 'Proxima Nova Rg';
}
.events_banner_section .evnets_banner_cont .right_content ul {
  margin: 10px 0 0;
  padding: 0px;
}
.events_banner_section .evnets_banner_cont .right_content ul li {
  margin: 0px;
  padding: 0px 10px;
  width: 78px;
  display: inline-block;
  font-size: 36px;
  font-family: 'Proxima Nova Th';
  line-height: 26px;
  border-right: 1px solid #fff;
}
.about_signup_section {
  width: 100%;
  float: left;
  padding: 60px 0 60px;
  position: relative;
}
.about_signup_section .about_text_left {
  width: 50%;
  float: left;
  padding: 0px 0 0 8%;
  font-size: 20px;
  line-height: 40px;
}
.offers_page .about_signup_section .about_text_left {
    margin-top: -25px;
    font-size: 16px;
    line-height: 26px;
}
.offers_page .about_banner_section h2 {
    left: 8%;
}
.offers_page .news_list_section {
    padding: 0px 5% 60px;
}
.about_signup_section .about_signup_right, .privacy_policy_section .privacy_signup_right {
  width: 50%;
  max-width: 570px;
  float: right;
  background-color: #6aa1a1;
  color: #fff;
  padding: 30px 40px 40px;
  border-radius: 0 0 0 30px;
  margin-top: -150px;
}
.about_signup_section .about_signup_right .text_field, .privacy_policy_section .privacy_signup_right .text_field {
    width: 100%;
    max-width: 430px;
    position: relative;
}
.about_signup_section .about_signup_right h2, .privacy_policy_section .privacy_signup_right h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    margin: 0px 0 25px 0px;
}
.events_signup_section .events_signup_right .text_field input,
.about_signup_section .about_signup_right .text_field input,
.privacy_policy_section .privacy_signup_right .text_field input {
  width: 100%;
  border: 0px;
  padding: 6px 60px 6px 15px;
  border-radius: 30px;
  font-style: italic;
  height: 36px;
  color: #808684;
  max-width: 210px;
  margin-right: 5px;
}
.privacy_policy_section .privacy_signup_right .text_field .container_input,
.about_signup_section .about_signup_right .text_field .container_input,
.events_signup_section .events_signup_right .text_field .container_input  { display: inline-block; }

.privacy_policy_section .privacy_signup_right .text_field .name_input input,
.about_signup_section .about_signup_right .text_field .name_input input { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.events_signup_section .events_signup_right .text_field .name_input input { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.about_signup_section .about_signup_right .text_field .email_input input ,
.privacy_policy_section .privacy_signup_right .text_field .email_input input,
.events_signup_section .events_signup_right .text_field .email_input input { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-right: 0; }

.about_signup_section .about_signup_right .text_field .cls-submit-newsletter,
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter,
.privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter {
    background: #36485d;
    width: 167px;
    display: inline-block;
    font-size: 13.61px;
    border-radius: 30px;
    padding: 8px 46px 9px 33px;
    color: #ffffff;
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: relative;
    margin-top: 22px;
}
.about_signup_section .about_signup_right .text_field .cls-submit-newsletter:hover,
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter:hover,
.privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter:hover {
  background: #ffffff;
  color: #36485d;
}
.about_signup_section .about_signup_right .text_field .cls-submit-newsletter i,
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter i,
.privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter i {
  height: 36px;
  width: 46px;
  padding: 12px 0 11px;
  text-align: center;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0; right: 0;
  background: #ffffff;
  color: #6aa1a1;
}
.about_signup_section .about_signup_right .text_field .cls-submit-newsletter:hover i,
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter:hover i,
.privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter:hover i {
    margin-left: 10px;
}
.events_mobile_signup {
  display: none;
}
.events_signup_section {
  width: 100%;
  float: left;
  padding: 40px 0 60px;
  position: relative;
}
.events_signup_section .events_text_left {
  width: 50%;
  float: left;
  padding: 0px 0 0 8%;
  font-size: 16px;
  line-height: 26px;
}
.events_signup_section .events_signup_right {
    width: 50%;
    max-width: 570px;
    float: right;
    background-color: #6aa1a1;
    color: #fff;
    padding: 30px 40px 40px;
    border-radius: 0 0 0 30px;
    margin-top: -140px;
}
.events_signup_section .events_signup_right .text_field {
    width: 100%;
    max-width: 430px;
    position: relative;
}
.events_signup_section .events_signup_right h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    margin: 0px 0 25px 0px;
}
.about_banner_section .mobile_link_sign_up {
  text-align: right;
  display: none;
}
.about_banner_section .mobile_link_sign_up a {
    background: #6aa1a1;
    padding: 0px 0px 0px 30px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    margin: -20px 20px 0px 0;
    overflow: hidden;
    position: relative;
    top: 25px;
}
.about_banner_section .mobile_link_sign_up a span {
    display: inline-block;
    background: #36485d;
    color: #fff;
    width: 42px;
    padding: 10px 0;
    text-align: center;
    margin-left: 20px;
}
.about_middle_section {
    width: 100%;
    float: left;
}
.about_middle_section .middle_img_cont {
    width: 80%;
    position: relative;
}
/* .about_middle_section .middle_img_cont.video { height: 550px; } */
.about_middle_section .middle_img_cont img {
    width: 100%;
    min-height: 175px;
    object-fit: cover;
}
.about_middle_section .middle_img_cont:after {
    content: "";
    position: absolute;
    right: -150px;
    top: -74px;
    background: url(../images/flourish1.png);
    width: 171px;
    height: 92px;
}
.about_middle_section .middle_text_cont {
    max-width: 80%;
    float: left;
    padding: 70px 0 80px;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
}
.about_middle_section .middle_text_cont p {
    max-width: 715px;
    margin: 0px auto;
}
.about_two_section {
  width: 100%;
  float: left;
  display: flex;
}
.about_two_section .two_cont_left, .about_two_section .two_cont_right {
  width: 50%;
  float: left;
}
.about_two_section .two_cont_left img {
  width: 100%;
}
.about_two_section .two_cont_right {
  background: url(../images/crow_img.jpg);
  background-size: cover;
  padding: 0 20px;
}
.about_two_section .two_cont_right h1 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 100px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.about_middle_section1 {
    width: 100%;
    float: left;
    padding: 200px 0 0;
}
.about_middle_section1 .middle_img_cont1 {
    width: 80%;
    position: relative;
    float: right;
    margin-bottom: 60px;
}
.about_middle_section1 .middle_img_cont1 img {
    width: 100%;
    min-height: 175px;
    object-fit: cover;
}
.about_middle_section1 .middle_img_cont1:after {
    content: "";
    position: absolute;
    left: -140px;
    top: -118px;
    background: url(../images/flourish2.png);
    width: 203px;
    height: 166px;
    z-index: -1;
}
.about_middle_section1 .middle_text_cont1 {
    max-width: 810px;
    margin: 0px auto;
    padding: 60px 0 100px;
    font-size: 20px;
    line-height: 40px;
}
.about_bottom_section {
  width: 100%;
  float: left;
  background: url(../images/ab_img4.jpg);
  background-size: cover;
  padding: 15% 20px;
  text-align: center;
  color: #fff;
}
.about_bottom_section.privacy_bottom_sec {
  display: none;
}
.about_bottom_section h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 48px;
    margin-top: 0;
}
.about_bottom_section a {
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 10px 0 0;
}
.about_bottom_section a:hover {
    background-color: #6aa1a1;
}
.contact_banner_section {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.contact_banner_section img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
.contact_banner_section h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  margin: 0;
}
.letushelp_section {
  width: 100%;
  float: left;
  padding: 70px 0;
}
.letushelp_section .container {
  max-width: 900px;
}
.letushelp_section .help_top_cont {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.letushelp_section .help_top_cont h3 {
  font-size: 30px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #36485d;
  margin: 0 0 30px;
}
.letushelp_section .form_cont {
  padding: 80px 0 0 0;
  font-size: 16px;
}
.letushelp_section .form_cont .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: inline-block !important;
    width: 100%;
    border: 2px solid #ff0000;
    margin: 0;
}
.letushelp_section .form_cont span.wpcf7-not-valid-tip {
    margin-top: -20px;
}

@media only screen and (min-width: 769px){
    .wpcf7-not-valid-tip{
        position: absolute;
    }
    /* .about_middle_section .middle_img_cont.video { height: 250px; } */
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output{
    font-size: 14px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 1px solid #ff0000 !important;
}
.letushelp_section .form_cont .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
    width: 100%;
    border: 2px solid #36485d;
    background: #6aa1a1;
    color: #fff;
    margin: 0px;
}
.letushelp_section .form_cont ::-webkit-input-placeholder {
  color: #808684;
}
.letushelp_section .form_cont ::-moz-placeholder {
  color: #808684;
}
.letushelp_section .form_cont :-ms-input-placeholder {
  color: #808684;
}
.letushelp_section .form_cont :-moz-placeholder {
  color: #808684;
}
.letushelp_section .form_cont .form_cont_left {
  width: 52%;
  float: left;
}
.letushelp_section .form_cont .form_cont_right {
  width: 34%;
  float: right;
  padding: 20px 0 0;
  position: relative;
}
.letushelp_section .form_cont .form_cont_right:after {
    content: "";
    position: absolute;
    right: -34px;
    top: -8px;
    width: 164px;
    height: 77px;
    background: url(../images/flourish5.png);
    background-size: 100% 100%;
}
.letushelp_section .form_cont .form_cont_left input[type="text"], .letushelp_section .form_cont .form_cont_left input[type="email"] {
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #6aa0a0;
  padding: 8px;
  margin-bottom: 32px;
}
.letushelp_section .form_cont .form_cont_left textarea {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 30px;
  border: 0px;
  height: 320px;
  margin: 50px 0 30px;
}
.letushelp_section .form_cont .form_cont_right ul {
  margin: 20px 0 0px;
  padding: 0px;
}
.letushelp_section .form_cont .form_cont_right ul li {
  margin: 12px 0;
  list-style: none;
  position: relative;
}
.letushelp_section .form_cont .form_cont_left label, .letushelp_section .form_cont .form_cont_right ul li label {
  font-weight: normal;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.letushelp_section .form_cont .form_cont_right ul li .wpcf7-form-control-wrap + label { opacity: 0; position: absolute; left: -99vw; }
.letushelp_section .form_cont .form_cont_right .styled-checkbox { position: relative; top: auto; opacity: 1; }
.letushelp_section .form_cont .form_cont_right .interest-checkbox { display: block; }
.letushelp_section .styled-checkbox input[type="checkbox"] { cursor: pointer; }
.letushelp_section .form_cont .form_cont_right .styled-checkbox span.wpcf7-list-item-label { font-size: 16px; cursor: pointer; }
.letushelp_section .form_cont .form_cont_left label {
  padding: 0 0 0 5px;
}
.letushelp_section .form_cont .submit_cont {
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px;
}
.letushelp_section .form_cont .submit_cont input[type="submit"] {
    background: #36485d;
    padding: 8px 60px 8px 30px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    height: 32px;
}
.letushelp_section .form_cont .submit_cont span.btn_icon {
    display: inline-block;
    background: #6aa1a1;
    color: #fff;
    width: 42px;
    padding: 5px 0 4px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    position: relative;
    left: -46px;
    top: 1px;
    height: 32px;
    -webkit-text-stroke: 1px #6aa1a1;
}
.styled-checkbox {
    position: absolute;
    top: 5px;
    opacity: 0;
}
.styled-checkbox + label,
.wpcf7-form-control-wrap.interest + label{
  position: relative;
  cursor: pointer;
  padding: 7px 0;
  font-weight: normal;
}
.styled-checkbox + label:before,
.wpcf7-form-control-wrap.interest + label:before {
  content: '';
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-top;
  width: 28px;
  height: 28px;
  background: white;
  border: 2px solid #6aa0a0;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
/*.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}*/
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkit:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 3px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #35475d;
    border-bottom: 2px solid #35475d;
}

.styled-checkbox input:checked + label:after{
    content: '';
    position: absolute;
    left: 10px;
    top: 3px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #35475d;
    border-bottom: 2px solid #35475d;
}
/*********** wp form css ********/
.styled-checkbox span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding: 0 0;
    font-weight: normal;
    font-size: 0;
}
.form_cont_right li label:before,
.styled-checkbox span.wpcf7-list-item-label:before {
    content: "";
    margin-right: 20px;
    display: inline-block;
    vertical-align: text-top;
    width: 28px;
    height: 28px;
    background: white;
    border: 2px solid #6aa0a0;
    border-radius: 50%;
    position: relative;
    top: -2px;
}
.mc-field-group input[type="checkbox"], 
.styled-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 9;
}
.styled-checkbox span.wpcf7-list-item {margin: 0;}
.letushelp_section .form_cont .form_cont_left .styled-checkbox span.wpcf7-list-item {
    margin: 0 0 0 5px;
}
.form_cont_right li label:after,
.styled-checkbox span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #36485d;
    border-bottom: 2px solid #36485d;
    opacity: 0;
}
.form_cont_right li input[type="checkbox"]:checked + label:after,
.styled-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    opacity: 1;
}
/*********** wp form css end ********/
.address_section {
  width: 100%;
  float: left;
  padding: 20px 0 120px;
}
.address_section .address_cont {
  width: 100%;
  max-width: 1180px;
  margin: 0px auto;
  padding: 40px 8%;
  background: url(../images/four_col_bg.png);
  background-position: center center;
  background-size: cover;
  border-radius: 150px;
  color: #fff;
  overflow: hidden;
}
.address_section .address_cont h2 {
    font-size: 30px;
    font-family: 'Yeseva One';
    font-style: italic;
    margin: 0 0 30px;
}
.address_section .address_cont .adcont_left {
    width: 48%;
    float: left;
}
.address_section .address_cont .adcont_right {
    width: 48%;
    float: right;
}
.address_section .address_cont .left_title {
    width: 45%;
    float: left;
}
.address_section .address_cont .left_title h3 {
    margin: 0 0 20px;
    font-weight: 600;
}
.address_section .address_cont .right_content {
    width: 55%;
    float: left;
    border-left: 2px solid #fff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    font-family: 'Proxima Nova Lt';
}
.address_section .address_cont .right_content p {
    margin: 0px;
    max-width: 200px;
}
.address_section .address_cont .right_content p a {
  color: #fff;
}
.address_section .address_cont .right_content p a:hover {
  color: #35475d;
}
.address_section .address_cont .right_content span.mobile_icon  {
    display: none;
}
.address_section .address_cont .right_content span.mobile_icon i {
    width: 30px;
    height: 30px;
    background: #6aa1a1;
    display: inline-block;
    border: 1px solid #35475d;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    margin: 0 3px;
}
.dd_top_section {
  width: 100%;
  float: left;
  padding: 0 0 75px;
}
.dd_top_section .dd_left_cont {
  width: 50%;
  float: left;
}
.dd_top_section .dd_left_cont img {
  width: 100%;
}
.dd_top_section .dd_right_cont {
  width: 50%;
  float: left;
  padding: 40px 6%;
  font-size: 16px;
  line-height: 30px;
}
.dd_top_section .dd_right_cont h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 40px;
    color: #35475d;
    margin: 20px 0 30px;
}
.dd_top_section .dd_right_cont h4 {
    font-weight: 600;
    color: #35475d;
    margin-top: 35px;
}
.dd_top_section .dd_right_cont a {
    background: #36485d;
    padding: 0px 0px 0px 25px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 10px 20px 0;
    transition: 0.5s ease-in-out;
}
.dd_top_section .dd_right_cont a span {
    display: inline-block;
    background: #6aa1a1;
    color: #fff;
    width: 42px;
    padding: 2px 0;
    text-align: center;
    margin-left: 15px;
    position: relative;
    border-radius: 0 30px 30px 0;
    right: -2px;
}
.dd_top_section .dd_right_cont a i {
    transition: 0.5s ease-in-out;
    font-family: fontawesome;
}
.dd_top_section .dd_right_cont a:hover i.fas.fa-arrow-right {
    margin-left: 10px;
}
.dd_top_section .dd_right_cont span.ld_right_link {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 0;
}
.dd_top_section .dd_right_cont .partner_img img {
    margin: 20px 0;
}
.more_offers_section {
  width: 100%;
  float: left;
  padding: 0px 4% 60px;
}
.more_offers_section h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    color: #35475d;
    margin: 0 0 30px 0;
}
.more_offers_section.trip_planneroffer_sec h2 {
    border-top: 2px solid #6aa1a1;
    padding-top: 70px;
}
.more_offers_section h2 span {
  position: relative;
  display: inline-block;
}
.more_offers_section h2 span:before {
    content: "";
    position: absolute;
    right: -100px;
    top: -30px;
    width: 149px;
    height: 82px;
    background: url(../images/flourish3.png);
    background-size: 100% 100%;
}
.more_offers_section .offers_cont {
    width: 48%;
    float: left;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 0 30px 0 0;
    margin: 20px 0 15px;
    height: 240px;
}
.more_offers_section .offers_cont:nth-child(odd) {
    float: right;
}
.more_offers_section .offers_cont .offer_img {
    width: 58%;
    float: left;
}
.more_offers_section .offers_cont .offer_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.more_offers_section .offers_cont .offer_content {
    width: 42%;
    float: left;
    padding: 0 20px;
    position: relative;
}
.more_offers_section .offers_cont .offer_content h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.more_offers_section .offers_cont .offer_content h3 {
    font-size: 28px;
    font-weight: bold;
    color: #255060;
}
.more_offers_section .offers_cont .offer_content a {
    color: #6aa1a1;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    margin: 14px 0;
}
.more_offers_section .offers_cont .offer_content a i {
    color: #255060;
    font-size: 14px;
    margin: 0px 5px;
    display: inline-block;
    transition: 0.5s ease-in-out;
}
.more_offers_section .offers_cont .offer_content a:hover i {
    margin: 0 15px;
}
.more_offers_section .offers_cont .offer_content .favourate {
    position: absolute;
    top: 4px;
    right: 0px;
}
.more_offers_section .offers_cont .offer_content .favourate a {
    margin: 0px;
}
.more_offers_section .offers_cont .offer_content .favourate i {
    margin: 0 !important;
    font-size: 25px;
}
/*.more_offers_section .offers_cont .offer_content .favourate i:hover:before {
    content: "\f004" !important;
}*/
.detail_bar_section {
  width: 100%;
  float: left;
  background: #35475d;
  color: #fff;
}
.detail_bar_section ul {
  padding: 0;
  margin: 0;
}
.detail_bar_section ul li {
  margin: 0 40px 0 0;
  list-style: none;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  padding: 20px 10px 20px 0;
  font-family: 'Proxima Nova Lt';
}
.detail_bar_section ul .mobile_get_dir {
  display: none;
  position: relative;
  padding-left: 58px;
}
.detail_bar_section ul .mobile_get_dir span.icon_span {
    position: absolute;
    top: 46%;
    left: 20px;
    transform: translateY(-50%);
}
.detail_bar_section ul li:last-child {
  margin: 0;
  float: right;
}
.detail_bar_section ul li a, .detail_bar_section ul li.mobile_get_dir a {
  color: #fff;
}
.detail_bar_section ul li.add-fvt a {
    background: #6aa1a1;
    padding: 0px 0px 0px 20px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
}
.detail_bar_section ul li i {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.detail_bar_section ul li.add-fvt a span {
    display: inline-block;
    background: #fff;
    color: #35475d;
    width: 42px;
    padding: 9px 0;
    text-align: center;
    margin-left: 10px;
    position: relative;
    right: -2px;
    border-radius: 0px 30px 30px 0;
}
.detail_bar_section ul li.add-fvt a span i {
    font-size: 15px;
    margin-right: 0px;
    top: 1px;
}
.event_content_section {
  width: 100%;
  float: left;
  padding: 70px 0;
}
.event_content_section .event_content_left {
  width: 60%;
  float: left;
}
.event_content_section .event_content_right {
  width: 35%;
  float: right;
}
.event_content_section .event_content_left h3 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 24px;
    color: #35475d;
    margin: 0 0 30px
}
.event_content_section .event_content_left img {
    width: 100%;
    margin-bottom: 30px;
}
.event_content_section .event_content_left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.event_content_section .event_content_right .map_sec_top {
    margin-bottom: 50px;
}
.event_content_section .event_content_right .map_sec_top .map_heading {
    background: #6aa1a1;
    color: #fff;
    padding: 20px 30px 10px;
    border-radius: 30px 30px 0 0;
    font-size: 16px;
}
.event_content_section .event_content_right .map_sec_top .map_heading span {
    float: left;
    font-size: 30px;
    padding: 15px 20px 20px 0;
}
.event_content_section .event_content_right .map_sec_top .map_heading p.map_address_bar {
    min-height: 66px;
    /*max-width: 175px;*/
}
.event_content_section .upcoming_events_cont h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    color: #fff;
    padding: 15px;
    margin: 0 0 0px;
    background: #35475d;
    text-align: center;
}
.event_content_section .upcoming_events_cont ul {
    padding: 30px;
    margin: 0;
    background: #f5f5f5;
}
.event_content_section .upcoming_events_cont ul li {
  margin: 0 0px 30px 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.event_content_section .upcoming_events_cont ul li a {
    color: #35475d;
    font-weight: bold;
    padding: 10px 0;
    display: block;
}
@media (min-width: 1200px) {
.event_content_section .upcoming_events_cont ul li {
  height: 80px;
}
.event_content_section .upcoming_events_cont ul li a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
}
.event_content_section .upcoming_events_cont span.time {
    background: #6aa1a1;
    color: #fff;
    float: left;
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
    width: 78px;
}
.event_content_section .upcoming_events_cont span.date {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Yeseva One';
}
.event_partner_section {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 60px;
}
.event_partner_section h2 {
    font-size: 30px;
    font-family: 'Yeseva One';
    font-style: italic;
    color: #35475d;
}
.event_partner_section ul {
    padding: 0px;
    margin: 20px 0;
    border-top: 2px solid #6aa1a1;
    border-bottom: 2px solid #6aa1a1;
}
.event_partner_section ul li {
  margin: 25px 20px;
  list-style: none;
  display: inline-block;
}
.event_category_section {
  width: 100%;
  float: left;
  padding: 0px 4% 60px;
}
.event_category_section ul {
    padding: 0px;
    margin: 0px 0 30px;
}
.event_category_section ul li {
  margin: 0px 45px;
  list-style: none;
  display: inline-block;
  font-size: 24px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  position: relative;
}
.event_category_section ul li.active:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 28px;
    background: url(../images/ver_nav_flourish.png);
    left: -38px;
    top: 0;
    background-size: 100% 100%;
}
.event_category_section ul li a {
  color: #35475d;
}
.event_category_section ul li a[data-catslug="live-local"] {
  text-decoration: underline;
}
.event_category_section ul li a:hover { color: #6aa1a1; }
.event_category_section .events_mobile_category {
  display: none;
}
.event_category_section .category_cont {
  width: 100%;
  display: inline-block;
}
.event_category_section .category_grid {
  width: 33.3333%;
  float: left;
  padding: 1px;
  position: relative;
  overflow: hidden;
}
.event_category_section .category_grid:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.event_category_section .category_grid:hover:after {
    opacity: 1;
}
.event_category_section .category_grid_full {
  width: 100%;
}
.event_category_section .category_grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.event_category_section .category_grid_full img {
  height: 550px;
}
.event_category_section .category_grid:hover img {
    transform: scale(1.1);
}
.event_category_section .category_grid .date_caption {
    position: absolute;
    top: 1px;
    right: 30px;
    z-index: 9;
}
.event_category_section .category_grid span.time {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 78px;
    text-transform: uppercase;
}
.event_category_section .category_grid span.date {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Yeseva One';
}
.event_category_section .category_grid .category_caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 9;
}
.event_category_section .category_grid .category_caption h2 {
  font-size: 24px;
  color: #fff;
}
@media (min-width: 768px) {
.event_category_section .category_grid_full span.time {
    width: 176px;
    font-size: 20px;
}
.event_category_section .category_grid_full span.date {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Yeseva One';
}
.event_category_section .category_grid_full .category_caption h2 {
    font-size: 40px;
    font-family: 'Yeseva One';
    font-style: italic;
}
}
.event_category_section .category_grid .category_caption a {
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 5px 0 0;
}
.event_category_section .category_grid .category_caption a:hover {
    background-color: #6aa1a1;
}
.event_category_section .category_grid span.favourate {
    position: absolute;
    bottom: 10px;
    left: 49%;
    font-size: 20px;
    z-index: 9;
}
.event_category_section .category_grid span a {
    color: #fff;
}
.getting_here_banner {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.getting_here_banner img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
.getting_here_banner .getting_here_caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  padding: 0 30px;
}
.getting_here_banner h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 48px;
  margin: 0 0 12px;
}
.getting_map_section {
  width: 100%;
  float: left;
  padding: 0;
  color: #2b4363;
  position: relative;
}
.getting_map_section .getting_map_right {
    width: 70%;
    float: right;
}
.getting_map_section .getting_map_right #googleMap {
  height: 640px;
}
.getting_map_section .etting_map_content {
    width: 30%;
    float: left;
    background-color: #C7D7D4;
    min-height: 640px;
    padding: 8% 20px 0px 6%;
}
.getting_map_section .etting_map_content h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 72px;
  margin: 0 0;
}
.getting_map_section .etting_map_content h3 {
  margin: 0 0 50px;
}
.paid_ad_section {
  width: 100%;
  float: left;
  padding: 70px 6% 60px 8%;
}
.paid_ad_section .paid_ad_left {
  width: 60%;
  float: left;
}
.paid_ad_section .paid_ad_right {
  width: 30%;
  float: right;
}
.paid_ad_section .paid_ad_left h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 30px;
  color: #35475d;
  position: relative;
  margin: 5px 0 20px;
}
.paid_ad_section .paid_ad_left h2:before {
    content: "";
    position: absolute;
    width: 164px;
    height: 77px;
    background: url(../images/flourish4.png);
    background-size: 100% 100%;
    left: -70px;
    top: -32px;
    z-index: -1;
}
.paid_ad_section .paid_ad_left p {
  font-size: 16px;
  line-height: 30px;
}
.getting_bottom_section {
  width: 100%;
  float: left;
  padding: 0px 8% 90px;
}
.getting_bottom_section .getting_bottom_left {
  width: 48%;
  float: left;
}
.getting_bottom_section .getting_bottom_left img {
  width: 100%;
}
.getting_bottom_section .getting_bottom_right {
  width: 46%;
  float: right;
}
.getting_bottom_section .getting_bottom_right h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 30px;
  color: #35475d;
  margin: 20px 0;
}
.getting_bottom_section .getting_bottom_right p {
  font-size: 16px;
  line-height: 30px;
}
.getting_bottom_section .getting_bottom_right a {
    background: #36485d;
    padding: 0px 0px 0px 20px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0;
}
.getting_bottom_section .getting_bottom_right a span {
    display: inline-block;
    background: #6aa1a1;
    color: #fff;
    width: 42px;
    padding: 9px 0;
    text-align: center;
    margin-left: 10px;
    border-radius: 0 30px 30px 0;
    right: -2px;
    position: relative;
}
.just_begining_section {
  width: 100%;
  float: left;
  padding: 60px 0 0;
}
.just_begining_section .container {
  max-width: 1330px;
  width: 100%;
}
.just_begining_section .begining_top {
  text-align: center;
  font-size: 20px;
}
.just_begining_section h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 30px;
  color: #35475d;
  margin: 15px 0 30px;
}
.just_begining_section .begining_bottom {
    margin: 60px 0 100px;
    width: 100%;
    display: inline-block;
}
.just_begining_section .begining_bottom .begin_cont {
    background-color: #f5f5f5;
    padding: 20px 20px 10px;
    border-radius: 0 0 30px 30px;
}
.just_begining_section .begining_bottom .begin_cont img {
    width: 100%;
    margin-bottom: 10px;
    height: 210px;
    object-fit: cover;
}
.just_begining_section .begining_bottom .begin_cont a {
    font-size: 24px;
    font-weight: bold;
    color: #255060;
}
.just_begining_section .begining_bottom .begin_cont a i {
    font-size: 12px;
    color: #6aa1a1;
    transition: 0.5s ease-in-out;
    position: relative;
    top: -2px;
}
.just_begining_section .begining_bottom .begin_cont a:hover i {
    margin-left: 10px;
}
.location_get_section {
  width: 100%;
  float: left;
  padding: 80px 0 60px;
}
.location_get_section .location_get_cont {
  max-width: 1100px;
  margin: 0px auto;
  background-color: #6aa1a1;
  padding: 0 15px;
  border-radius: 100px;
  color: #fff;
}
.location_get_section .mobile_location_get_cont {
  display: none !important;
}
.location_get_section .location_get_cont ul {
    padding: 0px;
    margin: 0px 0;
}
.location_get_section .location_get_cont ul li {
  margin: 15px 20px;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
  font-family: 'Proxima Nova Lt';
  line-height: 22px;
}
.location_get_section .location_get_cont ul li label {
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 11px;
}
.location_get_section .location_get_cont ul li.address_single {
    max-width: 165px;
}
.location_get_section .location_get_cont ul li.timing_single {
  max-width: 175px;
}
.location_get_section .location_get_cont ul li.timing_single span {
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}
.location_get_section .location_get_cont ul li a {
  color: #fff;
}
.location_get_section .location_get_cont ul li span.icon_span {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}
.location_get_section .location_get_cont ul li i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.location_get_section .location_get_cont ul li a i {
    margin-right: 20px;
}
.location_get_section .location_get_cont ul li img {
    margin-top: -6px;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
  color: #e7711b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}
.star-ratings-sprite {
  background: url("../images/rating_icon.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 6px 0 0;
}
.star-ratings-sprite-rating {
  background: url("../images/rating_icon.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 22px;
  display: block;
}
.discover_delightful {
  width: 100.2%;
  float: left;
  padding: 0px 0 75px;
}
.discover_delightful h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 34px;
  color: #35475d;
  text-align: center;
  margin: 10px 0 35px 0;
}
.discover_delightful .grid-cont {
  height: auto;
}
.discover_delightful .discover_cont {
  width: 25%;
  padding: 1px;
  float: left;
  position: relative;
  overflow: hidden;
}
.discover_delightful .discover_cont img {
  width: 100%;
  transition: 0.5s ease-in-out;
  height: 440px !important;
  object-fit: cover;
}
.discover_delightful .discover_cont:hover img {
    transform: scale(1.1);
}
.discover_delightful .discover_cont span {
    position: absolute;
    bottom: 4px;
    left: 15px;
    font-size: 22px;
}
.discover_delightful .discover_cont span a {
    color: #fff;
}
.location_map_section {
  width: 100%;
  float: left;
  padding: 0px 0;
  display: flex;
  position: relative;
}
.location_map_dropdown_cont {
    padding: 0 20px;
    position: absolute;
    top: -20px;
    z-index: 99;
    width: 100%;
}
.mobile_location_drpodown {
  display: none;
  width: 50%;
  float: left;
  padding: 0 2px 0 0;
}
.mobile_location_drpodown.right {
  float: right;
  padding: 0 0px 0 2px;
}
.mobile_location_drpodown .btn-info {
    color: #fff;
    background-color: #35475d !important;
    border-color: #35475d !important;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 30px 0 0 0px;
    text-align: left;
    padding: 5px 20px;
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 18px;
}
.mobile_location_drpodown .btn-info.collapsed {
  border-radius: 30px 0 0 30px;
}
.mobile_location_drpodown.right .btn-info {
    border-radius: 0px 30px 0px 0px;
}
.mobile_location_drpodown.right .btn-info.collapsed {
  border-radius: 0px 30px 30px 0px;
}
.mobile_location_drpodown .btn-info.collapsed:before {
    transform: rotate(90deg);
}
.mobile_location_drpodown .btn-info:before {
    float: right !important;
    content: "";
    position: relative;
    top: 5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #6aa1a1;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}
.mobile_location_drpodown ul {
    background: #6aa1a1;
    margin: 0px 0;
    padding: 0px 10px;
}
.mobile_location_drpodown ul li {
    margin: 0px 10px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #5e9494;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0;
}
.mobile_location_drpodown ul li:before {
    display: none;
}
.mobile_location_drpodown ul li a {
    color: #fff;
    cursor: pointer;
}
.mobile_location_drpodown ul li.active a {
    color: #35475d !important;
}
.location_map_section .location_map_left {
  width: 26%;
  float: left;
  background-color: #35475d;
  padding: 30px 30px 30px 6%;
}
.location_map_section .location_map_right {
  width: 74%;
  float: left;
}
/*.location_map_section .location_map_right #googleMap {
    height: 640px !important;
}*/
/*.location_map_section .location_map_right*/ #googleMap .gm-style .gm-style-iw-t::after {
    border-top: 11px solid #e5e3df;
    background: #e5e3df;
}
/*.location_map_section .location_map_right*/ #googleMap .gm-style .gm-style-iw-c {
  background-color: #e5e3df;
  border-radius: 0px;
  box-shadow: 0 0px 0px 0px rgba(0,0,0,0.3);
  padding-bottom: 12px !important;
  padding-right: 12px !important;
  overflow: visible;
}
/*.location_map_section .location_map_right*/ #googleMap .gm-style-iw-d {
    overflow: auto !important;
}
/*.location_map_section .location_map_right*/ #googleMap .info_window span {
    display: inline-block;
    width: 100%;
}
/*.location_map_section .location_map_right*/ #googleMap .gm-ui-hover-effect {
    display: none !important;
}
/*.location_map_section .location_map_right*/ #googleMap .info_window span.cross {
    position: absolute;
    background: #fff;
    color: #35475d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-text-stroke: 2px #fff;
    border: 2px solid #35475d;
    top: -14px;
    right: -14px;
    cursor: pointer;
    display: none;
}
/*.location_map_section .location_map_right*/ #googleMap .info_window {
    color: #fff;
    max-width: 125px;
}
/*.location_map_section .location_map_right*/ #googleMap .info_window a {
    color: #35475d;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 0px;
    font-weight: 600;
}
/*.location_map_section .location_map_right*/ #googleMap .info_window a:after {
    content: "\f061";
    font-family: fontawesome;
    color: #fff;
    margin-left: 6px;
    font-weight: normal;
    -webkit-text-stroke: 1px #6aa0a1;
}
/*.location_map_section .location_map_right*/ #googleMap .gm-style {
    font: 400 12px 'Proxima Nova Rg' !important;
}
.location_map_section .location_map_left ul {
  margin: 0px;
  padding: 0px;
}
.location_map_section .location_map_left ul li {
  margin: 20px 0;
  padding: 0px;
  list-style: none;
  position: relative;
}
.location_map_section .location_map_left ul li.active:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 30px;
    background: url(../images/ver_nav_flourish.png);
    left: -38px;
    top: 0;
    background-size: 100% 100%;
}
/*.location_map_section .location_map_left ul li ul li:first-child:before {
    display: none;
}*/
.location_map_section .location_map_left ul li a {
  color: #fff;
  font-size: 30px;
  font-family: 'Yeseva One';
  font-style: italic;
}
.location_map_section .location_map_left ul li a:hover {
  color: #6aa1a1;
}
.location_map_section .location_map_left ul li ul {
  padding: 0 0 2px 40px;
}
.location_map_section .location_map_left ul li ul li {
    margin: 5px 0;
}
.location_map_section .location_map_left ul li ul li a {
  font-size: 16px;
  font-family: 'Proxima Nova Rg' !important;
  font-style: normal;
}
.location_list_section {
  width: 100%;
  float: left;
  padding: 30px 0px 80px;
}
.location_list_section h2 {
  font-size: 30px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  padding: 0px 20px 30px 70px;
  position: relative;
}
.location_list_section h2:before {
    content: "";
    position: absolute;
    width: 164px;
    height: 77px;
    background: url(../images/flourish4.png);
    background-size: 100% 100%;
    left: 0px;
    top: -25px;
    z-index: -1;
}
.location_list_section .location_list_cont {
  max-width: 1050px;
  margin: 0px auto;
  border-top: 2px solid #6aa1a1;
  border-bottom: 2px solid #6aa1a1;
  overflow: hidden;
  padding: 30px 0 40px;
}
.location_list_section .location_list_cont .col-sm-4 {
    padding: 0;
}
.location_list_section .location_list_cont ul {
  margin: 0px;
  padding: 0px 20px 0 0;
}
.location_list_section .location_list_cont ul li {
  margin: 5px 0;
  padding: 0px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.location_list_section .location_list_cont ul li a {
  color: #808684;
}
.news_update_section {
  width: 100%;
  float: left;
  padding: 30px 4% 40px;
}
.news_update_section .news_category_top h2 {
  font-size: 48px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  padding-left: 3%;
}
.news_update_section .news_category_top .mobile_news_categories, .special_offers_category .mobile_news_categories {
  display: none;
}
.news_update_section .news_category_top ul {
    padding: 0px;
    margin: 50px 0;
}
.news_update_section .news_category_top ul li {
  margin: 0px 44px;
  list-style: none;
  display: inline-block;
  font-size: 24px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  position: relative;
}
.news_update_section .news_category_top ul li.active:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 28px;
    background: url(../images/nav_flourish.png);
    left: -38px;
    top: 0;
    background-size: 100% 100%;
}
.news_update_section .news_category_top ul li a {
  color: #35475d;
}
.news_section_all {
    display: inline-block;
    width: 100%;
}
.news_slider_section {
  width: 100%;
  display: inline-block;
}
.news_slider_section .crausel_left_news {
  width: 35%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 20px 20px 4%;
}
.news_slider_section .crausel_left_news a {
  color: #808684;
}
.news_slider_section .news_img_right {
  width: 65%;
  float: right;
}
.news_slider_section .news_img_right img {
  width: 100%;
  height: 545px;
  object-fit: cover;
}
.news_slider_section .news_slider_left p.current {
    position: absolute;
    bottom: 9%;
    left: 10%;
    font-style: italic;
    font-size: 16px;
    color: #35475d;
}
.news_slider_section .news_slider_left .mobile_arrow_slide, .news_slider_section .news_slider_left .mobile_arrow_slide_top {
    display: none;
}
.news_slider_section .news_slider_left .carousel-indicators {
    bottom: 8%;
    left: 4%;
    width: auto;
    margin-left: 0;
}
.news_slider_section .news_slider_left .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #e3e3e3;
    border: 3px solid #e3e3e3;
    margin: 0 5px;
}
.news_slider_section .news_slider_left .carousel-indicators .active {
    background-color: #fff;
    border: 3px solid #35475d;
}
@media only screen
and (min-width: 768px) {
  .news_slider_section .navgation_cont { position: absolute; left: 4%; width: 100%; bottom: 8%; }
  .news_slider_section .news_slider_left .carousel-indicators { bottom: auto; left: auto!important; width: auto; margin-left: 0; position: relative; display: inline-block; }
  .news_slider_section .news_slider_left p.current { position: relative; bottom: auto; left: auto; vertical-align: top; display: inline-block; }
}
@media only screen
and (min-width: 768px)
and (max-width: 1000px) {
  .news_slider_section .navgation_cont { bottom: 2%; }
}
.news_slider_section .news_slider_left h4 {
  color: #808684;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news_slider_section .news_slider_left h2 {
  font-size: 40px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  margin: 30px 0 45px;
}
.news_list_section {
  width: 100%;
  float: left;
  padding: 100px 5% 60px;
}
.news_list_section h2 {
  font-size: 30px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  text-align: center;
}
.package_promo_page .news_list_section {
  padding-top: 30px;
}
.package_promo_page .news_list_section h2 {
    margin: 40px 0;
}
.package_promo_page .news_list_section h2 span {
  position: relative;
  display: inline-block;
}
.package_promo_page .news_list_section h2 span:before {
    content: "";
    position: absolute;
    right: -100px;
    top: -30px;
    width: 149px;
    height: 82px;
    background: url(../images/flourish3.png);
    background-size: 100% 100%;
}
.news_list_section .news_list_cont {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 35px;
    border-radius: 0 30px 0 0;
    margin: 20px 0;
}
.news_list_section .news_list_cont .news_list_img {
    width: 34%;
    float: left;
}
.news_list_section .news_list_cont .news_list_img img {
    width: 100%;
    object-fit: cover;
    height: 270px;
}
.news_list_section .news_list_cont .news_right_content {
    width: 66%;
    float: left;
    padding: 0 2% 0 6%;
    position: relative;
}
.news_list_section .news_list_cont .news_right_content h6 {
    font-size: 16px;
    text-align: right;
    letter-spacing: 1px;
    margin: 0px 0 0;
    text-transform: uppercase;
}
.news_list_section .news_list_cont .news_right_content h6 a {
    color: #808684;
    font-weight: normal;
    margin: 0px;
}
.news_list_section .news_list_cont .news_right_content h3 {
    font-size: 36px;
    font-weight: bold;
    color: #255060;
    max-width: 500px;
    margin: 0 0 20px;
}
.news_list_section .news_list_cont .news_right_content a.right_cont_anch {
    margin: 0 0;
}
.news_list_section .news_list_cont .news_right_content p {
    max-width: 500px;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #808684;
}
.news_list_section .news_list_cont .news_right_content a {
    color: #6aa1a1;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 15px 0 0;
}
.news_list_section .news_list_cont .news_right_content a:hover {
    color: #255060;
}
.news_list_section .news_list_cont .news_right_content a i {
    color: #255060;
    font-size: 14px;
    margin: 0px 5px;
    display: inline-block;
    transition: 0.5s ease-in-out;
}
.news_list_section .news_list_cont .news_right_content a:hover i {
    margin: 0px 15px;
}
.news_detail_section {
  width: 100%;
  float: left;
  padding: 70px 0 150px;
}
.news_detail_section .news_content_left {
  width: 60%;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.news_detail_section .news_content_right {
  width: 35%;
  float: right;
}
.news_detail_section .news_content_left h3 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 40px;
    color: #35475d;
    margin: -5px 0 40px
}
.news_detail_section .news_content_left img {
    width: 100%;
    margin-bottom: 30px;
}
.news_detail_section .news_content_left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.news_detail_section .news_content_right .news_paid_top img {
  margin-bottom: 40px;
}
.news_detail_section .news_content_right .news_related_cont h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    color: #fff;
    background-color: #35475d;
    text-align: center;
    padding: 12px;
    margin: 0;
}
.news_detail_section .news_content_right .news_related_cont ul {
    padding: 40px 30px;
    margin: 0px 0;
    background-color: #f5f5f5;
}
.news_detail_section .news_content_right .news_related_cont ul li {
  margin: 0px 0px;
  list-style: none;
}
.news_detail_section .news_content_right .news_related_cont ul li img {
  width: 100%;
}
.news_detail_section .news_content_right .news_related_cont ul li a {
  margin: 10px 0px 30px;
  list-style: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #35475d;
}
.sip_stay_section {
  width: 100%;
  float: left;
  padding: 55px 8% 80px;
}
.sip_stay_section .sip_stay_left {
  width: 60%;
  float: left;
}
.sip_stay_section .sip_stay_right {
  width: 30%;
  float: right;
}
.sip_stay_section .sip_stay_left h3 {
  font-size: 20px;
  color: #35475d;
  font-weight: 600;
  margin-top: 32px;
}
.sip_stay_section .sip_stay_left h3:first-child {
  margin-top: 0px;
}
.sip_stay_section .sip_stay_left p {
  font-size: 16px;
  line-height: 30px;
}
.mobile_sip_stay_right {
  display: none;
}
.package_promo_slider .news_slider_left {
  float: right;
}
.package_promo_slider .news_img_right {
  float: left;
}
@media (min-width: 768px) {
.news_slider_section.package_promo_slider .crausel_left_news {
    padding: 20px 6% 20px 50px;
}
.news_slider_section.package_promo_slider .news_slider_left .carousel-indicators {
    left: auto;
    right: 24%;
}
.news_slider_section.package_promo_slider .news_slider_left p.current {
    left: auto;
    right: 18%;
}
}
.special_offers_category ul {
    padding: 0px;
    margin: 0px 0 40px;
}
.special_offers_category ul li {
  margin: 0px 44px;
  list-style: none;
  display: inline-block;
  font-size: 24px;
  font-family: 'Yeseva One';
  font-style: italic;
  color: #35475d;
  position: relative;
}
.special_offers_category ul li.active:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 28px;
    background: url(../images/ver_nav_flourish.png);
    left: -38px;
    top: 0;
    background-size: 100% 100%;
}
.special_offers_category ul li a {
  color: #35475d;
}
.special_offers_category ul li a:hover { color: #6aa1a1!important; }
.trip_planner_section {
  width: 100%;
  float: left;
  padding: 54px 4%;
}
.trip_planner_section .trip_planner_left {
  width: 48%;
  float: left;
}
.trip_planner_section .trip_planner_right {
  width: 45%;
  float: right;
}
.trip_planner_section .trip_planner_left .ontheway_cont {
  border-bottom: 2px solid #6aa1a1;
  padding: 0 0 25px;
  position: relative;
}
.trip_planner_section .trip_planner_left .ontheway_cont p {
  color: #35475d;
  font-size: 20px;
  line-height: 34px;
  padding-right: 20px;
}
.trip_planner_section .trip_planner_left .ontheway_cont .arrow_bottom.collapsed {
  transform: rotate(-90deg);
}
.trip_planner_section .trip_planner_left .ontheway_cont .arrow_bottom {
    right: 0;
    position: absolute;
    top: 20px;
    cursor: pointer;
    transition: 0.7s ease-in-out;
}
.trip_planner_section .trip_planner_left .ontheway_cont ul {
  margin: 0px 0 25px;
  padding: 0px;
}
.trip_planner_section .trip_planner_left .ontheway_cont ul li {
  margin: 0px;
  padding: 25px 0 25px 60px;
  list-style: none;
  font-size: 16px;
  position: relative;
}
.trip_planner_section .trip_planner_left .ontheway_cont ul li:before {
    content: "";
    border: 1px solid #eee;
    height: 44px;
    bottom: -25px;
    left: 25px;
    position: absolute;
}
.trip_planner_section .trip_planner_left .ontheway_cont ul li:last-child:before {
    display: none;
}
.trip_planner_section .trip_planner_left .ontheway_cont ul li span {
  background-color: #6aa1a1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.trip_planner_section .trip_planner_left .ontheway_cont ul li span:before {
  content: "";
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #6aa1a1;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: -1;
}
.trip_planner_section .my_trip_cont {
    padding: 40px 0 0;
}
.trip_planner_section .my_trip_cont .to_bothell_cont {
    width: 100%;
    display: inline-block;
    padding: 30px 0 0;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_left {
    width: 44%;
    float: left;
    font-size: 20px;
    padding: 0 0 0 20px;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_right {
    width: 56%;
    float: left;
    text-align: right;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_right a, .trip_planner_section .my_trip_cont .email_print_cont a {
    background: #6aa1a1;
    padding: 0px 0px 0px 20px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    overflow: hidden;
}
.trip_planner_section .my_trip_cont .email_print_cont a {
  margin: 0px 4%;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_right a span, .trip_planner_section .my_trip_cont .email_print_cont a span {
    display: inline-block;
    background: #36485d;
    color: #fff;
    width: 42px;
    padding: 9px 0;
    text-align: center;
    margin-left: 10px;
}
.trip_planner_section .my_trip_cont .email_print_cont {
    width: 100%;
    text-align: center;
    margin: 55px 0 0;
}
.trip_planner_section .my_trip_cont .accordion_cont {
  max-width: 1000px;
  margin: 10px auto
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-heading {
  padding: 0;
  background-color: #fff !important;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-heading a {
  display: block;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Yeseva One';
  font-style: italic;
  background: #35475d;
  color: #fff;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-heading a span {
    font-size: 16px;
    font-family: 'Proxima Nova Rg' !important;
    font-style: normal;
    position: relative;
    top: -6px;
    margin-left: 10px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-group .panel + .panel {
  margin-top: 0;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-default {
    border: 0px;
    margin-bottom: 30px;
    padding: 0 0px;
    box-shadow: 0 0 0 #000;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-title > a:before {
    float: right !important;
    content:"\f063";
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 5px;
    font-style: normal;
    -webkit-text-stroke: 2px #35475d;
    /*border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #6aa1a1;*/
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-title > a.collapsed:before {
    transform: rotate(-90deg);
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-title > a:hover,
.trip_planner_section .my_trip_cont .accordion_cont .panel-title > a:active,
.trip_planner_section .my_trip_cont .accordion_cont .panel-title > a:focus  {
    text-decoration:none;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-body {
    padding: 0px 20px 0px 20px;
    border: 0px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content {
    border-bottom: 2px solid #6aa1a1;
    padding: 15px 44px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content:last-child {
    border-bottom: 0px solid #6aa1a1;
    padding: 15px 44px 0;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content span.plan_icon {
    position: absolute;
    left: 0;
    top: 26px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content span.plan_icon img {
    max-width: 35px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content span.delete_icon {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 22px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content span.delete_icon a {
    color: #bfc2c1;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 5px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content h3 a {
    color: #808684;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content ul {
    margin: 0px;
    padding: 0px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content ul li {
    margin: 0px;
    padding: 0px 0 12px 25px;
    list-style: none;
    position: relative;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content ul li a {
  color: #808684;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content ul li a:hover {
  color: #6aa1a1;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content ul li span {
    position: absolute;
    left: 0;
    font-size: 16px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content ul li label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .leftpanel {
  width: 48%;
  float: left;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel {
  width: 48%;
  float: right;
  padding: 0 0px 0 0;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel .dates_sec {
    border-bottom: 2px solid #6aa1a1;
    padding: 5px 0 2px;
    max-width: 155px;
    margin-bottom: 15px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel .dates_sec span {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel a {
    background: #36485d;
    padding: 0px 0px 0px 10px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 0px 20px 0;
    overflow: hidden;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel a span {
    display: inline-block;
    background: #6aa1a1;
    color: #fff;
    width: 42px;
    padding: 7px 0;
    text-align: center;
}
.trip_planner_section .trip_planner_right .trip_right_top {
  background-color: #6aa1a1;
  color: #fff;
  padding: 40px;
}
.trip_planner_section .trip_planner_right .trip_right_top .text_field {
    width: 100%;
    position: relative;
    max-width: 431px;
}
.trip_planner_section .trip_planner_right .trip_right_top h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    margin: 0px 0 25px 0px;
}
.trip_planner_section .trip_planner_right .trip_right_top .text_field input {
  width: 100%;
  border: 0px;
  padding: 6px 60px 6px 15px;
  border-radius: 30px;
  font-style: italic;
  height: 36px;
  color: #808684;
  max-width: 210px;
  margin-right: 5px;
}
.trip_planner_section .trip_planner_right .trip_right_top .text_field .container_input  { display: inline-block; }
.trip_planner_section .trip_planner_right .trip_right_top .text_field .name_input input { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.trip_planner_section .trip_planner_right .trip_right_top .text_field .email_input input { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-right: 0; }
.trip_planner_section .trip_planner_right .trip_right_top .text_field .cls-submit-newsletter {
  background: #36485d;
  width: 167px;
  display: inline-block;
  font-size: 13.61px;
  border-radius: 30px;
  padding: 8px 46px 9px 33px;
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
  position: relative;
  margin-top: 22px;
}
.trip_planner_section .trip_planner_right .trip_right_top .text_field .cls-submit-newsletter:hover {
  background: #ffffff;
  color: #36485d;
}
.trip_planner_section .trip_planner_right .trip_right_top .text_field .cls-submit-newsletter i {
  height: 36px;
  width: 46px;
  padding: 12px 0 11px;
  text-align: center;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0; right: 0;
  background: #ffffff;
  color: #6aa1a1;
}
.trip_planner_section .trip_planner_right .mobile_paid_cont {
  display: none;
}
.trip_planner_sign_up {
  width: 100%;
  float: left;
}
.trip_planner_sign_up .sign_up_inner {
  width: 100%;
  max-width: 965px;
  margin: 40px auto 110px;
  padding: 30px 20px 40px;
  text-align: center;
  /*background: url(../images/four_col_bg.png);*/
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  /*border-radius: 100px;*/
}
.trip_planner_sign_up .text_field {
    width: 100%;
    max-width: 480px;
    position: relative;
    margin: 0px auto;
}
.trip_planner_sign_up h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 30px;
    margin: 0px 0 20px 0px;
}
.trip_planner_sign_up .text_field input {
  width: 100%;
  border: 0px;
  padding: 6px 15px;
  border-radius: 30px;
  font-style: italic;
  height: 36px;
  color: #808684;
}
.trip_planner_sign_up .text_field span {
    position: absolute;
    right: -1px;
    top: 0px;
    left: auto;
    bottom: auto;
    background: #35475d;
    width: 50px;
    display: inline-block;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    padding: 5px 5px 4px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 36px;
}
.trip_planner_sign_up .text_field span:hover {
    color: #6aa1a1;
}
.trip_planner_sign_up .text_field span i {
    transition: 0.5s ease-in-out;
}
.trip_planner_sign_up .text_field span:hover i {
    margin-left: 10px;
}
.privacy_policy_section {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
}
.privacy_policy_section .privacy_signup_right {
  width: 50%;
  float: right;
}
.privacy_policy_section .privacy_left_content {
  width: 70%;
  float: left;
  padding: 0 0 0 8%;
}
.privacy_policy_section .privacy_left_content h2 {
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 48px;
    color: #35475d;
    margin: -35px 0 85px;
}
.privacy_policy_section .privacy_left_content h3 {
    color: #35475d;
    font-weight: 600;
}
.privacy_policy_section .privacy_left_content p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
}
/************ popup css ***********/
.content_section .grid-cont .modal, .content_section .grid-cont1 .modal {
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 1000001;
    position: fixed;
}
.content_section .grid-cont .modal-dialog, .content_section .grid-cont1 .modal-dialog {
    max-width: 1100px;
    margin: 100px auto;
    width: 100%;
}
.content_section .grid-cont .modal-content, .content_section .grid-cont1 .modal-content {
    float: left;
    width: 100%;
    background: #36485D !important;
    border-radius: 0px;
    margin-bottom: 70px;
    border: 0px;
}
.content_section .grid-cont .modal-body, .content_section .grid-cont1 .modal-body {
    float: left;
    width: 100%;
    padding: 0px !important;
}
@media (min-width: 768px) {
.content_section .grid-cont .modal-body, .content_section .grid-cont1 .modal-body {
    max-height: 660px;
    overflow: hidden;
}
}
.content_section .grid-cont .modal-body-left, .content_section .grid-cont1 .modal-body-left {
    padding-left: 0px;
}
.content_section .grid-cont .modal-body-left p, .content_section .grid-cont1 .modal-body-left p {
    margin: 0px;
}
.content_section .grid-cont .modal-dialog .modal-content img, .content_section .grid-cont1 .modal-dialog .modal-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.content_section .grid-cont .modal-body-right, .content_section .grid-cont1 .modal-body-right {
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 20px;
}
.content_section .grid-cont .post-name-title, .content_section .grid-cont1 .post-name-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.content_section .grid-cont .post-name-content-left, .content_section .grid-cont1 .post-name-content-left {
    float: left;
    width: 49%;
}
.content_section .grid-cont .post-name-content-left p, .content_section .grid-cont .post-name-content-left p a,
.content_section .grid-cont1 .post-name-content-left p, .content_section .grid-cont1 .post-name-content-left p a {
    color: #6aa1a1;
    font-size: 14px;
}
.content_section .grid-cont .post-name-content-left p a:hover, .content_section .grid-cont1 .post-name-content-left p a:hover {
  color: #fff;
}
.content_section .grid-cont .post-name-content-left p:hover {
  color: #fff;
}
.content_section .grid-cont .post-name-content-right, .content_section .grid-cont1 .post-name-content-right {
    text-align: right;
    width: 49%;
    float: right;
    margin-top: -3px;
}
.content_section .grid-cont .post-name-content-right span, .content_section .grid-cont1 .post-name-content-right span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
.content_section .grid-cont .post-name-content-right span:hover, .content_section .grid-cont1 .post-name-content-right span:hover {
    color: #6aa1a1;
}
.content_section .grid-cont .post-content-cls-top, .content_section .grid-cont1 .post-content-cls-top {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.content_section .grid-cont .post-content-cls-top i, .content_section .grid-cont1 .post-content-cls-top i {
    margin-right: 10px;
}
.content_section .grid-cont .post-content-cls-top-text, .content_section .grid-cont1 .post-content-cls-top-text {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.content_section .grid-cont .modal-content button.btn.btn-default i, .content_section .grid-cont1 .modal-content button.btn.btn-default i {
    -webkit-text-stroke: 3px #000;
    font-size: 25px;
}
.content_section .grid-cont .modal-content button.btn.btn-default, .content_section .grid-cont1 .modal-content button.btn.btn-default {
    position: absolute;
    top: -48px;
    right: -79px;
    z-index: 99;
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: initial;
    outline: none;
}
.content_section .grid-cont .post-name-content-right p, .content_section .grid-cont1 .post-name-content-right p {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.content_section .grid-cont .post-slide .left-arrow-post-slide, .content_section .grid-cont1 .post-slide .left-arrow-post-slide {
    position: absolute;
    top: 300px;
    margin: 0 auto;
    left: -73px;
    align-items: center;
    color: #fff;
}
.content_section .grid-cont .post-slide .right-arrow-post-slide, .content_section .grid-cont1 .post-slide .right-arrow-post-slide {
    position: absolute;
    top: 320px;
    margin: 0 auto;
    right: -73px;
    align-items: center;
    color: #fff;
}
.content_section .grid-cont .post-slide .left-arrow-post-slide a, .content_section .grid-cont .post-slide .right-arrow-post-slide a i,
.content_section .grid-cont1 .post-slide .left-arrow-post-slide a, .content_section .grid-cont1 .post-slide .right-arrow-post-slide a i {
    color: #fff;
    font-size: 25px !important;
}
.content_section .grid-cont .post-slide i, .content_section .grid-cont .post-slide .btn-default,
.content_section .grid-cont1 .post-slide i, .content_section .grid-cont1 .post-slide .btn-default {
    background: transparent !important;
    color: #fff;
    border: 0px;
}
.content_section .grid-cont .post-slide .left-arrow-post-slide i.fa, .content_section .grid-cont .post-slide .right-arrow-post-slide i.fa,
.content_section .grid-cont1 .post-slide .left-arrow-post-slide i.fa, .content_section .grid-cont1 .post-slide .right-arrow-post-slide i.fa {
    font-size: 50px !important;
    padding: 0;
    height: auto;
    -webkit-text-stroke: 5px #000;
}
.content_section .grid-cont .location_visit a, .content_section .grid-cont1 .location_visit a {
    background: #6aa1a1;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    border: 1px solid #fff;
    margin: 30px 0;
}
.content_section .grid-cont .location_visit a:hover, .content_section .grid-cont1 .location_visit a:hover {
    background: #fff;
    color: #36485D;
}
.content_section .grid-cont .case-study-vedio-inner-section, .content_section .grid-cont1 .case-study-vedio-inner-section {
    max-width: 932px;
    margin: 0 auto;
    width: 100%;
}
.content_section .grid-cont .cls-case-video, .content_section .grid-cont1 .cls-case-video {
    width: 100%;
}
.content_section .grid-cont button.play_btn, .content_section .grid-cont1 button.play_btn {
    position: absolute;
    top: 50%;
    transform: translate(0,-55%);
    left: 0;
    right: 0;
    width: 57px;
    margin: 0 auto;
    background: url(../images/video-play-btn.png) no-repeat center center;
    font-size: 0;
    border: none;
    height: 57px;
    z-index: 99;
}
/************ popup css end***********/
#back2Top {
    width: 52px;
    line-height: 55px;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #6aa1a1;
    color: #fff;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    height: 52px;
    -webkit-text-stroke: 3px #6aa1a1;
}
#back2Top:hover {
    background-color: #35475d;
}
#back2Top:hover i {
    -webkit-text-stroke: 3px #35475d;
}
@media (min-width: 1800px) {
.grid-four-col h2, .content_section .mobile_search_home h2 {
    font-size: 70px;
    margin: 80px 0 20px;
}
.grid-four-col .text_field, .content_section .mobile_search_home .text_field {
    max-width: 1054px;
}
.grid-two-col .two_col_caption h2 {
    font-size: 42px;
}
.special_offers_category ul li {
	font-size: 30px;
}
.dd_top_section .dd_right_cont h4 {
	font-size: 20px;
}
.more_offers_section h2 {
	font-size: 40px;
}
.offers_page .about_signup_section .about_text_left {
    font-size: 20px;
    line-height: 40px;
}
.news_list_section .news_list_cont .news_list_img img {
    height: 320px;
}
.news_list_section .news_list_cont .news_right_content p, .dd_top_section .dd_right_cont, .news_slider_section .crausel_left_news,
.news_detail_section .news_content_left {
    font-size: 20px;
    line-height: 34px;
}
.news_list_section .news_list_cont .news_right_content h3, .dd_top_section .dd_right_cont h2,
.news_slider_section .news_slider_left h2 {
  font-size: 48px;
}
.news_slider_section .crausel_left_news {
    padding: 20px 30px 20px 4%;
}
.single-post .about_banner_section img {
    height: 560px;
}
.news_detail_section .news_content_left h3 {
    font-size: 48px;
}
.about_middle_section1 .middle_text_cont1 {
    max-width: 1140px;
}
.letushelp_section .help_top_cont h3 {
	font-size: 40px;
}
.more_offers_section .offers_cont .offer_img img {
    height: 265px;
}
.more_offers_section .offers_cont {
  height: 305px;
}
.news_slider_section .news_img_right img {
    height: 640px;
}
.location_list_section h2 {
  font-size: 40px;
}
.location_list_section .location_list_cont ul li {
    font-size: 20px;
}
.more_offers_section .offers_cont .offer_content h3, .event_partner_section h2 {
    font-size: 40px;
}
.more_offers_section .offers_cont .offer_content h6 {
    font-size: 16px;
}
.events_signup_section .events_text_left, .event_content_section .event_content_left p {
    font-size: 20px;
    line-height: 36px;
}
.event_category_section .category_grid .category_caption h2, .event_category_section ul li, .event_content_section .event_content_left h3 {
    font-size: 30px;
}
.event_category_section .category_grid_full .category_caption h2 {
    font-size: 48px;
}
.event_category_section .category_grid img {
  height: 400px;
}
.event_category_section .category_grid_full img {
    height: 600px;
}
.detail_bar_section ul li {
  font-size: 18px;
}
.event_content_section .event_content_right .map_sec_top .map_heading, .event_content_section .upcoming_events_cont ul li {
  font-size: 20px;
}
.paid_ad_section .paid_ad_left h2, .getting_bottom_section .getting_bottom_right h2 {
  font-size: 40px;
}
.paid_ad_section .paid_ad_left p, .getting_bottom_section .getting_bottom_right p, .sip_stay_section .sip_stay_left p {
  font-size: 20px;
  line-height: 36px;
}
.sip_stay_section .sip_stay_left h3 {
  font-size: 24px;
}
.news_slider_section.package_promo_slider .news_slider_left .carousel-indicators {
    right: 27%;
}
.news_slider_section.package_promo_slider .news_slider_left p.current {
    right: 22%;
}
.news_list_section h2 {
  font-size: 48px;
}
.getting_here_banner h2, .about_banner_section h2, .contact_banner_section h2 {
    font-size: 60px;
}
.getting_here_banner .getting_here_caption {
  font-size: 20px;
}
.discover_delightful h2, .just_begining_section h2 {
    font-size: 42px;
}
.privacy_policy_section .privacy_left_content {
    width: 75%;
}
.trip_planner_section .trip_planner_left .ontheway_cont p {
    font-size: 24px;
    line-height: 40px;
}
}
@media (min-width: 768px) {
	.page-template-template-play .getting_here_banner { height: 180px; }
	.page-template-template-play .getting_here_banner img { min-height: 180px; }
	.page-template-template-play .location_map_section .location_map_left { height: calc(100vh - 320px); overflow-y: auto; }
  .page-template-template-play #googleMap { height: calc(100vh - 320px)!important; background: #e5e3df; }
}

@media (max-width: 650px) {
  .page-template-template-play .getting_here_banner { height: 200px; }
	.page-template-template-play .getting_here_banner img { min-height: 200px; }
	#googleMap { height: calc(100vh - 340px)!important; }
}
@media (max-width: 1800px) {
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 270px;
}
.grid-four-col {
  height: 273px;
}
.grid-item.grid-four-col {
  height: 544px;
}
.grid-item.grid-two-col img {
    height: 542px;
}
.grid-four-col h2 {
    margin: 75px 0 20px;
}
.discover_delightful .discover_cont img {
    height: 390px !important;
}
}
@media (max-width: 1560px) {
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 240px;
}
.grid-four-col {
  height: 243px;
}
.grid-item.grid-four-col {
  height: 484px;
}
.grid-item.grid-two-col img {
    height: 482px;
}
.grid-four-col h2 {
    margin: 60px 0 20px;
}
.discover_delightful .discover_cont img {
    height: 350px !important;
}
}
@media (max-width: 1440px) {
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 221px;
}
.grid-four-col {
  height: 223px;
}
.grid-item.grid-four-col {
    height: 446px;
}
.grid-item.grid-two-col img {
    height: 444px;
}
.grid-four-col h2 {
    margin: 50px 0 20px;
}
.discover_delightful .discover_cont img {
    height: 320px !important;
}
}
@media (max-width: 1320px) {
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 204px;
}
.grid-four-col {
  height: 206px;
}
.grid-item.grid-four-col {
    height: 412px;
}
.grid-item.grid-two-col img {
    height: 410px;
}
.grid-four-col h2 {
    margin: 40px 0 20px;
}
.discover_delightful .discover_cont img {
    height: 290px !important;
}
}
@media (max-width: 1240px) {
.content_section .grid-cont .modal-dialog, .content_section .grid-cont1 .modal-dialog {
    padding: 0 30px;
}
.content_section .grid-cont .modal-content button.btn.btn-default, .content_section .grid-cont1 .modal-content button.btn.btn-default {
    right: -8px;
    top: -88px;
}
.content_section .grid-cont .post-slide .left-arrow-post-slide, .content_section .grid-cont1 .post-slide .left-arrow-post-slide {
    left: -30px;
}
.content_section .grid-cont .post-slide .right-arrow-post-slide, .content_section .grid-cont1 .post-slide .right-arrow-post-slide {
    right: -40px;
}
}
@media (max-width: 1200px) {
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 170px;
}
.grid-item.grid-four-col {
    height: 344px;
}
.grid-item.grid-two-col img {
    height: 342px;
}
.grid-four-col {
  height: 173px;
}
.grid-four-col h2 {
    margin: 34px 0 20px;
    font-size: 34px;
}
.search_section .search_cont {
    max-width: 466px;
}
.search_section .back_to_news {
    left: 20px;
}
.detail_bar_section ul li:last-child {
    float: left;
}
.discover_delightful .discover_cont img {
    height: 260px !important;
}
}
@media (max-width: 1199px) {
.just_begining_section .begining_bottom .begin_cont img {
    height: auto;
    min-height: 120px;
}
}
@media (max-width: 1064px) {
.footer_section .footer_center {
    width: 50%;
}
.footer_section .footer_right {
    width: 22%;
}
.footer_section .footer_left img {
    max-width: 140px;
}
}
@media (max-width: 1024px) {
.about_middle_section .middle_text_cont {
    padding: 70px 20px 80px;
}
.location_list_section {
    padding: 40px 30px 50px;
}
.location_list_section h2 {
    padding: 0px 20px 20px 0;
}
.location_list_section .location_list_cont {
    padding: 25px 0 25px;
}
.location_list_section h2:before {
    width: 100px;
    height: 50px;
    left: -20px;
    top: -12px;
}
.paid_ad_section .paid_ad_left h2:before {
    width: 100px;
    height: 50px;
    left: -20px;
    top: -12px;
}
.getting_map_section .etting_map_content h3 {
    margin: 0 0 10px;
}
.events_signup_section .events_text_left {
    padding: 0px 30px;
}
.event_category_section {
    padding: 0px 0% 60px;
}
.event_category_section .category_grid img {
    height: 235px;
}
.event_category_section .category_grid_full img {
    height: 300px;
}
.more_offers_section .offers_cont .offer_content h3 {
    font-size: 20px;
}
.more_offers_section .offers_cont .offer_content {
    padding: 0 0px 0 15px;
}
.news_slider_section .crausel_left_news {
    padding: 0px 30px 20px 30px;
}
.news_update_section {
    padding: 40px 20px;
}
.news_update_section .news_category_top ul li, .special_offers_category ul li {
    margin: 0px 25px;
}
.news_slider_section .news_slider_left .carousel-indicators {
    left: 20px;
}
.news_list_section, .offers_page .news_list_section {
    padding: 40px 20px 60px;
}
.news_list_section .news_list_cont {
    padding: 20px;
}
.news_list_section .news_list_cont .news_right_content {
    padding: 0 20px;
}
.about_banner_section h2, .offers_page .about_banner_section h2 {
    left: 30px;
}
.about_signup_section .about_text_left {
    padding: 0px 20px;
}
.about_two_section .two_cont_right h1 {
    font-size: 40px;
}
.about_middle_section1 .middle_text_cont1 {
    padding: 0px 20px 100px;
    display: inline-block;
}
.event_content_section .upcoming_events_cont ul {
    padding: 30px;
}
}
@media (max-width: 991px) {
body {
    padding-top: 99px;
}
body.home {
    padding-top: 98px;
}
.search_section {
    top: 100px;
}
.search_section.is-visible {
    top: 100px;
}
/*.search_section.sticky_search.is-visible {
    top: 88px;
}*/
.header__section__wrapper {
    padding: 10px 40px 10px 40px;
    /* top: 36px; */
}
.header_section .head_right a:hover {
    color: #35475d;
}
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 135px;
}
.grid-four-col {
    height: 138px;
}
.grid-item.grid-four-col {
    height: 274px;
}
.grid-four-col h2 {
    margin: 20px 0 20px;
    font-size: 30px;
}
.grid-item.grid-two-col img {
    height: 272px;
}
.discover_delightful .discover_cont img {
    height: 210px !important;
}
}

@media only screen and (min-width: 1024px){
    /* .grid-four-col{
        height: 444px !important;
    } */
}
@media only screen and (min-width: 1441px){
    /* .grid-four-col{
        height: 634px !important;
    } */
}
@media only screen and (min-width: 1441px) and (max-width: 1800px){
    /* .grid-four-col{
        height: 544px !important;
    } */
}
@media (max-width: 768px) {
.grid-sizer, .grid-item {
    width: 33.3333%;
}
.grid-two-col {
    width: 66.6666%;
}
.grid-four-col {
  display: none;
}
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 210px;
}
.grid-item.grid-two-col {
    height: 422px;
}
.grid-item.grid-two-col img {
    height: 422px;
}
.content_section .mobile_search_home h2 {
    margin: 30px 0 20px;
    font-size: 40px;
}
.content_section .mobile_search_home {
    display: block;
    width: 100%;
    height: 170px;
    border: 1px solid #6aa1a1;
}
.privacy_policy_section .privacy_left_content h2 {
    font-size: 30px;
}
.package_promo_page .news_list_section h2 span:before {
    right: -30px;
}
}
@media (max-width: 767px) {
.discover_delightful .discover_cont img {
    height: 350px !important;
}
.detail_bar_section ul .mobile_get_dir {
  display: block;
}
.content_section .grid-cont .modal-body-left, .content_section .grid-cont1 .modal-body-left {
    padding-right: 0;
}
.footer_section .footer_left img {
    max-width: 80px;
    margin-bottom: 20px;
}
.footer_section .footer_center {
    width: 60%;
}
.footer_section .footer_right {
    display: none;
}
.mobile_footer_social_icon, .mobile_addres_cont {
    display: block !important;
}
.mobile_footer_social_icon a, .mobile_addres_cont p, .mobile_addres_cont a {
    color: #fff;
}
.mobile_footer_social_icon a:hover, .mobile_addres_cont a:hover {
    color: #6aa1a1;
}
.footer_section .footer_center ul {
    width: 100%;
    float: left;
}
.footer_section .footer_left {
    width: 40%;
}
.footer_section .footer_center {
    padding-left: 40px;
}
.footer_section {
    padding: 30px 8% 30px;
}
.footer_section .footer_center {
    padding-left: 20px;
}
.footer_section .footer_center .mobile_footer_social_icon a {
    background: #fff;
    color: #2c3c4e;
    font-size: 14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 0px 10px 30px 0;
    float: left;
}
.footer_section .footer_center ul li {
    margin: 0px 0 15px;
    font-size: 14px;
}
.search_section .search_cont input {
    padding: 10px 60px 10px 32px;
    font-size: 12px;
    height: 32px;
}
.search_section .search_cont span {
  height: 32px;
  width: 50px;
  padding: 7px 5px 4px;
  font-size: 14px;
}
.news_update_section .news_category_top h2 {
    font-size: 30px;
    padding-left: 0;
}
.news_update_section .news_category_top ul.desktop_news_categories {
    display: none;
}
.special_offers_category ul {
  display: none;
}
.special_offers_category .mobile_news_categories ul {
  display: block;
}
.news_update_section .news_category_top .mobile_news_categories, .special_offers_category .mobile_news_categories {
  margin: 15px 0 10px;
  display: block;
}
.news_update_section .news_category_top .mobile_news_categories .btn-info, .special_offers_category .mobile_news_categories .btn-info {
    color: #fff;
    background-color: #35475d !important;
    border-color: #35475d !important;
    width: 100%;
    border-radius: 30px;
    text-align: left;
    padding: 5px 20px;
    font-family: 'Yeseva One';
    font-style: italic;
    font-size: 18px;
}
.news_update_section .news_category_top .mobile_news_categories .btn-info.collapsed:before, .special_offers_category .mobile_news_categories .btn-info.collapsed:before {
    transform: rotate(90deg);
}
.news_update_section .news_category_top .mobile_news_categories .btn-info:before, .special_offers_category .mobile_news_categories .btn-info:before {
    float: right !important;
    content: "";
    position: relative;
    top: 5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #6aa1a1;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}
.news_update_section .news_category_top .mobile_news_categories ul, .special_offers_category .mobile_news_categories ul {
    background: #fff;
    margin: 0px 0;
    border-radius: 30px;
    padding: 13px 10px;
}
.news_update_section .news_category_top .mobile_news_categories ul li, .special_offers_category .mobile_news_categories ul li {
    margin: 0px 10px;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #5e9494;
    padding: 6px 0;
}
.news_update_section .news_category_top .mobile_news_categories ul li:before, .special_offers_category .mobile_news_categories ul li:before {
    display: none;
}
.news_update_section .news_category_top .mobile_news_categories ul li a, .special_offers_category .mobile_news_categories ul li a {
    color: #35475d;
    cursor: pointer;
}
.news_slider_section .news_slider_left .carousel-indicators {
    display: none;
}
.news_slider_section .news_slider_left .mobile_arrow_slide {
    display: inline-block;
    margin-left: 30px;
    float: left;
}
.news_slider_section .news_slider_left .mobile_arrow_slide_top {
    display: block;
    width: 100%;
    position: absolute;
    top: 175px;
    z-index: 99;
    padding: 0 30px;
}
.news_slider_section .news_slider_left .mobile_arrow_slide_top a:last-child {
    float: right;
}
.news_slider_section .news_slider_left .mobile_arrow_slide a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #35475d;
    border: 1px solid #6aa1a1;
    border-radius: 50%;
    margin-right: 10px;
}
.news_slider_section .news_slider_left p.current {
    position: relative;
    bottom: -5px;
    left: 5px;
    float: left;
}
.news_update_section {
    padding: 20px 20px;
}
.news_list_section .news_list_cont .news_list_img, .news_list_section .news_list_cont .news_right_content,
.news_slider_section .crausel_left_news, .news_slider_section .news_img_right {
    width: 100%;
}
.news_slider_section .news_slider_left h4 {
    display: none;
}
.news_slider_section .news_slider_left h2 {
    font-size: 24px;
    margin: 30px 0 10px;
}
.news_update_section .news_category_top ul {
    margin: 20px 0;
}
}
@media (max-width: 767px) {
.about_signup_section .about_signup_right, .privacy_policy_section .privacy_signup_right {
    margin-top: 0;
    max-width: 100%;
}
.news_list_section .news_list_cont .news_right_content h6 {
    text-align: left;
    margin: 20px 0 10px;
    letter-spacing: 1px;
}
.offers_page .news_list_section .news_list_cont .news_right_content h6 {
    margin: 12px 0 20px;
    font-size: 12px;
}
.offers_page .news_list_section .news_list_cont .news_right_content a {
    margin: 5px 0 0;
}
.news_list_section .news_list_cont .news_right_content h6 a {
    font-size: 12px;
}
.news_list_section .news_list_cont .news_right_content h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.news_list_section .news_list_cont .news_right_content p {
    line-height: 20px;
}
.news_list_section .news_list_cont {
    border-radius: 0 0 30px;
    padding: 15px;
}
.news_list_section .news_list_cont .news_right_content {
    padding: 0 15px 15px;
}
.mobile_back_to_news {
  display: block;
}
.search_section .back_to_news {
    display: none;
}
.news_detail_section .news_content_left, .news_detail_section .news_content_right {
  width: 100%;
}
.news_detail_section .news_content_left {
  margin-bottom: 50px;
}
.news_detail_section .news_content_right .news_paid_top {
    text-align: center;
}
.news_detail_section .news_content_right .news_paid_top img {
    margin-top: 40px;
    margin-bottom: 50px;
}
.news_detail_section .container {
    padding: 0 30px;
}
.letushelp_section .form_cont .form_cont_left, .letushelp_section .form_cont .form_cont_right {
  width: 100%;
}
.letushelp_section .form_cont .form_cont_right:after {
  display: none;
}
.letushelp_section .help_top_cont {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}
.letushelp_section .container {
    padding: 0 30px;
}
.letushelp_section .help_top_cont h3 {
    font-size: 24px;
    line-height: 30px;
}
.letushelp_section {
    padding: 40px 0;
}
.letushelp_section .form_cont {
    padding: 40px 0 0 0;
}
.letushelp_section .form_cont .form_cont_left textarea {
    border-radius: 10px;
    height: 200px;
}
.letushelp_section .form_cont .submit_cont {
    margin-top: 20px;
}
.styled-checkbox + label:before {
    top: -6px;
}
.styled-checkbox:checked + label:after {
  top: 0;
}
.address_section .address_cont {
    border-radius: 0;
    padding: 30px 20px 0;
}
.address_section .address_cont .adcont_left, .address_section .address_cont .adcont_right,
.address_section .address_cont .left_title, .address_section .address_cont .right_content {
  width: 100%;
  border-left: 0px solid #fff;
  padding: 0 0px;
}
.address_section .address_cont .left_title h3 {
    margin: 0 0 10px;
}
.address_section {
    padding: 40px 0 0px;
}
.about_signup_section {
  padding: 0 0 80px;
}
.offers_page .about_signup_section {
    padding: 0 0 0px;
}
.about_signup_section .about_text_left, .about_signup_section .about_signup_right, .privacy_policy_section .privacy_signup_right {
  width: 100%;
  border-radius: 0px;
}
.about_banner_section h2, .offers_page .about_banner_section h2 {
    margin: 60px 0 15px;
    color: #35475d;
    position: relative;
    bottom: 0;
    padding: 0 30px;
    left: 0;
    width: 100%;
}
.about_middle_section .middle_img_cont:after {
    right: -50px;
    top: -32px;
    width: 66px;
    height: 42px;
    background-size: 100% 100%;
}
.about_middle_section .middle_text_cont {
    padding: 40px 0px 50px 30px;
}
.about_two_section {
    display: block;
}
.about_two_section .two_cont_left, .about_two_section .two_cont_right {
  width: 100%;
}
.about_two_section .two_cont_right h1 {
    top: 0%;
    transform: translateY(-0%);
    margin: 100px 0;
    font-size: 50px;
}
.about_middle_section1 .middle_img_cont1:after {
    left: -50px;
    top: -42px;
    width: 76px;
    height: 62px;
    background-size: 100% 100%;
}
.about_signup_section .about_text_left {
    padding: 0px 40px 60px;
}
.about_signup_section .about_signup_right h2, .privacy_policy_section .privacy_signup_right h2 {
    text-align: center;
}
.about_middle_section1 {
    padding: 60px 0 0;
}
.about_middle_section1 .middle_img_cont1 {
    margin-bottom: 30px;
}
.about_middle_section1 .middle_text_cont1 {
    padding: 0px 20px 30px 20%;
}
.address_section .address_cont .right_content span.desktop_icon  {
    display: none;
}
.address_section .address_cont .right_content span.mobile_icon {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 4px;
}
.address_section .address_cont .right_content {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}
.address_section .address_cont h2 {
    margin: 0 0 15px;
}
}
@media (max-width: 767px) {
.news_list_section .news_list_cont .news_list_img img {
    height: 100%;
    min-height: 140px;
}
.offers_page .news_list_section {
    padding: 0px 30px 60px;
}
.getting_map_section .etting_map_content h3 {
    margin: 0 0 40px;
}
.getting_map_section .etting_map_content {
    position: relative;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 30px 30px 0 30px;
    background: #c7d7d4;
    min-height: 100%;
}
.paid_ad_section {
    padding: 30px 30px 30px;
}
.getting_bottom_section {
    padding: 0px 0px 60px;
}
.paid_ad_section .paid_ad_left, .paid_ad_section .paid_ad_right {
  width: 100%;
}
.paid_ad_section .paid_ad_right {
  padding: 40px 0;
}
.getting_bottom_section .getting_bottom_left, .getting_bottom_section .getting_bottom_right {
  width: 100%;
}
.getting_bottom_section .getting_bottom_right {
  padding: 0 30px;
}
.getting_bottom_section .getting_bottom_right h2 {
    margin: 40px 0 15px;
}
.content_section .grid-cont .modal-dialog, .content_section .grid-cont1 .modal-dialog {
    display: inline-block;
    margin: 50px auto;
}
.content_section .grid-cont .modal-content button.btn.btn-default, .content_section .grid-cont1 .modal-content button.btn.btn-default {
    top: -42px;
}
.content_section .grid-cont .post-slide .right-arrow-post-slide, .content_section .grid-cont1 .post-slide .right-arrow-post-slide {
    right: 10px;
    bottom: -76px;
    top: auto;
}
.content_section .grid-cont .post-slide .left-arrow-post-slide, .content_section .grid-cont1 .post-slide .left-arrow-post-slide {
    left: 20px;
    top: auto;
    bottom: -70px;
}
.content_section .grid-cont .modal-body-right, .content_section .grid-cont1 .modal-body-right {
    padding-left: 20px;
    padding-bottom: 20px;
}
.content_section .grid-cont .post-name-title, .content_section .grid-cont1 .post-name-title {
    margin-bottom: 10px;
}
.dd_top_section .dd_left_cont, .dd_top_section .dd_right_cont, .more_offers_section .offers_cont {
  width: 100%;
  border-radius: 0 20px 0 0;
  height: 100%;
}
.dd_top_section {
    padding: 25px;
}
.dd_top_section .dd_right_cont {
    padding: 15px 0px 50px 0px;
}
.location_detail_page .dd_top_section .dd_right_cont {
    padding: 15px 0px 0px 0px;
}
.location_detail_page .dd_top_section .dd_right_cont span.ld_right_link {
    display: inline-block;
    width: 65%;
    float: left;
    padding: 20px 0px;
    margin: 10px 0px 35px;
}
.location_detail_page .dd_top_section .dd_right_cont .partner_img {
    float: right;
    margin: 20px 0 0 10px;
}
.location_detail_page .dd_top_section .dd_right_cont a {
    margin: 20px 10px 0px 0;
}
.location_detail_page .dd_top_section .dd_right_cont .partner_img img {
    max-width: 120px;
}
.events_signup_section {
    margin-top: 0;
    padding: 0 0 0px;
}
.events_signup_section .events_text_left {
    font-size: 16px;
    line-height: 24px;
}
.events_signup_section .events_signup_right {
  display: none;
}
.about_banner_section .mobile_link_sign_up {
  display: block;
  width: 100%;
  margin-top: -25px;
}
.events_signup_section .events_text_left {
  width: 100%;
}
.event_category_section .category_grid {
    width: 100%;
}
.event_category_section .category_grid img {
    height: 300px;
}
.event_category_section {
    padding: 0px 0% 0px;
}
.events_mobile_signup {
  padding: 0px;
  margin-top: -8px;
  display: block;
}
.events_mobile_signup .events_signup_right {
    display: block;
    width: 100%;
    border-radius: 0px;
    margin: 0;
    max-width: 100%;
    padding: 20px 40px 30px;
}
.events_signup_section .events_signup_right h2 {
    font-size: 20px;
    text-align: center;
}
.event_category_section ul {
    /* display: none; */
}
.event_category_section .events_mobile_category {
    padding: 25px 30px 40px;
    width: 100%;
    display: inline-block;
}
.event_category_section .events_mobile_category .mobile_cat_cont {
    width: 50%;
    float: left;
    padding: 3px;
    position: relative;
}
.event_category_section .events_mobile_category .mobile_cat_cont a.text_cat_event {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Yeseva One';
    font-style: italic;
}
.events_banner_section .evnets_banner_cont {
    padding: 0 30px;
}
.events_banner_section .evnets_banner_cont .left_content {
    width: 100%;
}
.events_banner_section .evnets_banner_cont .right_content {
    display: none;
}
.detail_bar_section ul {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.detail_bar_section ul li {
    margin: 0 0 0 0;
    padding: 15px 0 15px 15px;
    width: 100%;
}
.event_content_section {
    padding: 40px 15px;
}
.event_content_section .event_content_left, .event_content_section .event_content_right {
  width: 100%;
}
.event_content_section .event_content_right .map_sec_top {
    margin-top: 30px;
}
.event_content_section .event_content_right .map_sec_top .map_heading {
    border-radius: 10px 10px 0 0;
}

/* .category_title__desktop{
    display: none;
} */

}
.events_mobile_category{
    display: none !important;
}
@media (max-width: 767px) {
    .category_title__desktop{
        padding-left: 25px !important;
        padding-top: 45px !important;
    }

    .category_title__desktop li{
        margin-bottom: 15px !important;
    }

    .category_title__desktop li:last-child{
        margin-bottom: 0 !important;
    }
.dd_top_section .dd_right_cont .partner_img img {
    margin: 40px 0;
}

.mobile_cat_cont{width: 100%;}
.mobile_cat_cont ul li{margin: 0;}
.events_mobile_category{
    padding-bottom: 20px;
}

.events_mobile_category{
    display: none !important;
}
.location_get_section .location_get_cont {
    background-color: #6aa1a1;
    padding: 15px 30px;
    border-radius: 0;
    display: inline-block;
}
.location_get_section {
    padding: 0px 0 50px;
}
.events_signup_section .events_signup_right .text_field {
    max-width: 100%;
}
.location_get_section .location_get_cont ul {
    width: 52%;
    float: left;
}
.location_get_section .location_get_cont ul:last-child {
    float: right;
    width: 46%;
}
.location_get_section .location_get_cont ul li {
    margin: 15px 0px;
}
.location_get_section .location_get_cont {
  display: none !important;
}
.location_get_section .mobile_location_get_cont {
  display: block !important;
  overflow: hidden;
}
.location_map_section {
    display: block;
}
.location_map_section .location_map_left, .location_map_section .location_map_right {
  width: 100%;
}
.location_list_section .location_list_cont ul li {
    padding: 0px 10px;
    width: 50%;
    float: left;
}
.sip_stay_section {
    padding: 15px 30px 30px;
}
.sip_stay_section .sip_stay_left {
  width: 100%;
}
.sip_stay_section .sip_stay_right {
  display: none;
}
.mobile_sip_stay_right {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 60px 20% 0;
}
.trip_planner_section .trip_planner_left, .trip_planner_section .trip_planner_right {
  width: 100%;
}
.just_begining_section .begining_bottom .col-sm-3 {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.just_begining_section .begining_top {
    text-align: left;
}
.just_begining_section {
    padding: 20px 15px 0;
}
.just_begining_section h2 {
    margin: 20px 0;
}
.just_begining_section .begining_bottom {
    margin: 50px 0 50px;
}
.privacy_policy_section .privacy_signup_right {
  display: none;
}
.privacy_policy_section .privacy_left_content {
  width: 100%;
  padding: 0 30px;
}
.content_section {
    padding: 0px 0;
}
.discover_delightful {
    padding: 0px 20px 75px;
}
.discover_delightful .discover_cont {
    width: 50%;
}
.about_signup_section .about_signup_right .text_field, .privacy_policy_section .privacy_signup_right .text_field {
    margin: 0px auto;
    max-width: 100%;
}
.news_slider_section .news_img_right img {
  height: 400px;
}
.offers_page .about_signup_section .about_text_left {
    margin-top: 0;
    padding: 0px 30px 30px;
}
.offers_page .about_signup_section .about_signup_right {
  display: none;
}
.offers_page .news_list_section .news_list_cont .news_list_img {
  width: 60%;
}
.offers_page .news_list_section .news_list_cont .news_right_content {
    width: 40%;
    padding: 0 0px 10px 15px;
}
.offers_page .news_list_section .news_list_cont .news_right_content p {
    display: none;
}
.location_get_section .mobile_location_get_cont ul li:first-child {
    max-width: 100%;
}
.location_get_section .mobile_location_get_cont ul li {
    padding-left: 0px;
    width: 100%;
}
.location_get_section .mobile_location_get_cont ul.left span {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}
.location_get_section .mobile_location_get_cont ul.left li {
    padding-left: 30px;
}
.location_get_section .mobile_location_get_cont ul li i {
    font-size: 20px;
}
.location_get_section .mobile_location_get_cont ul li a i {
    margin-right: 10px;
}
.privacy_policy_section .privacy_left_content h2 {
    margin: -15px 0 30px;
}
.getting_here_parking_page .getting_here_banner img {
    display: none;
}
.getting_here_parking_page .getting_here_banner .getting_here_caption {
    position: relative;
    top: 0;
    transform: translateY(-0%);
    color: #808684;
    padding: 40px 25px;
    text-align: left;
}
.getting_here_parking_page .getting_here_banner h2 {
    color: #35475d;
}
.more_offers_section.trip_planneroffer_sec h2 {
    border-top: 0px solid #6aa1a1;
    padding-top: 80px;
}
}
@media (max-width: 767px) {
.location_detail_page .more_offers_section {
    padding: 0px 20px 80px;
}
.about_bottom_section.privacy_bottom_sec {
  display: inline-block;
}
.trip_planner_section {
    padding: 40px 0px 0;
}
.trip_planner_section .trip_planner_left {
    padding: 0px 30px;
}
.trip_planner_section .trip_planner_right {
    margin: 70px 0 0;
}
.trip_planner_section .trip_planner_right .trip_right_top {
    display: none;
}
.trip_planner_section .trip_planner_right .mobile_paid_cont {
    display: block;
    padding: 60px 12%;
}
.trip_planner_sign_up .sign_up_inner {
    padding: 30px 20px 40px;
    border-radius: 0;
    margin: 0px 0 0;
}
.trip_planner_section .my_trip_cont .email_print_cont {
    display: none;
}
/*.location_map_section .location_map_right*/ #googleMap .info_window span.cross {
    display: inline-block;
}
.location_map_section .location_map_left {
  display: none;
}
.mobile_location_drpodown {
  display: inline-block;
}
.news_detail_section {
    padding: 50px 0 70px;
}
.news_detail_section .news_content_left h3 {
    margin: 0 0 30px;
}
}
@media (max-width: 600px) {
.content_section .mobile_search_home h2 {
    margin: 40px 0 20px;
    font-size: 30px;
}
.content_section .mobile_search_home {
    height: 180px;
}
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 160px;
}
.grid-item.grid-two-col img {
    height: 322px;
}
.discover_delightful .discover_cont img {
    height: 240px !important;
}
}
@media (max-width: 480px) {
.search_section {
    padding: 14px 20px;
}
.about_banner_section .mobile_link_sign_up a {
    padding: 0px 0px 0px 20px;
    font-size: 10px;
    letter-spacing: 1px;
    top: 19px;
}
.about_banner_section .mobile_link_sign_up a span {
    width: 34px;
    padding: 6px 0;
    margin-left: 10px;
}
.trip_planner_section .trip_planner_left .ontheway_cont p {
    font-size: 18px;
    line-height: 24px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-body {
    padding: 0px 0px 0px 0px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content h3 {
    margin: 10px 0 5px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .leftpanel, .trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel {
    width: 100%;
}
.privacy_policy_section .privacy_left_content h3 {
    font-size: 20px;
}
.privacy_policy_section .privacy_left_content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.location_detail_page .dd_top_section .dd_right_cont span.ld_right_link {
    width: 100%;
}
.location_detail_page .dd_top_section .dd_right_cont .partner_img {
    float: left;
    margin: 0px 0 0 0px;
}
.location_detail_page .dd_top_section .dd_right_cont .partner_img img {
    max-width: 100%;
    margin: 10px 0;
}
.news_list_section .news_list_cont .news_right_content a, .news_list_section .news_list_cont .news_right_content a i {
    font-size: 12px;
}
.news_slider_section .news_slider_left .mobile_arrow_slide_top {
    top: 105px;
}
.news_slider_section .news_img_right img {
    height: 250px;
}
.about_banner_section h2, .offers_page .about_banner_section h2 {
    margin: 40px 0 15px;
}
.about_signup_section .about_text_left {
    padding: 0px 30px 40px;
}
.trip_planner_sign_up h2 {
    font-size: 20px;
}
.more_offers_section.trip_planneroffer_sec h2 {
    padding-top: 60px;
}
.more_offers_section .offers_cont .offer_img img {
    height: 125px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-heading a {
    font-size: 20px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-heading a span {
    font-size: 14px;
    top: -1px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-default {
    margin-bottom: 20px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel-title > a:before {
    top: 0px;
}
.news_list_section h2 {
    font-size: 24px;
}
}
@media (max-width: 480px) {
.just_begining_section .container {
    padding: 10px;
}
.just_begining_section .begining_top {
    font-size: 14px;
    line-height: 22px;
}
.just_begining_section .begining_bottom {
    margin: 30px -5px 30px;
}
.just_begining_section .begining_bottom .col-sm-3 {
    padding: 5px;
    margin-bottom: 0px;
}
.just_begining_section .begining_bottom .begin_cont {
    padding: 10px;
    border-radius: 0 0 15px 15px;
}
.just_begining_section .begining_bottom .begin_cont a {
    font-size: 14px;
}
.just_begining_section .begining_bottom .begin_cont a i {
    font-size: 10px;
    top: 0px;
}
.just_begining_section h2 {
    font-size: 20px;
}
.single-post .about_banner_section img {
    height: 250px;
}
.location_list_section .location_list_cont ul li {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.location_list_section h2 {
  font-size: 20px;
}
.discover_delightful .discover_cont span a {
    font-size: 14px;
}
.discover_delightful h2 {
    font-size: 20px;
}
.location_get_section .location_get_cont ul li i {
    margin-right: 4px;
}
.dd_top_section .dd_right_cont a {
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 20px 0;
    font-size: 10px;
}
.getting_here_banner h2 {
    font-size: 30px;
}
.getting_here_banner p {
  font-size: 14px;
  line-height: 18px;
}
.getting_here_parking_page .getting_here_banner p {
  line-height: 24px;
}
.paid_ad_section .paid_ad_left h2, .getting_bottom_section .getting_bottom_right h2 {
    font-size: 20px;
}
.event_partner_section ul li {
    margin: 25px 1px;
}
.event_partner_section h2 {
    font-size: 20px;
}
.event_content_section .upcoming_events_cont ul li a {
    padding: 0px 0;
    font-weight: 500;
    font-size: 16px;
}
.event_content_section .upcoming_events_cont h2 {
    font-size: 20px;
}
.events_banner_section .evnets_banner_cont .left_content h2 {
    font-size: 30px;
}
#back2Top {
    width: 30px;
    line-height: 24px;
    bottom: 20px;
    right: 10px;
    font-size: 30px;
    height: 30px;
}
.more_offers_section {
    padding: 0px 20px 40px;
}
.more_offers_section .offers_cont .offer_content h3 {
    font-size: 16px;
    margin-top: 15px;
}
.more_offers_section .offers_cont {
  padding: 10px;
  margin: 20px 0 0;
}
.more_offers_section h2 span:before, .package_promo_page .news_list_section h2 span:before {
    right: -20px;
    top: -16px;
    width: 90px;
    height: 50px;
}
.more_offers_section .offers_cont .offer_content a, .more_offers_section .offers_cont .offer_content a i {
    font-size: 10px;
}
.more_offers_section .offers_cont .offer_content a:hover i {
    margin: 0 5px;
}
.more_offers_section h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.dd_top_section .dd_right_cont h2 {
    font-size: 24px;
    margin: 20px 0 10px;
}
/*.about_middle_section1 .middle_text_cont1 {
    font-size: 16px;
    line-height: 24px;
}*/
.about_middle_section .middle_text_cont, .about_middle_section1 .middle_text_cont1 {
    font-size: 14px;
    line-height: 24px;
}
.about_signup_section .about_signup_right h2, .privacy_policy_section .privacy_signup_right h2 {
    font-size: 20px;
    text-align: center;
}
.about_signup_section .about_signup_right .text_field input, .privacy_policy_section .privacy_signup_right .text_field input, .events_signup_section .events_signup_right .text_field input {
    padding: 9px 60px 9px 15px;
    font-size: 14px;
}
.about_signup_section .about_signup_right .text_field .cls-submit-newsletter, .privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter {
    padding: 6px 5px 5px;
    height: 32px;
    font-size: 14px;
}
.header_section .head_left, .header_section .head_right {
  width: 50%;
}
.header__section__wrapper {
    padding: 0px 20px;
}
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 125px;
}
.grid-item.grid-two-col img {
    height: 252px;
}
.content_section .mobile_search_home h2 {
    font-size: 20px;
    margin: 20px 0 20px;
}
.content_section .mobile_search_home {
    height: 120px;
}
.grid-item span {
    font-size: 14px;
}
.mobile_footer_social_icon a, .mobile_addres_cont p {
    font-size: 13px;
    margin-bottom: 20px;
}
.mobile_addres_cont .copyright {
    font-size: 9px;
    color: #fff;
}
.mobile_addres_cont .img_cont img {
    margin: 40px 0 60px;
}
.content_section .mobile_search_home .text_field input {
    padding: 10px 15px;
    font-size: 12px;
    height: 32px;
}
.grid-four-col .text_field span, .content_section .mobile_search_home .text_field span {
    width: 50px;
    font-size: 14px;
    padding: 7px 5px 4px;
    height: 32px;
}
.hover_grid_icon ul li a i {
    font-size: 14px;
    top: 2px;
}
.news_detail_section .news_content_right .news_related_cont h2 {
  font-size: 24px;
}
.news_detail_section .news_content_right .news_related_cont ul {
    padding: 30px 25px 0;
}
.news_detail_section {
    padding: 40px 0;
}
.news_detail_section .news_content_left h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.contact_banner_section h2 {
  font-size: 30px;
}
}
@media (max-width: 480px) {
.offers_page .news_list_section .news_list_cont {
    margin: 20px 0 0;
}
.offers_page .news_list_section .news_list_cont .news_list_img img {
    min-height: 120px;
}
.offers_page .news_list_section .news_list_cont {
    border-radius: 0 20px 0px 0;
    padding: 12px;
}
.offers_page .news_list_section .news_list_cont .news_right_content a i {
    margin: 0px 2px;
}
.offers_page .news_list_section .news_list_cont .news_right_content a:hover i {
    margin: 0px 4px;
}
.offers_page .news_list_section .news_list_cont .news_right_content h6 {
    margin: 7px 0 12px;
    font-size: 10px;
}
.offers_page .news_list_section .news_list_cont .news_right_content h3 {
    margin: 0 0 6px;
    font-size: 16px;
}
.offers_page .about_signup_section .about_text_left {
    padding: 0px 30px 10px;
    font-size: 14px;
    line-height: 24px;
}
.address_section .address_cont h2 {
    font-size: 24px;
}
.address_section .address_cont .left_title h3 {
    font-size: 18px;
}
.about_bottom_section h2 {
    font-size: 30px;
}
.about_banner_section h2 {
    font-size: 24px;
}
.about_signup_section .about_text_left {
    font-size: 14px;
    line-height: 24px;
}
.discover_delightful .discover_cont img {
    height: 200px !important;
}
.events_signup_section .events_signup_right .text_field input {
    height: 32px;
}
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter {
    font-size: 14px;
    padding: 6px;
    height: 32px;
}
.dd_top_section {
    padding: 20px;
}
.dd_top_section .dd_right_cont {
    line-height: 24px;
    font-size: 14px;
}
.dd_top_section .dd_right_cont h4 {
    font-size: 14px;
}
.dd_top_section .dd_right_cont {
    padding: 15px 0px 30px 0px;
}
.more_offers_section .offers_cont .offer_content a {
    margin: 8px 0;
}
.news_list_section .news_list_cont {
    margin: 20px 0 10px;
}
.news_update_section .news_category_top h2, .news_detail_section .news_content_left h3 {
    font-size: 24px;
}
.news_slider_section .crausel_left_news, .news_detail_section .news_content_left {
    line-height: 24px;
    font-size: 14px;
}
.news_detail_section .news_content_right .news_related_cont ul li a {
    font-size: 16px;
}
.news_list_section .news_list_cont .news_right_content h3 {
    margin: 0 0 10px;
}
.about_signup_section .about_signup_right .text_field input, .privacy_policy_section .privacy_signup_right .text_field input {
    height: 32px;
}
.about_signup_section .about_signup_right, .privacy_policy_section .privacy_signup_right {
    padding: 20px 40px 30px;
}
.about_middle_section .middle_text_cont {
    padding: 30px 0px 40px 30px;
}
.about_bottom_section {
    padding: 25% 20px;
}
.letushelp_section .help_top_cont h3 {
    margin: 0 0 20px;
}
.letushelp_section .form_cont {
    padding: 30px 0 0 0;
}
.letushelp_section .form_cont .form_cont_left input[type="text"], .letushelp_section .form_cont .form_cont_left input[type="email"] {
    margin-bottom: 20px;
}
.letushelp_section .form_cont .form_cont_left textarea {
    margin: 30px 0 20px;
}
.location_list_section {
    padding: 15px 30px 40px;
}
.location_list_section .location_list_cont {
    padding: 15px 0 15px;
}
.location_list_section h2 {
    padding: 0px 20px 10px 0;
}
.grid-two-col .two_col_caption h2 {
    font-size: 18px;
}
.location_detail_page .dd_top_section .dd_right_cont span.ld_right_link {
    padding: 0 0px;
}
.location_get_section {
    padding: 0px 0 35px;
}
.discover_delightful {
    padding: 0px 20px 45px;
}
.privacy_policy_section .privacy_left_content h2 {
    font-size: 24px;
}
.privacy_policy_section .privacy_left_content h3 {
    font-size: 16px;
}
.privacy_policy_section .privacy_left_content p {
    font-size: 14px;
    line-height: 22px;
}
.privacy_policy_section {
    padding: 60px 0 30px;
}
.just_begining_section {
    padding: 10px 15px 0;
}
.just_begining_section h2 {
    margin: 20px 0 10px;
}
.event_content_section .event_content_left p {
    line-height: 24px;
    font-size: 14px;
}
.trip_planner_section .trip_planner_right .mobile_paid_cont {
    padding: 40px 12%;
}
.trip_planner_sign_up .text_field input {
    height: 32px;
    font-size: 14px;
}
.trip_planner_sign_up .text_field span {
    font-size: 14px;
    padding: 6px 5px 4px;
    height: 32px;
}

.trip_planner_sign_up .text_field .container_input,
.privacy_policy_section .privacy_signup_right .text_field .container_input,
.about_signup_section .about_signup_right .text_field .container_input,
.events_signup_section .events_signup_right .text_field .container_input { display: block; }

.trip_planner_sign_up .text_field input,
.events_signup_section .events_signup_right .text_field input,
.about_signup_section .about_signup_right .text_field input,
.privacy_policy_section .privacy_signup_right .text_field input {
  border-radius: 30px!important;
  max-width: none;
  margin: 0 0 10px;
}
.trip_planner_sign_up .text_field span,
.about_signup_section .about_signup_right .text_field .cls-submit-newsletter,
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter,
.privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter {
  padding: 7px 49px 9px 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.trip_planner_sign_up .text_field span i,
.about_signup_section .about_signup_right .text_field .cls-submit-newsletter i,
.events_signup_section .events_signup_right .text_field .cls-submit-newsletter i,
.privacy_policy_section .privacy_signup_right .text_field .cls-submit-newsletter i {
  height: 32px;
  width: 49px;
  padding: 9px 0 11px;
}
.events_signup_section .events_signup_right .text_field p,
.about_signup_section .about_signup_right .text_field .susb,
.trip_planner_section .trip_planner_right .trip_right_top .text_field p,
.privacy_policy_section .privacy_signup_right .text_field p {
    font-size: 12px;
    text-align: left;
    float: none;
    margin: 10px 0 0;
}

}
@media (max-width: 767px) {
#email_modal .modal-dialog {
    margin: 100px 20px;
}
#email_modal button.close {
  right: 0;
}
.getting_map_section .getting_map_right {
    width: 100%;
}
/*.location_map_section .location_map_right*/ #googleMap {
    height: 500px;
}
.content_section .grid-cont .modal-dialog .modal-content img, .content_section .grid-cont1 .modal-dialog .modal-content img {
    max-height: 600px;
}
}
@media (max-width: 480px) {
body {
    padding-top: 79.5px;
}
body.home {
    padding-top: 80px;
}
.search_section {
    top: 80px;
}
.search_section.is-visible {
    top: 80px;
}
/*.search_section.sticky_search.is-visible {
    top: 68px;
}*/
.news_list_section .news_list_cont .news_right_content p {
    font-size: 14px;
}
.trip_planner_section .my_trip_cont {
    padding: 10px 0 0;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_left {
    font-size: 14px;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_right a span, .trip_planner_section .my_trip_cont .email_print_cont a span {
    padding: 6px 0;
}
.more_offers_section .offers_cont .offer_content h6 {
    letter-spacing: 1px;
    font-size: 10px;
}
.trip_planner_section .my_trip_cont .accordion_cont .panel_content .right_panel {
    padding: 10px 0px 0 0;
}
.letushelp_section .help_top_cont {
    font-size: 14px;
    line-height: 24px;
}
.letushelp_section .form_cont {
    font-size: 14px;
}
.letushelp_section .form_cont .form_cont_left input[type="text"], .letushelp_section .form_cont .form_cont_left input[type="email"] {
    border-bottom: 1px solid #6aa0a0;
}
.letushelp_section .form_cont .submit_cont span.btn_icon {
    top: -1px;
}
.events_signup_section .events_text_left {
    font-size: 14px;
}
.event_category_section .events_mobile_category .mobile_cat_cont a {
    font-size: 16px;
}
.paid_ad_section .paid_ad_left p, .getting_bottom_section .getting_bottom_right p, .sip_stay_section .sip_stay_left p {
    font-size: 14px;
    line-height: 24px;
}
.getting_bottom_section {
    padding: 0px 0px 40px;
}
.location_list_section .location_list_cont ul {
    padding: 0px 0px 0 0;
}
#email_modal .modal-body {
    font-size: 20px;
}
#email_modal input[type="submit"] {
    top: 38px;
}
.getting_map_section .etting_map_content h2 {
    font-size: 50px;
}
.getting_map_section .etting_map_content h3 {
    font-size: 18px;
}
.content_section .grid-cont .modal-dialog .modal-content img, .content_section .grid-cont1 .modal-dialog .modal-content img {
    max-height: 300px;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_left {
    padding: 3px 0 0 0px;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_right a {
  padding: 0 0 0 6px;
  font-size: 10px;
}
.trip_planner_section .my_trip_cont .to_bothell_cont .to_right a span {
    margin-left: 0px;
    width: 30px;
}
.trip_planner_section .trip_planner_left {
    padding: 0px 25px;
}
}
@media (max-width: 420px) {
.discover_delightful .discover_cont img {
    height: 160px !important;
}
}
@media (max-width: 375px) {
.offers_page .news_list_section .news_list_cont .news_right_content a, .offers_page .news_list_section .news_list_cont .news_right_content a i {
    font-size: 9px;
}
}
@media (max-width: 350px) {
.content_section .grid-cont img, .content_section .grid-cont1 img {
    height: 105px;
}
.grid-item.grid-two-col img {
    height: 212px;
}
.discover_delightful .discover_cont img {
    height: 140px !important;
}
.content_section .mobile_search_home h2 {
    font-size: 19px;
}
.footer_section .footer_center .mobile_footer_social_icon a {
    margin: 0px 9px 30px 0;
}
.just_begining_section .begining_bottom .begin_cont img {
    min-height: 95px;
}
}
@media (min-width: 769px) {
.home .grid-item.mk_home.cstm_clsp_46, .no_result_section .grid-item.last-item-no-search {
    display: none;
}
}
.no_result_section .grid-four-col {
  /*background-image: none;
  background: #eee;*/
}
.no_result_section .grid-four-col h2 {
   /* color: #9F9D9E;
    font-size: 44px;
    font-style: normal;
    font-family: 'Proxima Nova Rg' !important;*/
}
.no_result_section .grid-four-col .text_field span {
/*    background: #9F9D9E;
    -webkit-text-stroke: 0px #35475d;
    border-radius: 0px;
    padding: 0px 17px 2px;
    width: auto;
    height: 28px;*/
}
.no_result_section .grid-four-col .text_field span:hover {
    color: #fff;
}
.no_result_section .grid-four-col .text_field input {
   /* padding: 6px 30px;
    background: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    height: 40px;*/
}
body .no_result_section ::-webkit-input-placeholder {
  color: #b7b7b7;
}
body .no_result_section ::-moz-placeholder {
  color: #b7b7b7;
}
body .no_result_section :-ms-input-placeholder {
  color: #b7b7b7;
}
body .no_result_section :-moz-placeholder {
  color: #b7b7b7;
}
#searchForm1 .preload1 {
   display: none;
   position: absolute;
   left: 5px;
   top: 5px;
   width: 24px;
   height: 24px;
   background: url(../images/preloader.gif) no-repeat;
}
li.activemk a ,li.active > a {
    color: #6aa1a1!important;
}

.content_section.blue {
    background-color: #35475d!important;
}

.heart_icon a.active .blank-cls {
    display: none;
}
.heart_icon a.active .add-cls {
    display: inline-block !important;
}

.loading{
    display:table;
    width: 100%;
    height: 100%;
    background-color: #35475d;
}
.loading .cell{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

span.wpcf7-not-valid-tip, div.wpcf7-response-output{
    font-size: 11px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}


.santapress-snow-modal h1,
.santapress-snow-modal .post-edit-link,
.santapress-snow-modal .sidebar{
    display: none;
}
