@font-face {
	font-family: 'Lato Regular';
	src: url('../fonts/lato-regular.eot');
	src: url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato LightItalic';
	src: url('../fonts/lato-lightitalic.eot');
	src: url('../fonts/lato-lightitalic.woff') format('woff'), url('../fonts/lato-lightitalic.ttf') format('truetype'), url('../fonts/lato-lightitalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Thin';
	src: url('../fonts/roboto-thin.eot');
	src: url('../fonts/roboto-thin.woff') format('woff'), url('../fonts/roboto-thin.ttf') format('truetype'), url('../fonts/roboto-thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background-color: #ffffff;
    overflow-x: hidden;
}
a {
	color: #333333;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
input {
	vertical-align: middle;
}

.container-fluid, .row {
	padding: 0 !important;
	margin: 0 auto !important;
}


.chrono_credits, .content_rating, .content_vote, .right-hidden, .NavTopUL_homeIcon {
	display: none;
}

/* Шапка */

.header-main {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	/*height: 100%;*/
}

.header {
	position: relative;
	width: 100%;
}

.slider {
	position: relative;
	z-index: 1;
	width: 100%;
}

.header-main > .header-bg {
	background: transparent;
}

.header-bg {
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: cover;
}

.header-top {
	background: rgba(0,0,0,0.4);
}

.header-bg > .otstup {
	padding: 0 !important;
}

.logo {
	padding: 5px 0;
}

.logo > a > img {
	margin: 0 auto;
}

.slogan, .phone > a {
	font-family: 'Lato LightItalic';
	color: #ffffff;
	margin-bottom: 0 !important;
}

.phone {
	text-align: center;
	margin-bottom: 5px !important;
}

/* Меню */

.mobile-menu {
	background: transparent !important;
	color: #fcfcfc;
	border: 0;
	margin-top: 30px;
	font-size: 25px;
}

.nav_up li {
	display: inline-block;
	font-family: 'Lato Regular';
	text-align: center;
	text-transform: uppercase;
}

.nav_up li a {
	display: block;
	color: #fcfcfc;
	text-decoration: none;
	background: transparent;
	border-bottom: 2px solid transparent;
}

.nav_up > li > a:hover, .nav_up > li > a:focus, .nav_up > li.current > a {
	display: block;
	text-decoration: none;
	color: #ea7c03;
	background: transparent;
	border-bottom: 2px solid #ea7c03;
}

.nav_up > li.deeper.parent > .nav-child.unstyled.small {
	display: none;
}

.nav_up > li.deeper.parent:hover > .nav-child.unstyled.small {
	display: block;
	position: absolute;
	width: 150px;
	background-color: rgba(0,0,0,0.4);
	padding-left: 0 !important;
	z-index: 999;
}

.nav_up > li.deeper.parent:hover > .nav-child.unstyled.small > li {
	text-align: center !important;
	display: block !important;
}

.nav_up > li.deeper.parent:hover > .nav-child.unstyled.small > li > a {
	border-bottom: 2px solid transparent;
}

.nav_up > li.deeper.parent:hover > .nav-child.unstyled.small > li > a:hover, .nav_up > li.deeper.parent:hover > .nav-child.unstyled.small > li > a:focus, .nav_up > li.deeper.parent:hover > .nav-child.unstyled.small > li.current > a {
	display: block;
	text-decoration: none;
	color: #ea7c03;
	background: transparent;
	border-bottom: 2px solid #ea7c03;
}

.mod-languages {
	padding-top: 18px;
}

.mod-languages li {
	margin: 0 !important;
}

.lang {
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
	min-width: 37px !important;
	margin-top: 25px !important;
}

.lang > li {
	min-width: 37px !important;
}

.lang > li > a {
	padding: 5px 0 !important;
	width: 37px !important;
}

.lang > li > a:hover, .lang > li > a:focus {
	background-color: transparent !important;
}

.strelka {
	background: url(../images/strelka-flagi.png) no-repeat center;
	width: 26px;
	height: 12px;
	position: absolute;
	top: 45px;
	left: 5px;
}

/* Слайды */

tp-caption, .terra {
	width: 100% !important;
	z-index: 1;
}

.slide {
	width: 80% !important;
	margin: 0 auto 20px !important;
	background-color: rgba(0,0,0,0.4);
	position: relative !important;
	max-width: 80% !important;

}

.slide > tbody > tr > td, .table > tbody > tr > td {
	border-top: 0 !important;
}

.slide > tbody, .table > tbody {
	margin: 20px !important;
}

.slide-main p {
	font-family: 'Roboto Thin' !important;
	color: #f9f9f9;
	margin-bottom: 20px !important;
}

.slide-after-main {
	padding-left: 55px !important;
}

.slide-after-main p {
	font-family: 'Lato Regular' !important;
	color: #f9f9f9;
	margin-bottom: 15px !important;
}

.slide-main-orange, .slide-after-main-orange {
	font-family: 'Lato Regular' !important;
	color: #ea7c03 !important;
}

.slide-button {
	font-family: 'Lato Regular';
	text-decoration: none;
	background: transparent;
	border: 2px solid #f2f2f2;
	text-transform: uppercase;
	color: #f2f2f2 !important;
	padding: 10px;
	margin-top: 25px !important;
}

.slide-button:hover {
	text-decoration: none;
	background: #f2f2f2;
	color: #000000 !important;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

.img-mobile {
	display: block;
	background: url(../images/Fotolia_82669885_Subscription_Monthly_XL.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	max-height: 736px;
	height: 736px;
	padding-top: 135px;
	text-transform: uppercase;
}

.img-mobile p {
	text-align: center;
	font-family: 'Roboto Thin' !important;
	color: #f9f9f9;
	font-size: 24px;
}

/* Поиск школ */

.search {
	position: relative;
	z-index: 1;
	margin: 0 auto 20px !important;
}

.jbcascade-label {
	display: none !important;
}

.jbzoo .jbcascade-row, .jbfilter-row {
	margin-bottom: 0 !important;
}

.jbcascade-row > select, .jbcascade-row > .chzn-container {
	float: left;
}

.jbcascade-row > .chzn-container > .chzn-single {
	height: 42px;
}

.jbcascade-row > .chzn-container > .chzn-single > span {
	line-height: 23px;
}

.jbcascade-row > .chzn-container, .jbcascade-row > select {
	width: 31% !important;
	margin: 0 1%;
}

.jbcascade-row:first-child > select, .jbcascade-row:first-child > .chzn-container {
	margin-left: 0 !important;
}

.jbfilter-text > .jbfilter-element > input[type="text"], .chzn-container-single .chzn-single {
	color: #cfc9c9 !important;
	font-family: 'Lato Regular';
	border-radius: 0 !important;
	background: rgba(0,0,0,0.7) !important;
	border: 1px solid rgba(255,255,255,0.5) !important;
	font-size: 18px;
}

.chzn-container-single .chzn-single {
	font-size: 14px;
}

.jbfilter-text > .jbfilter-element > input[type="text"] {
	line-height: 25px !important;
	height: 42px;
}

.chzn-container-single .chzn-single {
	line-height: 12px !important;
	padding: 10px !important;
	height: 32px;
}

.chzn-container-single .chzn-single span {
	margin-right: 15px !important;
}

.chzn-container-single .chzn-single div {
	width: 30px !important;
	margin-right: 5px;
}

.chzn-container-single .chzn-single div b {
	background: url(../images/flter-arrow-down.png) no-repeat center !important;
}

.chzn-container-single .chzn-drop, .ui-autocomplete {
	box-shadow: none !important;
	border-radius: 0 !important;
	background: rgba(0,0,0,0.85) !important;
	border: 1px solid rgba(255,255,255,0.5) !important;
}

.chzn-container-single .chzn-search {
	display: none;
}

.ui-autocomplete {
	width: 250px;
}

.ui-autocomplete li a {
	cursor: pointer;
}

.chzn-container .chzn-results li.active-result, .ui-autocomplete li a {
	color: #cfc9c9;
	font-family: 'Lato Regular';
	font-size: 14px;
}

.chzn-container .chzn-results li.active-result:hover, .ui-autocomplete li a:hover {
	color: #ea7c03;
	background: transparent;
}

.jbfilter-buttons {
	text-align: center;
	margin-top: 15px;
}

.jbfilter-buttons input {
	font-family: 'Lato Regular';
	background: rgba(238,149,50, 0.7) url(../images/searchButton.png) no-repeat  95% 50%;
	border-radius: 0 !important;
	border: 1px solid rgba(255,255,255,0.5) !important;
	text-transform: uppercase;
	color: #ffffff !important;
	font-size: 18px;
	padding: 15px 50px 15px 15px !important;
}

.jbfilter-buttons input:hover {
	background: rgba(238,149,50, 1) url(../images/searchButton.png) no-repeat  95% 50% !important;
	border: 1px solid rgba(255,255,255,0.5) !important;
	color: #ffffff !important;
}

/* Стилизация полосы прокрутки */

::-webkit-scrollbar-button {
	background-image:url('');
	background-repat:no-repeat;
	width:6px;
	height:0px
}

::-webkit-scrollbar-track {
	background: /*rgba(0,0,0,0.7)*/ transparent;
}

::-webkit-scrollbar-thumb {
	background: rgba(234,124,3,0.7);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(234,124,3,1);
}

::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:6px;
	height:0px
}

::-webkit-scrollbar{
	width: 11px;
}

/* Страны и языки в шапке */

.lc-header {
	position: relative;
	z-index: 1;
	width: 80%;
	text-align: center;
	margin: 0 auto 20px !important;
	background: rgba(0,0,0,0.4);
	padding-top: 15px !important;
}

.lang-country {
	font-family: 'Lato Regular';
}

.lang-country > a {
	color: #f2f2f2;
	text-decoration: none;
	background: transparent;
}

.lang-country > a:hover {
	color: #f2f2f2;
	text-decoration: underline;
	background: transparent;
}

/* Рекомендуемые школы */

.recommend-schools {
	font-family: 'Lato Regular';
	color: #2e353f;
	text-align: center;
	font-size: 36px;
}


.jbzoo .well, .thumbnail {
	background: transparent !important;
	border: 0 !important;
	/* padding: 0 !important;*/
}

.module-items > .items > .row > .item-column > .well {
	padding: 0 !important;
}

.jbzoo .well {
	box-shadow: none !important;
}

.view > .item-wrapper-desc > .item-title {
	position: absolute;
	font-family: 'Lato Regular';
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #29292a, -1px -1px 0 #29292a;
	text-align: left;
}

.view > .item-wrapper-desc > .item-title > a {
	color: #fefcfc;
	text-decoration: none;
	background: transparent;
}

.view > .item-wrapper-desc > .item-title > a:hover {
	color: #fefcfc;
	text-decoration: underline;
	background: transparent;
}

.view:hover > .item-wrapper-desc > .item-title {
	display: none;
}

.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
	width: auto;
	text-align: center;
	padding: 10px 0;
	display: block;
	margin: 0 auto;
}

.view > .col-md-12 {
	padding: 0 !important;
}

.view {
	overflow: hidden;
	position: relative;
}

.view > .item-wrapper-desc > .mask {
	position: absolute;
	overflow: hidden;
	background-color: rgba(238,149,50, 0.8);
	transition: all 0.2s linear;
	opacity: 0;
	width: 100%;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.view > .item-image > img {
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}

.view:hover > .item-image > img {
	transform: scale(1);
	opacity: 1;
}

.view:hover > .item-wrapper-desc > .mask {
	opacity: 1;
}

.mask > .unstyled > .element.element-itemname {
	font-family: 'Lato Regular';
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0 #29292a, -1px -1px 0 #29292a;*/
	padding: 10px;
}

.mask > .unstyled > .element.element-itemname > a {
	color: #fefcfc;
	text-decoration: none;
	background: transparent;
}

.mask > .unstyled > .element.element-itemname > a:hover {
	color: #fefcfc;
	text-decoration: underline;
	background: transparent;
}

.mask > .unstyled > .item-links > .element.element-itemlink a {
	display: block;
	background: url(../images/rec-sc-arrow.png) no-repeat 95% 50%;
	text-decoration: none;
	color: #fffefd;
	font-family: 'Lato Regular';
	padding: 10px 35px 10px 10px;
	text-align: right;
}

.mask > .unstyled > .item-links > .element.element-itemlink a:hover {
	color: #fffefd;
	background: url(../images/rec-sc-arrow.png) no-repeat 95% 50%;
	text-decoration: underline;
}

.item-description {
	font-family: 'Lato Regular';
	color: #fdfeff;
	padding: 5px 10px;
}

/* Отзывы */

.moduletable_reviews {
	margin: 30px 0;
}

#comments .uk-comment-terra .comment-wrapper .comment-text {
	height: 108px;
	overflow: hidden;
}

#comments .uk-comment-terra .comment-wrapper, #comments .uk-comment-terra .comment-wrapper .comment-text.all {
	height: auto;
}

#comments .uk-comment-terra .comment-wrapper .read_more_comm {
	float: right;
	color: #ea7c03;
	cursor: pointer;
	margin: 5px 10px 0 0;
}

#comments .uk-comment-terra .comment-wrapper .read_more_comm:hover {
	text-decoration: underline;
}

