/*****
START
VIATO WIDGETS
*****/

.txt .cke_inner,
.txt .cke_wysiwyg_frame,
.txt .cke_wysiwyg_div {
	background-color: rgba(0,0,0,0);
}

.viato_widget img {
	height: auto !important;
	max-width: 100% !important;
}

.fi_img {
	float: left;
	padding-right: 35px;
}

.fi_img[style="float: left;"] {
	padding-right: 35px;
}

.fi_img[style="float: right;"] {
	padding-right: 0;
	padding-left: 35px;
}

.fi_cont,
.fi_cont_editable {
	display: inline;
}

.fi_clear {
	clear: both;
}

.twocol_container {
	display: flex;
	justify-content: space-between;
}

.twocol_container .fi_cont {
	flex-grow: 0;
	box-sizing: border-box;
	width: 49.5%;

	flex-Shrink: 0;
}

.threecol_container {
	display: flex;
	justify-content: space-between;
}

.threecol_container .fi_cont {
	flex-grow: 0;
	box-sizing: border-box;
	width: 32.75%;

	flex-Shrink: 0;
}

.twofluid_container .fi_cont {
	display: block;

	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 35px;
	   -moz-column-gap: 35px;
	        column-gap: 35px;
	-webkit-column-width: 260px;
	   -moz-column-width: 260px;
	        column-width: 260px;
}

.tb_container .tb_title {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(0,0,0,.09);
	cursor: pointer;
}

.tb_container .tb_title .tb_title_editable {
	position: relative;
	margin: 0 12px;
}

.tb_container .tb_title .tb_title_editable::after {
	position: absolute;
	top: 0;
	right: -57px;
	bottom: 0;
	display: flex;
	align-items: center;
	color: rgba(0,0,0,.19);
	content: "\f078";
	font-family: FontAwesome;
	font-size: 14px;
	transition: transform .4s ease-in-out;
}

.tb_container.active .tb_title .tb_title_editable::after {
	transform: rotate(-180deg);
}

.tb_container .tb_desc {
	display: none;
	padding: 4px 25px 22px;
	background-color: rgba(0,0,0,.02);
}

.fullwidth .fw-editable {
	margin: 0 auto;
}

.bootstrap-tabs .nav-tabs {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	margin-left: 1px;;

	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
	-webkit-padding-start: 0;
}

.bootstrap-tabs .nav-tabs .tab-li {
	padding: 5px 7px;
	margin-left: -1px;
	text-align: center;
	list-style: none;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	border-bottom: 0;
	cursor: pointer;
}

.bootstrap-tabs .nav-tabs .tab-li.active {
	padding: 3px 7px;
	margin-bottom: -1px;
	background-color: #eeeeee;
	border-bottom: 0;
}

.bootstrap-tabs .nav-tabs .tab-li .tab-link {
	display: block;
	padding: 0 10px;
}

.bootstrap-tabs .nav-tabs .tab-li .tab-link p {
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
}

.bootstrap-tabs .nav-tabs .tab-li.active .tab-link {
	padding: 8px 10px;
}

.bootstrap-tabs .tab-content .tab-pane {
	display: none;
}

