body {
  font-family: 'Source Sans Pro', -apple-system, 'BlinkMacSystemFont', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif;
  color: #345287;
  font-weight: 600;
}

h2 {
  font-size: 38px;
  line-height: 45px;
}

.swiper-wrapper h2 {
	font-size: 38px !important;
	color: #345287 !important;
}

p {
  font-size: 21px;
  line-height: 35px;
  font-weight: 300;
  margin: 15px 0;
}

.b-posts-wrap p {
  font-size: 17px;
  line-height: 25px;
}

.b-posts-wrap h3 {
  line-height: 1.2;
}

.wpsl-info-window a {
  color: #054b8d;
}

.wpsl-info-window p {
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: #eb733c;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 45px;
  margin-right: 25px;
}


.header-but {
  background-color: #eb733c;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 35px;
  margin-right: 25px;
}

.header-but img {
  display: inline-flex;
  margin-left: 6px;
  transform: rotate(-45deg);
}

.header-but:hover {
  background-color: #c7541f;
}

.travelguide-wrapper {
  display: none;
}

.header {
  padding: 30px 30px 0;
}

.header-menu > ul > li {
  padding-bottom: 30px;
}

.header-menu li {
  position: relative;
}

.header-menu .sub-menu {
  background-color: rgba(235, 115, 60, 0.81);
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  width: 200px;
  left: 0;
  display: none;
}

.header-menu .sub-menu .current-menu-item a {
  color: white;
}

.header-menu .sub-menu li {
  display: block;
  margin: 10px 0;
}

.header-menu .sub-menu a {
  color: white;
}

.header-menu .sub-menu a:hover {
  font-weight: 700;
}

@media (min-width: 1025px) {
  .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

.banner-text h1 {
  color: white;
}

.banner-text p {
  padding: 0;
}

.home-box {
  overflow: hidden;
}

.home-box-bg {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-box:hover .home-box-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-text-car {
  padding: 80px 0;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white;
}

.home-text-car:after {
  clear: both;
  content: '';
  display: table;
}

.home-text-car .home-text-car-text {
  padding-left: 50px;
}

.home-blog .col-sm-6 {
  text-align: right;
  padding-right: 60px;
}

.b-posts-wrap {
  background-color: #d9e3ea;
  padding: 35px 90px;
}

.b-posts-wrap:after {
  clear: both;
  content: '';
  display: table;
}

.b-post {
  display: flex;
  margin-bottom: 20px;
  clear: both;
}

.b-post:last-of-type {
  margin-bottom: 0;
}

.b-post:after {
  clear: both;
  content: '';
  display: table;
}

.b-post-img {
/*   position: relative;
  overflow: hidden; */
	padding-right: 0;
}

.b-post-img a {
  display: block;
/*   top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; */
  background-image: none !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* .b-post-img a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} */

.b-post-text {
  background: white;
  padding: 20px;
  border-right: 7px solid #345287;
}

.page-template-tpl-travelguidemap .b-post-text,
.page-template-tpl-travelguide-custom .b-post-text {
  border-right: 7px solid #EB733C;
}

.b-post-title {
  color: #345287;
  font-size: 26px;
  line-height: 34px;
}

.b-post-text-meta {
  padding: 0 0 10px;
  font-size: 17px;
}

.b-post-label {
  background-color: rgba(235, 115, 60, 0.83);
  display: inline-block;
  padding: 5px 9px;
  color: white;
  font-weight: 600;
  margin-right: 7px;
}

.footer {
  background-color: #345287;
  padding: 30px 50px;
  color: white;
  line-height: 25px;
}

.footer:after {
  clear: both;
  content: '';
  display: table;
}

.footer a {
  color: white;
}

.footer-logo-wrap {
  padding: 0 0 20px 20px;
}

.footer-socials {
  padding-top: 65px;
}

.footer-socials a {
  display: inline-block;
  margin: 0 10px 15px;
}

.blog-header h1 {
  /*background-color: rgba(52, 82, 135, 0.72);*/
  background-color: rgba(125, 125, 125, 0.72);
  font-size: 47px;
  line-height: 55px;
  font-weight: 600;
  padding: 50px 100px;
  display: inline-block;
}

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

.pad-row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container:after {
  clear: both;
  content: '';
  display: table;
}

.event-kal-wrap {
  background-color: #d9e3ea;
  padding: 80px 40px;
}

.event-kal-wrap:after {
  clear: both;
  content: '';
  display: table;
}

.event-kal-month {
  color: #345287;
  letter-spacing: 1px;
  padding: 20px 40px;
  background-color: #ececec;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.event-kal-month:nth-of-type(even) {
  background: white;
}

.event-kal-month.active {
  background-color: #eb733c;
  color: white;
}

.event-kal-events {
  border-left: 7px solid #345287;
}

.event-kal-event {
  background: white;
  padding: 20px 40px;
  display: block;
  color: black;
}

.event-kal-event:nth-of-type(odd) {
  background-color: #ececec;
}

.event-kal-date {
  float: left;
  margin-right: 25px;
}

.event-kal-date-day {
  font-size: 40px;
  color: #345287;
}

.event-kal-date-month {
  font-size: 14px;
  color: #345287;
  text-transform: uppercase;
  text-align: right;
}

.event-kal-content {
  overflow: hidden;
}

.event-kal-title {
  font-size: 25px;
  color: #054b8d;
}

.event-kal-time {
  font-size: 15px;
  padding: 5px 0 0;
}

.event-kal-content p {
  font-size: 16px;
  line-height: 20px;
}

.mob-sub-togg {
  display: none;
}

.b-post-subtitle {
  display: block;
  font-size: 22px;
}

.b-post-text .title {
  font-size: 25px;
  color: #054b8d;
}

.b-post-text .description {
  margin-top: 20px;
}

.b-post-img-img {
  // display: none;
  max-width: 100%;
}

#custom-tabs-section .b-post-img {
  background-color: #fff;
}

#custom-tabs-section .b-post-img a {
  background-size: contain;
  left: 20px;
}