.reviews-home {
	font-family: 'Lato Regular';
	color: #2e353f;
	text-align: center;
}

.uk-comment-terra .comment-wrapper {
	background-color: #f1f1f1 !important;
	border: 1px solid #d9d6d6 !important;
	padding: 10px 0;
	height: 188px;
	position: relative;
}

.uk-comment-terra .comment-link-wr {
	bottom: 10px;
	position: absolute;
	right: 0;
}

.uk-comment-terra .author-name, .uk-comment-terra .date {
	margin: 5px 0;
}

.uk-comment-terra .image {
	padding-right: 0;
}

.moduletable_reviews .uk-grid, #comments .uk-grid {
	margin: 0 70px 0 35px;
}

.uk-slidenav-previous {
	background: url(../images/arrow-left-comments.png) no-repeat center;
	width: 43px !important;
	height: 111px !important;
}

.uk-slidenav-next {
	background: url(../images/arrow-right-comments.png) no-repeat center;
	width: 43px !important;
	height: 111px !important;
}

.uk-slidenav-position {
    text-align: center;
}

.uk-slidenav-position ul {
    display: inline-block;
}

.uk-slidenav-position .uk-slidenav {
	display: none;
	position: absolute;
	top: 22% !important;
	z-index: 1;
	margin-top: 0 !important;
}

.uk-slidenav {
	box-sizing: none !important;
	color: transparent !important;
}

.clear {
	clear: both;
}

.comment-item-name {
	font-family: 'Lato Regular';
	color: #616161;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-item-name:hover {
	color: #616161;
	text-decoration: underline;
	background: transparent;
}

.author-name, .comment-date {
	font-family: 'Lato Regular';
	color: #616161;
}

.comment-text {
	font-family: 'Lato LightItalic';
	color: #616161;
}

.comment-link {
	font-family: 'Lato LightItalic';
	color: #ec7106;
	text-decoration: none;
	background: transparent;
	padding: 10px 5px;
}

.comment-link:hover {
	color: #ec7106;
	text-decoration: underline;
	background: transparent;
}

/* А в каком городе хотел бы учиться ты */

.moduletable_city {
	background-color: #2e353f;
	padding-top: 10px;
}

.moduletable_city > h2 {
	font-family: 'Lato Regular';
	color: #f2f2f2;
	text-align: center;
	font-size: 36px;
}

.custom_city > .su-tabs {
	background: transparent !important;
	border-radius: 0 !important;
}

.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current {
	background: #ea7c03;
	color: #fdfdfc;
	font-family: 'Lato Regular';
	border: 2px solid #ea7c03;
	margin-bottom: 20px;
}

.custom_city > .su-tabs > .su-tabs-nav span {
	font-family: 'Lato Regular';
	color: #ea7c03;
	border: 2px solid #ea7c03;
	border-radius: 0 !important;
	padding: 10px 50px;
	margin: 10px 15px;
}

.custom_city > .su-tabs > .su-tabs-nav span:hover {
	background: #ea7c03 !important;
	color: #fdfdfc;
}

.custom_city > .su-tabs > .su-tabs-panes > .su-tabs-pane {
	border-radius: 0 !important;
	background: transparent !important;
}

.lang-city {
	width: 100%;
	margin-left: 1%;
}

.lc-france, .lc-germany, .lc-japan, .lc-china, .lc-italy, .lc-portugal {
	float: left;
	display: block;
	width: 19%;
	padding: 10px 5px;
	margin: 0 auto;
}

.lc-spain, .lc-gb {
	float: left;
	display: block;
	width: 40%;
	padding: 10px 5px;
	margin: 0 auto;
}

.lc {
	position: absolute;
	z-index: 1;
	font-family: 'Lato Regular';
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #29292a, -1px -1px 0 #29292a;
	color: #fefcfc;
}

.lc-link a {
	display: block;
	background: url(../images/rec-sc-arrow.png) no-repeat 95% 50%;
	text-decoration: none;
	color: #fffefd;
	font-family: 'Lato Regular';
	font-size: 14px;
	padding: 10px 35px 10px 10px;
	text-align: right;
}

.lc-link a:hover {
	color: #fffefd;
	background: url(../images/rec-sc-arrow.png) no-repeat 95% 50%;
	text-decoration: underline;
}

.lc-spain > .mask > .lc-link a, .lc-gb > .mask > .lc-link a {
	padding: 10px 45px 10px 10px !important;
}

.view > .mask {
	position: absolute;
	overflow: hidden;
	background-color: rgba(238,149,50, 0.8);
	transition: all 0.2s linear;
	opacity: 0;
	width: 100%;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.view:hover img {
	transform: scale(1);
	opacity: 1;
}

.view:hover > .mask {
	opacity: 1;
}

.mask > .lc-content, .mask > .lc-author {
	font-family: 'Lato Regular';
	color: #fdfeff;
	margin: 5px !important;
}

.mask > .lc-author {
	text-align: right;
}

.country-lang {
	font-family: 'Lato Regular';
	color: #fefcfc;
	font-size: 14px;
}

.country-city {
	font-family: 'Lato Regular';
	font-size: 16px;
	text-transform: uppercase;
}

.country-city a, .country-lang a {
	color: #fefcfc;
	text-decoration: none;
}

.country-city a:hover, .country-lang a:hover {
	color: #ea7c03;
	text-decoration: underline;
	background: transparent;
}

/* Аккредитация школ */

.custom_accr {
	margin: 30px 0;
}

.accr {
	padding: 0 !important;
}

.accr > img {
	margin: 10px auto;
	display: block;
}

/* Контент */

.content {

}

.mainContent {
	padding: 0;
}

.item-page-main {
	background-color: #2e353f;
	padding: 20px 10px;
}

.item-page, .mainContent.registration-form, .blog {
	background: #f1f1f1;
	border: 1px solid #d9d6d6;
	padding: 20px;
}

.item-page-main > div > p > span, .item-page-main > div > p  {
	font-family: 'Lato Regular';
	color: #ffffff;
	text-align: justify;
}

.item-page > div > p > span, .item-page > div > p, .item-page > div > ul > li, .eserp > .col-md-6 > p {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 14px;
}

.item-page > div > ul {
	margin-left: 30px;
}

.item-page > div > p > a {
	text-decoration: none;
	color: #ea7c03;
	background: transparent;
}

.item-page > div > p > a:hover {
	text-decoration: underline;
	color: #ea7c03;
	background: transparent;
}


.page-header {
	margin: 0 !important;
	border-bottom: none !important;
}

.item-page-main > .page-header > h2 {
	font-family: 'Lato Regular';
	color: #f2f2f2;
	text-align: center;
}

.item-page > .page-header > h2, .item-page > .page-header > h1, .item-page > div > h2 {
	font-family: 'Lato Regular';
	text-align: center;
	color: #2e353f;
	font-size: 30px;
}

.recommend-schools, .reviews-home, .moduletable_city > h2, .moduletable_accr > h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	text-align: center;
}

.line-review {
	border-top: 1px solid #2e353f;
}

.blog > .items-leading > div[class*="leading-"] > .page-header > h2, .blog-featured > .items-leading > div[class*="leading-"] > h2.item-title > a, .item-page > .page-header > h2, .item-page > .page-header > h1, .blog > .items-row > .col-md-6 > div[class*="column-"] > .page-header > h2  {
	margin-top: 0 !important;
	font-family: 'Lato Regular';
	color: #2e353f;
}

.blog > .items-leading > div[class*="leading-"] > p.readmore, .blog > .items-row > .col-md-6 > div[class*="column-"] > p.readmore {
	margin-top: 20px;
}

.blog > .items-leading > div[class*="leading-"] > p.readmore > a.btn, #chronoform-add-review > #form-row-button5 > #fin-button5 > input[type="submit"], .blog > .items-row > .col-md-6 > div[class*="column-"] > p.readmore > a.btn, .button-more, #chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-contacts > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"] {
	font-family: 'Lato Regular';
	text-decoration: none;
	background: transparent;
	border: 2px solid #ea7c03;
	text-transform: uppercase;
	color: #ea7c03 !important;
	padding: 10px;
	border-radius: 0 !important;
}

.blog > .items-leading > div[class*="leading-"] > p.readmore > a.btn:hover, #chronoform-add-review > #form-row-button5 > #fin-button5 > input[type="submit"]:hover, .blog > .items-row > .col-md-6 > div[class*="column-"] > p.readmore > a.btn:hover, .button-more:hover, #chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"]:hover, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"]:hover, #chronoform-contacts > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"]:hover, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"]:hover, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"]:hover, #chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"]:hover {
	text-decoration: none !important;
	background: #ea7c03 !important;
	color: #f1f1f1 !important;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

/* Страница ошибки 404 */

#error-head {
	font-family: 'Roboto Thin' !important;
	font-size: 30px !important;
	color: #2e353f !important;
	text-align: center;
	margin-top: 200px;
}

#error-text {
	font-family: 'Lato Regular' !important;
	font-size: 18px !important;
	color: #2e353f !important;
	text-align: center;
}

#error-link {
	margin-bottom: 200px;
	text-align: center;
}

#error-link a {
	font-family: 'Lato Regular' !important;
	font-size: 18px !important;
	color: #2e353f !important;
	text-decoration: none;

}

#error-link a:hover {
	color: #2e353f;
	text-decoration: underline;
	background: transparent;
}

/* Добавить отзыв */

#chronoform-add-review > .form-group.gcore-form-row > label {
	color: #2e353f;
}

#chronoform-add-review > #form-row-button5 > #fin-button5 > input[type="submit"], #chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-contacts > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"], #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="submit"] {
	line-height: 14px;
}

#chronoform-Booking-en, #chronoform-Booking-es, #chronoform-Booking {
	margin-left: 50px;
}

.quote, .quote-author {
	text-align: right !important;
	color: #fefefe;
	margin-bottom: 0 !important;
}

.quote {
	font-family: 'Lato LightItalic' !important;
}

.quote-author {
	font-family: 'Lato Regular' !important;
	font-weight: bold;
}

.content-zag {
	font-family: 'Lato Regular' !important;
	color: #f2f2f2 !important;
	/*font-size: 30px !important;*/
	text-align: center;
	padding-bottom: 20px;
	text-align: center !important;
}

.advantages {
	margin: 20px 0 !important;
}

.content-about {
	font-family: 'Lato Regular';
	color: #f2f2f2;
	font-size: 18px;
}

.article-review {
	text-align: justify;
}

.payment-form, .payment-form > .form-group > .chzn-container-single {
	width: 500px;
}

.payment-form > .form-group > .form-control, .payment-form > .form-group > .chzn-container-single > .chzn-single, #chronoform-contacts > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-contacts > .form-group.gcore-form-row > .gcore-input.gcore-display-table > textarea {
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
	color: #888888 !important;
	border-radius: 0 !important;
}