.bootstrap-tabs .tab-content .tab-pane.active {
	display: block;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

.bootstrap-tabs .tab-content .tab-pane .tab-pane-content {
	padding: 10px 15px;
	margin: 6px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.bootstrap-tabs .nav-tabs .tab-li.disabled,
.bootstrap-tabs .tab-content .tab-pane.disabled {
	display: none !important;
	visibility: hidden !important;
}

.btbutton {
	display: inline-block;
}

.btn-clear {
	display: none;
	clear: both;
}

.btbutton .btbutton-text {
	padding: 16px 0;
}

.btbutton .viato_widget {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background-color: #eeeeee;
}

.btbutton.btn-dark .viato_widget {
	background-color: #484848;
}

.btbutton .icon-before,
.btbutton .icon-after {
	padding: 7px;
	color: #4a4a4a;
}

.btbutton.btn-dark .icon-before,
.btbutton.btn-dark .icon-after {
	color: #ffffff;
}

.btbutton .btbutton-text {
	color: #4a4a4a;
}

.btbutton.btn-dark .btbutton-text {
	color: #ffffff;
}

.gal-btn {
	display: inline-block;
	padding: 16px 22px;
	color: #ffffff;
	background-color: #484848;
	cursor: pointer;
}

.fluidimg_container.break-view > .viato_widget_editable > .fi_img {
	float: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.twocol_container.break-view {
	display: block !important;
}

.twocol_container.break-view > .column1,
.twocol_container.break-view > .column2 {
	display: block !important;
	width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.twocol_container.break-view > .column2 {
	padding-top: 27px !important;
}

.threecol_container.break-view {
	display: block !important;
}

.threecol_container.break-view > .column1,
.threecol_container.break-view > .column2,
.threecol_container.break-view > .column3 {
	display: block !important;
	width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.twocol_container.break-view > .column2 {
	padding-top: 27px !important;
	padding-bottom: 27px !important;
}

.bootstrap-tabs.break-view > .nav-tabs {
	position: relative;
	display: block;
	width: 100%;
}

.bootstrap-tabs.break-view > .nav-tabs::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	color: #822a3a;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 24px;
	background-color: #fff8dc;
	cursor: pointer;
}

.bootstrap-tabs.break-view > .nav-tabs > .tab-li {
	display: none;
}

.bootstrap-tabs.break-view > .nav-tabs > .tab-li.active {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin-bottom: 0 !important;
}

.bootstrap-tabs.break-view.show-all-tabs > .nav-tabs > .tab-li {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 0 !important;
}

.cw-plugin.break-view > .viato_widget_editable {
	padding: 25px !important;
}

/*****
END
VIATO WIDGETS
*****/


/*****
START
CA REVIEWS
*****/

.ca_satisfaction {
	text-align: center;
}

.ca_satisfaction .ca_overallRating {
	font-size: 36px;
	font-weight: bold;
}

.ca_satisfaction .ca_count {
	font-size: 11px;
}

.ca_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}

.ca_main h4 {
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 20px;
}

.ca_main .ca_category {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 49.3%;
	height: 48px;
	padding: 0 25px;
	margin-bottom: 15px;
	color: #ffffff;
	background-color: #383536;
}

.ca_main .ca_category .ca_rating {
	padding-left: 8px;
}

.ca_main .ca_category .ca_rating .ca_rating_average {
	font-weight: bold;
}

.ca_portal {
	display: flex;
	flex-wrap: wrap;
}

.ca_portal h4 {
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
	margin-top: 35px;
}

.ca_portal .ca_portal_category {
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 20%;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0);
	transition: border .25s ease-in-out;
}

.ca_portal .ca_portal_category:hover {
	border: 1px solid #efefef;
}

.ca_portal .ca_portal_category .ca_rating_circle {
	float: none;
	margin: 0 auto;
}

.ca_portal .ca_portal_category .ca_portal_name {
	text-align: center;
}

.ca_reviews_h {
	padding-bottom: 20px;
	margin-top: 55px;
}

.ca_reviews .ca_review_internal {
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.ca_reviews .ca_review_internal .ca_rating_circle {
	flex-grow: 0;
	flex-shrink: 0;
	float: none;
	width: 80px;
	padding: 0;
	margin: 0;
}

.ca_reviews .ca_review_internal .right {
	padding-left: 15px;
}

.ca_reviews .ca_review_internal .right .ca_head {
	display: flex;
	padding-bottom: 7px;
	color: rgb(156, 156, 156);
	font-size: 13px;
	transition: color .2s ease-in-out;
}

.ca_reviews .ca_review_internal .right:hover > .ca_head {
	color: #9c0f30;
}

.ca_reviews .ca_review_internal .right .ca_comment {
	line-height: 27px;
	cursor: pointer;
}

.ca_reviews .ca_review_internal .right .ca_subs {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;;
}

.ca_reviews .ca_review_internal .right .ca_subs.active {
	display: flex;
}

.ca_reviews .ca_review_internal .right .ca_subs .ca_hotelcomment {
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
}

.ca_reviews .ca_review_internal .right .ca_subs .ca_category {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 49.3%;
	padding: 15px 25px;
	margin-bottom: 15px;
	background-color: #efefef;
}

.ca_reviews .ca_review_internal .right .ca_subs .ca_category .ca_category_name {
	color: #9c0f30;
}

.ca_reviews .ca_review_internal .right .ca_subs .ca_category .ca_rating {
	padding-left: 8px;
}

.ca_reviews .ca_review_internal .right .ca_subs .ca_category .ca_sub_comment {
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
}

.pagination-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-container .previous_link,
.pagination-container .next_link {
	padding: 0 20px;
	font-size: 20px;
}

.pagination-container .page_link {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	line-height: 30px;
	text-align: center;
	background-color: #efefef;
	border-radius: 100%;
}

.pagination-container .page_link.active_page {
	color: #ffffff;
	background-color: #9c0f30;
}

@media(max-width: 900px) {
	.ca_reviews .ca_review_internal .right .ca_subs .ca_category {
		width: 100%;
	}

	.ca_portal .ca_portal_category {
		width: 25%;
	}
}

@media(max-width: 660px) {
	.ca_main .ca_category {
		width: 100%;
	}
}

@media(max-width: 570px) {
	.ca_portal .ca_portal_category {
		width: 33.333%;
	}

	.ca_reviews .ca_review_internal .ca_rating_circle {
		display: none;
	}

	.ca_reviews .ca_review_internal .right {
		padding-left: 0;
	}
}

@media(max-width: 470px) {
	.ca_portal .ca_portal_category {
		width: 50%;
	}
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
	border: .08em solid #e0e0e0;
}

.ca_widget {
	display: block;
	width: 167px;
}

.ca_widget .caw_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 7px;
	color: #ffffff;
	background-color: #9c0f30;
}

.ca_widget .caw_header .cawh_left {
	font-size: 12px;
	font-weight: 700;
}

.ca_widget .caw_cont {
	padding: 12px 10px;
	background-color: #ffffff;
	border-bottom: 4px solid #e0e0e0;
}

.ca_widget .caw_cont .caw_mark {
	color: #7a7a7a;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ca_widget .caw_cont .caw_percent {
	color: #313131;
	font-size: 38px;
}

.ca_widget .caw_cont .caw_amount_ratings {
	color: #313131;
	font-size: 11px;
	font-weight: 700;
}

.ca_widget .caw_cont .caw_amount_portals {
	color: #7a7a7a;
	font-size: 11px;
	font-style: italic;
}

.ca_widget .caw_cont .caw_more {
	display: block;
	padding-top: 3px;
	color: #8d112d;
	font-size: 11px;
	text-decoration: underline;
}

.caWidgetContainer {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 115px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #c09a5e;
	border-radius: 4px;
}

.caWidgetContainer .fa-commenting {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 25px;
	color: #ffffff;
	font-size: 13px;
	background-color: #c09a5e;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.caWidgetContainer .cont .mark {
	padding-top: 15px;
	font-size: 15px;
}

.caWidgetContainer .cont .percentage {
	font-size: 32px;
}

.caWidgetContainer .cont .amount {
	padding-top: 6px;
	padding-bottom: 15px;
	color: #bdc3c7;
	font-size: 11px;
	line-height: 16px;
}

.caWidgetContainer .cont .more {
	display: block;
	padding-bottom: 15px;
	font-size: 13px;
	text-decoration: underline;
}

/*****
END
CA REVIEWS
*****/


/*****
START
COOKIE NOTICE
*****/

#cookie-bar {
	height: auto;
	padding: 8px 0;
	color: #7d7d7d;
	line-height: 30px;
	text-align: center;
	background: #fafafa;
	border-top: 1px solid #e9e9e9;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#cookie-bar.fixed.bottom {
	top: auto;
	bottom: 0;
}

#cookie-bar p {
	padding: 0;
	margin: 0;
}