.page-template-tpl-travelguide-custom .tab-area .uk-tab.uk-flex {
  margin-right: -15px;
}

.page-template-tpl-travelguide-custom .tab-area .uk-tab.uk-flex {
  margin-right: -15px;
}

.title-contain h3 {
  font-size: 28px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.galler-item {
  text-align: center;
  padding: 15px;
}

.galler-item img {
  display: block;
  margin: 0 auto;
}

.present-col {
  text-align: center;
  padding: 10px 15px;
}

.present-title {
  padding: 20px 0 10px;
  font-weight: 700;
  color: #ff571f;
}

.present-subtitle {
  padding: 0 0 12px;
}

.button-style {
  background-color: #eb733c;
  color: white;
  display: inline-block;
  padding: 8px 25px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button-style:hover {
  background-color: #da5a20;
}

.bgcat-wrap {
  padding: 50px 0 0;
}

.bg-cat-post {
  padding: 25px 0;
}

.bg-cat-post a h3 {
  color: #eb733c;
}

.bg-cat-date {
  background: #eb733c;
  color: white;
  text-align: center;
  padding: 5px;
  width: 80px;
  height: 80px;
}

.bg-cat-day {
  display: block;
  font-weight: 700;
  font-size: 28px;
  padding: 7px 0 6px;
}

.bg-cat-month {
  display: block;
  font-size: 16px;
  padding: 0 0 7px;
}

.bg-cat-post-left {
  float: left;
}

.bg-cat-post-right {
  overflow: hidden;
}

.mod-cont-wrap a {
  color: #eb733c;
}

.mod-cont-wrap a:hover {
  text-decoration: underline;
}


.mod-cont-wrap table {
  margin: 40px 0;
}

.mod-cont-wrap table tr td {
  border-top: 1px solid #dcdcdc;
  padding: 14px 15px;
}

.mod-cont-wrap table tr:last-of-type td {
  border-bottom: 1px solid #dcdcdc;
}

.present-col:nth-of-type(4n+1) {
  clear: left;
}

.galler-item:nth-of-type(3n+1) {
  clear: left;
}

.books-wrap {

}

.book-col {
  padding: 20px;
}

.book-col img {
  display: block;
  width: 100%;
}

.book-in {
  display: block;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.book-title {
  color: #eb733c;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
}

.book-col:nth-of-type(4n+1) {
  clear: left;
}

.single-blog-wrap a {
  color: #eb733c;
}

.single-blog-wrap a:hover {
  color: #eb733c;
}

.accord-content a {
  color: #eb733c;
}

.accord-content a:hover {
  text-decoration: underline;
}

.wp-pagenavi a {
  color: #f28c64;
}

.page-images-slide img {
  width: 100%;
  height: auto;
}

.page-images .owl-dots {
  text-align: center;
  padding: 20px 0;
}

.page-images .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  background: #c0c0c0;
}

.page-images .owl-dot.active {
  background: #eb733c;
}

.b-post-date {
  display: block;
  padding-top: 8px;
}

.post--gallery {
  padding: 30px 0;
}

.post--gallery:after {
  clear: both;
  content: '';
  display: table;
}

.post-gallery-slider {
  padding: 20px 0 0;
}

#geodir-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.geodir-cat-list a {
  color: #eb733c;
  font-weight: 700;
}

.geodir-cat-list a img {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.geodir-category-list-in {
  border: 0;
}

.geodir-loc-bar {
  border-top: 0;
  border-bottom: 0;
}

.geodir-cat-list h3 {
  padding: 0 0 15px;
}

.travelguide-sidebar-title {
  color: white;
  background: #7d7d7d;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 25px;
  text-transform: uppercase;
}

.b-post-subtitle {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding: 10px 0 30px;
}

.b-post-title {
  font-weight: 600;
}

.travelguide-sidebar {
  background: white;
}

.travelguide-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.travelguide-sidebar ul li {
  list-style: none !important;
  border-bottom: 1px solid #7d7d7d;
  margin: 0;
}

.travelguide-sidebar ul li:last-of-type {
  border-bottom: 0;
}

.travelguide-sidebar ul a {
  color: #345287;
  font-size: 16px;
  display: block;
  padding: 6px 10px 6px 25px;
}

.travelguide-sidebar ul a.activated {
  background: #eb733c;
  color: white;
}

.travel-side-checks {
  padding: 40px 20px;
  background-image: url(https://www.emove360.com/wp-content/themes/emove/img/sidebar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.travel-side-check-row {
  padding: 8px 0;
  cursor: pointer;
}

.travel-side-check-row:after {
  clear: both;
  content: '';
  display: table;
}

.travel-side-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  background: white;
  margin-right: 12px;
}

.travel-side-check-row.selected .travel-side-checkbox {
  background: #345187;
}

.travel-side-check-btn {
  display: block;
  padding: 9px 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  background: #eb733c;
  margin-top: 20px;
}

.travel-side-check-row label {
  display: block;
  color: white;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  padding: 1px 0 0;
  cursor: pointer;
}

.travelguide--gallery {
  padding: 20px 0;
}

.travelguide--gallery:after {
  clear: both;
  content: '';
  display: table;
}

.travelguide--gallery-item {
  float: left;
  width: 33.333%;
  padding: 10px;
}

.travel-sidebar-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  background: #f1f1f1;
}

.travel-sidebar-content-row {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.travel-sidebar-content-label {
  clear: both;
  display: block;
  line-height: 1.4;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.travel-sidebar-content-row img {
  width: 28px;
  height: auto;
  float: right;
}


.header-menu .lang-select {
  display: none;
  text-align: center;
  margin-right: 0;
  padding-top: 30px;
}

@media (max-width: 600px) {
  .travelguide--gallery-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .header-menu .lang-select {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .post--gallery-image {
    width: 33.333%;
    float: left;
    padding: 20px;
  }

  .post--gallery-image:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 1470px) {
  .padded .container,
  .single-blog-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .header-but {
    display: none;
  }

  .post--gallery-image {
    width: 50%;
    float: left;
    padding: 15px;
  }

  .post--gallery-image:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (max-width: 1024px) {
  .travelguide-wrapper {
    display: block !important;
    text-align: center;
    margin-top: 30px;
  }

  .travelguide-wrapper .header-but {
    display: inline-block !important;
  }

  .home-boxes-wrap {
    display: block;
  }

  .home-box {
    margin-right: 0;
  }

  .header {
    padding: 30px;
  }

  .header-menu,
  .header-email,
  .header-phone {
    display: none;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    background: #203260;
    margin-top: 0;
    z-index: 999;
    margin-left: 0;
  }

  .header-menu ul li {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    max-width: 350px;
  }

  .header-menu ul li a {
    color: white;
    font-size: 18px;
  }

  .header-mob-tog {
    display: block;
    float: right;
    margin-top: 10px;
  }

  .lang-select {
    margin-right: 15px;
  }

  .header-menu .sub-menu {
    width: 100%;
    background-color: transparent;
    position: static;
  }

  .mob-sub-togg {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
  }

  .mob-sub-togg svg {
    width: 27px;
    height: auto;
  }

  .mob-sub-togg svg polyline {
    stroke: white;
  }

  .mob-sub-togg.opened svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.home-text-img-mob {
  display: none;
}

@media (max-width: 991px) {
  .home-text-img-mob {
    display: block;
    width: 100%;
  }

  .home-text-car {
    background: none !important;
  }

  .arch-blog-post-sizer,
  .arch-blog-post {
    width: calc(50% - 15px);
  }

  .mod-tab2-button {
    display: none;
  }

  .mod-tab-select {
    display: block;
  }

  .home-block {
    width: calc(50% - 17px);
  }

  .home-block:nth-child(2) {
    margin-right: 0;
  }

  .team-mod-col {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }

  .team-mod-col:nth-child(2) {
    margin-right: 0;
  }

  .tab-nav {
    float: left;
    width: 25%;
    margin: 0;
  }

  .faq-mod {
    padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .blog-post {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 767px) {
  .b-post {
    display: block;
  }

  .b-post-img {
    padding-left: 0;
    padding-right: 0;
  }

  #wpsl-result-list .b-post-text .address {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #000 !important;
    font-weight: 400 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .b-post-img-img {
    display: block;
    width: 100%;
  }

  .b-post-img a {
    background: none !important;
    position: static;
  }

  .h_text_img ._img {
    height: 200px;
    float: none !important;
  }

  .header-logo {
    float: left;
    position: static;
  }

  .header-mob-tog {
    float: right;
    margin-left: 15px;
  }

  .banner-slide {
    text-align: center;
  }

  .banner-text {
    position: static;
    padding: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(52, 82, 135, 1);
  }

  .banner-btn {
    position: static;
    color: #203260;
    border-color: #203260;
  }

  .home-box {
    height: 250px;
  }

  .faq-col {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .home-blocks-slider, .team-mod-slider {
    display: block !important;
  }

  .home-blocks-desktop, .team-mod-desktop {
    display: none;
  }

  .inn-banner-text h1 {
    font-size: 36px;
    line-height: 20px;
  }

  .tab-col {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tab-content-wrap {
    padding: 50px 15px;
  }

  .countdown,
  .header-search-btn {
    display: none;
  }

  .banner-text h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .home-block {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .gr-test-pic {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
  }

  .gr-test-content {
    padding-top: 45px;
    padding: 45px 20px 30px;
  }

  .gr-test-slider .owl-dots {
    position: static;
    padding-bottom: 10px;
  }

  .big-quote-text p {
    font-size: 22px;
    line-height: 30px;
  }

  .big-quote-text {
    padding: 40px 50px;
  }

  .team-mod-col {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .blog-cat-filter-select {
    display: block;
    padding-bottom: 10px;
  }

  .blog-cat-filter {
    display: none;
  }

  .arch-blog-post-sizer,
  .arch-blog-post {
    width: 100%
  }

  .home-blog-img {
    text-align: center;
    padding: 0 0 30px;
  }

  .h_text_img ._text {
    padding: 40px;
  }

  .b-posts-wrap {
    padding: 25px;
  }

  .footer {
    padding: 30px 25px;
  }

  .blog-header h1 {
    padding: 50px 15px;
    width: 100%;
    font-size: 35px;
    line-height: 42px;
  }

  .event-kal-wrap .col-sm-3 {
    margin-bottom: 30px;
  }

  .event-kal-wrap {
    padding: 30px 15px;
  }
}

@media (max-width: 600px) {
  .header-but {
    display: none;
  }

  .event-kal-event {
    padding: 20px;
  }

  .b-post-text {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .post--gallery-image {
    width: 100%;
    float: none;
    padding: 10px;
  }

  .lang-select,
  .header-btn {
    display: none;
  }

  .b-post-label {
    margin-bottom: 10px;
  }

  .event-kal-date {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .event-kal-date-month {
    text-align: left;
    padding-left: 5px;
  }

  .event-kal-month {
    padding: 20px;
  }
}

.page-id-71394 .lang-select {
  display: none;
}

.page-id-71394 .header-but {
  display: none;
}

#tabs {
  padding: 10px;
}

#tabs .tab-heading {

}

#menu-travel li {
  color: black;
  font-size: 21px;
  line-height: 35px;
  font-weight: 300;
}

#menu-travel li a {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 16px;
  display: block;
  line-height: 40px;
  padding: 6px 10px 6px 25px;
  text-decoration: none;
  font-weight: 600;
}

#menu-travel li.current-menu-item a {
  background-color: #f5f5f5;
}

#menu-travel li:hover {
  background-color: #f5f5f5;
}

#menu-travel li:hover a {
  text-decoration: none;
}

#wpsl-search-wrap .wpsl-input label,
#wpsl-search-wrap div label {
  color: #fff !important;
}

#wpsl-result-list .b-post-text .address {
  line-height: 1.8;
  padding-left: 0;
}

#wpsl-result-list .b-post-text .address b {
  font-weight: bold;
}

section.banner-area .car-picture {
  position: absolute;
  bottom: 0;
  right: 9%;
  width: 100px;
}