.payment-form > .form-group > .chzn-container-single > .chzn-single div b {
	background: url("../images/strelka-calc.png") no-repeat center center !important;
}

.payment-form > .form-group > .chzn-container-single > .chzn-drop {
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
}

.payment-form > .form-group > .chzn-container-single > .chzn-drop li {
	color: #888888 !important;
}

.payment-form > .form-group > .chzn-container-single > .chzn-drop li:hover {
	color: #000 !important;
}

/* Форма бронирования */

#chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > label, #chronoform-Booking > .form-group.gcore-form-row > label, #chronoform-Booking > .chronoform-container > .form-group.gcore-form-row > label, #chronoform-contacts > .form-group.gcore-form-row > label {
	font-family: 'Lato Regular';
	color: #2e353f;
}

/* Форма ESERP */

#chronoform-Booking-ESERP h1, #chronoform-Booking h1, #chronoform-Booking-en h1, #chronoform-Booking-es h1, #chronoform-Testing-es h1 {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 36px;
}

#chronoform-Booking-ESERP h2, #chronoform-Booking h2, #chronoform-Booking-en h2, #chronoform-Booking-es h2 {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 30px;
	margin-top: 50px;
}

#chronoform-Booking-ESERP p, #chronoform-Booking p, #chronoform-Booking-en p, #chronoform-Booking-es p {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 14px;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > label, #chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-subinput-container > label {
	color: #2e353f;
	font-family: 'Lato Regular';
	font-weight: normal;
}

#form-row-submit51, #calc_discount_lbl, #chronoform-Booking > #calc_discount, #chronoform-Booking > #curr_calc_discount, #chronoform-Booking-en > #calc_discount, #chronoform-Booking-en > #curr_calc_discount, #chronoform-Booking-es > #calc_discount, #chronoform-Booking-es > #curr_calc_discount {
	margin-top: 30px;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single, #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single {
	width: 100% !important;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single, #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single {
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
	color: #888888 !important;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b, #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-single div b {
	background: url("../images/strelka-calc.png") no-repeat center center !important;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop, #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop {
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li, #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li {
	color: #888888 !important;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover, #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > .chzn-container-single > .chzn-drop li:hover {
	color: #000 !important;
}

#chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-ESERP > .form-group.gcore-form-row > .gcore-input.gcore-display-table > textarea, #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking > .form-group.gcore-form-row > .gcore-input.gcore-display-table > textarea, #container42 > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > textarea, #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input.gcore-display-table > textarea, #container42 > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-en > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > textarea, #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-subinput-container > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > textarea, #container42 > .form-group.gcore-form-row > .gcore-input.gcore-display-table > input[type="text"], #chronoform-Booking-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > textarea {
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
	color: #2e353f !important;
	border-radius: 0 !important;
	width: 100% !important;
}

#fclmn .gcore-radio-item .A, #chronoform-Booking .iinp {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}

#fclmn .gcore-radio-item .A + label, #chronoform-Booking .iinp + label {
	cursor: pointer;
	color: #2e353f;
}
#fclmn .gcore-radio-item .A:not(checked), #chronoform-Booking .iinp:not(checked) {
	position: absolute;
	opacity: 0;
}
#fclmn .gcore-radio-item .A:not(checked) + label, #chronoform-Booking .iinp:not(checked) + label {
	position: relative;
	padding: 0 0 0 28px;
	margin-right: 20px;
}
#fclmn .gcore-radio-item .A:not(checked) + label:before, #chronoform-Booking .iinp:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
#fclmn .gcore-radio-item .A:not(checked) + label:after, #chronoform-Booking .iinp:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #888888;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
#fclmn .gcore-radio-item .A:checked + label:after, #chronoform-Booking .iinp:checked + label:after {
	opacity: 1;
}

#fclmn .gcore-radio-item {
	float: left;
	margin-bottom: 5px;
}

#fclmn .gcore-radio-item:last-child {
	padding-left: 0px;
}

/* Tests forms */

#chronoform-Testing-es > .form-group.gcore-form-row {
	margin-bottom: 15px !important;
}

#chronoform-Testing-es > .form-group.gcore-form-row > label {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 14px;
	margin-bottom: 15px;
}

#chronoform-Testing-es, .gbs3 > .spanish-test > p, .gbs3 > .spanish-test > h1 {
	margin-left: 75px;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item {
	float: none !important;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A + label {
	cursor: pointer;
	color: #2e353f;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A:not(checked) {
	position: absolute;
	opacity: 0;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A:not(checked) + label {
	position: relative;
	padding: 0 0 0 28px;
	margin-bottom: 15px;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #888888;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input-wide.gcore-display-table > .gcore-single-column > .gcore-radio-item .A:checked + label:after {
	opacity: 1;
}

#chronoform-Testing-es > .form-group.gcore-form-row > .gcore-input.gcore-display-table > p, .gbs3 > .spanish-test > p {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 14px;
}

.gbs3 > .spanish-test > p {
	margin-bottom: 25px !important;
}

.spanish-test-button {
	margin-top: 90px;
	font-family: 'Lato Regular';
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fdfdfc;
	text-decoration: none;
	background: #ea7c03;
	padding: 10px 20px;
	box-shadow: 2px 2px 13px rgba(0,0,0,0.27), 0 -2px 13px rgba(0,0,0,0.27);
}

.spanish-test-button:hover {
	color: #ea7c03;
	background: #fdfdfc;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}


/* Хлебные крошки */
.breadcrumb {
	background: transparent !important;
	border-radius: 0 !important;
	padding: 10px 29px !important;
}

.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
	color: #2e353f;
	font-family: 'Lato Regular';
	text-decoration: none;
	background: transparent;
}

.breadcrumb > li > a.pathway:hover > span {
	color: #2e353f;
	text-decoration: underline;
	background: transparent;
}

.breadcrumb> li+li:before {
	content: ' ';
	padding: 0;
}

/* Пагинация */

.pagination {
	display: block !important;
	margin-left: 15px;
}

.pagination > li.active > span, .pagination > li.active > span:hover {
	font-family: 'Lato Regular';
	color: #fdfdfd;
	background: #ea7c03;
	border: 0 !important;
}

.pagination > li > a {
	font-family: 'Lato Regular';
	color: #ea7c03;
	background: transparent;
	border: 0 !important;
	text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > a:focus {
	color: #fdfdfd;
	text-decoration: none;
	background: #ea7c03;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

/* Категория */

h1.title {
	font-family: 'Lato Regular';
	font-size: 36px;
	color: #2e353f;
	text-transform: uppercase;
	text-align: left;
	padding: 0 15px;
}

.subtitle {
	font-family: 'Lato Regular';
	font-size: 28px;
	color: #2e353f;
	text-transform: uppercase;
	text-align: center;
}

.description-full > p, .description-full > p > strong, .description-full {
	font-family: 'Lato Regular';
	color: #2e353f;
	padding: 0 15px;
	text-align: left;
}

.description-full > p > .button-more {
	display:block;
	text-align: center;
	font-family: 'Lato Regular';
	color: #ea7c03;
	border: 2px solid #ea7c03;
	text-transform: lowercase;
	text-decoration: none;
	background: transparent;
	padding: 15px 20px;
	margin: 0 auto;
}

.description-full > p > .button-more:hover {
	color: #ffffff;
	background: #ea7c03;
	border: 2px solid #ea7c03;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

.item-box.well, .subcategory-box.well {
	padding: 10px 0 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.subcategory {
	max-width: 332px;
	margin: 0 auto;
}

.subcategory > .subcategory-title {
	position: absolute;
	z-index: 1;
	font-family: 'Lato Regular';
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #29292a, -1px -1px 0 #29292a;
	color: #fefcfc;
}

.subcategory > .subcategory-title > a {
	color: #fefcfc;
	text-decoration: none;
}

.subcategory > .subcategory-title > a:hover {
	color: #fefcfc;
	text-decoration: underline;
	background: transparent;
}

.subcategory > .subcategory-image > a:hover img {
	background-color: rgba(238,149,50, 0.8);
	transition: all 0.2s linear;
}

/* Учите английский */

.learn-spanish {
	margin-top: 105px !important;
}

.moduletable_learn {
	background: #2e353f;
	margin-bottom: 20px;
	margin-top: 173px;
	/* position: fixed;*/
}

.moduletable_learn > h3 {
	color: #ea7c03;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato Regular';
	padding: 10px 0;
}

.item-title-category {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato Regular';
	text-shadow: 1px 1px 0 #29292a, -1px -1px 0 #29292a;
	margin-bottom: 10px;
}

.item-title-category a {
	color: #ea7c03;
	text-decoration: none;
}

.item-title-category a:hover {
	color: #ea7c03;
	text-decoration: underline;
	background: transparent;
}

.product-props-category > .unstyled > li {
	color: #eeeeee;
	font-family: 'Lato Regular';
	text-align: right;
	padding-bottom: 5px;
}

.item-link-category {
	font-family: 'Lato Regular';
	text-align: center;
}

.item-link-category a {
	display: block;
	color: #fdfdfc;
	text-decoration: none;
	background: #ea7c03;
	padding: 10px 20px;
	box-shadow: 2px 2px 13px rgba(0,0,0,0.27), 0 -2px 13px rgba(0,0,0,0.27);
}

.item-link-category a:hover {
	color: #ea7c03;
	background: #fdfdfc;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

.item-line {
	color: #eeeeee;
}

/* Тизер школы */

.jbzoo-item-teaser {
	background: #f1f1f1;
	border: 1px solid #d9d6d6;
}

.jbzoo-item-teaser > .row > .col-md-4 img {
	max-width: 120px;
}

.jbzoo-item-teaser > .row > .col-md-4 .item-image {
	display: table;
}

.jbzoo-item-teaser > .row > .col-md-4 .item-image a {
	display: table-cell;
	vertical-align: middle;
}

.item-title {
	font-family: 'Lato Regular';
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.item-title a {
	color: #616161;
	text-decoration: none;
	background: transparent;
}

.item-title a:hover {
	color: #616161;
	text-decoration: underline;
	background: transparent;
}

.item-country, .item-city {
	font-family: 'Lato Regular';
	text-align: right;
	color: #616161;
	margin-bottom: 10px !important;
}

.item-link {
	font-family: 'Lato Regular';
	text-align: right;
	margin-bottom: 10px !important;
}

.item-link a {
	color: #ec7106;
	text-decoration: none;
	background: transparent;
}

.item-link a:hover {
	color: #ec7106;
	text-decoration: underline;
	background: transparent;
}

/* Карточка школы */

.item-title-full {
	color: #2e353f;
	font-family: 'Lato Regular';
	text-transform: uppercase;
	margin-top: 0;
}

#gallery-1 li {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	height: 300px;
	overflow: hidden;
}

#gallery-1 li:nth-child(even) {
	/*padding-left: 10px;*/
}

#gallery-1 li.uk-active a {
	display: block;
	width: 100%;
}

#gallery-1 li.uk-active a img {
	width: 100% !important;
	max-height: 100% !important;
	overflow: hidden !important;
}

.jbzoo .element-jbgallery a {
	margin-bottom: 0 !important;
	padding: 0 !important;
	margin-right: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.anchor-link {
	display: block;
	font-family: 'Lato Regular';
	text-align: center;
	color: #cfc9c9;
	text-decoration: none;
	background: #2b2b2b;
	border: 1px solid #ffffff;
	padding: 10px 15px;
}

.anchor-link:hover, .anchor-link:focus {
	color: #ffffff;
	background: #ea7c03;
	text-decoration: none;
	border: 1px solid #ea7c03;
}

.item-tabs {
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}

.item-tabs > .nav-tabs {
	border-bottom: 0 !important;
}

.item-tabs > .nav-tabs > li.active > a, .item-tabs > .nav-tabs > li > a {
	text-decoration: none;
	font-family: 'Lato Regular';
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ea7c03;
	padding: 15px 15px 15px 65px;
	display: block;
	border-radius: 0 !important;
	margin-right: 15px;
}

.item-tabs > .nav-tabs > li.active > a {
	color: #fdfdfc;
}

.item-tabs > .nav-tabs > li > a {
	color: #ea7c03;
}


.item-tabs > .nav-tabs > li.active > #tab-gallery {
	background: #ea7c03 url(../images/photo-active.png) no-repeat 10px center;
}

.item-tabs > .nav-tabs > li.active > #tab-video {
	background: #ea7c03 url(../images/video-active.png) no-repeat 10px center;
}

.item-tabs > .nav-tabs > li > #tab-gallery {
	background: transparent url(../images/photo.png) no-repeat 10px center;
}

.item-tabs > .nav-tabs > li > #tab-video {
	background: transparent url(../images/video.png) no-repeat 10px center;
}