#cookie-bar a {
	display: inline-block;
	padding: 0 9px;
	margin-left: 11px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
}

#cookie-bar .cb-enable {
	background: #007700;
}

#cookie-bar .cb-enable:hover {
	background: #009900;
}

#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #555555;
}

#cookie-bar .cb-policy:hover {
	background: #0055dd;
}

/*****
END
COOKIE NOTICE
*****/


/*****
START
QUICKLOGIN
*****/

.login {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
	z-index: 9999;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: .7em;
	line-height: 1.15em;
	text-align: center;
	background: #28b62c;
}

.login {
	color: #fefefe;
	text-decoration: none !important;
}

.login:hover {
	color: #28b62c;
	background: #fefefe;
}

.login .fa {
	font-size: 2em;
}

/*****
END
QUICKLOGIN
*****/


/*****
START
LIVE EDIT
*****/

#content-editable {
	outline-color: rgba(255, 255, 255, 0);
	transition: background-color .25s ease-in-out, outline-color .25s ease-in-out, outline-offset .25s ease-in-out;
}

#content-editable:hover {
	background-color: rgba(0, 0, 0, .03);
	outline: 1px dashed #158cba;
	outline-offset: 6px;
}

#content-editable:hover > #edit-now,
#content-editable:hover > #stop-edit {
	display: flex;
}

