/*
Theme Name: Ecotour
Author: MegaRost.org
Author URI: http://megarost.org/
Version: 1.0

*/

html { font-size: 14px;}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 300;
}
.container {
  width: 94%;
  max-width: 1206px;
}
.container.narrow {
	max-width: 1175px;
}

img { max-width: 100%; height: initial;}

.bg-image {
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.bg-patern {
	background-position: center top;
	background-repeat: repeat;
}
/*--- Overlay ---*/
.ovrl-over-image {
	position: relative;
}
.ovrl-over-image .ovrl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.8;
}
.ovrl-over-image > *:not(.ovrl) {
	position: relative;
	z-index: 2;
}


.v-align{ display:table; width: 100%;}
.v-cell{
	vertical-align:middle;
	display:table-cell;
}
.row-table {
	display: table;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.row-table .col {
	display: table-cell;
	vertical-align: top;
}
.row-table.middle .col {
	vertical-align: middle;
}
/* Table columns */
.table-row {
  display: table;
  width: 100%;
}
.table-row .table-col {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.table-row.middle .table-col {
  vertical-align: middle;
}
.table-row.top .table-col {
  vertical-align: top;
}
/* end of Table columns */
/* Inline columns */
.inline-row {
  margin-left: -10px;
  margin-right: -10px;
}
.inline-row .inline-col {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.inline-row.three-in-row .inline-col {
  width: 33.33333333%;
}
.inline-row.four-in-row .inline-col {
  width: 25%;
}
.inline-row.middle .inline-col {
  vertical-align: middle;
}
/* end of Inline columns */

.col-right { float: right;}

.btn {
	font-size: 17px;
	/* font-size: 1rem; */
	font-weight: 700;
	text-transform: uppercase;
	height: 	 46px;
	line-height: 46px;
	/* height: 3.142857143em; */
	/* line-height: 3; */
	padding: 0 20px;
	/* padding: 0 0.4286em; */
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	border: 0;
	
	overflow: hidden;
	text-align: center;
}

.btn.btn-sm, .btn-group-sm>.btn {
    font-size: 15px;
    /* font-size: 1rem; */
	height: 	 32px;
	line-height: 32px;
}
.btn.btn-lg, .btn-group-lg>.btn {
    font-size: 18px;
	/* font-size: 1.14286rem; */
	height: 	 50px;
	line-height: 50px;
	/* height: 3em; */
}

.btn,
.btn:focus,
.btn-default,
.btn-default:focus,
.btn-blue,
.btn-blue:focus {
    position: relative;
	
	color: #ffffff;
	
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
	
	background-color: rgb(24,117,161);
	
	background: #f7743c;
	background: -moz-linear-gradient(top,  #f7743c 0%, #f53e05 100%);
	background: -webkit-linear-gradient(top,  #f7743c 0%,#f53e05 100%);
	background: linear-gradient(to bottom,  #f7743c 0%,#f53e05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7743c', endColorstr='#f53e05',GradientType=0 );
	
	-webkit-box-shadow: 0 0 0 8px rgba(255,102,0, 0.2);
	-moz-box-shadow: 0 0 0 8px rgba(255,102,0, 0.2);
	box-shadow: 0 0 0 8px rgba(255,102,0, 0.2);
	
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.btn:before,
.btn-default:before {
	content: '';
	position: absolute;
	top: 0;		
	left: 0;
	width: 100%;
	height: 50%;
	/* 
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.82) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.82) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d1ffffff',GradientType=0 );
	 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#44ffffff',GradientType=0 );

	
	-webkit-border-radius: 50% 50% 0 0;
	-moz-border-radius: 50% 50% 0 0;
	border-radius: 50% 50% 0 0;
	
}
.btn span,
.btn-default span { position: relative; z-index: 2;}


.btn:focus,
.btn:active:focus {
	outline: none;
}
.btn:hover,
.btn:active,
.btn-default:hover,
.btn-default:active,
.btn-blue:hover,
.btn-blue:active {
    color: #ffffff;
    background: -moz-linear-gradient(top,  rgba(247,116,60,0.9) 0%, rgba(245,62,5,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,116,60,0.9) 0%,rgba(245,62,5,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(247,116,60,0.9) 0%,rgba(245,62,5,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7743c', endColorstr='#e6f53e05',GradientType=0 );
}
.btn:active:focus,
.btn:active:hover,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-blue:active:focus,
.btn-blue:active:hover {
	background: -moz-linear-gradient(top,  rgba(247,116,60,0.9) 0%, rgba(245,62,5,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,116,60,0.9) 0%,rgba(245,62,5,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(247,116,60,0.9) 0%,rgba(245,62,5,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7743c', endColorstr='#e6f53e05',GradientType=0 );

}



.btn.btn-white,
.btn.btn-white:focus {
	border-color: #ffffff;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn.btn-white:hover,
.btn.btn-white:active {
	color: #000;
	border-color: #000;
}
.btn.btn-white:active:focus,
.btn.btn-white:active:hover {
	color: #000;
	border-color: #000;
}



.btn.btn-simple:before,
.btn.btn-simple:after { /* display: none !important; */}

.btn.btn-simple,
.btn.btn-simple:focus {
	/* height: 38px;
	line-height: 38px;
	border: 0; */
	
	background: #3982eb;
	background: -moz-linear-gradient(top,  #3982eb 0%, #1f73e5 100%);
	background: -webkit-linear-gradient(top,  #3982eb 0%,#1f73e5 100%);
	background: linear-gradient(to bottom,  #3982eb 0%,#1f73e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3982eb', endColorstr='#1f73e5',GradientType=0 );
	
	-webkit-box-shadow: 0 0 0 3px rgba(51,102,153, 0.5);
	-moz-box-shadow: 0 0 0 3px rgba(51,102,153, 0.5);
	box-shadow: 0 0 0 3px rgba(51,102,153, 0.5);
}
.btn.btn-simple:hover,
.btn.btn-simple:active {
	background: rgb(57,130,235);
	background: -moz-linear-gradient(top,  rgba(57,130,235,0.9) 0%, rgba(31,115,229,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(57,130,235,0.9) 0%,rgba(31,115,229,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(57,130,235,0.9) 0%,rgba(31,115,229,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3982eb', endColorstr='#1f73e5',GradientType=0 );
}
.btn.btn-simple:active:focus,
.btn.btn-simple:active:hover {
	background: rgb(57,130,235);
	background: -moz-linear-gradient(top,  rgba(57,130,235,0.9) 0%, rgba(31,115,229,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(57,130,235,0.9) 0%,rgba(31,115,229,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(57,130,235,0.9) 0%,rgba(31,115,229,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3982eb', endColorstr='#1f73e5',GradientType=0 );
}


.btns-inline .btn { margin-right: 13px;}
.btns-inline .btn:last-child { margin-right: 0;}

.btn.btn-block {
	/* min-width: auto; */
}
.btn.btn-full {width: 100% !important;}
.btn-icon span,
.btn .icon {
	vertical-align: middle;
}

.smart-image-wrap { overflow: hidden;}
.smart-image {
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position: relative;
}
.smart-image .img-height {
    padding-top: 66.66667%;
}

/* Logo */
.logo-wrap {
	position: relative;
	/* padding: 10px 0; */
}
.mobile-logo, 
.site-logo {
	position: relative;
	z-index: 2;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	vertical-align: top;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.mobile-logo:hover, 
.site-logo:hover {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}
.mobile-logo img, 
.site-logo img {
	max-width: 100%;
	float: left;
	height: auto;
	width: auto;
}
.mobile-logo:not(.svg-logo) img, 
.site-logo:not(.svg-logo) img {
	max-height: 70px;
}

.mobile-logo.svg-logo, 
.site-logo.svg-logo {
	width: 100%;
}

.mobile-logo.svg-logo img, 
.site-logo.svg-logo img {
	width: 100%;
	height: 70px;
}


/* Header */
header#masthead {
	/* padding: 5px 0; */
	padding: 7px 0 11px;
	
	position: absolute;
	left: 0;
	width: 100%;
	
	background: #fff;
	background: rgba(255,255,255, 0.85);
	
	z-index: 2;
}
.table-row .table-col.header-left { padding: 0;}
.table-row .table-col.header-right { padding-right: 0; width: 240px;}
.table-row .table-col.header-middle-2 { width: 234px;}



ul.phones {
    margin: 0;
	padding: 0;
	font-size: 19px;
	padding-left: 34px;
	padding-left: 1.7894737em;
	position: relative;
	text-align: right;
	float: right;
}
ul.phones > .icon {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 41px;
	font-size: 2.15789474em;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	/* font-size: 0.882353em; */
	color: #FF6600;
}

.phones a.phone-link {
    display: block;
	position: relative;
	font-size: 1em;
	font-weight: 700;
    line-height: 1.3;
	list-style-type: none;
    text-decoration: none;
	color: #000000;
}


/* Menu */
.navigation-block {
  text-align: center;
}
.navigation-block ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}
.navigation-block ul.nav-menu {
  display: inline-block;
}
.navigation-block > div {
  display: inline-block;
}
.navigation-block li {
  font-size: 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.navigation-block .nav-menu > li {
  margin: 5px 0;
}
.navigation-block li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	line-height: 1;
	/* font-weight: 700; */
	text-transform: uppercase;
	padding: 4px 9px;
	padding: 4px 0.5625em;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.navigation-block li.current-menu-item a, 
.navigation-block li.current_page_item a, 
.navigation-block li.current-page-ancestor a, 
.navigation-block li.current_page_parent a, 
.navigation-block li.current-page-parent a, 
.navigation-block li a:hover {
	color: #FF6600;
	border-color: #FF6600;
}


/* Mobile header */
a.mobile-close, 
a.mobile-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10.66666667%;
  max-width: 80px;
  text-align: center;
  font-size: 28px;
  font-size: 1.55555556rem;
  line-height: 1;
  padding: 0.42857143em 0;
  /* background-color: #cb2525; */
  color: #FF6600;
  text-decoration: none;
}
a.mobile-close { position: fixed;}
a.mobile-close .inner, 
a.mobile-close span, 
a.mobile-toggle .inner,
a.mobile-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.close-wrap {
  display: none;
}

.mobile-menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
  -moz-transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
  -ms-transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
  -o-transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
  z-index: 10200;
}
.mobile-menu-wrap.nav-open {
  overflow: auto;
  max-height: 100%;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}


.mobile-menu-wrap.nav-open .close-wrap {
  display: block;
}

.mobile-navigation-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.mobile-navigation {
  display: table-cell;
  vertical-align: middle;
  padding: 70px 60px;
  padding: 3.88888889rem 7.8125%;
}
.mobile-navigation ul.nav-menu {
  margin: 0;
  padding: 56px 0 0;
  padding: 3.11111111rem 0 0;
}
.mobile-navigation ul.nav-menu li {
  list-style: none;
  font-size: 36px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 14px;
  margin-bottom: 0.38888889em;
}
.mobile-navigation ul.nav-menu li a {
  display: inline-block;
  position: relative;
  color: #ff6600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0 15px;
  padding: 0.41666667em 0 0.41666667em;
}
.mobile-navigation ul.nav-menu li a:after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 4px solid #ff6600;
  border-top-width: 3px;
  left: 0;
  bottom: -9px;
  bottom: -0.25em;
  padding-bottom: inherit;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.mobile-navigation ul.nav-menu li .sub-menu {
  display: none;
}
.mobile-navigation ul.nav-menu li.current-menu-item a:after, .mobile-navigation ul.nav-menu li.current_page_item a:after, .mobile-navigation ul.nav-menu li.current-page-ancestor a:after, .mobile-navigation ul.nav-menu li.current_page_parent a:after, .mobile-navigation ul.nav-menu li.current-page-parent a:after, .mobile-navigation ul.nav-menu li > a:hover:after {
  -webkit-transform: scale3d(0.95, 1, 1);
  -moz-transform: scale3d(0.95, 1, 1);
  -ms-transform: scale3d(0.95, 1, 1);
  -o-transform: scale3d(0.95, 1, 1);
  transform: scale3d(0.95, 1, 1);
}





@media screen 
and (min-width: 1200px) {
	
}


/* Header */

@media screen
and (min-width: 992px){
	
}


li a {
    text-decoration: underline;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight: 300;
}
h1, .h1 {
	font-size: 39px;
	/* font-size: 3.5714286rem; */
}

h3, .h3 {
	font-size: 24px;
	font-size: 1.714286rem;
}

b, strong { font-weight: 700;}


.c-form {
    margin: 0 175px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 30px;
}

.row.contact-f {
    margin-top: 70px;
    text-align: center;
}

input.c-f-inp {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #ffffff;
    margin-right: 38px !important;
    width: 225px !important;
    font-size: 16px !important;
}
input.c-f-inp.cent {
    margin-right: 73px !important;
}
input.c-s-btn {
    background: linear-gradient(to top left, #f63f08,#ff7833);
    border: none;
    padding: 12px 52px;
    font-size: 16px;
    border-radius: 30px;
    border-color: #c03939 !important;
    border: 1px solid;
}


/* Forms */
*:focus {
    outline: none;
}

.inline-form input[type="text"],
.inline-form input[type="email"] {
	display: inline-block;
	
	width: 100%;
	
	border: 2px solid #CCCCCC;
	
	height: 47px;
	padding: 0 22px;
	
	font-size: 17px;
	color: #000000;
	
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.inline-form  {
	text-align: center;
}


.inputs-wrap.inline {
	margin-left: -4px;
	margin-right:-4px;
}
.inputs-wrap.inline .inp-col {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left:  4px;
	padding-right: 4px;
	
	font-size: 14px;
	margin-bottom: 8px;
	margin-bottom: 0.5714286rem;
}




/* Header form */

.inline-form.header-form input[type="text"] {
	margin-bottom: 7px;
	/* text-align: center; */
	height: 36px;
}
.inline-form.header-form .btn-wrap { padding: 0 3px;}
.inline-form.header-form .btn {
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}





.main-menu {
	text-align: right;
	border-bottom: 1px solid #b3c6d7;
	border-bottom: 1px solid rgba(255,255,255, 0.47);
}
.main-menu .menu-item a { color: #fff !important;}

@media screen
and (min-width: 992px){
	body:not(.page-template-template-main) .main-menu .menu-item a { color: #333 !important;}
	
	
}


.main-menu.nav>li { font-size: 17px; margin-left: 60px; margin-left: 3.529412em;}
.main-menu.nav>li:first-child { margin-left: 0;}
.main-menu.nav>li a {text-decoration: none;}


.main-menu.nav>li>a  {
    position: relative;
	font-size: inherit;
	padding: 6px 12px 13px;
}
.main-menu.nav>li.current_page_item>a {
	font-weight: 700;
}
.main-menu.nav>li:hover>a:before,
.main-menu.nav>li:hover>a:after,
.main-menu.nav>li.current_page_item>a:before,
.main-menu.nav>li.current_page_item>a:after {
	content: '';
	position: absolute;
	
	/* left: -12px;
	left: -13%; */
	left: 0;
	/* width: 126%; */
	width: 100%;
	height: 1px;
	background: #b3c6d7;
	background: rgba(255,255,255, 0.47);
}
.main-menu.nav>li:hover>a:before,
.main-menu.nav>li.current_page_item>a:before {
	bottom: 0px;
}
.main-menu.nav>li:hover>a:after,
.main-menu.nav>li.current_page_item>a:after {
	bottom: -2px;
}


/* Front Block / Hero */
.front-block { position: relative;}
.front-block .mask {
	padding: 160px 0 102px;
	padding: 11.42857143rem 0 7.2857143rem;
}

.front-block .container { position: relative;}

#hero-top {
	margin-bottom: 48px;
	margin-bottom: 3.42857143rem;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#hero-top > .container { left: -4px;}
#hero-top > .container > .row {
	margin-left: -25px;
}

.skew-block {
	-webkit-transform: skew(-17deg) translate3d(0,0,0);
	-moz-transform: skew(-17deg) translate3d(0,0,0);
	transform: skew(-17deg) translate3d(0,0,0);
}
.skew-block > * {
	-webkit-transform: skew(17deg) translate3d(0,0,0);
	-moz-transform: skew(17deg) translate3d(0,0,0);
	transform: skew(17deg) translate3d(0,0,0);
}
.skew-block.blue {
	color: #ffffff;
	background: #3982eb;
	background: -moz-linear-gradient(top,  #3982eb 0%, #1f73e5 100%);
	background: -webkit-linear-gradient(top,  #3982eb 0%,#1f73e5 100%);
	background: linear-gradient(to bottom,  #3982eb 0%,#1f73e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3982eb', endColorstr='#1f73e5',GradientType=0 );
}
.skew-block.blue.transparent {
	background: rgb(57,130,235);
	background: -moz-linear-gradient(top,  rgba(57,130,235,0.8) 0%, rgba(31,115,229,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(57,130,235,0.8) 0%,rgba(31,115,229,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(57,130,235,0.8) 0%,rgba(31,115,229,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3982eb', endColorstr='#1f73e5',GradientType=0 );
}
.skew-block.purple {
	color: #ffffff;
	background: #000028;
	background: rgba(0,0,40, 0.8);
}
.skew-block.white {
	color: #000000;
	background: #fff;
}

.table-col.head-h1 {
	padding-right: 6px;
}
.head-h1 .skew-block {
	padding: 6px 10px 11px 32px;
	padding: 6px 10px 11px 2.2857143rem;
}
.head-h1 h1 {
	margin: 0; 
	font-size: 39px;
	line-height: 47px;
	line-height: 1.2051282;
	
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
}


.table-col.slogan-col {
	padding-left: 0;
}
.slogan-col {
	width: 442px;
	font-size: 20px;
}
.slogan-col .icon-col {
	font-size: 74px;
	font-size: 5.2857143rem;
	line-height: 1;
	color: #FFCC00;
	padding-left:  28px;
	padding-right: 3px;
	padding-top: 4px;
	padding: 7px 3px 3px 28px;
}

.slogan-col .text-col {
	padding-top: 7px;
	padding-bottom: 7px;
}
.slogan {
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
}
.slogan .color { color: #FFCC00;}
.slogan b,
.slogan strong {
	font-size: 30px;
	font-weight: 800;
}


#hero-middle {
	margin-bottom: 55px;
	margin-bottom: 3.92857143rem;
	
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.specials .specials-col {
	width: 33.33333333%;
	width: 31.5%;
}
.specials .specials-col:last-child { width: 37%;}
.specials.quant-2 .specials-col { width: 50%;}

.specials .icon-col {
	width: 20px;
}
.specials .icon-wrap {
	position: relative;
	font-size: 105px;
	width:  1em;
	height: 1em;
	background: #fff;
	background: rgba(255,255,255, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.specials .icon-wrap:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 5px;	bottom: 5px;
	left: 5px;  right: 5px;
	background: rgba(255,255,255, 0.47);
	border: 2px solid #1F73E5;
	border-color: rgba(31,115,229, 0.47);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.specials .icon-wrap img {
	position: absolute;
	top:  50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 69px;
	max-width: 0.65714286em;
	max-height: 66px;
	max-height: 0.62857143em;
	z-index: 5;
}
.specials-col .text-wrap > *:last-child { margin-bottom: 0;}
.specials-col .text-wrap .title,
.specials-col .text-wrap .text {
	display: inline-block;
}
.specials-col .text-wrap .title {
	font-size: 20px;
	font-weight: 800;
	padding: 2px 15px 1px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.specials-col .text-wrap .title > *,
.specials-col .text-wrap .text > * { display: inline-block;}

.specials .title {
	font-size: 16px;
	line-height: 1.25;
    margin: 0;
}
.specials .title b,
.specials .title strong { font-weight: 700;}
.specials .text-wrap { padding-left: 1px;}
.specials-col .text-wrap .text {
	font-size: 18px;
	padding: 0 12px;
}


@media screen
and (max-width: 992px){
	
}
@media screen
and (max-width: 639px){
	
}


#hero-bottom .container.narrow { max-width: 1159px}

#hero-bottom .bg-container {
	position: relative;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.8);
	
	background-image: url(img/form-bg-corner-long-croped.png);
	background-position: right center;
	background-repeat: no-repeat;
	
	padding: 35px 26px 52px;
	padding: 2.5rem 1.857143rem 3.714286rem;
}
#hero-bottom .bg-container > .inner {
	position: relative;
	padding: 0 33px;
	padding: 0 2.357143rem;
	min-height: 235px;
	z-index: 2;
}
#hero-bottom .bg-container > .inner .border-left,
#hero-bottom .bg-container > .inner .border-right {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	background: #ff6600;
}
#hero-bottom .bg-container > .inner .border-left { left: 0;}
#hero-bottom .bg-container > .inner .border-right { right: 0;}

#hero-bottom .bg-container > .inner .border-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#hero-bottom .bg-container > .inner .border-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 4px;
	background: #ff6600;
}
#hero-bottom .bg-container > .inner .border-top:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 598px;
	height: 4px;
	background: #ff6600;
}

#hero-bottom .bg-container > .inner .border-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#hero-bottom .bg-container > .inner .border-bottom:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 4px;
	background: #ff6600;
}
#hero-bottom .bg-container > .inner .border-bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 114px;
	height: 4px;
	background: #ff6600;
}
#hero-bottom .bg-container > .inner .border-bottom span {
	position: absolute;
	bottom: 0;
	left: 343px;
	width: 262px;
	height: 4px;
	background: #ff6600;
}

#hero-bottom .promo-left {
	float: left;
	width: 45%;
	max-width: 453px;
}
#hero-bottom .form-wrap {
	position: absolute;
	bottom: -24px;
	right: 31px;
	max-width: 534px;
}
#hero-bottom .form-counter{
	position: absolute;
	bottom: -17px;
	left: 45px;
	width: 288px;
}

#hero-bottom .form-title {
	margin: -16px 0 16px;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 800;
	color: #ff6600;
}
#hero-bottom .form-text {
	font-size: 25px;
	font-weight: 800;
	max-width: 385px;
	padding-left: 6px;
	line-height: 30px;
	line-height: 1.2;
}

.inline-form.yellow-form .btn {
	height: 	 52px;
	line-height: 52px;
	width: 300px;
	max-width: 100%;
	font-size: 20px;
	margin-top: 15px;
}



/* Section 2 */
#content { overflow: hidden;}
section#section-4 {
    background-color: #93d7f5;
	padding: 58px 0 0;
    /* padding: 6.357143rem 0 0; */
	
	padding-bottom: 47px;
	/* padding-bottom: 3.357143rem; */
}
section#section-4 .container {
	position: relative;
}


.tours-wrap {
	/* max-width: 1197px; */
	/* text-align: center; */
	margin: 38px auto 0;
	margin: 2.714286rem auto 0;
}
.tours-wrap .tour-cards {
	padding: 0 10px;
	margin-bottom: 27px;
}
.tour-card-inner {
	position: relative;
	/* margin-top: 25px; */
    background: #fff;
	padding: 13px 24px 33px;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.tour-card-inner .images-col {
	/* 556+20/1158 */
	width: 49.740933%;
}
.tour-card-inner .images-col .inner  { position: relative;}
.tour-card-inner .images-col .thmb {
	position: relative;
	float: left;
	overflow: visible;
	/* 363 */
	width: calc(100% - 193px);
}
.tour-card-inner .images-col .thmb .img-maker {
	/* height: 490px; */
	height: 414px;
}


.tour-cards .ovrl-1,
.tour-cards .ovrl-1 .corner,
.tour-cards .ovrl-1:before {
	background: #3982eb;
	background: -moz-linear-gradient(top,  #3982eb 0%, #1f73e5 100%);
	background: -webkit-linear-gradient(top,  #3982eb 0%,#1f73e5 100%);
	background: linear-gradient(to bottom,  #3982eb 0%,#1f73e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3982eb', endColorstr='#1f73e5',GradientType=0 );
}

.tour-cards .ovrl-1 {
	position: absolute;
	top: 0;
	left: -12px;
	max-width: 91%;
	/* color: #fff; */
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	
	padding: 3px 4px 7px 20px;
	/* padding: 0.9444444em 1em 0.83333333em; */
}
.tour-cards .ovrl-1 .corner {
	position: absolute;
	right: -8px;
	top: 0;
	width: 20px;
	height: 100%;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	transform: skew(-17deg);
}
.tour-cards .ovrl-1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 	0;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 0;
	border-color: transparent #134587 transparent transparent;

	-webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.tour-cards .ovrl-1 .season {
	position: relative;
	z-index: 2;
}
.season {
	display: inline-block;
	font-size: inherit;
}

.tour-cards .ovrl-2 .corner,
.tour-cards .ovrl-2 {
	background: #188144;
}
.tour-cards .ovrl-1,
.tour-cards .ovrl-2 {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.tour-cards .ovrl-2 {
	position: absolute;
	bottom: 24px;
	left: -11px;
	max-width: 80%;
	color: #fff;
	font-size: 36px;
	font-size: 2.5714286rem;
	font-weight: 700;
	line-height: 1;
	
	padding: 13px 10px 12px 20px;
	/* padding: 0.9444444em 1em 0.83333333em; */
	
	background-image: url('img/label-blesk.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tour-cards .ovrl-2 .corner {
	position: absolute;
	right: -20px;
	top: 0;
	width: 40px;
	height: 100%;
	-webkit-transform: skew(-17deg);
	-moz-transform: skew(-17deg);
	transform: skew(-17deg);
}
.tour-cards .ovrl-2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 	0;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 10px 0;
	border-color: transparent #295343 transparent transparent;
	
	-webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.tour-cards .ovrl-2 .price-text {
	position: relative;
	z-index: 2;
}
.tour-cards .ovrl-2 .value {
	font-size: 48px;
	font-size: 1.33333333em;
}


.small-images-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 181px;
	height: 100%;
}
.small-images-wrap .small-img {
	height: 150px;
	/* 150/490 */
	height: 30.612245%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.small-images-wrap .gap {
	height: 20px;
	height: 4.0816325%;
}
.small-images-wrap .gap:last-child { height: 0;}




.tour-card-inner .text-col {
	/* float: right; */
	/* 553+20/1158 */
	width: 49.4818653%;
	position: static;
}


.tour-data {
    padding-bottom: 80px;
}
.tour-data h2 {
    
}
.tour-cards .tour-title {
	font-size: 26px;
    /* font-size: 1.2857143rem; */
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 11px;
	/* margin-bottom: 0.64286rem; */
}
.tour-cards .tour-excerpt {
	font-size: 18px;
	line-height: 23px;
	/* line-height: 1.2857143; */
	margin-bottom: 24px;
}
.tour-cards .tour-excerpt p { margin: 0;}

.tour-excerpt a {
    color: #ff6600;
	font-weight: 700;
    text-decoration: underline;
}

.city-feats .feat-text {
	display: table;
	width: 100%;
	/* margin-bottom: 17px; */
	margin-bottom: 1rem;
}
.city-feats .feat-text:before,
.city-feats .feat-text .inner {
	display: table-cell;
	vertical-align: middle;
}
.city-feats .feat-text .inner {
	padding-left: 19px;
	padding-left: 1.357143rem;
	font-size: 16px;
	font-weight: 700;
	
	padding-top:   3px;
	padding-top:   0.1875em;
	padding-bottom: 0.1875em;
}
.city-feats .feat-text:before {
	content: '';
	height: 44px;
	width: 5px;
	background: #f54910;
}


.stars-wrap {
	/* max-width: 310px; */
	margin-left:  auto;
    margin-right: auto;
}
ul.tour-stars {
    /* display: table;
	width: 100%; */
	margin-top: 8px;
    margin-bottom: 0;
    margin-left:  -10px;
    margin-right: -10px;
    padding: 0;
}

ul.tour-stars li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 33.33333333%;
	margin-bottom: 30px;
	font-size: 18px;
}

ul.tour-stars li i {
    color: #ff6600;
	margin-right: 2px;
	font-size: 20px;
	font-size: 1.1111111111em;
}

.tour-stars .price-text {
    /* display: block; */
	font-size: 18px;
	font-size: 1em;
	line-height: 1;
	margin-top: 2px;
}
.tour-stars .price-text .value {
	font-size: 44px;
	font-size: 2.444444444em;
}

.tour-card-inner .form-wrap {
	position: absolute;
	right: -13px;
	bottom: 33px;
	width: 609px;
	/* 609 / 1186 */
	width: 51.3490725%;
	
	background-color: #188144;
	background-image: url(img/form-blesk.png);
    background-repeat: no-repeat;
    background-position: right top;
	
	padding: 15px 37px 14px 13px;
	/* overflow: hidden; */
	
	-webkit-border-radius: 500px 0 0 500px;
	-moz-border-radius: 500px 0 0 500px;
	border-radius: 500px 0 0 500px;
	
}
.tour-card-inner .form-wrap:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 13px 0 0;
	border-color: #295343 transparent transparent transparent;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	transform: translate(0, 100%);
}


.inline-form.simple input[type="text"],
.inline-form.simple input[type="email"] {
	width: 237px;
	/* 237 / 559 */
	width: 237px;
	width: 42.39714%;
	margin-right: 17px;
	margin-right: 3.041145%;
	vertical-align: middle;
	/* font-size: 15px; */
}

.inline-form.simple  {
	text-align: left;
}
.tour-cards .inline-form.simple  { /* max-width: 202px; */}
.inline-form.simple .btn.submit {
	vertical-align: middle;
	/* 294 / 559 */
	width: 52.59392%;
	/* height: 	 51px;
	line-height: 51px; */
	-webkit-box-shadow: 0 0 0 6px rgba(255,255,255, 0.2);
    -moz-box-shadow: 0 0 0 6px rgba(255,255,255, 0.2);
    box-shadow: 0 0 0 6px rgba(255,255,255, 0.2);
}

/* Specials / Hot Tours */
#section-4 .title-wrap { text-align: center;}
h2.hot-title {
	display: inline-block;
	font-size: 40px;
	/* font-size: 2.5rem; */
	font-weight: 700;
	text-transform: uppercase;
	/* color: #3c3c3c; */
	margin: 0;
	padding: 8px 28px 7px;
	padding: 0.2em 0.7em 0.175em;
}
.hot-title span { display: inline-block;}


span.color { color: #ff6600;}



h4.hot-name {
	font-size: 18px;
	/* font-size: 1.2857143rem; */
	font-weight: 700;
	line-height: 1.2222222;
	color: #ffffff;
	
	margin: 0 0 7px;
}


.countdown-block {
	padding: 5px 0 5px;
}



footer {
    background: url('img/footer-col-bg-8.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 25px 0 27px;
	color: #fff;
}
.copyright-col {
	font-size: 15px;
	line-height: 21px;
	line-height: 1.4;
}
.copyright-col h5 {
    font-size: inherit;
	margin: 0;
}
.copy-text { margin-bottom: 0;}
.developer a,
.developer {
	color: #bbb;
}
.developer a { text-decoration: none; }


footer .middle-col {
	width: 335px;
}
footer .form-col {
	/* width: 257px; */
	width: 250px;
}

.addr-str {
	position: relative;
	
	font-size: 17px;
	line-height: 27px;
	line-height: 1.5882353;
	
	padding-left: 15px;
}
.addr-str:before {
	content: '';
	position: absolute;
	width:  6px;
	height: 6px;
	width:  0.3529412em;
	height: 0.3529412em;
	left: 0;
	top: 12px;
	top: 0.705882353em;
	
	background: #f7743c;
	background: -moz-linear-gradient(top,  #f7743c 0%, #f53e05 100%);
	background: -webkit-linear-gradient(top,  #f7743c 0%,#f53e05 100%);
	background: linear-gradient(to bottom,  #f7743c 0%,#f53e05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7743c', endColorstr='#f53e05',GradientType=0 );

	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



@media screen and (min-width: 1400px){
	.row.contact-f {
    	margin-top: 60px !important;
	}
}


@media screen and (max-width: 991px){
    .head-h1 h1 {
	    font-size: 36px;
	    font-size: 2.5714286rem;
	}
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 6px;
    text-align: center;
}

form label {
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    background: linear-gradient(to top left, #f63f08,#ff7833);
    border: none;
    padding: 12px 52px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    border-color: #c03939 !important;
    border: 1px solid;
}

form p {
    text-align: center;
}

.pop-call {
    text-align: center;
    width: 69%;
    margin: 0 auto;
}

.pop-call hr {
    width: 55%;
}

.pop-call-2 {
    margin: 0 auto;
    text-align: center;
        margin-bottom: 13px;
}

.pop-call-2 label {
    margin-bottom: 20px;
}

.pop-call-2 label span {
    margin-top: 7px;
    display: block;
}

div#fancybox-content {
    box-shadow: none;
    border-width: 0px !important;
    width: auto !important;
}

div#fancybox-outer {
    box-shadow: none;
    margin: 0 auto;
}

div#fancybox-outer:after {content: "";position:absolute;width: 100%;height:105%;top:-10px;left:-10px;padding:10px;border: solid 2px #fff;border-right:none;}

div#fancybox-outer:before {
    content: "";
    position:absolute;
    width:10%;
    height: 105%;
    top:-10px;
    right:-10px;
    padding: 10px;
    border: solid 2px #fff;
    border-left:none;
}

span.ajax-loader {
    display: none !important;
}
.fancybox-close {
	display: inline-block;
	
	font-family: 'icons-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 10px;
	
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background: transparent !important;
	color: #d8d5d5;
}
.fancybox-close:hover { color: #000000;}
.fancybox-opened { z-index: 10200;}
.fancybox-wrap.fancy-dark .fancybox-close:hover { color: #ffffff;}
.fancybox-close:before {
	content: "\e903";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 
html.fancybox-margin{margin-right:0;}
html.fancybox-lock{  overflow-y: auto !important;}

 */
html.fancybox-lock .fancybox-overlay{overflow-y:hidden;}

html .fancybox-overlay{ background: rgba(0,0,0, 0.55);}
.fancybox-skin {
	color: #000;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.fancybox-outer { background: #ffffff;}
.fancy-dark .fancybox-outer { background: transparent;}
.fancy-dark.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fancy-dark.fancybox-opened .fancybox-skin .fancybox-inner {
	border: 1px solid #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
}

.read-more-popup {
	position: relative;
	width: 740px;
	padding: 40px 37px 36px;
	padding: 40px 0 36px;
	color: #fff;
}
.mask-pop,
.tour-more {
	padding-left:  37px;
	padding-right: 37px;
}
.read-more-popup:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	background: rgba(0,0,0, 0.65);
}
.tour-more {
	position: relative;
}
.tour-more .inner {
	padding-bottom: 9px;
	padding-bottom: 0.64286rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 23px;
	margin-bottom: 1.64286rem;
}
.tour-more h3 {
	font-size: 24px;
	font-size: 1.714286rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
	margin: 0 0 0.714286rem;
}
.tour-more .text {
	font-size: 15px;
	font-size: 1.0714286rem;
	line-height: 20px;
	line-height: 1.33333333;
}
.tour-more .text p {
	margin-bottom: 10px;
	margin-bottom: 0.714286rem;
}
.read-more-popup {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.tour-more-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.61);
}
.mask-pop {
    position: relative;
	z-index: 2;
}

.read-more-popup .popup-form { padding: 0; margin-left: auto; margin-right: auto; max-width: 100%;}
.read-more-popup .popup-form .inputs-wrap {text-align: center;}
.read-more-popup .popup-form label {color: #fff; margin-bottom: 6px; margin-bottom: 0.4286rem}

.stars {
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 3px;
    text-align: center;
}
.hotel-text { font-weight: 400; font-size: 18px; font-size: 1em;}


.inline-form.black-form-alt input[type="text"],
.inline-form.black-form-alt input[type="email"] {
	background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 282px;
    width: 93.75%;
    font-size: 16px;
	font-weight: 400;
	padding: 0;
	height: 44px;
	
	position: relative;
	top: -6px;
	
	font-size: 16px;
	color: #ffffff;
}

.inline-form.black-form-alt .btn.submit {
	/* width: 90%; */
	min-width: 215px;
}





.want-inp {
    background: rgba(0,0,0,0.6);
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border-radius: 22px;
}

input.tour-phone-more {
    background: transparent;
    border-color: transparent;
    border-bottom: 1px solid;
    padding: 5px;
}

input.want-btn-more {
    background: linear-gradient(to top left, #f63f08,#ff7833);
    border: none;
    padding: 12px 52px;
    font-size: 16px;
    border-radius: 30px;
    border-color: #c03939 !important;
    border: 1px solid;
    margin: 0 auto;
    margin-top: 15px;
}

.want-frm p {
    display: block;
    text-align: center;
}
.want-frm {
    margin-top: 30px;
}
div#fancybox-wrap.pop-wrap {
    left: 0 !important;
}
div#fancybox-wrap.pop-wrap  #fancybox-outer{
    width: 70%;
}


div#call-head {
    /* padding: 10px; */
}
.col-lg-6.col-md-6.col-sm-12.tour-more p {
    text-align: left !important;
}
.c-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.c-f-inp {
    padding: 10px;
    text-align: left;
    padding-left: 0;
}
.tour-data p {
    text-align: left;
}
input.wpcf7-form-control.wpcf7-submit.want-btn {
    margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit.want-btn-more {
    margin-top: 15px;
}


@media screen 
and (min-width: 992px) {
	.fancybox-close { right: 17px;}
}

@media screen 
and (min-width: 768px)
and (max-width: 991px) {
	
}

div#top {
	display: none; 
	width: 68px;  
	height: 68px; 
	border: none;
	background-color: rgba(255,255,255, 0.8);
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	
	position: fixed;
	bottom: 150px;
	right: 16px;
	cursor: pointer;
	color: #fff;
	font-weight: 300; 
	font-size: 14px;
	line-height: 24px; 
	margin: 0 !important; 
	
	font-size: 24px;
	color: #FF6600;
	
	z-index: 50;
}
div#top:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 1px solid #FF6600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div#top .icon {
    position: absolute;
	top:  50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}

/* Counter */
.form-counter {}
.hot-counter {
	margin: 0 auto;
}
.hot-counter .time.weeks,
.hot-counter .time.days { display: none;}
.hot-counter .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  /* height: 95px;
  width: 65px; */
  height: 65px;
  width: 80px;
  font-size: 26px;
  margin: 0 5px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hot-counter .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  /* line-height: 1.7em; */
  line-height: 65px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.hot-counter .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.hot-counter .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.hot-counter .count.next {
}
.hot-counter .label {
  /* font-size: normal; */
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -3px;
  width: 100%;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	transform: translate(0, 100%);
	
  font-size: 19px;
  font-size: 0.73077em;
  color: #000;
  font-weight: 700;
}
/* Animation start */
.hot-counter .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.hot-counter .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.hot-counter .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.hot-counter .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  
}


/* Validation */
label.error { display: none !important;}
.inline-form.yellow-form input[type="text"].error,
.inline-form.yellow-form input[type="email"].error,
.inline-form.black-form-alt input[type="text"].error,
.inline-form.black-form-alt input[type="email"].error,
.inline-form.simple input[type="text"].error,
.inline-form.simple input[type="email"].error,
form input[type='text'].error,
form input[type='email'].error,
form textarea.error { 
	border-color: #df5f5f;
}
.form-status{display:none}

#thank-block { width:360px;}

#thank-block,
.popup-form {
	text-align:center;
	/* background:#ffffff; */
	/* color: #1A1A1A; */
}
#thank-block .inner {
	padding: 31px 20px 28px;
	padding: 2.2143rem 1.4286rem 2rem;
}
.thank-title,
.popup-form .form-title{
	font-weight: 500;
	font-size: 24px;
	font-size: 1.714286rem;
	margin: 0 0 18px;
	margin: 0 0 1.286rem;
}
.thank-text,
.popup-form .form-text{
	font-weight: 300;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.375;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.thank-text { /* font-size: 17px; */ margin-bottom: 0;}


.popup-form {
	width: 360px;
	padding: 31px 20px 38px;
	padding: 2.2143rem 1.4286rem 2.714286rem;
	text-align: center;
}
.popup-form .inputs-wrap {
	max-width: 236px;
	margin-left:  auto;
	margin-right: auto;
	text-align: left;
}
.popup-form label {
	font-weight: 300;
	font-size: 16px;
	font-size: 1.14286rem;
	color: #050505;
	margin-bottom: 3px;
	margin-bottom: 0.214286rem;
}
.popup-form input[type="text"],
.popup-form input[type="email"] {
	/* color: #000;
	background: #fff;
    border: 1px solid #b7b7b7;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
	padding: 0 10px;
	padding: 0 0.833333em;
	text-align: center;
	height: 34px;
	height: 2.83333333em;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	margin-bottom: 10px;
	margin-bottom: 0.714286rem;
	 */
	
	
	
	
	display: inline-block;
	
	width: 100%;
	
	border: 2px solid #CCCCCC;
	
	height: 47px;
	padding: 0 22px;
	
	font-size: 17px;
	color: #000000;
	
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.popup-form .btn-wrap { text-align: center;}
.popup-form .btn.submit {
	margin-top: 9px;
	margin-top: 0.64286rem;
	width: 162px;
	max-width: 100%
}


@media screen 
and (max-width: 1239px) {
	#hero-top > .container { left: initial;}
	#hero-top > .container > .row { margin-left: -10px}
	
	
	.table-row .table-col.header-right { width: 180px;}
	.inline-form.header-form input[type="text"] { font-size: 15px; height: 32px;}
	.inline-form.header-form .btn { font-size: 12px; height: 32px; line-height: 32px;}
}

@media screen 
and (min-width: 992px)
and (max-width: 1239px) {
	
	#hero-bottom .container.narrow,
	.container.narrow,
	.container {
		width: 98%;
		max-width: 1000px;
	}
	
	.table-row .table-col.header-left { width: 160px;}
		
	.navigation-block li { font-size: 14px;}
	
	.table-row .table-col.header-middle-2 { width: 202px;}
	ul.phones { font-size: 16px;}
	
	
	.head-h1 h1 { font-size: 31px;}
	
	.slogan-col { width: 400px;}
	.slogan { font-size: 15px;}
	.slogan b,
	.slogan strong { font-size: 26px;}
	
	.specials .icon-wrap { font-size: 94px;}
	.specials-col .text-wrap .title { font-size: 18px;}
	.specials-col .text-wrap .text {font-size: 16px;}
	
	#hero-bottom .bg-container { background-position: right top;}
	#hero-bottom .form-wrap { max-width: 450px;}
	.inline-form.yellow-form .btn { width: 230px; font-size: 19px;}
	
	#hero-bottom .promo-left { max-width: 360px;}
	#hero-bottom .form-title { font-size: 26px; margin-top: -12px;}
	#hero-bottom .form-text { font-size: 20px;}
	
	.hot-counter .time { font-size: 21px; width: 70px;}
	
	#hero-bottom .bg-container > .inner .border-top:after { width: 516px;}
	#hero-bottom .bg-container > .inner .border-bottom span { width: 196px; left: 308px;}
	
	.tour-card-inner .images-col .thmb { width: 100%;}
	.small-images-wrap { display: none;}
	
	.tour-stars .price-text .value { font-size: 44px;}
	.inline-form.simple .btn.submit,
	.inline-form.simple input[type="text"], 
	.inline-form.simple input[type="email"] { font-size: 15px;}
}

@media (max-width: 991px) {
	
	.container { width: 98%;}
	
	.header-inner {
		padding-right: 68px;
	}
	
	a.mobile-toggle {
		display: block;
	}
	body.nav-open a.mobile-toggle {
		display: none;
	}
	body.nav-open a.mobile-close {
		display: block;
	}
	
	.table-row.media-switch-sm {
		display: block;
	}
	.table-row.media-switch-sm > .table-col {
		display: block;
		vertical-align: initial;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.table-row.media-switch-sm .table-col:last-child {
		margin-bottom: 0;
	}
	.inline-row.media-switch-sm {
		margin-left: 0;
		margin-right: 0;
	}
	.inline-row.media-switch-sm > .inline-col {
		display: block;
		vertical-align: initial;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-bottom: 1rem;
	}
	.inline-row.media-switch-sm .inline-col:last-child {
		margin-bottom: 0;
	}
	
	.table-col.head-h1 { text-align: center;}
	
	#hero-top > .container { width: 90%;}
	
	
	.head-h1 h1 { line-height: 1.1;}
	
	.slogan-col { width: 100%;}
	
	
	#hero-bottom .bg-container > .inner {
		border: 4px solid #ff6600;
		padding-bottom: 15px;
	}
	#hero-bottom .border-top,
	#hero-bottom .border-bottom,
	#hero-bottom .border-left,
	#hero-bottom .border-right { display: none}
	
	#hero-bottom .bg-container { background-image: none;}
	#hero-bottom .promo-left {
		float: none;
		width: 100%;
		max-width: initial;
	}
	#hero-bottom .form-title { margin-top: 16px;}
	#hero-bottom .form-text { max-width: initial; margin-bottom: 2rem}
	#hero-bottom .form-wrap { position: static; max-width: initial; margin-bottom: 3rem;}
	
	#hero-bottom .form-counter {
		position: static; 
		margin-left: auto; 
		margin-right: auto;
		width: initial;
		text-align: center;
	}
	.hot-counter { padding-bottom: 25px; display: inline-block;}
	
	.tour-card-inner .images-col {
		width: 100%;
		margin-bottom: 3rem;
	}
	.tour-card-inner .text-col { width: 100%;}
	.tour-card-inner .form-wrap { width: 100%;}
	
	
	
	
	
	
	.main-menu.nav>li:hover>a:before, 
	.main-menu.nav>li.current_page_item>a:before { display: none;}
	.main-menu.nav>li:hover>a:after, 
	.main-menu.nav>li.current_page_item>a:after {
		height: 3px;
		bottom: 6px;
		bottom: 0.3529412em;
	}
	
	.main-menu.nav>li>a:hover,
	.main-menu.nav>li.current_page_item>a { /* font-weight: 700; */}
	
	
	.nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	
	.copyright-col { text-align: center;}
	
	.tour-more .text { font-size: 14px; font-size: 1rem;}
	
	.read-more-popup { width: 700px;}
	.read-more-popup { min-height: initial;}
	
	
	
	
	
	
	
	
	
	
	
	#specials-wrap {
		position: relative;
		left: 50px;
		max-width: 430px;
		margin-left:  auto;
		margin-right: auto;
	}
	
	
	.hot-title-2 { /* font-size: 25px; font-size: 1.7857143rem */}
	
	footer .middle-col,
	footer .form-col {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem !important;
	}
	
	footer { padding-top: 45px; text-shadow: 1px 1px #000;}
	footer > .container { padding-left: 20px; padding-right: 20px;}
	.addr-col .inner { text-align: left; margin-right: auto;  margin-bottom: 24px;}
	
	.slogan {
		font-size: 19px;
		font-size: 1.35714286rem;
	}
	.slogan b, 
	.slogan strong { font-size: 1.5789474em}
	
	
} /* < 991px */

@media (max-width: 767px) {
	html { font-size: 12px;}
	
	.table-row .table-col.header-right { display: none}
	.table-row .table-col.header-middle-2 { width: initial;}
	
	.tour-card-inner .images-col .thmb .img-maker {
		height: 450px;
		height: 414px;
		height: 34.5rem;
	}
	
	ul.tour-stars li {
		font-size: 17px;
		font-size: 1.416667rem;
	}
	
	.popup-form input[type="text"], .popup-form input[type="email"] { height: 42px;}
	.popup-form .btn.submit { height: 42px; line-height: 42px;}
	
	
	
	.mobile-contacts { padding-right: 12%;}
	
	section#section-4 { padding-top: 5rem;}
	h2.hot-title {font-size: 2.6666667rem;}
	
	
	
	
	
	
	ul.tour-stars li { padding: 0 5px;}
	
	.read-more-popup { width: 560px;}
	
	
	.tours-wrap .tour-cards,
	.hots-wrap .hot-block { /* width: 100% !important; */}
	
	
} /* < 767px */

@media screen 
and (min-width: 480px)
and (max-width: 639px) {
	.tours-wrap, .hots-wrap { width: 90%;}
}

@media (max-width: 639px) {
	html { font-size: 11px;}
	
	.btn {font-size: 14px;}
	
	
	#thank-block,
	.popup-form { width: 300px;}
	
	ul.phones {
		font-size: 16px;
		font-size: 1.454545rem;
	}
	
	.head-h1 h1 {
		font-size: 27px;
		font-size: 2.454545rem;
	}
	
	#specials-wrap { left: 0;}
	.specials .icon-wrap { font-size: 96px; font-size: 8.72727273rem}
	
	.specials-col .text-wrap .title {
		font-size: 20px;
		font-size: 1.81818182rem;
	}
	.specials-col .text-wrap .text {
		font-size: 18px;
		font-size: 1.63636364rem;
	}
	
	#hero-bottom .form-title {
		font-size: 28px;
		font-size: 2.5454545rem;
	}
	#hero-bottom .form-text {
		font-size: 20px;
		font-size: 1.81818182rem;
		padding-left: 0;
	}
	.inputs-wrap.inline .inp-col { width: 100%;}
	
	.hot-counter .time { font-size: 21px; width: 70px; height: 62px;}
	.hot-counter .count { line-height: 62px;}
	
	.tour-card-inner .images-col .thmb { width: 100%;}
	.small-images-wrap { display: none;}
	
	.tour-cards .tour-title {
		font-size: 26px;
		font-size: 2.3636364rem;
	}
	.tour-cards .tour-excerpt {
		font-size: 16px;
		font-size: 1.454545rem;
	}
	
	.city-feats .feat-text .inner { font-size: 13px; font-size: 1.1818182rem;}
	ul.tour-stars li { width: 50%;}
	
	.inline-form.simple input[type="text"], .inline-form.simple input[type="email"] { width: 100%; margin-bottom: 2rem;}
	.inline-form.simple .btn.submit { width: 100%;}
	.tour-card-inner .form-wrap {
		-webkit-border-radius: 30px 0 0 30px;
		-moz-border-radius: 30px 0 0 30px;
		border-radius: 30px 0 0 30px;
	}
	.tour-data {
		padding-bottom: 160px;
		padding-bottom: 14.5454545rem;
	}
	
	
	
	
	.read-more-popup { width: 440px; padding: 24px 0 25px; padding: 2.18182rem 0 2.27273rem;}
	.mask-pop, .tour-more {     padding-left: 1.818182rem;   padding-right: 1.818182rem;}
	
	
	.scroll-specials { display: none;}
	
	
	
	.tour-data h2,
	.tour-cards .ovrl { font-size: 17px;}
	.tour-cards .tour-excerpt { font-size: 13px;}
	/* .tour-stars span {font-size: 15px;} */
	
	.tour-card-inner .images-col .thmb .img-maker { height: 350px;}
	
	.copyright-col,
	.col-sm-12.addr-col { font-size: 14px; font-size: 1.2727273rem;}
	
}/* < 639px */

@media (max-width: 479px) {
	html { font-size: 10px;}
	
	.header-inner { padding-right: 18px;}
	.table-row .table-col.header-middle-2,
	.table-row .table-col.header-left {
		display: block;
		width: 100%;
		text-align: center;
	}
	.table-row .table-col.header-left { margin-bottom: 8px;}
	ul.phones { float: none; display: inline-block;}
	a.mobile-close, a.mobile-toggle { width: 15%;}
	
	.head-h1 h1 { font-size: 20px;}
	.front-block .mask { padding-top: 144px;}
	
	.skew-block {
		-webkit-transform: skew(-10deg) translate3d(0,0,0);
		-moz-transform: skew(-10deg) translate3d(0,0,0);
		transform: skew(-10deg) translate3d(0,0,0);
	}
	.skew-block > * {
		-webkit-transform: skew(10deg) translate3d(0,0,0);
		-moz-transform: skew(10deg) translate3d(0,0,0);
		transform: skew(10deg) translate3d(0,0,0);
	}
	
	.slogan-col .icon-col { padding-left: 16px;}
	
	footer .middle-col { max-width: 100%;}
	
	#hero-bottom .bg-container { padding-left: 15px; padding-right: 15px;}
	#hero-bottom .bg-container > .inner { border-width: 2px; padding: 0 15px 15px;}
	
	.inline-form input[type="text"], .inline-form input[type="email"] { font-size: 15px; height: 46px;}
	.inline-form.yellow-form .btn {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	.hot-counter .time { font-size: 18px; width: 60px; height: 52px; margin: 0 3px;}
	.hot-counter .count { line-height: 52px;}
	
	.tour-card-inner { padding: 13px 13px 33px 20px;}
	.tour-card-inner .form-wrap { right: -9px;}
	.tour-card-inner .form-wrap:before { border-width: 7px 9px 0 0;}
	
	.addr-str{ font-size: 13px;}
	.addr-str:before { width: 4px; height: 4px;}
	
	.tour-card-inner .images-col .thmb .img-maker { height: 250px;}
	.specials .icon-wrap { font-size: 80px}
	
	
	.btn { font-size: 11px;}
	
	
	.hot-title-2 { font-size: 17px; font-size: 1.7rem;}
	
	.hot-top { padding-top: 160px;}
	.hot-percent { width: 84px;	height: 27px;}
	.hot-percent > span { font-size: 17px;}
	.hot-text-wrap { padding-top: 10px;}
	h4.hot-name { font-size: 14px;}
	.countdown-title, .hot-row { font-size: 13px;}
	.hot-row { margin-bottom: 7px;}
	ul.hot-counter { font-size: 13px;}
	
	.inline-form.simple input[type="text"], .inline-form.simple input[type="email"] { font-size: 13px;}
	.tour-data h2, .tour-cards .ovrl { font-size: 16px;}
	
	/* .tour-stars span { font-size: 13px;} */
	
	#thank-block,
	.popup-form { width: 250px;}
	.read-more-popup { width: 250px;}
	
	.specials .text {font-size: 12px;}
	
	

	
	h2.hot-title { font-size: 2.1rem;}
	
	
	.developer,
	.copy-text {font-size: 12px;}
	
	
	.popup-form .btn.submit,
	.btn.btn-simple, 
	.btn.btn-simple:focus {  height: 32px;	line-height: 32px;}
	.popup-form input[type="text"], .popup-form input[type="email"] { height: 32px; font-size: 14px;}
	 
	
	
}/* < 479px */

@media (min-width: 1260px) {
	/* .container { width: 1230px;	} */
}

@media screen 
and (min-width: 1200px) 
and (max-width: 1259px) {
	/* h4.hot-name {font-size: 19px;} */
}

@media screen 
and (min-width: 992px) 
and (max-width: 1199px) {
	
	
}
@media screen 
and (min-width: 768px) 
and (max-width: 991px) {
	
}

@media screen 
and (max-width: 1120px) {
	div#top { display: none !important;}
	
}