#tab-video {
	margin-right: 0;
}

.tab-video > .element-media > iframe {
	height: 320px;
	width: 700px;
	max-width: 100%;
}

.jbgallery {
	position: relative;
}


.desc-full {
	background: #f1f1f1;
	border: 1px solid #d9d6d6;
	padding: 10px;
}

.desc-full > div > h2, .courses > div > h2, .accommodation > div > h2, .excursions > div > h2, .map > div > h2, .comments-full > div > h2, .item-related > .element-jbrelatedauto > h2 {
	font-family: 'Lato Regular';
	color: #2e353f;
	font-size: 20px;
}

.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
	text-align: justify;
	font-family: 'Lato Regular' !important;
	color: #2e353f;
}

.desc-full > div > p:first-child, .courses > .panel-group:first-child, .teaser-desc-full {
	margin-top: 20px;
}

.courses, .accommodation, .excursions, .map, .comments-full {
	margin-top: 20px;
}

.anchor {
	margin-bottom: 20px;
    margin-top: 20px;
}

._anchors > .row > .col-md-2:first-child {
	padding-left: 0 !important;
}

._anchors > .row > .col-md-2:last-child {
	padding-right: 0 !important;
}

.panel-group {
	margin-bottom: 0 !important;
}

.panel-group .panel {
	border-radius: 0 !important;
}

.panel {
	box-shadow: 0 !important;
}

.panel-default {
	border: 1px solid #d9d6d6;
}

.panel-default > .panel-heading {
	background: #f1f1f1 url(../images/accordeon-button.png) no-repeat 99% center;
	padding: 0 !important;
}

.panel-default > .panel-heading.active {
	background: #f1f1f1 url(../images/accordeon-button-up.png) no-repeat 99% center;
}

#anc-courses .panel-heading a {
	padding: 15px;
	display: block;
	outline: none;
}

h4.panel-title > a {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Lato Regular';
}

.panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0 !important;
}

.panel-body {
	background: #f1f1f1;
}

.panel-body > ul {
	margin-left: 30px;
	font-size: 14px;
	font-family: 'Lato Regular';
}

.panel-body, .panel-body > p {
	font-size: 14px;
	font-family: 'Lato Regular';
	text-align: justify;
}

.accommodation > div > ul {
	margin-left: 30px;
}

.accommodation > div > p, .accommodation > div > p > a {
	font-size: 14px;
	text-align: justify;
	margin-top: 20px;
	font-family: 'Lato Regular';
}

.accommodation > div > ul li  {
	font-size: 14px;
	font-family: 'Lato Regular';
}

.excursions > div > p {
	margin-top: 40px;
}

.comments-count, #respond {
	display: none;
}

.add-comments {
	display: block;
	float: right;
	font-family: 'Lato Regular';
	color: #ea7c03;
	background: transparent;
	border: 1px solid #ea7c03;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}

.add-comments:hover {
	color: #fdfdfc;
	background: #ea7c03;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

.googlemaps {
	margin-top: 20px;
}

.item-related > .col-md-12 > div > h2 {
	margin-left: 17px;
}

.item-image-full {
	text-align: center;
	width: 40%;
	margin: 0 auto;
}

.calc {
	background: #888888;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 15px 15px 0 15px;
}

.calc-header {
	color: #eeeeee;
	font-family: 'Lato Regular';
}

.calc .chzn-container {
	width: 100% !important;
}

.calc select {
	max-width: 100%;
}

.calc .gcore-input {
	width: 50%;
	float: right;
	display: block;
}

.calc .control-label {
	width: 49%;
	float: left;
	min-width: inherit;
	max-width: none;
}

.calc .form-group {
	display: block;
	width: 84%;
	float: left;
}

.form-group.fee, #form-row-calc_extra_night_radio {
	width: 100%;
}

.calc .price_gr {
	/*width: 15%;*/
	float: right;
	margin-top: 10px;
}

.calc #calc_price_c, #calc_price_a, #calc_discount, #calc_total {
	padding-right: 7px;
}

#fin-calc_extra_night_radio {
	width: 40%;
}

.calc_discount label {
	width: 100% !important;
}

.calc_discount label, #calc_discount, #curr_calc_discount {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	color: #ea7c03 !important;
}

.calc .btn {
	background: #EA7C03;
	color: #fff;
	font-family: "Lato Regular";
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
	border: 0 none;
}

.calc .chzn-container-single .chzn-drop {
	background: #eeeeee !important;
}

.calc .chzn-container-single .chzn-drop li {
	color: #888888 !important;
}

.calc .chzn-container-single .chzn-drop li:hover {
	color: #000 !important;
}

#fin-button28 {
	width: auto;
}

#form-row-calc_extra_night_radio label, .calc_discount label {
	margin-top: 0px;
}

.calc label.control-label[for=registration_fee] {
	width: 80%;
	max-width: none;
	padding: 0;
}

#calc_registration_fee {
	/*width: 15%;*/
	float: right;
	text-align: left;
}