#edit-now {
	position: absolute;
	z-index: 9999;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #158cba;
	font-size: 15px;
	background-color: rgba(250, 250, 250, 1);
	border: 1px solid rgba(215, 215, 215, 1);
	border-radius: 3px;
	cursor: pointer;
	transition: all .25s ease-in-out;
}

#stop-edit {
	position: absolute;
	z-index: 9999;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-top: 6px;
	color: rgba(255, 10, 10, 1);
	font-size: 15px;
	background-color: rgba(250, 250, 250, 1);
	border: 1px solid rgba(215, 215, 215, 1);
	border-radius: 3px;
	cursor: pointer;
	transition: all .25s ease-in-out;
}

#edit-now:hover {
	color: #ffffff;
	background-color: #158cba;
	border: 1px solid #158cba;
}

.submitnow {
	display: inline-block;
	padding: 15px 27px 13px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #28b62c;
	border-color: #23a127;
	border-width: 0 1px 4px;
	border-radius: 4px;
	cursor: pointer;
}

.live_edit_save {
	position: fixed;
	right: 130px;
	bottom: 6px;
	z-index: 999999;
}

.post_notification {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, .7);
}

.post_notification .pn_inner {
	position: fixed;
	top: 300px;
	left: 50%;
	z-index: 999999;
	width: 500px;
	padding: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-left: -250px;
	background-color: #ffffff;
	border-radius: 5px;
}

.post_notification h3 {
	margin-top: 0;
}

.note_checkbox {
	display: flex;
	align-items: center;
	height: 50px;
	margin-top: 30px;
	color: #a0a0a0 !important;
	font-size: 12px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.note_checkbox input {
	display: block !important;
	padding-right: 10px !important;
}

#live-edit-success-ok {
	float: right;
	width: 110px;
	padding: 9px 0;
	margin-top: 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #5fc1e8;
	border-radius: 3px;
	cursor: pointer;
}

#live-edit-success-ok:hover {
	background-color: #75caeb;
}

/*****
END
LIVE EDIT
*****/


/*****
START
POPUP
*****/

.form-error {
	color: red;
}

.popup__check {
	display: none;
}

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	background-color: rgba(241, 239, 233, .41);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease-in-out;
}

.popup__check:checked + .popup {
	opacity: 1;
	visibility: visible;
}

.popup .bg-close {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000001;
}

.popup .inner {
	position: relative;
	top: 10%;
	left: 50%;
	z-index: 1000002;
	width: 660px;
	height: 440px;
	margin-left: -330px;
	overflow: hidden;
	background-color: transparent;
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 20px 7px rgba(0, 0, 0, .25);
	border-radius: 0;
	transition: top .5s ease-in-out;
}

.popup_seo_version .inner {
	top: 4%;
	width: 900px;
	height: 700px;
	margin-left: -450px;
}

.popup_seo_version .inner {
	top: 4%;
	width: 900px;
	height: 700px;
	margin-left: -450px;
}

.popup__check:checked + .popup .inner {
	top: 22%;
}

.popup__check:checked + .popup_seo_version .inner {
	top: 8%;
}

.popup .inner .close {
	position: absolute;
	top: -55px;
	right: -55px;
	z-index: 1000004;
	width: 100px;
	height: 100px;
	background-color: #822a3a;
	transform: rotate(-45deg);
}

.popup .inner .close-label {
	position: absolute;
	top: -55px;
	right: -55px;
	z-index: 1000005;
	width: 100px;
	height: 100px;
	transform: rotate(-45deg);
	cursor: pointer;
}

.popup .inner .close-icon {
	margin-top: 49px;
	margin-left: 9px;
}

.popup .inner .close-icon .strp-1 {
	width: 16px;
	height: 2px;
	background-color: #ffffff;
}

.popup .inner .close-icon .strp-2 {
	width: 2px;
	height: 16px;
	margin-top: -9px;
	margin-left: 7px;
	background-color: #ffffff;
}

.popup .inner .cont {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000003;
	box-sizing: border-box;
	padding: 26px 36px;
	overflow: auto;
	background-color: rgba(255,248,220,.85);
}

.popup .inner .cont .header {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #822a3a;
}

.popup .inner .cont .header h1,
.popup .inner .cont .header h2 {
	color: #822a3a;
	font-family: "Clicker Script", serif;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 0;
}

/*****
END
POPUP
*****/


/*****
START
FLAG ICONS
*****/

.flag-icon-background {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

.flag-icon-de {
	background-image: url(/cms/img/flags/4x3/de.svg);
}

.flag-icon-en {
	background-image: url(/cms/img/flags/4x3/gb.svg);
}

.flag-icon-fr {
	background-image: url(/cms/img/flags/4x3/fr.svg);
}

.flag-icon-es {
	background-image: url(/cms/img/flags/4x3/es.svg);
}

.flag-icon-it {
	background-image: url(/cms/img/flags/4x3/it.svg);
}

.flag-icon-ru {
	background-image: url(/cms/img/flags/4x3/ru.svg);
}

/*****
END
FLAG ICONS
*****/


/*****
START
RICH SNIPPETS
*****/

.seo-rich-snippet {
	padding-top: 70px;
}

.rich-snippet-flex {
	display: flex;
	align-items: flex-start;
}

.rich-snippet-flex img {
	flex-grow: 0;
	flex-shrink: 0;
	width: 70%;
}

.rich-snippet-flex .ca_widget {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 20px;
	text-decoration: none;
}

/*****
END
RICH SNIPPETS
*****/


/* Pricewidget */
.controlls-right {
	position: absolute;
	top: 188px;
	right: 20px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
}

.controlls-right .pw-trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 50px;
	color: #ffffff;
	font-size: 17px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	background-color: #daba62;
	cursor: pointer;
	transition: color .25s ease-in-out, width .55s ease-in-out, height .55s ease-in-out;
}

.controlls-right .pw-trigger:hover {
	color: rgba(255,255,255,0);
}

.controlls-right .pw-trigger::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0);
	content: "\f104";
	font-family: FontAwesome;
	transition: color .25s ease-in-out;
}

.controlls-right .pw-trigger:hover::after {
	color: rgba(255,255,255,1);
}

.controlls-right.active .pw-trigger {
	width: 42px;
	height: 44px;
	color: rgba(255,255,255,0);
}

.controlls-right.active .pw-trigger::after {
	color: rgba(255,255,255,1);
	content: "\f105";
}

.controlls-right .price-widget {
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: auto;
	transition: width .55s ease-in-out;
	/*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);*/
}

.controlls-right.active .price-widget {
	width: 241px;
}

.controlls-right .price-widget .fixed-width {
	width: 241px;
}

.controlls-right .price-widget .date-select {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 44px;
	padding-left: 76px;
	color: #ffffff;
	background-color: #daba62;
}