.control-label.gcore-label-left, .calculated_price, .currency_symbol {
	color: #eeeeee;
	font-family: 'Lato Regular';
	font-weight: normal;
	float: left;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn, #form-row-calc_extra_night_select > .gcore-input.gcore-display-table > #calc_extra_night_select_chzn {
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
	color: #888888 !important;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-single, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-single, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-single, #form-row-calc_extra_night_select > .gcore-input.gcore-display-table > #calc_extra_night_select_chzn  > .chzn-single {
	background: #eeeeee !important;
	color: #888888 !important;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-single:hover, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-single:hover, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-single:hover {
	background: #eeeeee !important;
	color: #888888 !important;
	text-decoration: none;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container-single .chzn-single span, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container-single .chzn-single span, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container-single .chzn-single span {
	margin-right: 15px !important;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container-single .chzn-single div, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container-single .chzn-single div, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container-single .chzn-single div {
	width: 30px !important;
	margin-right: 5px;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container-single.chzn-single div b, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container-single.chzn-single div b, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container-single.chzn-single div b {
	background: url(../images/strelka-calc.png) no-repeat center !important;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container-single .chzn-drop, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container-single .chzn-drop, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container-single .chzn-drop {
	box-shadow: none !important;
	border-radius: 0 !important;
	background: #eeeeee !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container-single .chzn-search, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container-single .chzn-search, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container-single .chzn-search {
	display: none;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container .chzn-results li.active-result, #form-row-calc_weeks > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container .chzn-results li.active-result, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container .chzn-results li.active-result {
	color: #888888;
	font-family: 'Lato Regular';
	font-size: 14px;
}

#form-row-calc_course > .gcore-input.gcore-display-table > #calc_course_chzn > .chzn-container .chzn-results li.active-result:hover, #form-row-calc_course > .gcore-input.gcore-display-table > #calc_weeks_chzn > .chzn-container .chzn-results li.active-result:hover, #form-row-calc_accomodation > .gcore-input.gcore-display-table > #calc_accomodation_chzn > .chzn-container .chzn-results li.active-result:hover {
	color: #ea7c03;
	background: transparent;
}

/* Лучшая цена */

.custom_bestprice {
	background: #f1f1f1;
	border: 1px solid #d9d6d6;
	padding: 5px;
	margin: 20px 0;
}

.custom_bestprice h3 {
	text-align: center;
	font-family: 'Lato Regular';
	text-transform: uppercase;
	color: #ea7c03;
	margin-top: 10px;
}

.best-price-zag {
	font-family: 'Lato Regular';
	text-transform: uppercase;
	color: #ea7c03;
}

.best-price-text {
	font-family: 'Lato Regular';
	color: #616161;
}

.best-price-phone {
	font-weight: bold;
	color: #ea7c03;
}

/* Футер */

.footer {
	width: 100%;
	background-color: #202020;
}

.nav_fm li {
	display: inline-block;
	text-align: center;
	font-family: 'Lato Regular';
	text-transform: uppercase;
}

.nav_fm li a {
	display: block;
	color: #ffffff;
	background: transparent;
}

.nav_fm li a:hover, .nav_fm li a:focus, .nav_fm li.current a {
	text-decoration: underline;
	background: transparent;
	color: #ffffff;
}

.copy {
	margin-bottom: 10px !important;
	text-align: center;
	color: #f2f2f2;
	font-family: 'Lato Regular';
}

.copy > a {
	color: #f2f2f2;
	text-decoration: none;
	background: transparent;
}

.copy > a:hover {
	color: #f2f2f2;
	text-decoration: underline;
	background: transparent;
}

/* ПИсьмо с сайта */

.custom_sendemail {
	margin: 25px 0;
}

.send-email {
	font-family: 'Lato Regular';
	text-decoration: none;
	background: transparent;
	border: 2px solid #f2f2f2;
	text-transform: uppercase;
	color: #f2f2f2 !important;
	padding: 10px;
}

.send-email:hover {
	text-decoration: none;
	background: #f2f2f2;
	color: #000000 !important;
	-webkit-transition: all 0.2s ease-out 0.1s !important;
	-moz-transition: all 0.2s ease-out 0.1s !important;
	-o-transition: all 0.2s ease-out 0.1s !important;
	transition: all 0.2s ease-out 0.1s !important;
}

/* Контакты в футере */

.footer-contacts {
	font-family: 'Lato Regular';
	color: #f2f2f2;
}

.footer-contacts > a {
	color: #f2f2f2;
	text-decoration: none;
	background: transparent;
}

.footer-contacts > a:hover {
	color: #f2f2f2;
	text-decoration: underline;
	background: transparent;
}

.moduletable_podpiska {
	border: 1px solid rgba(255,255,255,.5);
	margin-top: 10px;
	padding: 10px 0;
}

.moduletable_podpiska > .row > .col-md-12 > .form-inline {
	border: 1px solid rgba(255,255,255,.5);
	background: #0c0c0c;
}

.moduletable_podpiska > .row > .col-md-12 > .form-inline > input[type="text"] {
	width: 68%;
	height: 40px;
	color: #cfc9c9;
	font-family: 'Lato Regular';
	padding-left: 5px;
	background: transparent;
	border: none !important;
}

.moduletable_podpiska > .row > .col-md-12 > .form-inline > input[type="submit"] {
	border: none !important;
	background: transparent !important;
	padding: 0;
	color: #cfc9c9;
	font-family: 'Lato Regular';
	text-transform: uppercase;
}

.podpiska-text {
	font-family: 'Lato Regular';
	color: #ffffff;
}

.rev_slider_wrapper .tp-caption.terra {
	top: 13% !important;
}

.search {
	top: 40%;
}

.lc-header {
	top: 56%;
}

.rev_slider_wrapper .slide-head {
	height: 118px;
	vertical-align: middle;
	line-height: 40px;
}

/* Медиазапросы */

@media screen and (max-width: 2560px) {
	.lc-header {
		width: 60%;
		position: absolute;
		left: 20%;
		top: 90%;
	}
	.search {
		width: 60%;
		position: absolute;
		left: 20%;
		top: 65%;
	}

	.subcategory > .subcategory-title {
		top: 200px;
		left: 50px;
		font-size: 24px;
	}
}

@media screen and (max-width: 1920px) {
	.header {
		height: 106px;
	}

	.slogan, .phone > a {
		font-size: 18px;
	}

	.slogan, .phone {
		padding-top: 22px;
		line-height: 22px;
	}

	.nav_up li {
		font-size: 15px;
		line-height: 25px;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 5px;
	}

	.lc-header {
		width: 68%;
		position: absolute;
		left: 16%;
		top: 90%;
	}
	.search {
		width: 68%;
		position: absolute;
		left: 16%;
		top: 65%;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 18px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 18px;
	}

	.quote, .quote-author {
		font-size: 16px !important;
	}

	.nav_fm li {
		font-size: 14px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide {
		min-height: 250px !important;
	}

	.slide-main {
		font-size: 60px;
		margin-bottom: 30px;
	}

	.slide-after-main {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.slide-button, .send-email {
		font-size: 20px;
	}

	.lang-country {
		font-size: 20px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 250px;
		left: 40px;
		font-size: 22px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 160px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 22px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 20px;
	}

	.item-description {
		font-size: 18px;
	}

	.social-image {
		width: 39px;
		margin: 5px;
	}

	.footer-contacts {
		font-size: 16px;
	}

	.podpiska-text {
		font-size: 16px;
	}

	.copy {
		font-size: 16px;
	}

	.author-name {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-text {
		font-size: 14px;
	}

	.comment-link {
		font-size: 12px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 24px;
	}

	.lc-spain, .lc-gb {
		height: 264px;
	}

	.lc-spain > img, .lc-gb > img {
		width: 100%;
	}

	.lc {
		top: 215px;
		left: 20px;
		font-size: 24px;
	}

	.lc-content.last {
		display: block;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 18px;
	}

	.lc-link a {
		font-size: 20px;
	}

	.subcategory > .subcategory-title {
		top: 190px;
		left: 70px;
		font-size: 20px;
	}

	.item-title {
		font-size: 28px;
	}

	.item-country, .item-city, .item-link {
		font-size: 24px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 18px;
	}

	.description-full > p > .button-more {
		font-size: 24px;
		width: 270px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 18px;
	}

	.item-title-category {
		font-size: 20px;
	}

	.product-props-category > .unstyled > li {
		font-size: 16px;
	}

	.item-link-category {
		font-size: 20px;
	}

	.item-title-full {
		font-size: 30px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 16px;
	}

	.anchor-link {
		font-size: 16px;
		padding: 10px 5px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 16px;
	}

	.item-title {
		font-size: 22px;
	}

	.item-country, .item-city {
		font-size: 18px;
	}

	.item-link {
		font-size: 16px;
	}

	.custom_bestprice h3 {
		font-size: 20px;
	}

	.best-price-zag {
		font-size: 16px;
		margin-bottom: 7px !important;
	}

	.best-price-text {
		font-size: 14px;
		margin-bottom: 7px !important;
	}

	.calc-header {
		font-size: 18px;
	}

	.form-group {
		margin-bottom: 7px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol, #form-row-textarea21 label {
		font-size: 16px;
	}

	#form_registration_fee {
		margin-left: 370px !important;
	}

	#fin-custom4 {
		font-size: 12px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 16px !important;
	}

	p.slide-main {
		line-height: 49px !important;
	}
}

/*----------------------------------------------------*/

@media screen and (min-width: 1680px) {
	.container-fluid.content {
		width: 80%;
	}

	body.main .container-fluid.content {
		width: 100%;

	}

	body.main .item-page-main {
		padding: 20px 10%;
	}
}

@media screen and (max-width: 1680px) {
	.header {
		height: 106px;
	}

	.slogan, .phone > a {
		font-size: 14px;
	}

	.slogan, .phone {
		padding-top: 22px;
	}

	.nav_up li {
		font-size: 12px;
		line-height: 25px;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 6px;
	}

	.lc-header {
		width: 74%;
		position: absolute;
		left: 13%;
		top: 90%;
	}
	.search {
		width: 74%;
		position: absolute;
		left: 13%;
		top: 65%;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 16px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 18px;
	}

	.quote, .quote-author {
		font-size: 14px !important;
	}

	.nav_fm li {
		font-size: 12px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide {
		min-height: 250px !important;
	}

	.slide-main {
		font-size: 55px;
		margin-bottom: 30px;
	}

	.slide-after-main {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.slider-row.n-uc-0A9trAlU70SO, .slider-row.n-uc-zMdhfCGoPNqg, .slider-row.n-uc-Dd3vDUicyhTC {
		top: 130px !important;
	}

	.slide-button, .send-email {
		font-size: 18px;
	}

	.lang-country {
		font-size: 17px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 240px;
		left: 15px;
		font-size: 20px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 140px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 20px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 18px;
	}

	.item-description {
		font-size: 16px;
	}

	.social-image {
		width: 39px;
		margin: 5px;
	}

	.footer-contacts {
		font-size: 16px;
	}

	.podpiska-text {
		font-size: 16px;
	}

	.copy {
		font-size: 16px;
	}

	.author-name {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-text {
		font-size: 14px;
	}

	.comment-link {
		font-size: 12px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 22px;
	}

	.lc-spain, .lc-gb {
		height: 237px;
	}

	.lc-spain > img, .lc-gb > img {
		width: 100%;
	}

	.lc {
		top: 195px;
		left: 20px;
		font-size: 20px;
	}

	.lc-content.last {
		display: block;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 15px;
	}

	.lc-link a {
		font-size: 18px;
	}

	.subcategory > .subcategory-title {
		top: 180px;
		left: 70px;
		font-size: 20px;
	}

	.item-title {
		font-size: 24px;
	}

	.item-country, .item-city, .item-link {
		font-size: 18px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 18px;
	}

	.description-full > p > .button-more {
		font-size: 22px;
		width: 250px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 18px;
	}

	.item-title-category {
		font-size: 20px;
	}

	.product-props-category > .unstyled > li {
		font-size: 16px;
	}

	.item-link-category {
		font-size: 20px;
	}

	.item-title-full {
		font-size: 28px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 16px;
	}

	.anchor-link {
		font-size: 16px;
		padding: 10px 5px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 16px;
	}

	.item-title {
		font-size: 20px;
	}

	.item-country, .item-city {
		font-size: 16px;
	}

	.item-link {
		font-size: 14px;
	}

	.custom_bestprice h3 {
		font-size: 20px;
	}

	.best-price-zag {
		font-size: 16px;
		margin-bottom: 7px !important;
	}

	.best-price-text {
		font-size: 14px;
		margin-bottom: 7px !important;
	}

	.calc-header {
		font-size: 18px;
	}

	.form-group {
		margin-bottom: 7px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol,  #form-row-textarea21 label {
		font-size: 16px;
	}

	#form_registration_fee {
		margin-left: 370px !important;
	}

	#fin-custom4 {
		font-size: 12px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 16px !important;
	}
}

/*----------------------------------------------------*/

@media screen and (max-width: 1600px) {
	.header {
		height: 106px;
	}

	.slogan, .phone > a {
		font-size: 14px;
	}

	.slogan, .phone {
		padding-top: 22px;
	}

	.nav_up li {
		font-size: 12px;
		line-height: 25px;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 6px;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 15px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 18px;
	}

	.quote, .quote-author {
		font-size: 13px !important;
	}

	.nav_fm li {
		font-size: 12px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide {
		min-height: 250px !important;
	}

	.slide-main div p {
		font-size: 55px !important;
		margin-bottom: 30px;
	}

	.slide-after-main {
		padding-left: 35px !important;
	}
	.slide-after-main div p {
		font-size: 30px !important;
		margin-bottom: 30px;
	}

	.n2-ss-button-container a {
		font-size: 18px !important;
	}

	.slide-button, .send-email {
		font-size: 18px;
	}

	.lang-country {
		font-size: 16px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 230px;
		left: 15px;
		font-size: 20px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 120px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 20px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 18px;
	}

	.item-description {
		font-size: 16px;
	}

	.social-image {
		width: 35px;
		margin: 3px;
	}

	.footer-contacts {
		font-size: 14px;
	}

	.podpiska-text {
		font-size: 14px;
	}

	.copy {
		font-size: 14px;
	}

	.author-name {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-text {
		font-size: 14px;
	}

	.comment-link {
		font-size: 12px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 20px;
	}

	.lc-spain, .lc-gb {
		height: 226px;
	}

	.lc-spain > img, .lc-gb > img {
		width: 100%;
	}

	.lc {
		top: 185px;
		left: 20px;
		font-size: 18px;
	}

	.lc-content.last {
		display: block;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 14px;
	}

	.lc-link a {
		font-size: 16px;
	}

	.subcategory > .subcategory-title {
		top: 210px;
		left: 60px;
		font-size: 20px;
	}

	.item-title {
		font-size: 24px;
	}

	.item-country, .item-city, .item-link {
		font-size: 18px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 18px;
	}

	.description-full > p > .button-more {
		font-size: 20px;
		width: 250px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 16px;
	}

	.item-title-category {
		font-size: 20px;
	}

	.product-props-category > .unstyled > li {
		font-size: 14px;
	}

	.item-link-category {
		font-size: 18px;
	}

	.item-title-full {
		font-size: 28px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 16px;
	}

	.anchor-link {
		font-size: 16px;
		padding: 10px 5px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 16px;
	}

	.item-title {
		font-size: 20px;
	}

	.item-country, .item-city {
		font-size: 16px;
	}

	.item-link {
		font-size: 14px;
	}

	.custom_bestprice h3 {
		font-size: 18px;
	}

	.best-price-zag {
		font-size: 14px;
		margin-bottom: 5px !important;
	}

	.best-price-text {
		font-size: 12px;
		margin-bottom: 5px !important;
	}

	.calc-header {
		font-size: 18px;
	}

	.form-group {
		margin-bottom: 5px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol, #form-row-textarea21 label {
		font-size: 14px;
	}

	#form_registration_fee {
		margin-left: 372px !important;
	}

	#fin-custom4 {
		font-size: 12px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 16px !important;
	}
}

/*----------------------------------------------------*/

@media screen and (max-width: 1440px) {
	.header {
		height: 106px;
	}

	.slogan, .phone > a {
		font-size: 14px;
	}

	.slogan, .phone {
		padding-top: 22px;
	}

	.nav_up li {
		font-size: 10px;
		line-height: 25px;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 6px;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 15px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 16px;
	}

	.quote, .quote-author {
		font-size: 13px !important;
	}

	.nav_fm li {
		font-size: 12px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide {
		min-height: 250px !important;
	}

	.slide-main div p {
		font-size: 55px !important;
		margin-bottom: 30px;
	}

	.slide-after-main {
		padding-left: 35px !important;
	}
	.slide-after-main div p {
		font-size: 30px !important;
		margin-bottom: 30px;
	}

	.n2-ss-button-container a {
		font-size: 18px !important;
	}

	.slide-button, .send-email {
		font-size: 16px;
	}

	.lang-country {
		font-size: 16px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 200px;
		left: 15px;
		font-size: 18px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 100px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 18px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 16px;
	}

	.item-description {
		font-size: 14px;
	}

	.social-image {
		width: 35px;
		margin: 3px;
	}

	.footer-contacts {
		font-size: 14px;
	}

	.podpiska-text {
		font-size: 12px;
	}

	.copy {
		font-size: 14px;
	}

	.author-name {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-text {
		font-size: 14px;
	}

	.comment-link {
		font-size: 12px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 20px;
	}

	.lc-spain, .lc-gb {
		height: 204px;
	}

	.lc {
		top: 165px;
		left: 20px;
		font-size: 18px;
	}

	.lc-content.last {
		display: block;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 12px;
	}

	.lc-link a {
		font-size: 16px;
	}

	.subcategory > .subcategory-title {
		top: 210px;
		left: 40px;
		font-size: 20px;
	}

	.item-title {
		font-size: 22px;
	}

	.item-country, .item-city, .item-link {
		font-size: 18px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 16px;
	}

	.description-full > p > .button-more {
		font-size: 20px;
		width: 250px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 16px;
	}

	.item-title-category {
		font-size: 18px;
	}

	.product-props-category > .unstyled > li {
		font-size: 14px;
	}

	.item-link-category {
		font-size: 16px;
	}

	.item-title-full {
		font-size: 24px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 14px;
	}

	.anchor-link {
		font-size: 14px;
		padding: 10px 5px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 14px;
	}

	.item-title {
		font-size: 18px;
	}

	.item-country, .item-city {
		font-size: 14px;
	}

	.item-link {
		font-size: 12px;
	}

	.custom_bestprice h3 {
		font-size: 18px;
	}

	.best-price-zag {
		font-size: 14px;
		margin-bottom: 5px !important;
	}

	.best-price-text {
		font-size: 12px;
		margin-bottom: 5px !important;
	}

	.calc-header {
		font-size: 18px;
	}

	.form-group {
		margin-bottom: 5px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol, #form-row-textarea21 label {
		font-size: 14px;
	}

	#form_registration_fee {
		margin-left: 372px !important;
	}

	#fin-custom4 {
		font-size: 12px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 16px !important;
	}
}

/*----------------------------------------------------*/

@media screen and (max-width: 1366px) {
	.header {
		height: 79px;
	}

	.slogan, .phone > a {
		font-size: 12px;
	}

	.slogan, .phone {
		padding-top: 22px;
	}

	.nav_up li {
		font-size: 10px;
		line-height: 25px;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 5px;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 14px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 14px;
	}

	.quote, .quote-author {
		font-size: 12px;
	}

	.nav_fm li {
		font-size: 11px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide {
		min-height: 200px !important;
	}

	.slide-main {
		text-align: left !important;
	}

	.slide-main div p {
		font-size: 44px !important;
		text-align: left !important;
		line-height: 44px !important;
	}

	.slide-after-main {
		padding-left: 35px !important;
	}
	.slide-after-main div p {
		font-size: 22px !important;
	}

	.n2-ss-button-container a {
		font-size: 14px !important;
	}

	.slide-button, .send-email {
		font-size: 16px;
	}

	.slider-row {
		width: 100% !important;
	}

	.n-uc-9WIvlxwBWw7V {
		top: 110px !important;
	}

	.n-uc-0A9trAlU70SO {
		top: 70px !important;
	}

	.lc-header {
		width: 80%;
		position: absolute;
		left: 10%;
		top: 90%;
	}
	.search {
		width: 80%;
		position: absolute;
		left: 10%;
		top: 65%;
	}

	#gallery-1 li {
		height: 300px !important;
		overflow: hidden;
	}

	.lang-country {
		font-size: 14px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 180px;
		left: 15px;
		font-size: 16px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 80px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 16px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 14px;
	}

	.item-description {
		font-size: 12px;
	}

	.social-image {
		width: 30px;
		margin: 3px;
	}

	.footer-contacts {
		font-size: 12px;
	}

	.podpiska-text {
		font-size: 12px;
	}

	.copy {
		font-size: 12px;
	}

	.author-name {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-text {
		font-size: 14px;
	}

	.comment-link {
		font-size: 12px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 18px;
	}

	.lc-spain, .lc-gb {
		height: 195px;
	}

	.lc {
		top: 160px;
		left: 20px;
		font-size: 16px;
	}

	.lc-content.last {
		display: none;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 12px;
	}

	.lc-link a {
		font-size: 14px;
	}

	.subcategory > .subcategory-title {
		top: 200px;
		left: 40px;
		font-size: 18px;
	}

	.item-title {
		font-size: 20px;
	}

	.item-country, .item-city, .item-link {
		font-size: 16px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 14px;
	}

	.description-full > p > .button-more {
		font-size: 18px;
		width: 200px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 14px;
	}

	.item-title-category {
		font-size: 16px;
	}

	.product-props-category > .unstyled > li {
		font-size: 12px;
	}

	.item-link-category {
		font-size: 14px;
	}

	.item-title-full {
		font-size: 24px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 14px;
	}

	.anchor-link {
		font-size: 14px;
		padding: 10px 5px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 14px;
	}

	.item-title {
		font-size: 18px;
	}

	.item-country, .item-city {
		font-size: 14px;
	}

	.item-link {
		font-size: 12px;
	}

	.custom_bestprice h3 {
		font-size: 16px;
	}

	.best-price-zag {
		font-size: 12px;
		margin-bottom: 5px !important;
	}

	.best-price-text {
		font-size: 10px;
		margin-bottom: 5px !important;
	}

	.calc-header {
		font-size: 16px;
	}

	.form-group {
		margin-bottom: 5px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol, #form-row-textarea21 label {
		font-size: 14px;
	}

	#form_registration_fee {
		margin-left: 372px !important;
	}

	#fin-custom4 {
		font-size: 12px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 16px !important;
	}

	/*#calc_course_chzn, #calc_weeks_chzn, #calc_accomodation_chzn, #calc_extra_night_select_chzn {
      height: 35px !important;
      font-size: 12px !important;
   }*/
}

/*----------------------------------------------------*/

@media screen and (max-width: 1280px) {
	.header {
		height: 106px;
	}

	.slogan, .phone > a {
		font-size: 12px;
	}

	.slogan, .phone {
		padding-top: 22px;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 14px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 12px;
	}

	.quote, .quote-author {
		font-size: 12px;
	}

	.nav_up li {
		font-size: 10px;
		line-height: 25px;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 4px;
	}

	.topmenu {
		padding: 0 !important;
	}

	.nav_fm li {
		font-size: 10px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide-main div p {
		font-size: 48px !important;
		margin-bottom: 30px;
	}

	.slide-after-main {
		padding-left: 35px !important;
	}
	.slide-after-main div p {
		font-size: 22px !important;
		margin-bottom: 30px;
	}

	.n2-ss-button-container a {
		font-size: 18px !important;
	}

	.slider-row.n-uc-0A9trAlU70SO {
		top: 110px !important;
	}

	.slide-button, .send-email {
		font-size: 16px;
	}

	#gallery-1 li {
		height: 300px !important;
		overflow: hidden;
	}

	.lang-country {
		font-size: 14px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 150px;
		left: 15px;
		font-size: 16px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 80px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 16px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 14px;
	}

	.item-description {
		font-size: 12px;
	}

	.social-image {
		width: 30px;
		margin: 3px;
	}

	.footer-contacts {
		font-size: 12px;
	}

	.podpiska-text {
		font-size: 10px;
	}

	.copy {
		font-size: 12px;
	}

	.author-name {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-text {
		font-size: 14px;
	}

	.comment-link {
		font-size: 12px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 18px;
	}

	.lc-spain, .lc-gb {
		height: 178px;
	}

	.lc {
		top: 140px;
		left: 20px;
		font-size: 16px;
	}

	.lc-link a {
		font-size: 14px;
	}

	.lc-content.last {
		display: none;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 12px;
	}

	.item-title {
		font-size: 20px;
	}

	.item-country, .item-city, .item-link {
		font-size: 16px;
	}

	.subcategory > .subcategory-title {
		top: 180px;
		left: 40px;
		font-size: 18px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 14px;
	}

	.description-full > p > .button-more {
		font-size: 18px;
		width: 200px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 14px;
	}

	.moduletable_learn > h3 {
		font-size: 20px;
	}

	.item-title-category {
		font-size: 16px;
	}

	.product-props-category > .unstyled > li {
		font-size: 12px;
	}

	.item-link-category {
		font-size: 14px;
	}

	.item-title-full {
		font-size: 24px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 14px;
	}

	.anchor-link {
		font-size: 14px;
		padding: 10px 5px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 14px;
	}

	.item-title {
		font-size: 18px;
	}

	.item-country, .item-city {
		font-size: 14px;
	}

	.item-link {
		font-size: 12px;
	}

	.custom_bestprice h3 {
		font-size: 18px;
	}

	.best-price-zag {
		font-size: 14px;
		margin-bottom: 5px !important;
	}

	.best-price-text {
		font-size: 12px;
		margin-bottom: 5px !important;
	}

	.calc-header {
		font-size: 18px;
	}

	.form-group {
		margin-bottom: 5px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol, #form-row-textarea21 label {
		font-size: 14px;
	}

	#form_registration_fee {
		margin-left: 372px !important;
	}

	#fin-custom4 {
		font-size: 12px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 16px !important;
	}

}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	.slide {
		min-height: 200px !important;
	}
}

/*@media screen and (max-width: 1280px) and (max-height: 1024px) {
   .slide {
      margin-top: -15% !important;
      min-height: 200px !important;
   }

   .tp-leftarrow, .tp-rightarrow {
      top: 600px !important;
   }

   .search {
      top: 450px;
   }

   .lc-header {
      top: 800px;
   }
}*/

/*----------------------------------------------------*/

@media screen and (max-width: 1024px) {
	.header {
		height: 106px;
	}

	.slogan, .phone > a {
		font-size: 12px;
	}

	.slogan, .phone {
		padding-top: 22px;
	}

	.item-page > div > p > span, .item-page > div > p, .item-page-main > div > p > span, .item-page-main > div > p {
		font-size: 14px !important;
	}

	.breadcrumb > li > a.pathway > span, .breadcrumb > li.active > span {
		font-size: 12px;
	}

	.quote, .quote-author {
		font-size: 12px;
	}

	.nav_up li {
		font-size: 12px;
		line-height: 25px;
		display: block;
	}

	.nav_up {
		padding-top: 22px;
	}

	.nav_up li a {
		padding: 0;
		margin: 0 4px;
	}

	.topmenu {
		padding: 0 !important;
	}

	.nav_fm li {
		font-size: 8px;
	}

	.nav_fm li a{
		padding: 10px 5px;
	}

	.slide-main div p {
		font-size: 40px !important;
	}

	.slide-after-main {
		padding-left: 35px !important;
	}
	.slide-after-main div p {
		font-size: 18px !important;
	}

	.n2-ss-button-container a {
		font-size: 12px !important;
	}

	.slider-row.n-uc-0A9trAlU70SO, .slider-row.n-uc-zMdhfCGoPNqg, .slider-row.n-uc-Dd3vDUicyhTC {
		top: 90px !important;
	}

	.slide-button, .send-email {
		font-size: 10px;
	}

	#gallery-1 li {
		height: 300px !important;
		overflow: hidden;
	}

	.custom_sendemail {
		margin: 10px 0;
	}

	.lang-country {
		font-size: 12px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 120px;
		left: 15px;
		font-size: 14px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 40px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element.element-itemname {
		font-size: 11px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 11px;
	}

	.item-description {
		font-size: 11px;
	}

	.social-image {
		width: 20px;
		margin: 3px;
	}

	.footer-contacts {
		font-size: 10px;
	}

	.copy {
		font-size: 10px;
	}

	.comment-item-name {
		font-size: 14px;
	}

	.author-name {
		font-size: 14px;
	}

	.comment-date {
		font-size: 12px;
	}

	.comment-text {
		font-size: 12px;
	}

	.comment-link {
		font-size: 10px;
	}

	.custom_city > .su-tabs > .su-tabs-nav span.su-tabs-current, .custom_city > .su-tabs > .su-tabs-nav span {
		font-size: 18px;
	}

	.lc-spain, .lc-gb {
		height: 145px;
	}

	.lc {
		top: 110px;
		left: 20px;
		font-size: 14px;
	}

	.lc-link a {
		font-size: 12px;
	}

	.lc-content.last {
		display: none;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 9px;
	}

	.item-title {
		font-size: 16px;
	}

	.item-country, .item-city, .item-link {
		font-size: 14px;
	}

	.subcategory > .subcategory-title {
		top: 140px;
		left: 40px;
		font-size: 16px;
	}

	.description-full > p, .description-full > p > strong, .description-full {
		font-size: 14px;
	}

	.description-full > p > .button-more {
		font-size: 18px;
		width: 200px;
	}

	.pagination > li > a, .pagination > li.active > span {
		font-size: 14px;
	}

	.moduletable_learn > h3 {
		font-size: 18px;
	}

	.item-title-category {
		font-size: 14px;
	}

	.product-props-category > .unstyled > li {
		font-size: 10px;
	}

	.item-link-category {
		font-size: 12px;
	}

	.item-title-full {
		font-size: 20px;
	}

	.desc-full > div > p, .desc-full > div > p > span, .teaser-desc-full > p {
		font-size: 12px;
	}

	.anchor-link {
		font-size: 12px;
		padding: 10px 2px !important;
	}

	.panel-body > ul, .panel-body, .panel-body > p, .accommodation > div > ul li, .accommodation > div > p, .accommodation > div > p > a {
		font-size: 12px;
	}

	.item-title {
		font-size: 16px;
	}

	.item-country, .item-city {
		font-size: 12px;
	}

	.item-link {
		font-size: 10px;
	}

	.custom_bestprice h3 {
		font-size: 14px;
	}

	.best-price-zag {
		font-size: 11px;
		margin-bottom: 3px !important;
	}

	.best-price-text {
		font-size: 10px;
		margin-bottom: 3px !important;
	}

	.calc-header {
		font-size: 14px;
	}

	.form-group {
		margin-bottom: 3px !important;
	}

	.control-label.gcore-label-left, .calculated_price, .currency_symbol, #form-row-textarea21 label {
		font-size: 12px;
	}

	#form_registration_fee {
		margin-left: 370px !important;
	}

	#fin-custom4 {
		font-size: 10px;
	}

	.calc_discount label, #calc_discount, #curr_calc_discount {
		font-size: 15px !important;
	}

	.excursions > .element-textarea > p > iframe {
		width: 100%;
	}

}


@media (max-device-height: 600px) {
	.slide {
		min-height: 150px !important;
		padding: 20px !important;
	}

	.slide-main div p {
		font-size: 35px !important;
	}

	.slide-after-main {
		padding-left: 35px !important;
	}
}

/*@media screen and (max-width: 1024px) and (max-height: 768px) {
   .slide {
      margin-top: -7% !important;
      min-height: 150px !important;
      padding: 20px !important;
   }

   .tp-leftarrow, .tp-rightarrow {
      top: 550px !important;
   }

   .search {
      top: 380px;
   }

   .lc-header {
      top: 650px;
   }
} */

@media (max-width: 768px) {
    .mod-languages {
        margin-bottom: 10px !important;
    }

	.nav_lm {
		border: none !important;
	}

	.custom.slogan img {
		width: 100% !important;
	}

	.rev_slider_wrapper .tp-caption.terra {
		top: 20% !important;
	}

	.rev_slider_wrapper .slide-head {
		vertical-align: middle;
		height: auto;
		line-height: normal;
	}

	.rev_slider_wrapper .slide-head br {
		display: none;
	}

	.search {
		top: 24%;
	}

	.lc-header {
		top: 23%;
	}
}

@media (max-width: 991px) {
	.block-fixed > div {
		position: static !important;
	}

	.search select.jsSelect {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav_up li {
		font-size: 14px !important;
		width: 100%;
		display: inline-block;
	}
	.nav_up > li > a {
		padding: 5px 0 !important;
	}
	.nav_lm > li > a {
		font-size: 14px !important;
	}

	.blog-featured > .items-leading > div[class*="leading-"] > .readmore > a.btn, .blog > .items-leading > div[class*="leading-"] > .readmore > a.btn {
		font-size: 14px !important;
		width: 150px !important;
	}

	.slider-row {
		top: -110px !important;
	}

	.slide-main div p {
		font-size: 32px !important;
	}

	.slider-row.n-uc-0A9trAlU70SO, .slider-row.n-uc-zMdhfCGoPNqg, .slider-row.n-uc-Dd3vDUicyhTC {
		top: -110px !important;
	}

	#gallery-1 li {
		height: 150px !important;
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.rev_slider_wrapper .tp-caption.terra {
		top: 12% !important;
	}

	.search {
		top: 48%;
	}

	.lc-header {
		top: 83%;
	}

	.rev_slider_wrapper .slide-head {
		height: 93px;
		vertical-align: middle;
		line-height: 30px;
	}

	.nav_up > li {
		display: block !important;
	}

	.logo > a > .img-responsive {
		margin: 5px auto !important;
	}

	.slide {
		min-height: 100px !important;
		width: 98% !important;
	}

	.jbcascade-row > select, .jbcascade-row > .chzn-container {
		clear: both;
	}

	.jbcascade-row > .chzn-container, .jbcascade-row > select {
		width: 100% !important;
		margin: 1% 0;
	}

	.lc-header {
		width: 96%;
		left: 2%;
	}

	.lang-country {
		margin-bottom: 5px;
	}

	.moduletable_recommend-schools > .yoo-zoo > .module-items > .items > .row > .item-column {
		margin: 0 auto;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 70%;
		left: 10%;
		font-size: 16px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image a img {
		height: 80px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 16px !important;
	}

	.item-description {
		font-size: 14px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 12px;
	}

	.recommend-schools, .reviews-home, .moduletable_city > h2, .accr-zag {
		font-size: 24px;
	}

	.content-zag {
		font-size: 18px;
	}

	.content-about {
		font-size: 14px;
	}

	.su-tabs-nav {
		width: 80%;
		margin: 0 auto;
	}

	.su-tabs-nav > span {
		width: 40%;
		margin: 0 auto;
		float: left;
	}

	.lc {
		top: 80%;
		left: 20px;
		font-size: 16px;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 12px;
	}

	.lc-france > .mask > .lc-content.last, .lc-germany > .mask > .lc-content.last, .lc-japan > .mask > .lc-content.last, .lc-china > .mask > .lc-content.last, .lc-italy > .mask > .lc-content.last, .lc-portugal > .mask > .lc-content.last {
		display: block;
	}

	.lc-france, .lc-germany, .lc-japan, .lc-china, .lc-italy, .lc-portugal, .lc-spain, .lc-gb {
		width: 50%;
	}

	.lc-spain, .lc-gb {
		height: 100%;
		margin-bottom: 13%;
	}

	.custom_social {
		width: 50%;
		margin: 20px auto;
		text-align: center;
	}

	.footer-contacts {
		width: 50%;
		margin: 20px auto;
		text-align: center;
	}

	.moduletable_podpiska {
		width: 70%;
		margin: 10px auto;
	}

	.podpiska-text {
		font-size: 12px;
	}

	/*.teaser-desc-full, .tab-content, .item-tabs {
      display: none;
   }*/

	.excursions > .element-textarea > p > iframe {
		width: 100%;
	}

	.item-title-full {
		text-align: center;
		margin-top: 20px;
	}

	._anchors > .row > .col-md-2:first-child {
		padding-left: 15px !important;
	}

	._anchors > .row > .col-md-2:last-child {
		padding-right: 15px !important;
	}

	#chronoform-Booking-en, #chronoform-Booking-es, #chronoform-Booking {
		margin-left: 15px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.nav_up > li {
		display: block !important;
	}
	.logo > a > .img-responsive {
		margin: 5px auto !important;
	}

	.phone {
		padding-top: 5px;
	}

	.mobile-menu {
		margin-top: 10px;
	}

	.mod-languages {
		padding-top: 0;
		padding-bottom: 22px;
	}

	.slide {
		min-height: 100px !important;
		width: 98% !important;
	}

	.slide-main, .slide-main-orange {
		font-size: 14px !important;
		margin-bottom: 0 !important;
		line-height: 14px !important;
	}

	.slide-after-main, .slide-after-main-orange {
		font-size: 9px !important;
		margin-bottom: 0 !important;
		line-height: 10px !important;
	}

	.slide-button {
		line-height: 25px !important;
	}

	.slide-button, .send-email {
		font-size: 10px !important;
	}

	#gallery-1 li {
		height: 150px !important;
		overflow: hidden;
	}

	.search {
		top: 30%;
	}

	.lc-header {
		top: 62.5%;
        display: flex;
	}

	.jbcascade-row > select, .jbcascade-row > .chzn-container {
		clear: both;
	}

	.jbcascade-row > .chzn-container, .jbcascade-row > select {
		width: 100% !important;
		margin: 1% 0;
	}

	.jbfilter-buttons input {
		font-size: 14px !important;
		padding: 10px 40px 10px 10px !important;
		background-size: 25px !important;
	}

	.lang-country {
		margin-bottom: 5px;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 150px;
		left: 15px;
		font-size: 16px;
	}

	.view:hover > .item-wrapper-desc > .mask > .unstyled > .element-image > a > img {
		height: 60px;
	}

	.mask > .unstyled > .element.element-itemname {
		font-size: 16px;
	}

	.mask > .unstyled > .element.element-itemname > a {
		font-size: 14px;
	}

	.mask > .unstyled > .item-links > .element.element-itemlink a {
		font-size: 14px;
	}

	.item-description {
		font-size: 12px;
	}

	.recommend-schools, .reviews-home, .moduletable_city > h2, .accr-zag {
		font-size: 20px;
	}

	.content-zag {
		font-size: 16px;
	}

	.content-about {
		font-size: 14px;
		margin-top: 10px;
	}

	.comment-item-name {
		font-size: 12px;
	}

	.lc-france, .lc-germany, .lc-japan, .lc-china, .lc-italy, .lc-portugal, .lc-spain, .lc-gb {
		clear: both;
		display: block;
		width: 100%;
	}

	.lc {
		top: 80%;
		left: 20px;
		font-size: 16px;
	}

	.mask > .lc-content, .mask > .lc-author {
		font-size: 12px;
	}

	.nav_fm li {
		display: block;
		margin: 5px auto;
		font-size: 12px;
	}

	.custom_payment > .row, .custom_sendemail, .custom_social {
		text-align: center;
	}

	.social-image {
		width: 30px;
		margin: 5px 8px;
	}

	.footer-contacts {
		font-size: 12px;
		margin: 10px auto;
		width: 67%;
	}

	.copy {
		font-size: 12px;
	}

	.subtitle {
		font-size: 18px;
	}

	.subcategory-box {
		max-width: 332px;
		width: 100%;
		margin: 0 auto;
	}

	.subcategory > .subcategory-title {
		font-size: 18px;
		top: 70%;
		left: 60px;
	}

	.jbzoo-item-teaser > .row > .col-md-4 .item-image {
		height: auto !important;
		margin: 10px auto;
	}

	.jbzoo-item-teaser > .row > .col-md-4 .item-image a {
		display: block;
	}

	.moduletable_learn {
		margin-top: 0;
	}

	.moduletable_learn > .yoo-zoo > .module-items > .items > .row > .item-column > .well > .row > .col-md-4 > .item-image {
		width: 50%;
		margin: 10px auto;
	}

	.product-props-category > .unstyled > li {
		font-size: 12px;
	}

	.teaser-desc-full, .tab-content, .item-tabs {
		display: none;
	}

	.item-title-full {
		text-align: center;
		margin-top: 20px;
	}

	._anchors > .row > .col-md-2:first-child {
		padding-left: 15px !important;
	}

	._anchors > .row > .col-md-2:last-child {
		padding-right: 15px !important;
	}

	.anchor-link {
		font-size: 14px;
		padding: 10px 5px !important;
	}

	#anc-excursions {
		display: none;
	}

	h4.panel-title > a {
		font-size: 14px;
	}

	.excursions > .element-textarea > p > iframe {
		width: 100%;
	}

	.moduletable_podpiska {
		margin: 10px auto;
	}

	.podpiska-text {
		font-size: 12px;
	}

	.excursions {
		display: none;
	}

	.payment-form, .payment-form > .form-group > .chzn-container-single {
		width: 96%;
		margin: 1% auto;
	}

	.item-box .item-rating, .item-box .item-title {
		text-align: center;
	}

	.yoo-zoo.rating {
		margin-left: 0 !important;
	}

	#chronoform-Booking-en, #chronoform-Booking-es, #chronoform-Booking {
		margin-left: 0;
	}

	#error-head {
		margin-top: 50px;
	}

	#error-link {
		margin-bottom: 50px;
	}

	#chronoform-Testing-es, .gbs3 > .spanish-test > p, .gbs3 > .spanish-test > h1 {
		margin: 0 20px !important;
	}

	.learn-spanish {
		margin-top: 20px !important;
	}

	.spanish-test-button {
		margin-top: 20px;
	}
}