.controlls-right .price-widget .date-select label {
	padding-right: 12px;
	font-size: 12px;
	cursor: pointer;
	transition: opacity .2s linear;
}

body:not(.mobile) .controlls-right .price-widget .date-select:hover > label {
	opacity: .6;
}

.controlls-right .price-widget .date-select input {
	width: 80px;
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	background-color: #daba62;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: opacity .2s linear;
}

body:not(.mobile) .controlls-right .price-widget .date-select:hover > input {
	opacity: .6;
}

.controlls-right .price-widget .channels {
	display: none;
	padding: 12px 21px;
	color: #4a4a4a;
	font-size: 14px;
	background-color: #ffffff;
}

.controlls-right .price-widget .channels .channel {
	display: flex;
	justify-content: space-between;
	padding: 3px 0;
}

.controlls-right .price-widget .channels .channel .price,
.controlls-right .price-widget .our-price .us .price {
	position: relative;
	color: #4a4a4a;
}

.controlls-right .price-widget .our-price {
	padding: 12px 21px;
	color: #4a4a4a;
	background-color: #f5f5f5;
}

.controlls-right .price-widget .our-price .us {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 700;
}

.controlls-right .price-widget .our-price .price-details {
	display: none;
	color: rgb(147, 147, 147);
	font-size: 10px;
	line-height: 15px;
	white-space: normal;
}

.controlls-right .price-widget .bonus {
	display: none;
	padding: 12px 21px;
	color: #4a4a4a;
	background-color: #f4f4f4;
}

.controlls-right .price-widget .bonus .headline {
	padding-bottom: 5px;
	font-size: 14px;
}

.controlls-right .price-widget .bonus .cont {
	padding-bottom: 5px;
	line-height: 18px;
}

.controlls-right .price-widget .bonus .cont ul {
	list-style: none;
}

.controlls-right .price-widget .bonus .cont ul li {
	position: relative;
	padding-left: 20px;
	line-height: 23px;
}

.controlls-right .price-widget .bonus .cont ul li::after {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 4px;
	height: 4px;
	content: "";
	background-color: #4a4a4a;
	border-radius: 100%;
}

.controlls-right .price-widget .services-btn {
	display: block;
	padding: 14px 0 14px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	background-color: #daba62;
}

.controlls-right .price-widget .services-btn span {
	display: block;
	margin-top: -5px;
	color: #4a4a4a;
	font-size: 10px;
	font-weight: normal;
}

.controlls-right .price-widget .services-btn span.show {
	margin-top: 7px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	transition: opacity .2s ease-in-out;
}

.controlls-right .price-widget .services-btn span.show:hover {
	opacity: .6;
}

.controlls-right .price-widget .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 53px;
	padding: 0 21px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #daba62;
}

.controlls-right .price-widget .btn i {
	width: 0;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	opacity: 0;
	transition: width .6s cubic-bezier(.19, .95, .45, 1.56), opacity .2s ease-in-out;
}

body:not(.mobile) .controlls-right .price-widget .btn:hover > i {
	width: 30px;
	opacity: 1;
}

.controlls-right .price-widget .loader {
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0, 0, 0, .45);
	border-right: 2px solid rgba(0, 0, 0, 0);
	border-bottom: 2px solid rgba(0, 0, 0, .45);
	border-left: 2px solid rgba(0, 0, 0, .45);
	border-radius: 100%;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: pwloading;
	animation-timing-function: linear;
}

@keyframes pwloading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*****
START
FORM COLS
*****/

@media(min-width: 750px) {
	.column-form {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.column-form .form-col {
		flex-grow: 0;
		flex-shrink: 0;
		box-sizing: border-box;
		width: 50%;
		padding-right: 40px;
	}

	.column-form .form-col .block {
		width: 100%;
	}

	.column-form .form-col .block select,
	.column-form .form-col .block input[type="text"],
	.column-form .form-col .block input[type="email"],
	.column-form .form-col .block input[type="number"],
	.column-form .form-col .block input[type="tel"] {
		width: 100%;
	}
}

/*****
END
FORM COLS
*****/