@media (min-width: 415px) and (max-width: 767px) {
	.subcategory > .subcategory-title {
		left: 25% !important;
	}

	.moduletable_recommend-schools > .yoo-zoo > .module-items > .items > .row > .item-column {
		width: 50%;
		float: left;
		margin: 0;
	}

	.view > .item-wrapper-desc > .item-title {
		top: 120px;
		left: 15px;
		font-size: 14px;
	}

	.su-tabs-nav {
		width: 80%;
		margin: 0 auto;
	}

	.su-tabs-nav > span {
		width: 40%;
		margin: 0 auto;
		float: left;
	}

	.lc-france, .lc-germany, .lc-japan, .lc-china, .lc-italy, .lc-portugal {
		width: 60%;
		left: 20%;
	}

	.lc-spain, .lc-gb {
		height: 100%;
	}

	.moduletable_podpiska {
		width: 70%;
		margin: 10px auto;
	}

	.subcategories .subcategory-column {
		width: 50% !important;
		float: left;
	}
}

@media (min-width: 320px) and (max-width: 375px) {
	.rev_slider_wrapper .tp-caption.terra {
		top: 18% !important;
	}


	.rating-container {
		margin: 5px auto !important;
		float: none !important;
	}
}

@media screen and (max-width: 320px) {
	.strelka {
		top: 27px !important;
		left: -1px !important;
	}

	.slide-main {
		font-size: 9px !important;
	}
	.img-mobile p {
		font-size: 20px;
	}
	.search {
		top: 33%;
	}
}

@media screen and (max-width: 360px) {
	.strelka {
		top: 35px !important;
		left: 1px !important;
	}

	.slide-main {
		font-size: 10px !important;
	}
	.lc-header {
		top: 80%;
	}
	.search {
		top: 30%;
	}
}

@media screen and (max-width: 375px) {
	.strelka {
		top: 40px !important;
		left: 3px !important;
	}

	.slide-main {
		font-size: 12px;
	}

}

@media (max-width: 415px) {
	#form_registration_fee {
		margin-left: 184px !important;
	}
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	/* 3 */
	touch-action: none;
	/* 4 */
	background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
	display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
	/* 1 */
	position: fixed;
	/* 2 */
	-webkit-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deavtivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
	/* 1 */
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1001;
	/* 2 */
	width: 270px;
	max-width: 100%;
	background: #333333;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	/* 5 */
	-ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
	margin: 20px 15px;
	color: #777777;
}
.uk-offcanvas .uk-panel-title {
	color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
	color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
	color: #ffffff;
}
.anchor ._anchors .col-md-2 {
	display: none;
}
#form-row-calc_accomodation {
	margin-bottom: 5px;
}
#fin-custom4 {
	color: #fff;
	line-height: 12px;
}

.calc .chzn-container-single .chzn-single div b {
	background: url("../images/strelka-calc.png") no-repeat center center !important;
}

.calc .gcore-radio-item .A {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.calc .gcore-radio-item .A + label {
	cursor: pointer;
	color: #fff;
}
.calc .gcore-radio-item .A:not(checked) {
	position: absolute;
	opacity: 0;
}
.calc .gcore-radio-item .A:not(checked) + label {
	position: relative;
	padding: 0 0 0 28px;
}
.calc .gcore-radio-item .A:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.calc .gcore-radio-item .A:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #888888;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
.calc .gcore-radio-item .A:checked + label:after {
	opacity: 1;
}

.calc .gcore-radio-item {
	float: left;
	margin-bottom: 5px;
}

.calc .gcore-radio-item:last-child {
	padding-left: 0px;
}

.calc .gcore-radio-item:first-child {
	margin-right: 12px;
}

#form-row-button28 {
	width: 100%;
	text-align: center;
}

#form-row-button28 .gcore-input {
	float: none;
	margin: 0 auto;
}

.sticky {
	position: fixed;
	z-index: 101;
}

.stop {
	position: relative;
	z-index: 101;
}

#chronoform-Booking .control-label.gcore-label-left, #chronoform-Booking .calculated_price, #chronoform-Booking .currency_symbol,
#chronoform-Booking-es .control-label.gcore-label-left, #chronoform-Booking-es .calculated_price, #chronoform-Booking-es .currency_symbol,
#chronoform-Booking-en .control-label.gcore-label-left, #chronoform-Booking-en .calculated_price, #chronoform-Booking-en .currency_symbol {
	color: #2e353f;
}

#chronoform-Booking-ESERP .gcore-input, #chronoform-Booking .gcore-input, #chronoform-Booking-es .gcore-input, #chronoform-Booking-en .gcore-input {
	width: 200px;
	padding: 0 !important;
}

#chronoform-Booking .gcore-input,
#chronoform-Booking-es .gcore-input,
#chronoform-Booking-en .gcore-input {
	margin-right: 10px;
}

.gbs3 .form-horizontal#chronoform-Booking-ESERP .control-label, .gbs3 .form-horizontal#chronoform-Booking .control-label,
.gbs3 .form-horizontal#chronoform-Booking-es .control-label,
.gbs3 .form-horizontal#chronoform-Booking-en .control-label {
	text-align: right !important;
	padding: 0 10px 0 0;
}

.gcore-input#fin-custom1, .gcore-input#fin-custom2 {
	width: 100%;
}

#chronoform-Booking-ESERP .gcore-input .gcore-label-checkbox, #chronoform-Booking .gcore-input .gcore-label-checkbox,
#chronoform-Booking-es .gcore-input .gcore-label-checkbox,
#chronoform-Booking-en .gcore-input .gcore-label-checkbox {
	padding-left: 27px !important;
	margin-right: 0 !important;
}

#chronoform-Booking #calc_registration_fee,
#chronoform-Booking-es #calc_registration_fee,
#chronoform-Booking-en #calc_registration_fee {
	float: left;
}

#chronoform-Booking .currency_symbol,
#chronoform-Booking-es .currency_symbol,
#chronoform-Booking-en .currency_symbol {
	margin-left: 5px;
}

#chronoform-Booking #registration_fee_lbl, #chronoform-Booking #calc_registration_fee,
#chronoform-Booking-es #registration_fee_lbl, #chronoform-Booking-es #calc_registration_fee,
#chronoform-Booking-en #registration_fee_lbl, #chronoform-Booking-en #calc_registration_fee,
#chronoform-Booking #registration_fee_lbl, #chronoform-Booking #form_registration_fee,
#chronoform-Booking-es #registration_fee_lbl, #chronoform-Booking-es #form_registration_fee,
#chronoform-Booking-en #registration_fee_lbl, #chronoform-Booking-en #form_registration_fee  {
	max-width: none;
	margin: 10px 0;
}

#chronoform-Booking #curr_calc_registration_fee,
#chronoform-Booking-es #curr_calc_registration_fee,
#chronoform-Booking-en #curr_calc_registration_fee {
	margin-bottom: 10px;
	margin-top: 10px;
}

#chronoform-Booking #form-row-textarea21 label, #chronoform-Booking #fitem11 label,
#chronoform-Booking-es #form-row-textarea21 label, #chronoform-Booking-es #fitem11 label,
#chronoform-Booking-en #form-row-textarea21 label, #chronoform-Booking-en #fitem11 label {
	text-align: left !important;
}

#chronoform-Booking #calc_discount_lbl, #chronoform-Booking #fitem11 label,
#chronoform-Booking-es #calc_discount_lbl, #chronoform-Booking-es #fitem11 label,
#chronoform-Booking-en #calc_discount_lbl, #chronoform-Booking-en #fitem11 label {
	max-width: none;
}

#chronoform-Booking #calc_price_a, #chronoform-Booking #calc_discount, #chronoform-Booking #calc_total,
#chronoform-Booking-es #calc_price_a, #chronoform-Booking-es #calc_discount, #chronoform-Booking-es #calc_total,
#chronoform-Booking-en #calc_price_a, #chronoform-Booking-en #calc_discount, #chronoform-Booking-en #calc_total {
	padding-right: 0;
}

#chronoform-Booking #fitem11 label,
#chronoform-Booking-es #fitem11 label,
#chronoform-Booking-en #fitem11 label {
	padding-left: 0 !important;
}

#chronoform-Booking #fin-checkbox50,
#chronoform-Booking-es #fin-checkbox50,
#chronoform-Booking-en #fin-checkbox50 {
	width: 100%;
}

#chronoform-Booking .chzn-container, #chronoform-Booking-ESERP .chzn-container, #chronoform-Booking select, #chronoform-Booking-ESERP select,
#chronoform-Booking-es .chzn-container, #chronoform-Booking-es select,
#chronoform-Booking-en .chzn-container, #chronoform-Booking-en select {
	max-width: 200px;
}

@media (max-width: 415px) {
	.gbs3 .form-horizontal#chronoform-Booking-ESERP .control-label, .gbs3 .form-horizontal#chronoform-Booking .control-label,
	.gbs3 .form-horizontal#chronoform-Booking-es .control-label,
	.gbs3 .form-horizontal#chronoform-Booking-en .control-label {
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-height: 768px) {
	.lc-header {
		/*top: 85%;*/
	}
}

.rev_slider_wrapper, .container-fluid.header-main {
	/*min-height: 800px;*/
}

.search .row.jbfilter-bootstrap > div, .search > div, .search .row.jbfilter-bootstrap .col-md-9, .search .row.jbfilter-bootstrap .col-md-9, .search .row.jbfilter-bootstrap .col-md-3 {
	padding: 0 !important;
}

.item-related > .element-text.first {
	display: none;
}

.jbzoo .subcategory-column {
	margin-bottom: 0;
}

.jbzoo-view-frontpage .thumbnail {
	width: auto !important;
	height: 82px !important;
}

.jbzoo-view-frontpage .subcategory-title {
	margin-top: 31px !important;
}

.jbzoo-view-frontpage .subcategory-title, .jbzoo-view-frontpage .subcategory-title a {
	color: #2e353f;
	font-size: 21px;
	text-align: left;
	float: left;
	text-shadow: none;
	position: static;
	padding-right: 10px;
}

.jbzoo-view-frontpage .subcategory-title a:hover {
	color: #2e353f;
	text-decoration: underline;
}

.jbzoo-view-frontpage .subcategory-image {
	float: left;
}

.jbzoo-item-teaser .row:last-child {
	margin-bottom: 15px !important;
}

#form-row-textarea21 label {
	margin-top: 10px;
	font-weight: normal;
	font-family: "Lato Regular";
}

#chronoform-Booking {
	position: relative;
}

#registration_fee_lbl {
	position: absolute;
	margin-left: 83px !important;
	left: 0;
}

#chronoform-Booking #registration_fee_lbl {
	margin-left: 15px !important;
}

#fitem-calc_extra_night_select {
	margin-left: 160px;
}

.row.search {
    z-index:2;
	/*visibility: hidden;*/
}

.moduletable_reviews {
	height: 250px;
}

.ihide_rows li, .ihide_rows2 li {
	display: none;
}

.ihide_rows li:nth-child(1), .ihide_rows li:nth-child(2), .ihide_rows li:nth-child(3), .ihide_rows li:nth-child(4) {
	display: block;
}

.ihide_rows2 li:nth-child(1), .ihide_rows2 li:nth-child(2) {
	display: block;
}

.row .block-fixed .sticky {
	right: 34px;
}

#n2-ss-2-arrow-next img, #n2-ss-2-arrow-previous img, #n2-ss-3-arrow-next img, #n2-ss-3-arrow-previous img {
	display: none !important;
}

#n2-ss-2-arrow-next, #n2-ss-3-arrow-next {
	background: url('/images/slider/arrow-right.png');
	width: 43px !important;
	height: 111px !important;
}

#n2-ss-2-arrow-previous, #n2-ss-3-arrow-previous {
	background: url('/images/slider/arrow-left.png');
	width: 43px !important;
	height: 111px !important;
}

.n2-ss-layers-container {
	margin: 0 auto !important;
}

.slider-row {
	width: 100% !important;
}

.menu.transition.slide {
	margin: 0 0 0 -1px !important;
	width: 100% !important;
	background: #fff !important;
	max-width: 100% !important;
	position: absolute !important;
}

.topmenu {
    margin-top: 10px;
    font-weight: bolder;
}

.mod-languages {
    margin-bottom: 30px;
}

.logo {
    margin-top: 5px;
}