@charset "utf-8";

body {
	background: #f6f6f6;
	font: normal 400 15px/1.8em Oxygen;
	color: #333;
	font-smooth: never;
	-webkit-font-smoothing: antialiased;
}

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

address {
	font-style: normal;
}

.google-map img {
	max-width: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-text {
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

hr {
	border-top: 1px solid #e6e6e6;
}

table {
	text-align: left;
	border: 1px solid #ccc;
}

th,
td {
	padding: 5px;
	border: 1px solid #ccc;
}

.at-table--full-width {
	width: 100% !important;
}

.at-table--without-border {
	border: none;
}

.at-table--without-border td,
.at-table--without-border th {
	border: none;
}

.layout-content {
	overflow: hidden;
}

.section-white {
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
	background-color: #fff;
}

.section-white-box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.section-title {
	margin-bottom: 0 !important;
	padding-top: 25px !important;
}

.block-after-indent {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.block-after-indent {
		margin-bottom: 30px;
	}
}

.block-after-indent:last-child {
	margin-bottom: 0;
}

.product-categories+.atgrid,
.product-categories+.atlist,
.product-categories+.atgrid-sorting {
	margin-top: 40px;
}

@media (max-width: 767px) {

	.product-categories+.atgrid,
	.product-categories+.atlist,
	.product-categories+.atgrid-sorting {
		margin-top: 30px;
	}
}

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

html.swipebox-html #swipebox-overlay {
	direction: ltr;
}

@media (max-width: 767px) {
	.adv-table-responsive {
		display: block;
	}

	.adv-table-responsive thead,
	.adv-table-responsive tbody,
	.adv-table-responsive tfoot,
	.adv-table-responsive tr,
	.adv-table-responsive td,
	.adv-table-responsive th {
		display: block;
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.alignleft {
	float: left !important;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right !important;
	margin: 10px 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 10px auto !important;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	height: auto;
	width: auto;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
figcaption.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px 4px;
	text-align: center;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.margin-top {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.margin-top {
		margin-top: 30px;
	}
}

.margin-top-large {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.margin-top-large {
		margin-top: 40px;
	}
}

.margin-right {
	margin-right: 50px;
}

@media (max-width: 767px) {
	.margin-right {
		margin-right: 30px;
	}
}

.margin-bottom {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.margin-bottom {
		margin-bottom: 30px;
	}
}

.margin-bottom-large {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.margin-bottom-large {
		margin-bottom: 40px;
	}
}

.margin-left {
	margin-left: 50px;
}

@media (max-width: 767px) {
	.margin-left {
		margin-left: 30px;
	}
}

.margin-all {
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 50px;
}

@media (max-width: 767px) {
	.margin-all {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.margin-all {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.margin-all {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.margin-all {
		margin-left: 30px;
	}
}

.padding-top {
	padding-top: 40px;
}

@media (max-width: 767px) {
	.padding-top {
		padding-top: 30px;
	}
}

.padding-top-large {
	padding-top: 60px;
}

@media (max-width: 767px) {
	.padding-top-large {
		padding-top: 40px;
	}
}

.padding-right {
	padding-right: 50px;
}

@media (max-width: 767px) {
	.padding-right {
		padding-right: 30px;
	}
}

.padding-bottom {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.padding-bottom {
		padding-bottom: 30px;
	}
}

.padding-bottom-large {
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.padding-bottom-large {
		padding-bottom: 40px;
	}
}

.padding-left {
	padding-left: 50px;
}

@media (max-width: 767px) {
	.padding-left {
		padding-left: 30px;
	}
}

.padding-all {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.padding-all {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.padding-all {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.padding-all {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.padding-all {
		padding-left: 30px;
	}
}

.stick-to-top {
	margin-top: -40px;
}

@media (max-width: 767px) {
	.stick-to-top {
		margin-top: -30px;
	}
}

.stick-to-bottom {
	margin-bottom: -40px;
}

@media (max-width: 767px) {
	.stick-to-bottom {
		margin-bottom: -30px;
	}
}

.header {
	color: #fff;
	background: #334960;
}

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

.header__info:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.1;
}

.header__info__items-left {
	float: left;
}

.header__info__items-right {
	float: right;
}

.header__info__item {
	display: inline-block;
	margin: 5px 0;
	padding-left: 1px;
	font-size: 0.933em;
	line-height: 35px;
}

.header__info__item--delimiter {
	position: relative;
}

.header__info__item--delimiter+.header__info__item--delimiter {
	padding-left: 20px;
}

.header__info__item--delimiter+.header__info__item--delimiter:before {
	content: " ";
	display: block;
	width: 1px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #fff;
	opacity: 0.1;
}

.header__info__item+.header__info__item {
	margin-left: 20px;
}

.header__info__item--phone {
	opacity: 0.5;
}

.header__info__item--phone i {
	margin-right: 8px;
}

.header__info__item--clock {
	opacity: 0.5;
}

.header__info__item--clock i {
	margin-right: 8px;
}

.header__info__item--social-icons a {
	margin-right: 15px;
}

.header__info__item--social-icons a:last-child {
	margin-right: 0;
}

.header__info__item--shoping-cart a.header__info__item__account-icon {
	margin-right: 15px;
}

.header__info__item--shoping-cart a.header__info__item__account-icon:last-child {
	margin-right: 0;
}

.header__info__item--shoping-cart i {
	margin-right: 5px;
}

.header__info__item a {
	padding-left: 1px;
	color: #fff;
	opacity: 0.5;
}

.header__info__item a:hover {
	color: #fff;
	opacity: 1;
}

.header__info__item a:focus,
.header__info__item a:active {
	color: #fff;
	opacity: 0.5;
}

.header__content {
	min-height: 95px;
	line-height: 95px;
	position: relative;
}

.header-wrap {
	min-height: 95px;
}

.header-wrap__backlog {
	display: none;
}

.header-wrap--sticky-header .header-wrap__backlog {
	display: block;
}

.header-wrap--sticky-header .header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header-wrap--sticky-header .header__info {
	display: none;
}

.header-wrap--sticky-header .header__content {
	min-height: 0;
	line-height: 95px;
}

.admin-bar .header-wrap--sticky-header .header {
	top: 32px;
}

@media (max-width: 767px) {
	.header__content {
		text-align: center;
	}

	.header__info__items-left,
	.header__info__items-right {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .header-wrap--sticky-header .header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.header-wrap--sticky-header .header {
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		z-index: auto;
	}

	.header-wrap--sticky-header .header__info {
		display: block;
	}

	.header-wrap--sticky-header .header-wrap__backlog {
		display: none;
	}
}

.footer {
	background: #334960;
	color: #959da7;
}

.footer__bottom {
	padding: 10px 0;
	position: relative;
	font-size: 0.867em;
}

.footer__bottom:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #959da7;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
}

.footer__arrow-top {
	width: 50px;
	height: 50px;
	line-height: 45px;
	background: #334960;
	position: absolute;
	top: -25px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	border-radius: 100%;
}

.footer__arrow-top:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #959da7;
	border-radius: 100%;
	opacity: 0.3;
}

.footer__arrow-top a {
	display: block;
	width: 100%;
	height: 100%;
	color: #959da7;
	font-size: 1.286em;
	border-bottom: none !important;
	opacity: 0.3;
	position: relative;
}

.footer__arrow-top a i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer__arrow-top a:hover {
	color: #fff;
	opacity: 1;
}

.footer__arrow-top a:focus,
.footer__arrow-top a:active {
	color: #959da7;
}

.footer__copyright a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px dashed transparent;
}

.footer__copyright a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.footer__copyright a:focus,
.footer__copyright a:active {
	color: #fff;
}

@media (max-width: 991px) {
	.footer__widgets-areas>div {
		margin-bottom: 40px;
	}

	.footer__widgets-areas>div:last-child {
		margin-bottom: 0;
	}

	.footer__bottom {
		text-align: center;
		padding-top: 30px;
	}

	.footer .footer-nav>.menu {
		text-align: center;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.footer__widgets-areas>div {
		margin-bottom: 30px;
	}
}

.sidebar .widget {
	padding: 30px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.sidebar .widget__title {
	opacity: 1;
	margin: -15px -30px 20px;
	padding: 0 10px 10px;
	font-size: 1.200em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
}

.sidebar .widget__title:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	bottom: -1px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.sidebar .widget__title a {
	color: inherit;
}

.sidebar .widget.widget--plain {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.sidebar .widget-atgrid-without-title .widget {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

@media (max-width: 991px) {
	.sidebar {
		margin-top: 40px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.sidebar {
		margin-top: 30px;
	}
}

a {
	color: #4090e5;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed transparent;
}

a:hover {
	color: #4090e5;
	border-bottom: 1px dashed #4090e5;
	text-decoration: none;
}

a:focus,
a:active {
	color: #4090e5;
	text-decoration: none;
	outline: none;
}

.footer .widget a {
	color: #fff;
	border-bottom: 1px dashed transparent;
	opacity: 0.9;
}

.footer .widget a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.textwidget a {
	border-bottom: 1px dashed transparent;
}

.textwidget a:hover {
	border-bottom: 1px dashed #4090e5;
	text-decoration: none;
}

.header a {
	border-bottom: none;
}

.header-section {
	position: relative;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.header-section__content {
	height: 75px;
}

.header-section__content--title {
	line-height: 75px;
}

.header-section__content--breadcrumbs {
	display: table;
	padding: 10px 0;
	width: 100%;
}

.header-section__title {
	margin: 0;
	font-size: 1.467em;
}

.header-section__title-wrap--breadcrumbs {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
}

.header-section__description {
	margin: 0;
	margin-top: 10px;
	font-size: 1.533em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.header-section__rating {
	margin-top: 15px;
	color: #fff;
	font-size: 1.200em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.header-section__rating__link,
.header-section__rating__link:hover {
	color: inherit;
}

.header-section__rating i {
	font-size: 1.167em;
	color: #ffcd47;
	margin-right: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.header-section__rating i:last-child {
	margin-right: 20px;
}

.header-section__price {
	min-width: 270px;
	position: absolute;
	right: 15px;
	bottom: 20px;
	text-align: center;
}

.header-section__price__label {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	position: relative;
}

.header-section__price__label:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #334960;
	opacity: 0.9;
	border-radius: 3px;
	z-index: 1;
}

.header-section__price__label span {
	position: relative;
	z-index: 2;
}

.header-section__price__value {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #229fbc;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 1.600em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.header-section__price__value i {
	margin-right: 20px;
}

.header-section__price__label-round {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background: #ff47a0;
	position: absolute;
	top: -60px;
	right: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

.header-section__price__label-round span {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 18px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.header-section--with-banner {
	line-height: normal;
	padding: 0 !important;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.header-section--with-banner .header-section__simple-image--with-breadcrumbs {
	margin-top: -56px;
}

.header-section--with-banner .header-section__content {
	height: auto;
	width: 100%;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.header-section--with-banner .header-section__title {
	font-size: 2.800em;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.header-section--with-banner .header-section__description {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.header-section-mask {
	position: absolute;
	width: 100%;
	height: 100%;
}

.header-section-mask--default {
	background-color: #000;
	opacity: .3;
}

.tour-single .header-section--with-banner .header-section__content {
	margin-top: -62px;
}

@media (max-width: 991px) {
	.header-section {
		line-height: normal;
		padding: 30px;
	}

	.header-section__content {
		height: auto;
		line-height: normal;
	}

	.header-section__content--breadcrumbs {
		display: block;
		padding: 0;
		width: 100%;
	}

	.header-section__title {
		text-align: center;
	}

	.header-section__title-wrap--breadcrumbs {
		display: block;
		width: auto;
	}
}

@media (max-width: 767px) {
	.tour-single .header-section--with-banner .header-section__content {
		margin-top: 0;
	}
}

@media (max-width: 500px) {
	.header-section--with-banner .header-section__content {
		font-size: 0.5em;
	}
}

.logo {
	float: left;
}

.logo a {
	display: block;
	color: #fff;
	font-family: 'Kaushan Script';
	font-size: 1.267em;
}

#logoLink img {
	max-height: 95px;
	max-width: 300px;
}

#retinaImageLogo {
	display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
	#retinaImageLogo {
		display: inline;
	}

	#normalImageLogo {
		display: none;
	}
}

@media (max-width: 392px) {
	#logoLink img {
		max-width: 220px;
	}
}

@media (max-width: 767px) {
	.logo {
		float: none;
	}
}

.main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav-header {
	float: right;
}

.main-nav>li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	text-transform: uppercase;
}

.main-nav>li:last-child {
	margin-right: 0;
}

.main-nav>li:hover>.sub-menu {
	display: block;
}

.main-nav>li.current-menu-parent>a {
	opacity: 1;
}

.main-nav li:focus {
	outline: 0 !important;
}

.main-nav a {
	color: #fff;
	opacity: 0.8;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.main-nav a:hover {
	text-decoration: none;
	opacity: 1;
}

.main-nav .current-menu-item>a {
	opacity: 1;
}

.main-nav .current-menu-item:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 0;
}

.main-nav .sub-menu {
	display: none;
	width: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 1px;
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	background: #334960;
	border-radius: 3px;
	z-index: 2000;
}

.main-nav .sub-menu>li {
	display: block;
	line-height: 20px;
	padding: 15px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

.main-nav .sub-menu>li:hover>.sub-menu {
	display: block;
	left: 100%;
	bottom: 100%;
	margin-bottom: 1px;
	margin-left: -3px;
}

.main-nav .sub-menu>li.menu-item--submenu-to-left:hover .sub-menu {
	left: -100%;
	margin-left: 3px;
}

.main-nav .sub-menu .current-menu-item:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	width: 5px;
	height: 25px;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.main-nav>li:last-child .sub-menu {
	left: auto;
	right: 0;
}

.main-nav>li:last-child .sub-menu>li:hover .sub-menu {
	left: auto;
	right: 100%;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.slicknav_menu {
	display: none;
	float: right;
}

.slicknav_menu a {
	border-bottom: none;
	color: #fff;
	opacity: 0.8;
}

.slicknav_menu li:focus {
	outline: 0 !important;
}

.slicknav_menu .slicknav_nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-align: left;
	list-style: none;
	z-index: 4;
}

.slicknav_menu .slicknav_nav:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	z-index: 1;
}

.slicknav_menu .slicknav_nav:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #334960;
	opacity: 0.9;
	border-radius: 0;
	z-index: 2;
}

.slicknav_menu .slicknav_nav li {
	line-height: 50px;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.slicknav_menu .slicknav_nav li:last-child {
	border-bottom: none;
}

.slicknav_menu .slicknav_nav li>a {
	padding: 0 15px;
}

.slicknav_menu .slicknav_nav li.current-menu-item>a,
.slicknav_menu .slicknav_nav li.current-menu-ancestor>a {
	opacity: 1;
}

.slicknav_menu .slicknav_nav a {
	display: block;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.6;
	position: relative;
}

.slicknav_menu .slicknav_nav a a {
	display: inline;
	opacity: 1;
}

.slicknav_menu .slicknav_nav a:hover {
	opacity: 1;
	color: #fff;
}

.slicknav_menu .slicknav_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slicknav_menu .slicknav_nav .sub-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slicknav_menu .slicknav_nav .sub-menu .sub-menu li {
	padding-left: 35px;
}

.slicknav_menu .slicknav_nav .sub-menu li>a {
	padding-left: 50px;
}

.slicknav_menu .slicknav_nav .slicknav_arrow {
	margin-left: 10px;
	font-family: FontAwesome;
}

.slicknav_menu .slicknav_nav .slicknav_arrow:before {
	content: "\f107";
}

.slicknav_menu .slicknav_nav .slicknav_item--open .slicknav_arrow:before {
	content: "\f106";
}

.slicknav_menu .slicknav_btn {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	transition: 0.2s;
	border-radius: 100%;
	position: relative;
	opacity: 0.8;
	vertical-align: middle;
}

.slicknav_menu .slicknav_btn:hover {
	opacity: 1;
}

.slicknav_menu .slicknav_btn:active {
	transition: 0;
}

.slicknav_menu .slicknav_btn:focus {
	outline: 0;
}

.slicknav_menu .slicknav_btn .slicknav_icon {
	position: relative;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	float: left;
	display: inline-block;
	width: 20px;
	height: 2.8571428571429px;
	background: #fff;
	transition: 0.2s;
	border-radius: 3px;
}

.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
	display: none;
}

.slicknav_menu .slicknav_btn .slicknav_icon:before,
.slicknav_menu .slicknav_btn .slicknav_icon:after {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 2.8571428571429px;
	background: #fff;
	transition: 0.2s;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transform-origin: 1.4285714285714px center;
}

.slicknav_menu .slicknav_btn .slicknav_icon:before {
	top: 5px;
}

.slicknav_menu .slicknav_btn .slicknav_icon:after {
	top: -5px;
}

.slicknav_menu .slicknav_btn--close .slicknav_icon {
	background: transparent;
}

.slicknav_menu .slicknav_btn--close .slicknav_icon:before,
.slicknav_menu .slicknav_btn--close .slicknav_icon:after {
	transform-origin: 50% 50%;
	top: 0;
	width: 20px;
}

.slicknav_menu .slicknav_btn--close .slicknav_icon:before {
	transform: rotate3d(0, 0, 1, 45deg);
}

.slicknav_menu .slicknav_btn--close .slicknav_icon:after {
	transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 767px) {
	.main-nav {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}
}

.footer-nav {
	text-align: right;
}

.footer-nav ul {
	display: block;
	margin: 0;
	padding: 0;
}

.footer-nav ul>li {
	display: inline-block;
	position: relative;
}

.footer-nav ul>li a {
	color: inherit;
	border-bottom: none;
}

.footer-nav ul>li a:hover {
	color: #fff;
}

.footer-nav ul>li a img {
	vertical-align: middle;
}

.footer-nav ul>li:hover .sub-menu {
	display: block;
}

.footer-nav ul>li .sub-menu {
	display: none;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
	background: #334960;
	border-radius: 3px;
}

.footer-nav ul>li .sub-menu li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid rgba(149, 157, 167, 0.2);
	text-align: left;
}

.footer-nav ul>li .sub-menu li:last-child {
	border-bottom: none;
}

.footer-nav ul>li .sub-menu a {
	display: inline-block;
	width: 100%;
}

.footer-nav ul li+li {
	margin-left: 20px;
}

@media (max-width: 991px) {
	.footer-nav {
		text-align: left;
	}

	.footer-nav ul {
		margin-top: 20px;
	}
}

.slider {
	background: transparent;
}

.button {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	color: #fff;
	font-size: 1.067em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	white-space: nowrap;
}

.button:focus,
.button:active {
	outline: 0;
}

.button--with-icon i {
	margin-right: 10px;
}

.button--with-icon-right i {
	margin-left: 10px;
}

.button--style1 {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(34, 159, 188, 0.8);
}

.button--style1:hover {
	background: #229fbc;
}

.breadcrumbs {
	position: relative;
	text-align: right;
	z-index: 1;
	color: #ababab;
}

.breadcrumbs-wrap {
	display: table-cell;
	width: 40%;
	padding-left: 30px;
	vertical-align: middle;
}

.breadcrumbs ul {
	display: block;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul li {
	display: inline-block;
}

.breadcrumbs ul li a {
	color: #4090e5;
	border-bottom: none;
}

.breadcrumbs ul li i {
	padding-right: 2px;
}

.breadcrumbs ul li:after {
	content: "/";
	display: inline-block;
	margin: 0 3px;
}

.breadcrumbs ul li:last-child:after {
	display: none;
}

.header-section--with-banner .breadcrumbs {
	min-height: 55px;
	line-height: 55px;
	margin-top: 0;
	text-align: left;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.9);
}

.header-section--with-banner .breadcrumbs li {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.header-section--with-banner .breadcrumbs li a {
	color: inherit;
}

@media (max-width: 991px) {
	.breadcrumbs {
		margin-top: 20px;
		text-align: center;
	}

	.breadcrumbs-wrap {
		display: block;
		width: auto;
		padding: 0;
	}
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="time"] {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 21px;
	margin-bottom: 10px;
	padding: 12px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	width: 100%;
	min-height: 200px;
	margin-bottom: 10px;
	padding: 5px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input,
textarea {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a6a6a6;
	font: normal 300 0.933em/21px Oxygen;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a6a6a6;
	font: normal 300 0.933em/21px Oxygen;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a6a6a6;
	font: normal 300 0.933em/21px Oxygen;
}

input:focus,
textarea:focus {
	outline: 0;
}

input:active,
textarea:active {
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	background: none;
	border: none;
}

.form-contact {
	text-align: left;
}

.form-contact__fields-short:after {
	content: " ";
	display: block;
	clear: both;
}

.form-contact__item-short {
	display: inline-block;
	width: 50% !important;
	padding-right: 5px;
	float: left;
	position: relative;
}

.form-contact__item-short:nth-last-child(2) {
	padding-left: 5px;
	padding-right: 0;
	float: right;
}

.form-contact__item-short input {
	width: 100%;
}

.form-contact input,
.form-contact textarea {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: left;
}

.form-contact input:focus,
.form-contact textarea:focus {
	border: 1px solid #d0d0d0;
}

.form-contact input::-webkit-input-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/21px Oxygen;
}

.form-contact input::-moz-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/21px Oxygen;
	opacity: 1;
}

.form-contact input:-ms-input-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/21px Oxygen;
}

.form-contact textarea {
	width: 100%;
	min-height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-contact textarea::-webkit-input-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/2em Oxygen;
}

.form-contact textarea::-moz-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/2em Oxygen;
	opacity: 1;
}

.form-contact textarea:-ms-input-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/2em Oxygen;
}

.form-contact p {
	margin: 0;
}

.form-contact .wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: none;
	font-size: 0.933em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	color: #eb7591;
}

div.wpcf7-mail-sent-ng:before,
div.wpcf7-validation-errors:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 8px;
}

div.wpcf7-mail-sent-ok {
	color: #01cb68;
}

div.wpcf7-mail-sent-ok:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 8px;
}

.form-block {
	padding: 35px 25px;
	background: #229fbc;
	border-radius: 3px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.form-block__title {
	margin: 0 0 20px;
	color: #fff;
	font-family: 'Kaushan Script';
	font-size: 1.467em;
	font-weight: normal;
}

.form-block__title+.form-block__description {
	margin-top: -15px;
}

.form-block__description {
	margin: 0 0 15px;
	color: #fff;
}

.form-block__fields-short:after {
	content: " ";
	display: block;
	clear: both;
}

.form-block__field-width-icon {
	position: relative;
}

.form-block__field-width-icon input,
.form-block__field-width-icon .bootstrap-select .btn {
	padding-right: 40px !important;
}

.form-block__field-width-icon i {
	pointer-events: none;
	position: absolute;
	top: 55%;
	right: 10px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: rgba(34, 159, 188, 0.5);
	font-size: 1.200em;
}

.form-block__field-short {
	display: inline-block;
	width: 33%;
	padding-right: 5px;
	float: left;
}

.form-block__field-short--wide {
	width: 66%;
}

.form-block__field-short:nth-last-child(2) {
	padding-left: 5px;
	padding-right: 0;
	float: right;
}

.form-block__field-short input {
	margin-bottom: 0 !important;
}

.form-block__label {
	display: block;
	text-align: left;
	color: #fff;
}

.form-block__item {
	margin-bottom: 10px;
	position: relative;
}

.form-block__item input,
.form-block__item textarea,
.form-block__item button {
	margin-bottom: 0;
}

.form-block__item input[disabled],
.form-block__item textarea[disabled],
.form-block__item button[disabled] {
	opacity: 0.8;
}

.form-block__item>input[type=hidden]+i {
	display: none;
}

.form-block__item a {
	border-bottom: none;
}

.form-block__item .bootstrap-select.open .btn-default {
	border: none !important;
}

.form-block__item .bootstrap-select .btn-default {
	border: none !important;
}

.form-block__item .bootstrap-select .dropdown-menu {
	border: none !important;
}

.form-block__item .bootstrap-select .caret {
	display: none;
}

.form-block__item>.price_slider_amount {
	padding: 15px 15px 10px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
}

.form-block__item>.price_slider_amount>.price_slider_amount {
	margin: -15px -15px -10px;
	overflow: hidden;
}

.form-block__item>.price_slider_amount>.price_slider_amount input {
	display: inline-block;
	background: transparent;
}

.form-block__item>.price_slider_amount>.price_slider_amount #min_price {
	width: 48%;
	float: left;
	border-right: 10px solid #229fbc;
	border-radius: 3px 0 0 3px;
}

.form-block__item>.price_slider_amount>.price_slider_amount #max_price {
	width: 48%;
	float: right;
	border-radius: 0 3px 3px 0;
}

.form-block__item .ui-slider {
	height: 0.5em;
	margin-left: 10px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 3px !important;
}

.form-block__item .ui-slider+.price_slider_amount {
	margin: 0 !important;
}

.form-block__item .ui-slider-range {
	height: 100%;
	position: absolute;
	z-index: 1;
	border-radius: 0 !important;
	background: #ff47a0;
	border: none;
}

.form-block__item .ui-slider-handle {
	width: 15px;
	height: 15px;
	margin-left: -10px;
	position: absolute;
	z-index: 2;
	cursor: ew-resize;
	top: -0.3em;
	border: none !important;
	background: #ff47a0 !important;
	border-radius: 100% !important;
	outline: 0;
}

.form-block__button {
	padding: 9px 15px;
	background: #006fe6 !important;
	color: #fff;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.form-block__button[disabled] {
	color: rgba(255, 255, 255, 0.3);
}

.form-block__validation-error {
	margin-bottom: 10px;
	color: #fff;
}

.form-block__validation-error i {
	margin-right: 5px;
}

.form-block__validation-success {
	color: #fff;
}

.form-block input {
	width: 100%;
	border: none;
}

.form-block input:focus {
	outline: 0;
}

.form-block input:last-child {
	margin: 0;
}

.form-block input,
.form-block textarea {
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.form-block input::-webkit-input-placeholder,
.form-block textarea::-webkit-input-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/21px Oxygen;
}

.form-block input::-moz-placeholder,
.form-block textarea::-moz-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/21px Oxygen;
	opacity: 1;
}

.form-block input:-ms-input-placeholder,
.form-block textarea:-ms-input-placeholder {
	color: #c4c4c4;
	font: normal 300 0.933em/21px Oxygen;
}

.form-block input:focus,
.form-block textarea:focus {
	background: #fff;
}

.form-block--style-dark {
	background: #4a6a8c;
}

.form-block--style-dark .form-block__title {
	font-size: 1.333em;
}

.form-block--style-dark input,
.form-block--style-dark textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.form-block--style-dark input::-webkit-input-placeholder,
.form-block--style-dark textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font: normal 300 0.933em/21px Oxygen;
}

.form-block--style-dark input::-moz-placeholder,
.form-block--style-dark textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font: normal 300 0.933em/21px Oxygen;
	opacity: 1;
}

.form-block--style-dark input:-ms-input-placeholder,
.form-block--style-dark textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font: normal 300 0.933em/21px Oxygen;
}

.form-block--style-dark input:focus,
.form-block--style-dark textarea:focus {
	border: 1px solid #fff;
}

.form-block--style-dark textarea {
	min-height: 100px;
	resize: none;
}

.form-block--style2 .form-block__title {
	font-size: 1.333em;
}

.form-block--style2 textarea {
	min-height: 100px;
	vertical-align: top;
	resize: none;
}

.form-block--style3 {
	padding-bottom: 30px;
}

.form-block--style3 .form-block__button {
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	background: #ff47a0 !important;
	border: 2px solid #f6f6f6;
	position: absolute;
	bottom: -22px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 5px;
}

.form-block--tour-booking {
	margin-bottom: 50px;
}

.form-block--tour-booking input[type=number] {
	padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.form-block--tour-booking .form-block__field-short.form-block__field-width-icon i {
		display: none;
	}

	.form-block--tour-booking .form-block__field-short.form-block__field-width-icon input {
		padding: 12px !important;
	}
}

.form-block__clear-attribute-fields {
	color: #fff;
	background: rgba(255, 255, 255, 0.4);
	margin-top: 10px;
	display: block;
	line-height: 45px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.form-block__clear-attribute-fields:hover {
	color: #fff;
}

.form-block__clear-attribute-fields:after {
	display: block;
	float: right;
	margin: 0 10px;
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 1.2em;
}

.form-block__errors-block {
	color: #fff;
	background: #eb7591 !important;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 10px;
	display: none;
}

.form-block__price-details {
	color: #fff;
}

.form-block__price-details--in-progress {
	position: relative;
	min-height: 27px;
	opacity: 0.7;
}

.form-block__price-details--in-progress:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/ajax-loader.gif") no-repeat 50% 50%;
}

.form-block--faq {
	padding: 35px 25px 25px;
}

.form-block--faq+.block-after-indent {
	margin-top: 40px !important;
}

.form-block--cftb .form-block__item .wpcf7-form-control-wrap {
	display: block;
}

.form-block--cftb .form-block__item br {
	display: none;
}

.form-block--cftb p {
	margin: 0 !important;
}

.form-block--cftb .wpcf7-not-valid-tip {
	display: none;
}

.form-block--horizontal {
	padding: 0;
	background: transparent;
	text-align: left;
}

.form-block--horizontal .form-block__form {
	padding: 20px 30px 0 30px;
	background: #229fbc;
	border-radius: 3px;
}

.form-block--horizontal .form-block__item {
	margin: 0 0 20px 0;
	width: 100%;
}

.form-block--horizontal .form-block__item>.price_slider_amount {
	padding: 11px 10px 1px;
}

.form-block--horizontal .form-block__item>.price_slider_amount>.price_slider_amount {
	margin: -11px -10px -1px;
}

.form-block--horizontal .form-block__item>.price_slider_amount .ui-slider {
	height: 6px;
}

.form-block--horizontal .form-block__item>.price_slider_amount .price_label {
	font-size: 13px;
	text-align: center;
}

.form-block--horizontal .form-block__item>.price_slider_amount .ui-slider-handle {
	width: 10px;
	height: 10px;
	top: -3px;
}

.form-block--horizontal button[type="submit"],
.form-block--horizontal input[type="submit"] {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.form-block__field-pair input {
	display: inline-block;
	width: 48%;
}

.form-block__field-pair input:nth-last-child(2) {
	margin-right: 4%;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.form-block--vertical .form-block__field-pair input {
		width: 100%;
	}

	.form-block--vertical .form-block__field-pair input:nth-last-child(2) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.form-block--with-border .form-block__form {
	border: 6px solid rgba(255, 255, 255, 0.2);
}

.form-block--full-width .form-block__form {
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
}

.form-block--big-indent .form-block__form {
	padding-top: 30px;
	padding-bottom: 10px;
}

.form-block--light-style.form-block--with-title .form-block__form {
	padding-left: 150px;
	position: relative;
}

.form-block--light-style.form-block--with-title .title {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 100%;
	border-bottom: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #229fbc;
	overflow: hidden;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.form-block--light-style.form-block--with-title .title:before {
	content: " ";
	display: block;
	width: 200%;
	height: 200%;
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	top: 10px;
	left: 45px;
	-moz-transform: rotate(-65deg);
	-ms-transform: rotate(-65deg);
	-webkit-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	transform: rotate(-65deg);
}

.form-block--light-style.form-block--with-title .title:after {
	display: none;
}

.form-block--light-style.form-block--with-title .title__primary {
	padding: 10px 16px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: 'Kaushan Script';
	font-size: 1.267em;
	text-transform: none;
	font-weight: normal;
}

.form-block--light-style.form-block--with-border {
	border: 6px solid rgba(255, 255, 255, 0.2);
}

.form-block--light-style.form-block--with-border .form-block__form {
	border: none;
}

.form-block--light-style .form-block__form {
	background: rgba(255, 255, 255, 0.9);
}

.form-block--light-style .form-block__item {
	display: inline-block;
	border: 1px solid #e1eaf2;
	border-radius: 3px;
}

.form-block--light-style .form-block__item input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.4);
	font: normal 300 0.933em/21px Oxygen;
}

.form-block--light-style .form-block__item input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.4);
	font: normal 300 0.933em/21px Oxygen;
	opacity: 1;
}

.form-block--light-style .form-block__item input:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.4);
	font: normal 300 0.933em/21px Oxygen;
}

.form-block--light-style .form-block__item .bootstrap-select button.selectpicker--empty {
	color: rgba(51, 51, 51, 0.4);
}

.form-block--light-style .form-block__item>.price_slider_amount {
	border: 1px solid #e1eaf2;
}

.form-block--light-style .form-block__field-double {
	border: none !important;
}

.form-block--light-style .form-block__field-double .form-block__field-pair input {
	border: 1px solid #e1eaf2;
}

.form-block--light-style button[type="submit"],
.form-block--light-style input[type="submit"] {
	background: rgba(34, 159, 188, 0.8);
}

.form-block--light-style button[type="submit"]:hover,
.form-block--light-style input[type="submit"]:hover {
	background: #229fbc;
}

.form-block--with-label .form-block__form .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
}

.form-block--with-label .form-block__item-label {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.067em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
}

.form-block--button-align-left {
	text-align: left;
}

.form-block--button-align-center {
	text-align: center;
}

.form-block--button-align-right {
	text-align: right;
}

@media (max-width: 767px) {
	.form-block--faq+.block-after-indent {
		margin-top: 30px !important;
	}

	.form-block--with-label .form-block__form .row {
		display: block;
	}
}

@media (max-width: 500px) {
	.form-block--full-width .form-block__form {
		margin-left: -2000px;
		margin-right: -2000px;
		padding-left: 2000px;
		padding-right: 2000px;
	}

	.form-block--light-style.form-block--with-title .form-block__form {
		padding: 30px !important;
	}

	.form-block--light-style.form-block--with-title .title {
		width: 100%;
		position: static;
		border-radius: 3px 3px 0 0;
	}

	.form-block--light-style.form-block--with-title .title:before,
	.form-block--light-style.form-block--with-title .title:after {
		display: none !important;
	}

	.form-block--light-style.form-block--with-title .title__primary {
		padding: 15px 30px;
		position: static;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.parallax-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.parallax-section--header {
	height: 400px;
}

.parallax-image {
	width: 100%;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -3;
}

@media (max-width: 768px) {
	.parallax-image {
		background-attachment: scroll;
		background-position: 50% 50% !important;
		background-size: cover;
	}
}

.parallax-image--unsupported {
	background-attachment: scroll;
	background-position: 50% 50% !important;
	background-size: cover;
}

.tour-single .parallax-section--header {
	height: 600px;
}

blockquote {
	margin: 20px 0 20px 20px;
	padding-left: 20px;
	border-left: 5px solid #229fbc;
	font-size: 1.200em;
	line-height: 1.667em;
}

.navigation {
	text-align: center;
}

.navigation__content {
	overflow: hidden;
}

.navigation__items {
	display: inline-block;
}

.navigation__items .navigation__item {
	margin-right: 10px;
}

.navigation__items .navigation__item:last-child {
	margin-right: 0;
}

.navigation__item {
	display: inline-block;
}

.navigation__item a,
.navigation__item span {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 58px;
	border-radius: 3px;
	position: relative;
	background: #eaeaea;
	color: rgba(51, 51, 51, 0.7);
	font-size: 0.933em;
	text-transform: uppercase;
	border-bottom: none;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.navigation__item a:hover {
	cursor: pointer;
	color: rgba(51, 51, 51, 0.9);
	background: #e6e6e6;
}

.navigation__item .current {
	opacity: 0.55;
}

.navigation__item .dots {
	background: transparent;
}

.navigation__item--disable {
	opacity: 0.55;
}

.navigation__prev {
	float: left;
}

.navigation__next {
	float: right;
}

.navigation__next a,
.navigation__next span,
.navigation__prev a,
.navigation__prev span {
	font-size: 1.571em;
	font-weight: normal;
	position: relative;
}

.navigation__next a i,
.navigation__next span i,
.navigation__prev a i,
.navigation__prev span i {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

	.navigation__prev,
	.navigation__next {
		display: none;
	}
}

@media (max-width: 500px) {

	.navigation__prev,
	.navigation__next {
		display: inline-block;
		float: none;
		margin-right: 30px;
	}

	.navigation__prev:last-child,
	.navigation__next:last-child {
		margin-right: 0;
	}

	.navigation__items {
		display: none;
	}
}

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

.panel+.panel {
	margin: 0 !important;
}

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

.panel-heading {
	padding: 0;
}

.share-buttons {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #ebebeb;
}

.share-buttons-mobile-wrapper .share-buttons {
	border-top: none;
}

.share-buttons__item {
	display: table-cell;
	border-right: 1px solid #ebebeb;
}

.share-buttons__item:last-child {
	border-right: none;
}

.share-buttons__item .box {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
}

.share-buttons__item .box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #d2d2d2;
	font-family: FontAwesome;
	border-bottom: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.share-buttons__item .box a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.600em;
}

.share-buttons__item .box a:hover {
	color: #229fbc;
}

.share-buttons__item--googleplus a:hover {
	color: #dd4b39 !important;
}

.share-buttons__item--googleplus a:before {
	content: "\f0d5";
}

.share-buttons__item--facebook a:hover {
	color: #3b579d !important;
}

.share-buttons__item--facebook a:before {
	content: "\f09a";
}

.share-buttons__item--twitter a:hover {
	color: #5ea9dd !important;
}

.share-buttons__item--twitter a:before {
	content: "\f099";
}

.share-buttons__item--delicious a:hover {
	color: #39f !important;
}

.share-buttons__item--delicious a:before {
	content: "\f1a5";
}

.share-buttons__item--stumbleupon a:hover {
	color: #ea4b24 !important;
}

.share-buttons__item--stumbleupon a:before {
	content: "\f1a4";
}

.share-buttons__item--linkedin a:hover {
	color: #0e76a8 !important;
}

.share-buttons__item--linkedin a:before {
	content: "\f0e1";
}

.share-buttons__item--pinterest a:hover {
	color: #bd081c !important;
}

.share-buttons__item--pinterest a:before {
	content: "\f0d2";
}

.share-buttons__item--vk a:hover {
	color: #597da3 !important;
}

.share-buttons__item--vk a:before {
	content: "\f189";
}

.mfp-bg {
	background: #334960 !important;
}

.mfp-close {
	top: 100px !important;
	right: 100px !important;
}

.mfp-content {
	position: static !important;
}

.mfp-close {
	font-size: 2.000em !important;
	color: #fff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.4 !important;
}

.mfp-close:hover {
	opacity: 0.6 !important;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.search-form-popup {
	width: 470px;
	margin: auto;
}

.search-form-popup h1,
.search-form-popup label {
	display: none;
}

.search-form-popup .search-form {
	position: relative;
}

.search-form-popup .search-form:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 35px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-size: 1.733em;
	opacity: 0.4;
}

.search-form-popup .search-form label {
	display: block;
}

.search-form-popup .search-field {
	box-sizing: border-box;
	height: 100px;
	line-height: 100px;
	padding: 0 85px 0 40px;
	border-radius: 50px;
	background: #334960;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 1.333em;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.search-form-popup .search-field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.55);
	font: normal 300 1em/5.000em Oxygen;
}

.search-form-popup .search-field::-moz-placeholder {
	color: rgba(255, 255, 255, 0.55);
	font: normal 300 1em/5.000em Oxygen;
	opacity: 1;
}

.search-form-popup .search-field:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.55);
	font: normal 300 1em/5.000em Oxygen;
}

.search-form-popup .search-field:focus {
	border-color: rgba(255, 255, 255, 0.4);
}

.search-form-popup .search-submit {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 35px;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
}

.search-form-popup--hide {
	display: none;
}

@media (max-width: 500px) {
	.search-form-popup {
		width: 100%;
	}

	.mfp-close {
		top: 50px !important;
		right: 50px !important;
	}
}

.form-validation-item+.tooltip {
	font-family: Oxygen;
	font-size: 0.933em;
	line-height: normal;
	left: 0 !important;
}

.form-validation-item+.tooltip>.tooltip-inner {
	width: 200px;
	padding: 7px 15px;
	color: #fff;
	background: #eb7591 !important;
	border-radius: 30px;
}

.form-validation-item+.tooltip.in {
	opacity: 1;
}

.form-validation-item+.tooltip.top {
	margin: 10px 0 0;
	padding: 0;
}

.form-validation-item+.tooltip.top .tooltip-arrow {
	margin: 0;
	border-top-color: #eb7591 !important;
	border-width: 10px 6px 0;
	left: 22px !important;
	bottom: -9px;
}

.price-decoration {
	margin-top: 50px !important;
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
	position: relative;
}

.price-decoration__label {
	padding: 10px 20px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	background: rgba(51, 73, 96, 0.9);
	color: #fff;
}

.price-decoration__value {
	padding: 10px 20px;
	background: #229fbc;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 1.600em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.price-decoration__value i {
	margin-right: 20px;
	vertical-align: middle;
}

.price-decoration__value del {
	font-size: 0.750em;
}

.price-decoration__value ins {
	text-decoration: none;
}

.price-decoration__label-round {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background: #ff47a0;
	position: absolute;
	top: -60px;
	right: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

.price-decoration__label-round span {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 18px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.price-decoration--without-price .price-decoration__label {
	border-radius: 3px;
}

.price-decoration--without-label .price-decoration__value {
	border-radius: 3px;
}

@media (max-width: 991px) {
	.price-decoration {
		margin-top: 0 !important;
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.price-decoration {
		margin-bottom: 30px;
	}
}

.list-block {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-block--tour-tabs {
	margin-top: -28px;
	margin-bottom: 20px;
}

.list-block>li {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 8px 10px 0 0;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(34, 159, 188, 0.8);
	border-radius: 3px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	font-size: 0.867em;
}

.list-block>li:last-child {
	margin-right: 0;
}

.list-block>li:hover {
	background: #229fbc;
}

.list-block>li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	color: #fff;
	border-bottom: none;
}

body .ui-datepicker {
	padding: 0;
	border: none;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	font-family: Oxygen;
}

body .ui-datepicker .ui-datepicker-header {
	height: 55px;
	padding: 5px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	height: 100%;
	line-height: 45px;
	margin: 0;
	background: #f6f6f6;
	color: #3f3f3f;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
	display: none;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	width: 30px;
	height: 30px;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-bottom: none;
	color: #b6b6b6;
	text-align: center;
	font-weight: normal;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 12px;
	font-family: FontAwesome;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: "\f190";
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 12px;
	font-family: FontAwesome;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: "\f18e";
}

body .ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: none;
	border: none;
	color: #3f3f3f;
}

body .ui-datepicker .ui-datepicker-calendar {
	width: 100%;
	table-layout: fixed;
}

body .ui-datepicker .ui-datepicker-calendar tr:last-child td {
	border-bottom: none;
}

body .ui-datepicker .ui-widget-header {
	background: none;
	border: none;
	color: #3f3f3f;
}

body .ui-datepicker .ui-widget-content {
	color: #3f3f3f;
}

body .ui-datepicker .ui-corner-all {
	border-radius: 0;
}

body .ui-datepicker table {
	margin: 0;
	border: none;
	font-size: 1em;
}

body .ui-datepicker th {
	padding: 5px 0 15px;
	text-transform: capitalize;
	color: #3f3f3f;
}

body .ui-datepicker td {
	padding: 0;
	border: 1px solid #ededed;
}

body .ui-datepicker .ui-datepicker-other-month {
	border: none;
}

body .ui-datepicker .ui-state-default,
body .ui-datepicker .ui-widget-content .ui-state-default,
body .ui-datepicker .ui-widget-header .ui-state-default {
	padding: 0;
	border: none;
	background: none;
	text-align: center;
	color: #3f3f3f;
}

body .ui-datepicker .ui-state-disabled {
	opacity: 1;
}

body .ui-datepicker .ui-state-disabled .ui-state-default {
	background: #fafafa;
	color: rgba(63, 63, 63, 0.2);
}

body .ui-datepicker .undefined {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body .ui-datepicker .undefined:hover {
	background: #f0f0f0;
}

body .ui-datepicker .ui-datepicker-current-day {
	background: #f0f0f0 !important;
}

body .ui-datepicker .ui-datepicker-current-day a {
	color: #01cb68 !important;
}

body .ui-datepicker .ui-datepicker-today {
	background: none;
}

body .ui-datepicker .ui-datepicker-today a {
	color: #229fbc;
}

body .ui-widget {
	font-size: 1em;
}

.bootstrap-select {
	width: 100% !important;
}

.bootstrap-select:focus {
	outline: 0 !important;
}

.bootstrap-select button.btn {
	padding-right: 35px;
}

.bootstrap-select button.btn:focus {
	outline: 0 !important;
}

.bootstrap-select button.btn .caret {
	right: 20px !important;
}

.bootstrap-select button.selectpicker--empty {
	color: #c4c4c4;
}

.bootstrap-select.btn-group .btn .filter-option {
	text-align: left;
}

.bootstrap-select .btn-default {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	background: rgba(255, 255, 255, 0.9);
}

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:active .bootstrap-select .btn-default.active {
	border: 1px solid #ccc;
	outline: 0 !important;
	box-shadow: none;
	z-index: auto;
}

.bootstrap-select.open .btn-default {
	background: #fff;
	outline: 0 !important;
	box-shadow: none;
	border: 1px solid #ccc !important;
}

.bootstrap-select div.dropdown-menu {
	padding: 0;
}

.bootstrap-select ul.dropdown-menu {
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 3px !important;
	border: none !important;
}

.bootstrap-select ul.dropdown-menu.inner {
	padding: 15px 0 !important;
}

.bootstrap-select ul.dropdown-menu li {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.bootstrap-select ul.dropdown-menu li:focus {
	outline: 0;
}

.bootstrap-select ul.dropdown-menu li a {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #333;
	text-align: left;
}

.bootstrap-select ul.dropdown-menu li a:hover {
	background: none;
	color: #4090e5;
}

.bootstrap-select ul.dropdown-menu li a:focus,
.bootstrap-select ul.dropdown-menu li a:active {
	background: #fff;
}

.bootstrap-select ul.dropdown-menu li.disabled a {
	color: rgba(51, 51, 51, 0.4);
}

.bootstrap-select .bs-searchbox .input-block-level {
	height: 30px;
	border: 1px solid #ebebeb;
	padding: 2px 12px !important;
}

.bootstrap-select .bs-searchbox+ul.dropdown-menu.inner {
	padding-top: 0 !important;
	border-radius: 0 !important;
}

.bootstrap-select .bs-searchbox+ul.dropdown-menu.inner .no-results {
	margin: 0;
	padding: 0 20px;
	background: #ebebeb;
}

.bootstrap-select .bs-searchbox+ul.dropdown-menu.inner>.active>a {
	background: rgba(34, 159, 188, 0.8);
	color: #fff;
}

.bootstrap-select .bs-searchbox+ul.dropdown-menu.inner>.active>a:hover {
	background: none;
	color: #4090e5;
}

.title-block-link {
	width: 100%;
}

.title-block-link--with-button {
	display: table;
}

.title-block-link--with-button .title-block-link__text-wrap {
	display: table-cell;
	vertical-align: middle;
}

.title-block-link--with-button .title-block-link__button-wrap {
	display: table-cell;
	width: 0;
	padding-left: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.title-block-link__text-wrap {
	width: 100%;
}

.title-block-link__title {
	margin: 0;
	margin-bottom: 20px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2.400em;
	line-height: 1.333em;
}

.title-block-link__description {
	margin: 0;
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
	color: #999;
	font-family: Oxygen;
	font-size: 1.200em;
}

.title-block-link__description:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	width: 5px;
	height: 25px;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media (max-width: 767px) {
	.title-block-link--with-button {
		display: block;
	}

	.title-block-link--with-button .title-block-link__text-wrap,
	.title-block-link--with-button .title-block-link__button-wrap {
		display: block;
		width: 100%;
		padding: 0;
	}

	.title-block-link--with-button .title-block-link__button-wrap,
	.title-block-link--with-button .title-block-link__description {
		margin-bottom: 20px;
	}

	.title-block-link--with-button .title-block-link__button {
		margin-bottom: 30px;
	}
}

.price-round {
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 15px;
	right: 20px;
	border-radius: 100%;
	text-align: center;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	overflow: hidden;
	border-bottom: none;
	background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/price-bubble.png") no-repeat bottom right #ff47a0;
	background-size: contain;
}

.price-round:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.price-round__content {
	display: table;
	line-height: 20px;
	color: #fff;
	font-size: 1.333em;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.price-round__content del {
	display: table-footer-group;
}

.price-round__content ins {
	display: table-header-group;
}

.price-round__value,
.price-round ins {
	dispaly: block;
	text-decoration: none;
}

.price-round__label,
.price-round del {
	display: block;
	font-size: 0.600em;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.price-round {
		width: 60px;
		height: 60px;
	}

	.price-round__content {
		font-size: 1.0664em;
	}

	.price-round del {
		font-size: 0.48em;
	}
}

.item-attributes {
	display: table;
	width: 100%;
	height: 50px;
	border-top: 1px solid #e4e4e4;
	background: #fff;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.item-attributes__item {
	display: table-cell;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e4e4e4;
	color: #828282;
	font-size: 0.933em;
}

.item-attributes__item:last-child {
	border: none;
}

.item-attributes__item__content {
	display: table;
	margin: 0 auto;
}

.item-attributes__item__content__item {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.500em;
}

.item-attributes__item__content__item--text span {
	display: inline-block;
	text-align: left;
}

.item-attributes__item i {
	margin-right: 10px;
	color: #229fbc;
	vertical-align: middle;
}

.item-attributes__link {
	display: inline-block;
	padding-right: 20px;
	color: #229fbc;
	text-transform: uppercase;
	position: relative;
	border-bottom: none;
}

.item-attributes__link:hover {
	color: #229fbc;
	text-decoration: none;
	border-bottom: none;
}

.item-attributes__link:hover i {
	right: -5px;
}

.item-attributes__link i {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item-attributes--style2 {
	display: block;
	height: auto;
	border-top: none;
}

.item-attributes--style2 .item-attributes__item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #f6f6f6;
	border-right: none;
	border-radius: 3px;
}

.item-attributes--style2 .item-attributes__item:last-child {
	margin-right: 0;
}

.item-attributes--style2 .item-attributes__item__content {
	height: 40px;
	padding: 0 15px;
}

.item-attributes--style2 .item-attributes__item__content__item {
	padding-right: 15px;
}

.item-attributes--style2 .item-attributes__item__content__item:last-child {
	padding-right: 0;
}

.item-attributes--style2 .item-attributes__item__content__item i {
	margin-right: 0;
	vertical-align: baseline;
	font-size: 1.333em;
}

.item-attributes--style2 .item-attributes__item__content__item i:before {
	vertical-align: middle;
}

.item-attributes--style2 .item-attributes__item__content__item--text {
	color: #333;
	font-size: 0.929em;
}

.product-category {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.product-category__image:hover {
	opacity: 0.8;
}

.product-category__image img {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.product-category__title {
	margin: 0;
	font-size: 1.600em;
}

.product-category__title a {
	color: #333;
	border-bottom: none;
}

.product-category__title a:hover {
	color: rgba(51, 51, 51, 0.8);
}

.product-category__title+.product-category__description {
	margin-top: 10px;
}

.product-category__description p {
	margin: 0;
	margin-bottom: 15px;
}

.product-category__description p:last-child {
	margin-bottom: 0;
}

.product-category__content {
	padding: 30px;
}

.product-category__info {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	min-height: 50px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	display: none;
}

.product-category__info__item {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e4e4e4;
	color: #828282;
	font-size: 0.933em;
}

.product-category__info__item:last-child {
	border-right: none;
}

.product-category__info__item--link a {
	display: inline-block;
	padding-right: 20px;
	position: relative;
	border-bottom: 0;
	text-transform: uppercase;
	color: #229fbc;
}

.product-category__info__item--link a:hover {
	color: #229fbc;
}

.product-category__info__item--link a:hover i {
	margin-right: -5px;
}

.product-category__info__item--link a i {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-category__row-separator {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.product-category__row-separator {
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.product-category-wrap {
		float: none;
		max-width: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	.product-category-wrap:last-child {
		margin-bottom: 0;
	}

	.product-category__row-separator {
		margin-bottom: 0;
	}
}

@media (max-width: 576px) and (max-width: 767px) {
	.product-category-wrap {
		margin-bottom: 30px;
	}
}

.atlist__item {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 150px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.atlist__item:last-child {
	margin-bottom: 0;
}

.atlist__item__image {
	display: table-cell;
	width: 35%;
	padding: 0;
	position: relative;
	background: #eaeaea;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
}

.atlist__item__image a {
	display: block;
	border-bottom: none;
}

.atlist__item__image img {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.atlist__item__image-wrap:hover {
	opacity: 0.8;
}

.atlist__item__rating {
	margin-bottom: 8px;
	line-height: 1em;
	color: #ffcd47;
	font-size: 1.333em;
}

.atlist__item__rating i {
	margin-right: 5px;
}

.atlist__item__rating i:last-child {
	margin-right: 0;
}

.atlist__item__rating-value {
	margin-bottom: 27px;
	line-height: 1em;
	color: #bababa;
	font-size: 0.867em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atlist__item__price {
	margin-top: 27px;
}

.atlist__item__price a {
	display: block;
	color: #ff47a0;
	border-bottom: none;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atlist__item__price a:hover {
	border-bottom: none;
}

.atlist__item__price .amount {
	font-size: 1.8em;
}

.atlist__item__price del,
.atlist__item__price ins {
	display: block;
	margin-bottom: 10px;
	line-height: 1em;
}

.atlist__item__price ins {
	text-decoration: none;
}

.atlist__item__price ins>span {
	font-size: 1.8em;
}

.atlist__item__price del>span {
	font-size: 1.067em !important;
}

.atlist__item__price-label {
	margin-top: -10px;
	color: #8b8b8b;
	font-size: 0.867em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atlist__item__price--variable {
	font-size: smaller;
}

.atlist__item__read-more {
	margin-top: 10px;
}

.atlist__item__icons {
	position: absolute;
	bottom: 20px;
	left: 25px;
}

.atlist__item__icons a {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.667em;
}

.atlist__item__icons a:last-child {
	margin-right: 0;
}

.atlist__item__angle {
	width: 200px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 20px;
	left: -67px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fefefe;
	text-align: center;
	background: #ff47a0;
	font-size: 0.867em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atlist__item__angle-wrap {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.atlist__item__angle--style2 {
	background: #01cb68;
}

.atlist__item__content {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.atlist__item__content:before {
	content: " ";
	display: block;
	width: 100%;
	height: 27px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}

.atlist__item__content:after {
	content: " ";
	display: block;
	width: 100%;
	height: 103px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.atlist__item__content--full-height:after {
	display: none;
}

.atlist__item__content__items {
	display: table;
	width: 100%;
	padding: 30px;
	table-layout: fixed;
	position: absolute;
	top: 0;
	left: 0;
}

.atlist__item__content__item {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
	position: relative;
}

.atlist__item__content__item:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	min-height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	background: #ebebeb;
	z-index: 3;
}

.atlist__item__content__item:last-child:before {
	display: none;
}

.atlist__item__content__item--alternative {
	width: 145px;
	text-align: center;
	padding-left: 30px;
	padding-right: 0;
	z-index: 3;
}

.atlist__item__attributes {
	margin-right: 205px;
	position: absolute;
	bottom: 67px;
	left: 30px;
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	background: #fff;
	z-index: 3;
}

.atlist__item__title {
	margin: 0;
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atlist__item__title a {
	border-bottom: none;
	color: #333;
}

.atlist__item__title a:hover {
	color: rgba(51, 51, 51, 0.8);
}

.atlist__item__description {
	margin-top: 10px;
	color: #9a9a9a;
}

.atlist__item__description p {
	margin: 0;
	margin-bottom: 15px;
}

.atlist__item__description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.atlist__item__rating-value {
		display: none;
	}

	.atlist__item__content:after {
		height: 88px;
	}

	.atlist__item__price-label {
		display: none;
	}
}

@media (max-width: 991px) {
	.atlist__item__content:before {
		height: 30px;
	}
}

@media (max-width: 767px) {
	.atlist__item__image {
		display: block;
		width: 100%;
	}

	.atlist__item__content {
		display: block;
		overflow: visible;
	}

	.atlist__item__content:before,
	.atlist__item__content:after {
		display: none;
	}

	.atlist__item__content__items {
		height: auto;
		position: static;
	}

	.atlist__item__content__item {
		border-right: 1px solid #ebebeb;
	}

	.atlist__item__content__item:before {
		display: none;
	}

	.atlist__item__content__item:last-child {
		border-right: none;
	}

	.atlist__item__attributes {
		display: none;
		margin: 0 30px 30px;
		position: static;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.atlist__item__rating-value {
		display: block;
	}

	.atlist__item__price-label {
		display: block;
	}
}

@media (max-width: 500px) {
	.atlist__item__content__items {
		display: block;
	}

	.atlist__item__content__item {
		display: block;
		margin-bottom: 30px;
		padding: 0;
		padding-bottom: 30px;
		border-right: none;
		border-bottom: 1px solid #ebebeb;
	}

	.atlist__item__content__item:before {
		display: none;
	}

	.atlist__item__content__item:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.atlist__item__content__item--alternative {
		text-align: left;
	}

	.atlist__item__attributes {
		display: block;
		padding-top: 30px;
		border-top: 1px solid #ebebeb;
	}
}

.atgrid.section-white {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.atgrid.section-white {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.atgrid.section-white {
		padding-bottom: 30px;
	}
}

.atgrid__slider {
	position: relative;
}

.atgrid__slider__controls a {
	display: block;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
	border-bottom: none;
	font-size: 2.400em;
	color: #fff;
}

.atgrid__slider__controls a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.atgrid__slider__controls--dark a {
	opacity: 1;
	color: #cdcdcd;
}

.atgrid__slider__controls--dark a:hover {
	opacity: 1;
	color: #b1b1b1;
}

.atgrid__slider__prev {
	left: -60px;
}

.atgrid__slider__next {
	right: -60px;
}

.atgrid__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.atgrid__titles {
	text-align: center;
	margin-bottom: 35px;
}

.atgrid__title {
	margin: 0;
	padding-bottom: 25px;
	font-size: 1.467em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atgrid__subtitle {
	margin-bottom: 5px;
	font: normal 400 1.333em 'Kaushan Script';
}

.atgrid__row:last-child {
	margin-bottom: 0;
}

.atgrid__item {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.atgrid__item-wrap-slide {
	padding: 2px;
}

.atgrid__item-wrap {
	padding-bottom: 5px;
}

.atgrid__item__top {
	min-height: 45px;
	position: relative;
}

.atgrid__item__top__image {
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: none;
}

.atgrid__item__top__image:hover {
	opacity: 0.8;
	border-bottom: none;
}

.atgrid__item__top img {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0 0 #000;
}

.atgrid__item__angle {
	width: 200px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 20px;
	right: -67px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fefefe;
	text-align: center;
	background: #ff47a0;
	font-size: 0.867em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atgrid__item__angle-wrap {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.atgrid__item__price {
	width: 100%;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	right: 0;
	text-align: right;
}

.atgrid__item__price:after {
	content: " ";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #229fbc;
}

.atgrid__item__price__button {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background: #229fbc;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fefefe;
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atgrid__item__price__button:hover,
.atgrid__item__price__button:focus {
	color: #fff;
	text-decoration: none;
}

.atgrid__item__price__button del {
	margin: 0 5px;
	font-size: 0.750em;
	text-decoration: line-through;
}

.atgrid__item__price__button ins {
	text-decoration: none;
}

.atgrid__item__rating {
	position: absolute;
	top: 20px;
	left: 20px;
	pointer-events: none;
	color: #ffcd47;
	font-size: 1.333em;
}

.atgrid__item__rating i {
	margin-right: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.atgrid__item__icons {
	position: absolute;
	bottom: 5px;
	left: 30px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.atgrid__item__icons a {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	border-bottom: none;
}

.atgrid__item__icons i {
	font-size: 1.667em;
}

.atgrid__item__content {
	padding: 30px;
}

.atgrid__item__title {
	margin: 0;
	font-size: 1.400em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.atgrid__item__title a {
	color: #333;
	border-bottom: none;
}

.atgrid__item__title a:hover {
	color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
}

.atgrid__item__description {
	margin-top: 10px;
	color: #6e6e6e;
	line-height: 1.600em;
}

.atgrid__item__description p {
	margin: 0;
}

.atgrid__more {
	width: 100%;
}

.atgrid__row-separator {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.atgrid__row-separator {
		margin-bottom: 30px;
	}
}

.atgrid__row-separator:last-child {
	margin-bottom: 0;
}

.atgrid--with-image {
	position: relative;
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
}

.related-tours .atgrid {
	margin-bottom: 0;
}

.related-tours .atgrid__item {
	margin-bottom: 0 !important;
}

@media (max-width: 1280px) {
	.atgrid__slider {
		padding: 0 60px;
	}

	.atgrid__slider__prev {
		left: 0;
	}

	.atgrid__slider__next {
		right: 0;
	}
}

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

@media (max-width: 991px) {
	.atgrid__item-wrap--related-and-upsells {
		margin-bottom: 40px;
	}

	.atgrid__item-wrap--related-and-upsells:last-child {
		margin-bottom: 0;
	}

	.atgrid__row-separator--related-and-upsells {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.atgrid__item-wrap--related-and-upsells {
		margin-bottom: 30px;
	}
}

@media (max-width: 540px) {
	.atgrid__item-wrap {
		margin-bottom: 40px;
	}

	.atgrid__item-wrap:last-child {
		margin-bottom: 0;
	}

	.atgrid__item-wrap.col-xs-6 {
		float: none;
		max-width: 360px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.atgrid__row-separator {
		margin-bottom: 0;
	}
}

@media (max-width: 540px) and (max-width: 767px) {
	.atgrid__item-wrap {
		margin-bottom: 30px;
	}
}

@media (max-width: 400px) {
	.atgrid__slider {
		padding: 0 10px;
	}

	.atgrid__slider__next {
		right: -15px;
	}

	.atgrid__slider__prev {
		left: -15px;
	}
}

@media (max-width: 576px) {
	.atgrid__item-wrap--product {
		margin-bottom: 40px;
	}

	.atgrid__item-wrap--product:last-child {
		margin-bottom: 0;
	}

	.atgrid__item-wrap--product.col-xs-6 {
		float: none;
		max-width: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.atgrid__row-separator--product {
		margin-bottom: 0;
	}
}

@media (max-width: 576px) and (max-width: 767px) {
	.atgrid__item-wrap--product {
		margin-bottom: 30px;
	}
}

.atgrid--small .atgrid__title {
	font-size: 1.467em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
}

.atgrid--small .atgrid__item {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.atgrid--small .atgrid__item__angle {
	font-size: 0.733em;
	top: 15px;
	right: -70px;
}

.atgrid--small .atgrid__item__content {
	padding: 20px;
}

.atgrid--small .atgrid__item__title {
	font-size: 1.200em;
}

.atgrid--small .atgrid__item__description {
	font-size: 0.933em;
	line-height: 1.643em;
}

.atgrid--small .atgrid__item__info__item {
	padding: 5px 10px;
}

.atgrid--small .atgrid__item__info__item i {
	margin-right: 5px;
}

.atgrid--small .atgrid__item__price__button {
	height: 40px;
	line-height: 40px;
}

.atgrid--small .atgrid__item__rating {
	font-size: 1.200em;
}

.atgrid--small .atgrid__item__icons {
	left: 20px;
}

.atgrid--small .atgrid__item__icons a {
	margin-right: 10px;
}

.atgrid--small .atgrid__item__icons i {
	font-size: 1.333em;
}

.atbtn {
	display: inline-block;
	line-height: 3.000em;
	padding: 0 2em;
	border: none;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(34, 159, 188, 0.8);
}

.atbtn:hover {
	background: #229fbc;
	border-bottom: none;
	color: #fff;
}

.atbtn:focus,
.atbtn:active {
	outline: 0;
	box-shadow: none;
	color: #fff;
}

.atbtn__icon {
	margin-right: 10px;
}

.atbtn__icon--right {
	margin-right: 0;
	margin-left: 10px;
}

.atbtn--medium {
	line-height: 2.667em;
	padding: 0 1.333em;
	font-size: 15px;
}

.atbtn--small {
	line-height: 2.308em;
	padding: 0 1.154em;
	font-size: 13px;
}

.atbtn--rounded {
	border-radius: 50px;
}

.atbtn--rounded.atbtn--small {
	line-height: 2.692em;
	padding: 0 1.538em;
}

.atbtn--full-width {
	width: 100%;
}

.atbtn--primary {
	background: #006fe6;
}

.atbtn--primary:hover {
	background: #006fe6;
}

.atbtn--primary.atbtn--transparent {
	border: 2px solid rgba(0, 111, 230, 0.8);
}

.atbtn--primary.atbtn--transparent:hover {
	background: rgba(0, 111, 230, 0.9);
	border-bottom: 2px solid rgba(0, 111, 230, 0.9);
}

.atbtn--secondary1 {
	background: rgba(255, 71, 160, 0.8);
}

.atbtn--secondary1:hover {
	background: #ff47a0;
}

.atbtn--secondary1.atbtn--transparent {
	border: 2px solid rgba(255, 71, 160, 0.8);
}

.atbtn--secondary1.atbtn--transparent:hover {
	background: rgba(255, 71, 160, 0.9);
	border-bottom: 2px solid rgba(255, 71, 160, 0.9);
}

.atbtn--secondary2 {
	background: #01cb68;
}

.atbtn--secondary2:hover {
	background: #01cb68;
}

.atbtn--secondary2.atbtn--transparent {
	border: 2px solid rgba(1, 203, 104, 0.8);
}

.atbtn--secondary2.atbtn--transparent:hover {
	background: rgba(1, 203, 104, 0.9);
	border-bottom: 2px solid rgba(1, 203, 104, 0.9);
}

.atbtn--light {
	position: relative;
	overflow: hidden;
}

.atbtn--light:before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	left: 0;
	top: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.atbtn--transparent {
	line-height: 2.733em;
	background: transparent;
	color: #333 !important;
	border: 2px solid rgba(34, 159, 188, 0.8);
}

.atbtn--transparent:hover {
	background: rgba(34, 159, 188, 0.9);
	border-bottom: 2px solid rgba(34, 159, 188, 0.9);
}

.atbtn--transparent:hover {
	color: #fff !important;
}

.atbtn--transparent.atbtn--medium {
	line-height: 2.400em;
}

.atbtn--transparent.atbtn--small {
	line-height: 2.000em;
}

.atbtn--input-wrap {
	padding: 0;
	background: none;
	position: relative;
}

.atbtn--input-wrap:hover {
	background: none;
}

.atbtn--input-wrap input {
	padding: 0 2em 0 55px;
	border: none;
	outline: 0;
	background: rgba(34, 159, 188, 0.8);
	text-transform: uppercase;
}

.atbtn--input-wrap input:hover {
	background: #229fbc;
}

.atbtn--input-wrap input:focus,
.atbtn--input-wrap input:active {
	border: none;
	outline: 0;
}

.atbtn--input-wrap .atbtn__icon {
	position: absolute;
	top: 50%;
	left: 2em;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.atbtn--input-wrap .ajax-loader {
	margin-left: 0 !important;
	position: absolute;
	top: 50%;
	right: -20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.notices-box {
	display: block;
	width: 100%;
	padding: 25px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	position: relative;
}

.notices-box:before {
	content: " ";
	display: block;
	height: 30px;
	width: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #01cb68;
}

.notices-box .notices-box__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.notices-box .notices-box__list .notices-box__item a {
	display: inline !important;
	height: auto;
	padding: 0 !important;
	line-height: normal;
	background: none !important;
	color: #4090e5 !important;
	font-weight: normal !important;
	text-transform: none;
	border-bottom: 1px dashed transparent !important;
}

.notices-box .notices-box__list .notices-box__item a:hover {
	color: #4090e5;
	border-bottom: 1px dashed #4090e5 !important;
	text-decoration: none;
	background: none !important;
}

.notices-box .notices-box__list .notices-box__item__icon {
	margin-right: 10px;
	color: #01cb68;
}

.notices-box--error:before {
	background: #eb7591;
}

.notices-box--error .notices-box__item__icon {
	color: #eb7591 !important;
}

.notices-box--notice:before {
	background: #47a0ff;
}

.notices-box--notice .notices-box__item__icon {
	color: #47a0ff !important;
}

@media (max-width: 991px) {
	.notices-box {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.notices-box {
		padding-left: 30px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.notices-box {
		padding-right: 30px;
	}
}

.product-thumbnails__item {
	margin-top: 30px;
	float: none;
	display: inline-block;
	text-align: center;
}

.product-box .product-thumbnails__item {
	width: 33.33333333%;
}

@media (max-width: 500px) {
	.product-thumbnails__item {
		width: 50% !important;
	}
}

.tour-fixed-booking-btn-box {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(51, 73, 96, 0.8);
	padding: 20px;
	z-index: 100;
	display: none;
}

.tour-fixed-booking-btn-box__btn {
	border-radius: 5px;
	border: 2px solid #f6f6f6;
}

.tour-fixed-booking-btn-box__btn:hover {
	border: 2px solid #f6f6f6;
}

@media (max-width: 991px) {
	.tour-booking-form-is-scrolled-out .tour-fixed-booking-btn-box {
		display: block;
	}
}

.title {
	margin-bottom: 30px;
	position: relative;
}

.title__primary {
	margin: 0;
	line-height: 1.333em;
	font-size: 2.000em;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.title__subtitle {
	margin-bottom: 10px;
	font-family: 'Kaushan Script';
	font-size: 1.200em;
}

.title--decoration-bottom-left {
	padding-bottom: 30px;
}

.title--decoration-bottom-left:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	bottom: -1px;
	left: 0;
	width: 50px;
}

.title--decoration-bottom-center {
	padding-bottom: 20px;
}

.title--decoration-bottom-center:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	bottom: -1px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
}

.title--center {
	margin-bottom: 30px;
	text-align: center;
}

.title--big .title__primary {
	font-size: 2.400em;
}

.title--small .title__primary {
	font-size: 1.333em;
}

.title--underline {
	border-bottom: 1px solid #e9e9e9;
}

.title--underline-light {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.title--light {
	color: #fff;
}

.title--style2 .title__primary {
	margin-bottom: 20px;
}

.title--style2 .title__subtitle {
	margin: 0;
	margin-bottom: 30px;
	padding-left: 20px;
	position: relative;
	color: #999;
	font-family: Oxygen;
}

.title--style2 .title__subtitle:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	width: 5px;
	height: 25px;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tours-type.section-white {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.tours-type.section-white {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.tours-type.section-white {
		padding-bottom: 40px;
	}
}

.tours-type__slider {
	position: relative;
}

.tours-type__slider__controls a {
	display: block;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #cdcdcd;
	font-size: 1.600em;
	border-bottom: none;
}

.tours-type__slider__controls a:hover {
	color: #b1b1b1;
}

.tours-type__slider__prev {
	left: -40px;
}

.tours-type__slider__next {
	right: -40px;
}

.tours-type__item {
	position: relative;
	border-radius: 3px;
	text-align: center;
}

.tours-type__item__image {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: none;
}

.tours-type__item__image img {
	border-radius: 3px;
}

.tours-type__item__image:hover {
	border-bottom: none;
	opacity: 0.8;
}

.tours-type__item__title {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
	color: #fff;
	font-size: 1.467em;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	pointer-events: none;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

@media (max-width: 1200px) {
	.tours-type__slider {
		padding: 0 40px;
	}

	.tours-type__slider__prev {
		left: 0;
	}

	.tours-type__slider__next {
		right: 0;
	}
}

.last-posts__item__container {
	position: relative;
}

.last-posts__item--with-images .last-posts__item__container {
	margin-bottom: 127.5px;
}

.last-posts__item--with-images .last-posts__item__container--flex {
	margin-bottom: 0;
}

.last-posts__item--with-images .last-posts__item__content {
	width: 80%;
	min-height: 185px;
	padding: 35px 30px !important;
	position: absolute;
	left: 50%;
	bottom: 70px;
	-moz-transform: translate(-50%, 90%);
	-ms-transform: translate(-50%, 90%);
	-webkit-transform: translate(-50%, 90%);
	-o-transform: translate(-50%, 90%);
	transform: translate(-50%, 90%);
	overflow: hidden;
}

.last-posts__item__content {
	padding: 35px 30px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
}

.last-posts__item__content-flex-shadow .last-posts__item__content {
	position: static !important;
	visibility: hidden;
	transform: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.last-posts__item__title {
	margin: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 1.600em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.last-posts__item__title a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: none;
}

.last-posts__item__title a:hover {
	color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
}

.last-posts__item__description {
	margin-bottom: 15px;
}

.last-posts__item__image-wrap {
	display: block;
	border-bottom: 0;
}

.last-posts__item__image-wrap:hover {
	border-bottom: 0;
	opacity: 0.8;
}

.section-white .last-posts__item__content {
	padding-top: 0;
}

@media (max-width: 500px) {
	.last-posts__item__content-flex-shadow {
		display: none;
	}

	.last-posts__item--with-images .last-posts__item__container {
		margin-bottom: 0;
	}

	.last-posts__item--with-images .last-posts__item__content {
		width: 100%;
		height: auto;
		padding: 30px 0;
		position: static;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.form-subscribe input {
	height: 50px;
	line-height: 50px;
	margin: 0;
	border: none;
}

.form-subscribe input[type="text"] {
	display: inline-block;
	width: 320px;
	padding: 0 20px;
	border-radius: 0;
	color: #333;
}

.form-subscribe input[type="submit"] {
	margin: 0;
	padding: 0 30px;
	color: #fff;
	font-size: 0.934em;
	border-radius: 0;
	text-transform: uppercase;
	border: none;
	white-space: nowrap;
	background: #01cb68;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.form-subscribe input::-webkit-input-placeholder {
	color: #a6a6a6;
	font: normal 300 1em/3.333em Oxygen;
}

.form-subscribe input::-moz-placeholder {
	color: #a6a6a6;
	font: normal 300 1em/3.333em Oxygen;
	opacity: 1;
}

.form-subscribe input:-ms-input-placeholder {
	color: #a6a6a6;
	font: normal 300 1em/3.333em Oxygen;
}

.form-subscribe .yks-mailchimpFormDiv {
	display: inline-block;
	border: 10px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.form-subscribe .yks-mailchimpFormDivRow {
	display: inline-block;
	width: auto;
	margin: 0;
	vertical-align: middle;
}

.form-subscribe .yks-mc-label-email-address {
	display: none;
}

.form-subscribe .yks-mc-form-row-email-address {
	width: auto;
	margin-right: -10px;
}

.form-subscribe .yks-mailchimpFormDivSubmit {
	margin: 0;
}

.form-subscribe .yks-mailchimpFormDivSubmit p {
	margin: 0;
}

.form-subscribe #yks_form_error_message {
	display: block !important;
	float: none;
	text-align: center;
}

.form-subscribe #yks_form_error_message ul {
	display: block;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
}

.form-subscribe #yks_form_error_message ul li {
	display: block;
	width: 100%;
	float: none;
	color: #fff;
	text-align: center;
}

.form-subscribe #yks_form_error_message ul li:before {
	color: #fff;
}

.form-subscribe .yks-status,
.form-subscribe #yks_form_error_message {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	bottom: -50px;
	font-size: 0.867em;
}

.form-subscribe .yks-status .yks-success,
.form-subscribe #yks_form_error_message .yks-success {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

.form-subscribe .yks-status .yks-success p,
.form-subscribe .yks-status .yks-error p,
.form-subscribe #yks_form_error_message .yks-success p,
.form-subscribe #yks_form_error_message .yks-error p {
	margin: 0 auto 10px;
	color: #fff;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.form-subscribe #yks_form_error_message {
	bottom: -65px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.form-subscribe .yks-mc-submit-preloader {
	display: none;
}

.form-subscribe .yks-mailchimpFormDivRowField {
	position: relative;
}

.form-subscribe .yks-mailchimpFormContainer {
	position: relative;
}

@media (max-width: 767px) {
	.form-subscribe input[type="text"] {
		width: 300px;
	}

	.form-subscribe .yks-status,
	.form-subscribe #yks_form_error_message {
		position: static;
	}

	.form-subscribe #yks_form_error_message {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 500px) {
	.form-subscribe .yks-mailchimpFormDiv {
		display: block;
	}

	.form-subscribe .yks-mailchimpFormDivRow {
		display: block;
		width: 100%;
	}

	.form-subscribe .yks-mc-form-row-email-address {
		width: 100%;
		margin: 0;
	}

	.form-subscribe input[type="text"],
	.form-subscribe input[type="submit"] {
		width: 100%;
	}
}

.form-subscribe {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.form-subscribe--full-width {
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
}

.form-subscribe__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
}

.form-subscribe__shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #229fbc;
	opacity: 0.9;
}

.form-subscribe__title {
	margin-bottom: 20px;
	font-size: 1.867em;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.form-subscribe__description {
	font-family: 'Kaushan Script';
	font-size: 1.200em;
	margin-bottom: 20px;
}

.form-subscribe__form-wrap {
	position: relative;
}

.form-subscribe__form-wrap .yikes-easy-mc-form {
	display: inline-block;
	line-height: 50px;
	width: auto;
	border: 10px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.form-subscribe__form-wrap .yikes-easy-mc-form span.EMAIL-label {
	display: none;
}

.form-subscribe__form-wrap .yikes-easy-mc-form label {
	margin: 0;
	width: auto;
	position: relative;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	display: inline-block;
	height: 50px;
	width: auto;
	margin: 0 0 0 -5px !important;
	padding: 0 30px;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 0.934em;
	text-transform: uppercase;
	white-space: nowrap;
	background: #01cb68;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	vertical-align: top;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-submit-button:active {
	box-shadow: none;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-submit-button:focus {
	outline: none;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-email {
	display: inline-block;
	width: 320px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 20px;
	border: none;
	outline: 0;
	border-radius: 0;
	background: #fff;
	color: #333;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-email::-webkit-input-placeholder {
	color: #a6a6a6;
	font: normal 300 1em/3.333em Oxygen;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-email::-moz-placeholder {
	color: #a6a6a6;
	font: normal 300 1em/3.333em Oxygen;
	opacity: 1;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-email:-ms-input-placeholder {
	color: #a6a6a6;
	font: normal 300 1em/3.333em Oxygen;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-email:focus {
	outline: 0;
}

.form-subscribe__form-wrap .yikes-easy-mc-form .form-field-description {
	margin: 0;
}

.form-subscribe__form-wrap .edit-link {
	display: none;
}

.form-subscribe__form-wrap .yikes-easy-mc-error-message,
.form-subscribe__form-wrap .yikes-easy-mc-success-message {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 0.867em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

@media (max-width: 767px) {

	.form-subscribe__form-wrap .yikes-easy-mc-error-message,
	.form-subscribe__form-wrap .yikes-easy-mc-success-message {
		position: static;
		margin-bottom: 10px;
	}
}

@media (max-width: 500px) {
	.form-subscribe {
		padding-left: 15px;
		padding-right: 15px;
	}

	.form-subscribe--full-width {
		margin-left: -15px;
		margin-right: -15px;
	}

	.form-subscribe__form-wrap .yikes-easy-mc-form {
		display: block;
	}

	.form-subscribe__form-wrap .yikes-easy-mc-form label,
	.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-submit-button,
	.form-subscribe__form-wrap .yikes-easy-mc-form .yikes-easy-mc-email {
		width: 100%;
		margin: 0 !important;
	}
}

.social-icons__title {
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.social-icons__icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: 25px;
	margin-right: 10px;
	position: relative;
	border-radius: 100%;
	color: #fff;
	font-size: 1.467em;
	background: #229fbc;
	border-bottom: none !important;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-icons__icon:hover {
	color: #fff;
	opacity: 1;
}

.social-icons__icon:focus {
	color: #fff;
	outline: 0;
}

.social-icons__icon:last-child {
	margin-right: 0;
}

.social-icons__icon--facebook {
	background: #3b5998;
}

.social-icons__icon--twitter {
	background: #00acee;
}

.social-icons__icon--youtube {
	background: #cd201f;
}

.social-icons__icon--pinterest {
	background: #c8232c;
}

.social-icons__icon--linkedin {
	background: #0e76a8;
}

.social-icons__icon--instagram {
	background: #3f729b;
}

.social-icons__icon--dribbble {
	background: #ea4c89;
}

.social-icons__icon--tumblr {
	background: #5eab1f;
}

.social-icons__icon--vk {
	background: #597da3;
}

.social-icons__icon--tripadvisor {
	background: #53953d;
}

.social-icons__icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-icons--square .social-icons__title {
	font-size: 1.200em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.social-icons--square .social-icons__icon {
	width: 40px;
	height: 40px;
	margin-top: 15px;
	border-radius: 3px;
	font-size: 1.333em;
	border-bottom: none;
}

.tours-tabs .nav-tabs {
	margin: 0;
	border-bottom: 3px solid #229fbc;
}

.tours-tabs .nav-tabs li {
	margin-bottom: 0;
	margin-right: 8px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.tours-tabs .nav-tabs li:last-child {
	margin-right: 0;
}

.tours-tabs .nav-tabs li a {
	height: 50px;
	line-height: 51px;
	margin: 0;
	padding: 0 35px;
	color: #333;
	font-size: 0.933em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
}

.tours-tabs .nav-tabs li a:hover {
	background: #fff;
}

.tours-tabs .nav-tabs li.active {
	box-shadow: none;
}

.tours-tabs .nav-tabs li.active a {
	height: 53px;
	line-height: 57px;
	margin-top: -3px;
	border: none;
	background: #229fbc;
	color: #fff;
}

.tours-tabs .tab-content {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	background: #fff;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.tours-tabs__info {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	background: #fdfdfd;
}

.tours-tabs__info__item {
	display: table-cell;
	height: 120px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ebebeb;
}

.tours-tabs__info__item:last-child {
	border-right: none;
}

.tours-tabs__info__item__content {
	display: inline-block;
	padding-left: 50px;
	position: relative;
	text-align: left;
}

.tours-tabs__info__item__icon {
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 30px;
	color: #229fbc;
}

.tours-tabs__info__item__title {
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5em;
}

.tours-tabs__info__item__description {
	font-size: 0.933em;
	color: #a1a1a1;
}

.tours-tabs__content p {
	margin: 0;
	margin-bottom: 15px;
}

.tours-tabs__content p:last-child {
	margin-bottom: 0;
}

.tours-tabs__table {
	width: 100% !important;
	height: auto !important;
	margin: 30px 0;
	border: none;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	font-size: 0.933em;
}

.tours-tabs__table table {
	border: none;
	width: 100% !important;
	height: auto !important;
}

.tours-tabs__table thead tr {
	border-bottom: 1px solid #e4e4e4 !important;
}

.tours-tabs__table tr {
	border-bottom: 1px solid #e4e4e4;
}

.tours-tabs__table tr:last-child {
	border-bottom: none;
}

.tours-tabs__table td,
.tours-tabs__table th {
	padding: 20px;
	vertical-align: top;
	border: none;
}

.tours-tabs__table__title {
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

.tours-tabs__table table {
	width: 100%;
}

.tours-tabs__table table tr {
	border: none;
}

.tours-tabs__table table td {
	padding: 0;
}

.tours-tabs .tabs-accordion .panel {
	margin-bottom: 5px !important;
	border-radius: 3px !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.tours-tabs .tabs-accordion .panel:last-child {
	margin-bottom: 0;
}

.tours-tabs .tabs-accordion .panel-heading {
	border-radius: 3px;
}

.tours-tabs .tabs-accordion .panel-heading .panel-title {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tours-tabs .tabs-accordion .panel-heading a {
	display: block;
	height: 50px;
	line-height: 51px;
	padding: 0 30px;
	background: #229fbc;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	font-size: 0.933em;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.tours-tabs .tabs-accordion .panel-heading a.collapsed {
	background: #fff;
	color: #333;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.tours-tabs .tabs-accordion .panel-heading a {
		height: auto;
	}
}

.tours-tabs .tabs-accordion .panel-body {
	padding: 0;
}

.tours-tabs--with-border.tours-tabs .nav-tabs li {
	box-shadow: none;
}

.tours-tabs--with-border.tours-tabs .nav-tabs li.active a {
	border: 1px solid #229fbc;
	border-bottom: none;
}

.tours-tabs--with-border.tours-tabs .nav-tabs li a {
	border: 1px solid #e9e9e9;
	border-bottom: none;
}

.tours-tabs--with-border.tours-tabs .tab-content {
	box-shadow: none;
	border: 1px solid #e9e9e9;
}

@media (max-width: 767px) {
	.tours-tabs__info__item {
		display: block;
		border-right: none;
		border-bottom: 1px solid #ebebeb;
		position: relative;
	}

	.tours-tabs__info__item:last-child {
		border-bottom: none;
	}

	.tours-tabs__info__item__content {
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.tours-tabs__table {
		display: block;
	}

	.tours-tabs__table thead,
	.tours-tabs__table tbody,
	.tours-tabs__table tfoot,
	.tours-tabs__table tr,
	.tours-tabs__table td,
	.tours-tabs__table th {
		display: block;
		width: auto !important;
		height: auto !important;
	}

	.tours-tabs__table td,
	.tours-tabs__table th {
		padding: 0;
	}

	.tours-tabs__table>tr,
	.tours-tabs__table>thead>tr,
	.tours-tabs__table>tbody>tr,
	.tours-tabs__table>tfoot>tr {
		padding: 20px;
	}
}

@media (max-width: 500px) {

	.tours-tabs__table>tr,
	.tours-tabs__table>thead>tr,
	.tours-tabs__table>tbody>tr,
	.tours-tabs__table>tfoot>tr {
		padding: 10px;
	}
}

.tour-reviews {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.tour-reviews__items>.tour-reviews__item:last-child {
	border-bottom: 0;
}

.tour-reviews__items .children {
	margin: 0;
}

.tour-reviews__item {
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.tour-reviews__item .tour-reviews__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.tour-reviews__item__container {
	overflow: hidden;
}

.tour-reviews__item__container+.tour-reviews__item {
	border-top: 1px solid #f2f2f2;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.tour-reviews__item__container+.tour-reviews__item {
		margin-top: 30px;
	}
}

.tour-reviews__item__info {
	margin-right: 20px;
	float: left;
	text-align: center;
}

.tour-reviews__item__info img {
	margin-bottom: 15px;
	border-radius: 100%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border: 6px solid #fff;
}

.tour-reviews__item__content__top {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.tour-reviews__item__rating {
	float: left;
	color: #ffcd47;
	font-size: 20px;
}

.tour-reviews__item__rating i {
	margin-right: 5px;
}

.tour-reviews__item__date {
	float: right;
	color: #c3c2c2;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.tour-reviews__item__name {
	font-family: 'Kaushan Script';
	font-size: 1.133em;
}

.tour-reviews__form {
	border-top: 1px solid #e9e9e9;
}

.tour-reviews__form__title {
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.tour-reviews__form__rating {
	margin: 15px 0;
	font-size: 1.067em;
	overflow: hidden;
}

.tour-reviews__form__rating__label {
	margin-right: 20px;
	float: left;
}

.tour-reviews__form__rating .stars {
	margin: 0;
}

.tour-reviews__form__rating .stars a {
	margin-right: 0 !important;
	border-right: none !important;
	font-size: 1.333em;
}

.tour-reviews__form__rating .stars a:hover {
	border-bottom: none;
}

.tour-reviews__form__rating i {
	color: #ffcd47;
	font-size: 1.250em;
}

.tour-reviews__form__rating i:first-child {
	margin-left: 20px;
}

.tour-reviews__form__item {
	position: relative;
}

.tour-reviews__form input[type="text"] {
	width: 350px;
}

.tour-reviews__form textarea {
	width: 500px;
}

.tour-reviews__form input,
.tour-reviews__form textarea {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.tour-reviews__form input:focus,
.tour-reviews__form textarea:focus {
	border: 1px solid #d4d4d4;
	background-color: #fff;
}

.tour-reviews__rating-total {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.tour-reviews__rating-total__stars {
	margin-right: 25px;
	float: left;
	font-size: 22px;
}

.tour-reviews__rating-total__stars i {
	margin-right: 5px;
	color: #ffcd47;
}

.tour-reviews__rating-total__text {
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.tour-reviews .woocommerce-noreviews,
.tour-reviews .woocommerce-verification-required,
.tour-reviews .form-submit {
	margin: 0;
}

#tabreviews .tours-tabs__content {
	padding: 0;
}

.tours-tabs .tour-reviews {
	margin: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.tours-tabs .tour-reviews .section-title {
	display: none;
}

@media (max-width: 767px) {
	.tour-reviews__item__rating {
		float: none;
	}

	.tour-reviews__item__date {
		float: none;
	}

	.tour-reviews__form input[type="text"],
	.tour-reviews__form textarea {
		width: 100%;
	}
}

.contact-info__item {
	display: table;
	width: 100%;
	margin-bottom: 6px;
}

.contact-info__item:last-child {
	margin-bottom: 0;
}

.contact-info__item__icon {
	display: table-cell;
	width: 25px;
}

.contact-info__item__icon i {
	width: 1.667em;
	height: 1.667em;
	line-height: 1.667em;
	margin-right: 10px;
	background: #229fbc;
	color: #fff;
	border-radius: 100%;
	text-align: center;
}

.contact-info__item__icon__mobile:before {
	font-size: 1.333em;
}

.contact-info__item__icon__email:before {
	font-size: 0.867em;
	vertical-align: top;
}

.contact-info__item__text {
	display: table-cell;
	vertical-align: top;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.gallery__navigation {
	min-height: 65px;
	line-height: 65px;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.gallery__navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery__navigation ul>li {
	display: inline-block;
	border-left: 1px solid #e9e9e9;
}

.gallery__navigation ul>li:last-child {
	border-right: 1px solid #e9e9e9;
}

.gallery__navigation ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 35px;
	color: #333;
	font-size: 0.933em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	border-bottom: none;
}

.gallery__navigation ul>li>a:hover {
	color: #229fbc;
	text-decoration: none;
}

.gallery__navigation__item-current a:after {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	bottom: -1px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.gallery__navigation--items-box {
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.gallery__navigation--items-box ul>li {
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	border-left: none;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.gallery__navigation--items-box ul>li:last-child {
	margin-right: 0;
	border-right: none;
}

.gallery__items {
	margin-bottom: -30px;
	display: flex;
	flex-wrap: wrap;
}

.gallery__item {
	display: flex;
	position: relative;
	border-bottom: none;
	overflow: hidden;
	text-align: center;
}

.gallery__item:hover {
	border-bottom: none;
}

.gallery__item:hover .gallery__item__info {
	opacity: 1;
}

.gallery__item-wrap {
	padding-bottom: 30px;
}

.gallery__item__info {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.gallery__item__info__content {
	display: block;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	overflow: hidden;
}

.gallery__item__title {
	display: block;
	margin: 0;
	font-size: 1.200em;
	font-weight: bold;
}

.gallery__item__description {
	display: block;
	font-size: 1.067em;
	text-transform: uppercase;
	font-weight: bold;
}

.gallery__item__delimiter {
	display: inline-block;
	width: 60px;
	height: 1px;
	margin-bottom: 3px;
	background: #fff;
	opacity: 0.5;
}

.gallery__item__shadow {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #229fbc;
	opacity: 0.9;
	border-radius: 0;
	z-index: 1;
}

.gallery .pagination {
	text-align: center;
}

.gallery .pagination a {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 58px;
	margin-right: 10px;
	border-radius: 3px;
	position: relative;
	background: #eaeaea;
	color: rgba(51, 51, 51, 0.7);
	font-size: 0.933em;
	text-transform: uppercase;
	border-bottom: none;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.gallery .pagination a:hover {
	cursor: pointer;
	color: rgba(51, 51, 51, 0.9);
	background: #e6e6e6;
}

.gallery .pagination .jp-previous,
.gallery .pagination .jp-next {
	margin: 0;
	position: relative;
}

.gallery .pagination .jp-previous:before,
.gallery .pagination .jp-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: FontAwesome;
	font-size: 1.571em;
	font-weight: normal;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gallery .pagination .jp-previous {
	float: left;
}

.gallery .pagination .jp-previous:before {
	content: "\f104";
}

.gallery .pagination .jp-previous:hover {
	text-decoration: none;
}

.gallery .pagination .jp-next {
	float: right;
}

.gallery .pagination .jp-next:before {
	content: "\f105";
}

.gallery .pagination .jp-next:hover {
	text-decoration: none;
}

.gallery .pagination .jp-disabled,
.gallery .pagination .jp-current {
	opacity: 0.55;
}

.gallery .pagination .jp-disabled:hover,
.gallery .pagination .jp-current:hover {
	cursor: default;
	background: #eaeaea;
	color: rgba(51, 51, 51, 0.7);
}

.gallery.gallery--page.gallery--withbanner {
	margin-top: -40px;
}

@media (max-width: 767px) {
	.gallery.gallery--page.gallery--withbanner {
		margin-top: -30px;
	}
}

.gallery.gallery--page.gallery--withbanner .gallery__navigation {
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
}

@media (max-width: 767px) {

	.gallery .pagination .jp-previous,
	.gallery .pagination .jp-next {
		display: none;
	}
}

@media (max-width: 500px) {

	.gallery .pagination .jp-previous,
	.gallery .pagination .jp-next {
		display: inline-block !important;
		float: none;
		margin-right: 30px;
	}

	.gallery .pagination .jp-previous:last-child,
	.gallery .pagination .jp-next:last-child {
		margin-right: 0;
	}

	.gallery .pagination a {
		display: none;
	}
}

.shortcode-tour-reviews.section-white {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.shortcode-tour-reviews.section-white {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.shortcode-tour-reviews.section-white {
		padding-bottom: 30px;
	}
}

.shortcode-tour-reviews__item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px dashed #ececec;
}

.shortcode-tour-reviews__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.shortcode-tour-reviews__item__info {
	float: left;
	text-align: center;
}

.shortcode-tour-reviews__item__info img {
	margin-bottom: 20px;
	border-radius: 100%;
	border: 6px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.shortcode-tour-reviews__item__info__name {
	font-family: 'Kaushan Script';
}

.shortcode-tour-reviews__item__content {
	width: 100%;
	padding-left: 140px;
}

.shortcode-tour-reviews__item__title {
	margin: 10px 0;
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.shortcode-tour-reviews__item__title a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: none;
}

.shortcode-tour-reviews__item__title a:hover {
	color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
}

.shortcode-tour-reviews__item__description {
	color: #686868;
}

.shortcode-tour-reviews__item__rating {
	margin-top: 10px;
	color: #ffcd47;
	font-size: 1.200em;
}

.shortcode-tour-reviews__item__rating i {
	margin-right: 5px;
}

.gift-cart {
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
	background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/gift-pattern.png") #fa64ac;
	color: #fff;
}

.gift-cart__box {
	position: relative;
	padding: 80px;
	padding-left: 240px;
}

.gift-cart__bow {
	width: 12px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 150px;
	background: #fff;
}

.gift-cart__bow:after {
	content: " ";
	display: block;
	width: 88px;
	height: 67px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/bow.png") no-repeat;
}

.gift-cart__title {
	margin: 0;
	margin-bottom: 15px;
	font-family: 'Kaushan Script';
	font-size: 1.600em;
	font-weight: normal;
}

.gift-cart__description {
	font-size: 1.200em;
}

.gift-cart__button {
	display: inline-block;
	margin-top: 20px;
	padding: 0 50px;
	line-height: 50px;
	background: #fff;
	border: none;
	border-radius: 50px;
	color: #eb5ea2;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	font-size: 1.067em;
	text-transform: uppercase;
}

.gift-cart__button:hover {
	color: #eb5ea2;
	text-decoration: none;
}

.gift-cart--button .gift-cart__box {
	padding-right: 350px;
}

.gift-cart--button .gift-cart__button {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 120px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-bottom: none;
}

@media (max-width: 991px) {
	.gift-cart__box {
		padding-right: 60px !important;
		padding-left: 150px !important;
	}

	.gift-cart__button {
		margin-top: 20px !important;
		position: static !important;
		transform: none !important;
	}

	.gift-cart__bow {
		left: 60px !important;
	}
}

@media (max-width: 500px) {
	.gift-cart__box {
		padding-right: 30px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		padding-left: 95px !important;
	}

	.gift-cart__button {
		line-height: 30px;
		padding: 0 30px;
	}

	.gift-cart__bow {
		left: 40px !important;
	}
}

.tours-type-icons {
	position: relative;
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
	overflow: hidden;
}

.tours-type-icons__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
}

.tours-type-icons__shadow {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #334960;
	opacity: 0.7;
	border-radius: 0;
}

.tours-type-icons__content {
	position: relative;
	z-index: 1;
}

.tours-type-icons__item__container {
	display: block;
	width: 195px;
	height: 195px;
	margin: 0 auto;
	position: relative;
	border: 3px solid rgba(255, 255, 255, 0.85);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tours-type-icons__item__container:hover {
	background: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	border: 3px solid rgba(255, 255, 255, 0.85);
}

.tours-type-icons__item__container:hover .tours-type-icons__item__content {
	color: #334960;
}

.tours-type-icons__item__content {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 1.200em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tours-type-icons__item__content i {
	display: block;
	margin-bottom: 25px;
	font-size: 3.611em;
}

.tours-type-icons__slider {
	position: relative;
}

.tours-type-icons__slider__prev,
.tours-type-icons__slider__next {
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.600em;
	border-bottom: none;
}

.tours-type-icons__slider__prev:hover,
.tours-type-icons__slider__next:hover {
	color: rgba(255, 255, 255, 0.8);
	border-bottom: none;
}

.tours-type-icons__slider__prev:focus,
.tours-type-icons__slider__next:focus {
	color: #fff;
}

.tours-type-icons__slider__prev {
	left: -35px;
}

.tours-type-icons__slider__next {
	right: -35px;
}

@media (max-width: 1200px) {
	.tours-type-icons__slider {
		padding: 0 40px;
	}

	.tours-type-icons__slider__prev {
		left: 0;
	}

	.tours-type-icons__slider__next {
		right: 0;
	}

	.tours-type-icons__item__container {
		width: 145px;
		height: 145px;
	}

	.tours-type-icons__item__content {
		font-size: 1.1em;
		line-height: 1.4em;
	}

	.tours-type-icons__item__content i {
		font-size: 3em;
		margin-bottom: 15px;
	}
}

@media (max-width: 992px) {
	.tours-type-icons__item__container {
		width: 105px;
		height: 105px;
	}

	.tours-type-icons__item__content {
		font-size: 0.8em;
	}

	.tours-type-icons__item__content i {
		margin-bottom: 10px;
	}
}

.icon-tick {
	margin-right: 10px;
}

.icon-tick--on {
	color: #01cb68;
}

.icon-tick--off {
	color: #eb7591;
}

.timeline__item {
	display: table;
	width: 100%;
	margin-bottom: 2px;
}

.timeline__item:last-child .timeline__item__content {
	padding-bottom: 0 !important;
}

.timeline__item:last-child .timeline__item__description {
	margin-bottom: -7px;
}

.timeline__item:last-child .timeline__item__icon-wrap:before {
	display: none;
}

.timeline__item__icon-wrap {
	display: table-cell;
	vertical-align: top;
	width: 70px;
	position: relative;
	overflow: hidden;
}

.timeline__item__icon-wrap:before {
	content: " ";
	display: block;
	border-left: 4px dotted #229fbc;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.timeline__item__icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #229fbc;
	border-radius: 100%;
	text-align: center;
	font-family: 'Kaushan Script';
	font-size: 1.467em;
	color: #fff;
	position: relative;
	z-index: 2;
}

.timeline__item__icon:before {
	content: " ";
	display: block;
	width: 60px;
	height: 60px;
	background: transparent;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.timeline__item__icon__text {
	display: inline-block;
	margin-left: -3px;
}

.timeline__item__content {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
}

.timeline__item__title {
	margin: 20px 0 !important;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	font-size: 1.467em;
}

@media (max-width: 500px) {
	.timeline__item {
		margin-bottom: 0;
	}

	.timeline__item__icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.timeline__item__icon:before {
		width: 50px;
		height: 50px;
	}

	.timeline__item__icon-wrap:before {
		border-left: 3px dotted #229fbc;
		margin-left: -6px;
	}

	.timeline__item__title {
		margin-top: 10px !important;
	}

	.timeline__item__content {
		padding-left: 15px;
	}
}

@media (max-width: 450px) {
	.timeline__item {
		display: block;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.timeline__item__icon-wrap {
		display: block;
		margin: 0 10px 10px 0;
		float: left;
	}

	.timeline__item__icon-wrap:before {
		display: none;
	}

	.timeline__item__content {
		display: block;
		padding-left: 0;
	}
}

@media (max-width: 450px) and (max-width: 767px) {
	.timeline__item {
		margin-bottom: 30px;
	}
}

.icons-set__row {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.icons-set__row {
		margin-bottom: 30px;
	}
}

.icons-set__row:last-child {
	margin-bottom: 0;
}

.icons-set__item {
	display: table;
	width: 100%;
}

.icons-set__item__field {
	display: table-cell;
	vertical-align: top;
}

.icons-set__item__field--fix-size {
	width: 85px;
}

.icons-set__item__title {
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.icons-set__item__description {
	line-height: 1.6em;
	color: #9a9a9a;
}

.icons-set__item__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.667em;
}

.icons-set__item__icon-wrap {
	width: 66px;
	height: 66px;
	background: #229fbc;
	border-radius: 100%;
	position: relative;
	color: #fff;
}

.icons-set__item__icon-wrap a {
	color: #fff;
}

.icons-set__item__icon-wrap:before {
	content: " ";
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px dotted rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}

@media (max-width: 767px) {
	.icons-set__row {
		margin-bottom: 0;
	}

	.icons-set__item {
		margin-bottom: 30px;
	}
}

.accordion__item {
	border-radius: 3px !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.accordion__item__title-wrap {
	background: transparent !important;
}

.accordion__item__link {
	display: block;
	height: 50px;
	line-height: 51px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 0.933em;
	color: #fff !important;
	background: #229fbc;
	border-bottom: none;
}

@media (max-width: 767px) {
	.accordion__item__link {
		height: auto;
	}
}

.accordion__item__link:hover,
.accordion__item__link:focus {
	color: #333;
	border-bottom: none;
}

.accordion__item__link.collapsed {
	color: #333 !important;
	background: #fff;
}

.accordion__item__content {
	padding: 30px !important;
	border-top: none !important;
}

.accordion .accordion__item {
	margin-bottom: 5px !important;
}

.accordion--with-border .accordion__item {
	box-shadow: none;
}

.accordion--with-border .accordion__item__link {
	border: 1px solid #229fbc;
}

.accordion--with-border .accordion__item__link.collapsed {
	border: 1px solid #e9e9e9;
}

.accordion--with-border .accordion__item__content {
	border: 1px solid #e9e9e9 !important;
	border-top: none !important;
}

.widget__title {
	color: #fff;
	opacity: 0.9;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-size: 1.286em;
}

.widget a {
	border-bottom: none;
}

.widget ul {
	margin: 0;
	padding: 0;
	position: relative;
	color: #333;
	border: none;
	list-style: none;
}

.widget ul li {
	position: relative;
	padding-left: 20px;
}

.widget ul li:before {
	content: "\f0a9";
	display: inline-block;
	font-family: FontAwesome;
	color: #229fbc;
	position: absolute;
	top: 0;
	left: 0;
}

.widget ul li .children {
	margin-left: 30px;
}

.widget ul a {
	color: #333;
}

.widget ul a:hover {
	color: #4090e5;
}

.widget .tagcloud a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0 15px;
	background: #f1f1f1;
	border-radius: 3px;
	color: #333;
	font-family: 'Kaushan Script';
	font-size: 0.933em !important;
	border-bottom: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.widget .tagcloud a:hover {
	background: #e9e9e9;
}

.widget .textwidget {
	text-align: center;
}

.widget .textwidget__image {
	margin-top: 30px;
}

.widget .search-form,
.widget .wp-block-search {
	position: relative;
}

.widget .search-form label,
.widget .wp-block-search label {
	display: none;
}

.widget .search-form:before,
.widget .wp-block-search:before {
	content: "\f002";
	display: block;
	color: #c8c8c8;
	font-family: FontAwesome;
	font-size: 1.333em;
	position: absolute;
	top: 50%;
	right: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.widget .search-form .screen-reader-text,
.widget .wp-block-search .screen-reader-text {
	display: none;
}

.widget .search-form input[type="text"],
.widget .search-form input[type="search"],
.widget .wp-block-search input[type="text"],
.widget .wp-block-search input[type="search"] {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 0 50px 0 20px;
	background: #f3f3f3;
	border: none;
	height: 55px;
	border-radius: 30px;
}

.widget .search-form input[type="submit"],
.widget .search-form button[type="submit"],
.widget .wp-block-search input[type="submit"],
.widget .wp-block-search button[type="submit"] {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
}

.widget.widget_calendar table {
	width: 100%;
	table-layout: fixed;
	border: none;
}

.widget.widget_calendar table td,
.widget.widget_calendar table th {
	line-height: 1.615em;
	border: none;
	text-align: center;
	font-size: 0.867em;
}

.widget.widget_calendar table caption {
	margin-bottom: 10px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.widget.widget_calendar table thead {
	background: #eee;
}

.widget.widget_calendar table thead th {
	border: 1px solid #eee;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.widget.widget_calendar table tbody td {
	background: #fff;
	border: 1px solid #ededed;
	text-align: center;
}

.widget.widget_calendar table tbody td a {
	color: #4090e5;
	border-bottom: 1px dashed transparent;
}

.widget.widget_calendar table tbody td a:hover {
	border-bottom: 1px dashed #4090e5;
}

.widget.widget_calendar table tfoot #prev {
	text-align: left;
}

.widget.widget_calendar table tfoot #next {
	text-align: right;
}

.widget.widget_calendar table tfoot a {
	color: #333;
}

.widget.widget_calendar table tfoot a:hover {
	color: #4090e5;
}

.widget .rsswidget {
	display: block;
	margin-bottom: 10px;
	font-size: 1.067em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.widget .rsswidget img {
	display: none;
}

.widget .rss-date {
	display: block;
	margin-bottom: 5px;
	color: #aaa;
}

.widget .rssSummary {
	color: #333;
}

.widget .menu li {
	padding: 0;
	border-bottom: none;
	padding-left: 20px;
}

.widget .menu li:before {
	content: "\f0a9";
	display: inline-block;
	color: #229fbc;
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
}

.widget .menu li .sub-menu {
	margin-left: 15px;
}

.widget .dropdown-menu li {
	border-bottom: 1px dashed #e2e2e2 !important;
}

.widget .dropdown-menu li:before {
	display: none !important;
}

.widget .dropdown-menu li:last-child {
	border-bottom: none !important;
}

.sidebar .recentcomments a {
	color: #4090e5;
	border-bottom: 1px dashed transparent;
}

.sidebar .recentcomments a:hover {
	border-bottom: 1px dashed #4090e5;
}

.sidebar .post-date {
	color: #aaa;
}

.footer .widget__title {
	font-size: 1.200em;
	color: #fff;
	opacity: 0.9;
}

.footer .widget ul>li {
	color: #959da7;
}

.footer .widget ul>li:before {
	color: #959da7;
}

.footer .widget ul>li>a {
	color: #fff;
}

.footer .widget.widget_calendar {
	color: #333;
}

.footer .widget.widget_calendar caption {
	color: #959da7;
}

.footer .widget.widget_calendar table tfoot a {
	color: #fff;
	border-bottom: 1px dashed transparent;
}

.footer .widget.widget_calendar table tfoot a:hover {
	border-bottom-color: #fff;
}

.footer .widget .textwidget {
	text-align: left;
}

.footer .widget .rsswidget {
	color: #fff;
	opacity: 0.9;
	border-bottom: none;
}

.footer .widget .rssSummary {
	color: #959da7;
}

.footer .widget .menu li {
	border-bottom: none;
}

.footer .widget select a,
.footer .widget .dropdown-menu a {
	color: #333;
}

.footer .widget .searchform input {
	color: #333;
}

.footer .widget .tagcloud a {
	color: #333;
}

.footer .widget.widget_categories li,
.footer .widget.widget_archive li,
.footer .widget.widget_product_categories li,
.footer .widget.widget_tour_categories_adventure_tours li {
	position: relative;
	border-bottom: none;
}

.footer .widget.widget_categories li:before,
.footer .widget.widget_archive li:before,
.footer .widget.widget_product_categories li:before,
.footer .widget.widget_tour_categories_adventure_tours li:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
}

.footer .widget.widget_categories li .children,
.footer .widget.widget_archive li .children,
.footer .widget.widget_product_categories li .children,
.footer .widget.widget_tour_categories_adventure_tours li .children {
	border-top: none;
	position: relative;
}

.footer .widget.widget_categories li .children:before,
.footer .widget.widget_archive li .children:before,
.footer .widget.widget_product_categories li .children:before,
.footer .widget.widget_tour_categories_adventure_tours li .children:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
	bottom: auto;
	top: 0;
}

.footer .widget.widget_categories li:last-child,
.footer .widget.widget_archive li:last-child,
.footer .widget.widget_product_categories li:last-child,
.footer .widget.widget_tour_categories_adventure_tours li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.footer .widget.widget_categories li:last-child:before,
.footer .widget.widget_archive li:last-child:before,
.footer .widget.widget_product_categories li:last-child:before,
.footer .widget.widget_tour_categories_adventure_tours li:last-child:before {
	display: none;
}

.sidebar .widget_rss li:before,
.footer .widget_rss li:before {
	display: none;
}

.sidebar .widget_categories li,
.sidebar .widget_archive li,
.sidebar .widget_product_categories li,
.sidebar .widget_tour_categories_adventure_tours li,
.footer .widget_categories li,
.footer .widget_archive li,
.footer .widget_product_categories li,
.footer .widget_tour_categories_adventure_tours li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e2e2e2;
	padding-left: 0;
}

.sidebar .widget_categories li:before,
.sidebar .widget_archive li:before,
.sidebar .widget_product_categories li:before,
.sidebar .widget_tour_categories_adventure_tours li:before,
.footer .widget_categories li:before,
.footer .widget_archive li:before,
.footer .widget_product_categories li:before,
.footer .widget_tour_categories_adventure_tours li:before {
	display: none;
}

.sidebar .widget_categories li:last-child,
.sidebar .widget_archive li:last-child,
.sidebar .widget_product_categories li:last-child,
.sidebar .widget_tour_categories_adventure_tours li:last-child,
.footer .widget_categories li:last-child,
.footer .widget_archive li:last-child,
.footer .widget_product_categories li:last-child,
.footer .widget_tour_categories_adventure_tours li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar .widget_categories li .children,
.sidebar .widget_archive li .children,
.sidebar .widget_product_categories li .children,
.sidebar .widget_tour_categories_adventure_tours li .children,
.footer .widget_categories li .children,
.footer .widget_archive li .children,
.footer .widget_product_categories li .children,
.footer .widget_tour_categories_adventure_tours li .children {
	margin-top: 10px;
	margin-left: 0;
	padding-top: 10px;
	border-top: 1px dashed #e2e2e2;
}

.sidebar .widget_categories li .children li,
.sidebar .widget_archive li .children li,
.sidebar .widget_product_categories li .children li,
.sidebar .widget_tour_categories_adventure_tours li .children li,
.footer .widget_categories li .children li,
.footer .widget_archive li .children li,
.footer .widget_product_categories li .children li,
.footer .widget_tour_categories_adventure_tours li .children li {
	padding-left: 30px;
}

.sidebar .widget_categories li a,
.sidebar .widget_archive li a,
.sidebar .widget_product_categories li a,
.sidebar .widget_tour_categories_adventure_tours li a,
.footer .widget_categories li a,
.footer .widget_archive li a,
.footer .widget_product_categories li a,
.footer .widget_tour_categories_adventure_tours li a {
	border-bottom: none;
}

.widget-last-posts__item {
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.widget-last-posts__item:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
}

.widget-last-posts__item+.widget-last-posts__item {
	padding-top: 15px;
}

.widget-last-posts__item:last-child {
	padding-bottom: 0;
}

.widget-last-posts__item:last-child:before {
	display: none;
}

.widget-last-posts__item__container {
	display: table;
	width: 100%;
}

.widget-last-posts__item__container__item {
	display: table-cell;
	vertical-align: top;
}

.widget-last-posts__item__container__item--image {
	width: 60px;
}

.widget-last-posts__item__container--without-img .widget-last-posts__item__info {
	padding-left: 0;
}

.widget-last-posts__item__image {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-bottom: none !important;
}

.widget-last-posts__item__image img {
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.widget-last-posts__item__image img:hover {
	opacity: 0.8;
}

.widget-last-posts__item__info {
	padding-left: 10px;
}

.widget-last-posts__item__title {
	color: #fff;
	opacity: 0.9;
	font-size: 1.067em;
}

.widget-last-posts__item__title a {
	color: inherit;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	border-bottom: none !important;
}

.widget-last-posts__item__date {
	font-size: 0.933em;
}

.sidebar .widget-last-posts__item {
	border-bottom: 1px dashed #e2e2e2;
}

.sidebar .widget-last-posts__item:last-child {
	border: none;
}

.sidebar .widget-last-posts__item:before {
	display: none;
}

.sidebar .widget-last-posts__item__title {
	opacity: 1;
	font-size: 1.067em;
}

.sidebar .widget-last-posts__item__title a {
	color: #333;
}

.sidebar .widget-last-posts__item__date {
	color: #aaa;
	font-size: 0.933em;
}

.widget-twitter__item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.widget-twitter__item:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
}

.widget-twitter__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget-twitter__item:last-child:before {
	display: none;
}

.widget-twitter__item img {
	border-radius: 100%;
	margin-right: 10px;
}

.widget-twitter__item__container {
	display: table;
	width: 100%;
}

.widget-twitter__item__container__item {
	display: table-cell;
	vertical-align: top;
}

.widget-twitter__item__container__item--image {
	width: 48px;
}

.widget-twitter__item__info {
	padding-left: 10px;
	line-height: 21px;
}

.widget-twitter__item__content {
	margin-top: 10px;
	font-size: 0.933em;
}

.widget-twitter__item__content a {
	font-size: 1.071em;
}

.widget-twitter__item__time {
	margin-top: 5px;
	font-size: 0.933em;
}

.widget-twitter__item__name {
	color: #fff;
	opacity: 0.9;
	font-size: 1.067em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	border: none !important;
}

.widget-twitter__item__login {
	font-size: 0.867em;
}

.sidebar .widget-twitter__item {
	border-bottom: 1px dashed #e2e2e2;
}

.sidebar .widget-twitter__item:before {
	display: none;
}

.sidebar .widget-twitter__item:last-child {
	border-bottom: none;
}

.sidebar .widget-twitter__item__name {
	color: #333;
}

.sidebar .widget-twitter__item__login a,
.sidebar .widget-twitter__item__content a {
	border-bottom: 1px dashed transparent;
}

.sidebar .widget-twitter__item__login a:hover,
.sidebar .widget-twitter__item__content a:hover {
	border-bottom: 1px dashed #4090e5;
}

.widget-contact-info__item {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
}

.widget-contact-info__item:last-child {
	margin-bottom: 0;
}

.widget-contact-info__item__icon {
	display: table-cell;
	width: 27px;
	vertical-align: middle;
}

.widget-contact-info__item__icon i {
	width: 1.688em;
	height: 1.688em;
	line-height: 1.688em;
	border-radius: 100%;
	background: #959da7;
	color: #334960;
	font-size: 1.071em;
	text-align: center;
}

.widget-contact-info__item__icon__mobile:before {
	font-size: 1.313em;
}

.widget-contact-info__item__icon__email:before {
	font-size: 0.813em;
	vertical-align: top;
}

.widget-contact-info__item__text {
	display: table-cell;
	padding-left: 10px;
}

.sidebar .widget-contact-info i {
	background: #229fbc;
	color: #f6f6f6;
}

.atgrid--widget {
	padding-top: 10px;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.atgrid--widget .atgrid__item {
	margin-bottom: 30px !important;
}

.atgrid--widget .atgrid__item:last-child {
	margin-bottom: 0 !important;
}

.atgrid--widget .atgrid__item__top {
	border-radius: 3px;
	overflow: hidden;
}

.atgrid--widget .atgrid__item__top__title {
	margin: 0;
	position: absolute;
	top: 55%;
	left: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.333em;
}

.atgrid--widget .atgrid__item__top__title--alt {
	top: 75%;
}

.atgrid--widget .atgrid__item__top__title a {
	color: #fff;
	border-bottom: none;
}

.atgrid--widget .atgrid__item__price a {
	color: #fff;
	border-bottom: none !important;
}

.atgrid--widget .atgrid__item__price a:hover {
	color: #fff;
}

.atgrid--widget .atgrid__item__price:after {
	display: none;
}

.atgrid--widget .atgrid__item__icons {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.atgrid--widget .atgrid__item__icons i {
	font-size: 1.667em;
	margin-right: 10px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.atgrid--widget .atgrid__item__rating i {
	margin-right: 5px;
}

.footer .atgrid--widget {
	margin: 0;
}

.widget-atgrid-without-title .atgrid--widget {
	padding-top: 0;
}

.widget_yikes_mc_widget .yks-mailchimpFormDivRowLabel {
	display: none !important;
}

.widget_yikes_mc_widget .yks-mailchimpFormDivRowField input {
	height: 45px;
	padding: 0 20px !important;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget_yikes_mc_widget .yks-mailchimpFormDivRowField input:focus {
	background: #fff;
}

.widget_yikes_mc_widget .yks-mailchimpFormDivRow,
.widget_yikes_mc_widget .yks-mailchimpFormDivSubmit,
.widget_yikes_mc_widget .yks-mailchimpFormDivSubmit p {
	margin: 0 !important;
}

.widget_yikes_mc_widget .yikes-mailchimp-form-description {
	margin: 0 0 10px !important;
	color: rgba(255, 255, 255, 0.9);
}

.widget_yikes_mc_widget .yks-mailchimpFormDiv .yks-mc-input-field-row-email-address {
	display: inline-block;
}

.widget_yikes_mc_widget .ykfmc-submit {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	background: rgba(34, 159, 188, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.widget_yikes_mc_widget .ykfmc-submit:hover {
	background: #229fbc;
}

.widget_yikes_mc_widget .yks-status .yks-success {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
}

.widget_yikes_mc_widget .yks-mc-submit-preloader {
	display: none;
}

.widget_yikes_mc_widget #yks_form_error_message {
	margin: 0 0 10px;
	padding: 0;
	color: #eb7591;
	line-height: 1.4em;
	font-size: 13px !important;
}

.widget_yikes_mc_widget #yks_form_error_message ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style: initial;
}

.widget_yikes_mc_widget #yks_form_error_message ul li {
	width: auto !important;
	color: #eb7591 !important;
}

.widget_yikes_mc_widget #yks_form_error_message ul li:before {
	display: none;
}

.widget_yikes_mc_widget .yks-status .yks-success {
	width: 100%;
	margin: 0;
}

.widget_yikes_mc_widget .yks-status .yks-success p {
	margin: 0 0 10px;
}

.sidebar .widget_yikes_mc_widget {
	background-color: #334960;
}

.sidebar .widget_yikes_mc_widget .widget__title {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.widget_yikes_easy_mc_widget .yikes-mailchimp-form-description {
	display: none;
}

.widget_yikes_easy_mc_widget .edit-link {
	display: none;
}

.widget_yikes_easy_mc_widget span.EMAIL-label {
	display: none;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form label {
	margin: 0;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="text"],
.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="email"] {
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: none;
	border-radius: 3px;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="text"]::-webkit-input-placeholder,
.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="email"]::-webkit-input-placeholder {
	color: #a6a6a6;
	font: normal 300 0.933em/3.462em Oxygen;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="text"]::-moz-placeholder,
.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="email"]::-moz-placeholder {
	color: #a6a6a6;
	font: normal 300 0.933em/3.462em Oxygen;
	opacity: 1;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="text"]:-ms-input-placeholder,
.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="email"]:-ms-input-placeholder {
	color: #a6a6a6;
	font: normal 300 0.933em/3.462em Oxygen;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="text"]:focus,
.widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="email"]:focus {
	background: #fff;
	outline: 0;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form .form-field-description {
	display: none;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	height: 45px;
	line-height: 45px;
	margin: 10px 0 0 !important;
	padding: 0 30px;
	border: none;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	background: rgba(34, 159, 188, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
	background: #229fbc;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-success-message {
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.8);
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-error-message {
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
	color: #eb7591;
}

.sidebar .widget_yikes_easy_mc_widget {
	background: #334960;
}

.sidebar .widget_yikes_easy_mc_widget .widget__title {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.page-single__title {
	margin: 0;
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.page-single__content p {
	margin: 0;
	margin-bottom: 10px;
}

.page-single__content p:last-child {
	margin-bottom: 0;
}

.page-404__content {
	padding: 180px 0;
	background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/pattern-white-dot.png") #229fbc;
	text-align: center;
	position: relative;
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
}

.page-404__image {
	width: 360px;
	height: 156px;
	margin: 0 auto;
	background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/404.png") no-repeat center;
	background-size: contain;
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
	.page-404__image {
		background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/404@2x.png") no-repeat center;
		background-size: 100% auto;
	}
}

@media (max-width: 390px) {
	.page-404__image {
		width: 100%;
	}
}

.page-404__map {
	margin-top: 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("//globivoy.com/wp-content/themes/adventure-tours/assets/images/page404-map.png") no-repeat center top;
}

.page-404__description {
	margin: 30px 0 0;
	font-size: 1.467em;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
}

.page-404__form {
	position: relative;
	z-index: 2;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.page-404__form--style1 label {
	display: block;
}

.page-404__form--style1 .search-field {
	display: inline-block;
	width: 360px;
	height: 60px;
	line-height: 20px;
	margin: 0;
	padding: 17px 60px 17px 25px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 30px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 1.067em;
}

.page-404__form--style1 .search-field::-webkit-input-placeholder {
	color: #fff;
	font: normal 300 0.933em/21px Oxygen;
}

.page-404__form--style1 .search-field::-moz-placeholder {
	color: #fff;
	font: normal 300 0.933em/21px Oxygen;
	opacity: 1;
}

.page-404__form--style1 .search-field:-ms-input-placeholder {
	color: #fff;
	font: normal 300 0.933em/21px Oxygen;
}

.page-404__form--style1 input[type="submit"] {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 25px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 3;
	opacity: 0;
}

.page-404__form--style1 i {
	position: absolute;
	top: 50%;
	right: 25px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-size: 1.467em;
}

.page-404__form input[type="search"] {
	box-sizing: border-box;
}

.page-404__form--style2 {
	display: block;
	margin-top: 30px;
}

.page-404__form--style2 .screen-reader-text {
	display: none;
}

.page-404__form--style2:after {
	content: " ";
	display: block;
	clear: both;
}

.page-404__form--style2 .search-field {
	display: block;
	width: 72%;
	height: 50px;
	line-height: 48px;
	margin: 0;
	float: left;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.page-404__form--style2 .search-field::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.6);
	font: normal 400 1.067em/3.000em Oxygen;
}

.page-404__form--style2 .search-field::-moz-placeholder {
	color: rgba(51, 51, 51, 0.6);
	font: normal 400 1.067em/3.000em Oxygen;
	opacity: 1;
}

.page-404__form--style2 .search-field:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.6);
	font: normal 400 1.067em/3.000em Oxygen;
}

.page-404__form--style2 .search-field:focus {
	border: 1px solid #d4d4d4;
	background: #fff;
}

.page-404__form--style2 input[type="submit"] {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.page-404__form--style2 input[type="submit"]:focus,
.page-404__form--style2 input[type="submit"]:active {
	outline: 0;
}

.page-404__form--style2__button-wrap {
	margin-left: 20px;
	float: left;
}

.page-404__form--style2__button {
	height: 50px;
	line-height: 50px;
}

.page-404__box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.page-404__notice {
	position: relative;
}

.page-404__notice:before {
	content: ' ';
	display: block;
	background: #229fbc;
	position: absolute;
	height: 5px;
	width: 30px;
	width: 5px;
	height: 25px;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media (max-width: 767px) {
	.page-404__form--style2 .search-field {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}

	.page-404__form--style2__button-wrap {
		margin-left: 0;
		float: none;
	}

	.page-404__form--style2__button {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.page-404__form--style1 .search-field {
		width: 100%;
	}
}

.faq__item {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.faq__item+.faq__item {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.faq__item+.faq__item {
		margin-top: 30px;
	}
}

.faq__accordion {
	padding-top: 15px;
	padding-bottom: 15px;
}

.faq__accordion__item {
	padding: 25px 0;
	border-bottom: 1px solid #f4f4f4;
}

.faq__accordion__item:last-child {
	border-bottom: none;
}

.faq__accordion__item--open .faq__accordion__heading i {
	background: #ff47a0;
}

.faq__accordion__title {
	display: block;
	padding: 10px 0 10px 60px;
	color: #333;
	font-size: 1.067em;
	line-height: 27px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	border-bottom: none;
}

.faq__accordion__title:hover {
	border-bottom: none;
	color: #4090e5;
}

.faq__accordion__title:focus {
	color: #333;
}

.faq__accordion__heading {
	min-height: 50px;
	line-height: 50px;
	position: relative;
}

.faq__accordion__heading i {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 100%;
	background: #229fbc;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.faq__accordion__heading i:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.333em;
}

.faq__accordion__heading i:after {
	content: " ";
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px dotted #fff;
	border-radius: 100%;
	opacity: 0.5;
}

.faq__accordion__content {
	padding-left: 60px;
	padding-bottom: 15px;
}

.tour-single-rise {
	margin-top: -214px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.tour-single-rise {
		margin-top: 0;
	}
}

.booking-form-wrapper--under-tabs {
	margin-top: 40px;
}

.booking-form-wrapper--under-tabs .price-decoration__label-round {
	top: -30px;
}

.booking-form-wrapper--above-tabs {
	margin-bottom: 50px;
}

@media (min-width: 767px) {
	.booking-form-wrapper--above-tabs .price-decoration {
		margin-top: 0 !important;
		margin-bottom: 40px;
	}
}

@media (min-width: 767px) {
	.tour-single-rise .booking-form-wrapper--above-tabs {
		padding-top: 50px;
	}
}

.search-result-block {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	text-align: center;
}

.search-result-block__title {
	margin: 0;
	padding: 50px 0;
	font-size: 1.867em;
	line-height: 1.2em;
}

.search-result-block__link {
	color: #333;
	border-bottom: none;
}

.search-result-block__link:hover {
	color: rgba(51, 51, 51, 0.8);
	border-bottom: none;
}

.blog__item {
	position: relative;
}

.blog__item:last-child {
	margin-bottom: 0;
}

.blog__item__box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.blog__item__info {
	text-align: center;
}

.blog__item__thumbnail {
	margin-top: 30px;
}

.blog__item__thumbnail a {
	display: block;
	border-bottom: none;
}

.blog__item__thumbnail a:hover {
	opacity: 0.8;
}

.blog__item__title {
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.867em;
	line-height: normal;
}

.blog__item__title a {
	color: #333;
	border-bottom: none;
}

.blog__item__title a:hover {
	color: rgba(51, 51, 51, 0.8);
}

.blog__item__sticky {
	position: absolute;
	top: -7px;
	right: 50px;
}

.blog__item__sticky__bg {
	font-size: 3.333em;
	color: #229fbc;
}

.blog__item__sticky__content {
	position: absolute;
	top: 7px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
}

.blog__item__content p {
	margin: 0 0 10px;
}

.blog__item__content p:last-of-type {
	margin-bottom: 0;
}

.blog__item--without-image .blog__item__content {
	padding-top: 25px;
}

.blog__item--without-image .blog-single__content {
	padding-top: 25px;
}

.article-info {
	display: block;
	margin: 0;
}

.article-info>li {
	display: inline-block;
	margin-right: 15px;
	color: #333;
	font-family: 'Kaushan Script';
	font-size: 1.067em;
}

.article-info>li:last-child {
	margin-right: 0;
}

.article-info>li a {
	color: #333;
	border-bottom: none;
}

.article-info>li a:hover {
	color: rgba(51, 51, 51, 0.8);
}

.article-info>li i {
	margin-right: 5px;
	color: #229fbc;
}

.blog-single__content p {
	margin: 0;
	margin-bottom: 15px;
}

.post-tags span {
	margin-right: 15px;
	font-family: 'Kaushan Script';
	font-size: 1.200em;
}

.post-tags span i {
	margin-right: 10px;
	color: #229fbc;
}

.post-tags a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 10px 0;
	padding: 0 15px;
	color: #333;
	font-family: 'Kaushan Script';
	font-size: 0.933em;
	background: #f1f1f1;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: none;
}

.post-tags a:hover {
	text-decoration: none;
	background: #ebebeb;
}

.post-category__description {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.post-category__description p:first-child {
	margin-top: 0;
}

.post-category__description p:last-child {
	margin-bottom: 0;
}

.about-author {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.about-author__content {
	overflow: hidden;
}

.about-author img {
	border: 5px solid #fff;
	border-radius: 100%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	float: left;
	margin-right: 35px;
}

.about-author__name {
	margin-bottom: 5px;
	font-family: 'Kaushan Script';
	font-size: 1.200em;
}

.post-navigation {
	text-transform: uppercase;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.post-navigation a {
	display: block;
	position: relative;
	border-bottom: none;
}

.post-navigation a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.post-navigation i {
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #d5d5d5;
}

.post-navigation__prev a {
	width: 50%;
	padding: 25px 25px 25px 80px;
	float: left;
	border-right: 1px solid #e9e9e9;
}

.post-navigation__prev a i {
	left: 50px;
}

.post-navigation__prev a:hover i {
	left: 40px;
}

.post-navigation__next a {
	width: 50%;
	padding: 25px 80px 25px 25px;
	float: right;
	text-align: right;
}

.post-navigation__next a i {
	right: 50px;
}

.post-navigation__next a:hover i {
	right: 40px;
}

.post-navigation__full-item a {
	width: 100%;
}

.post-navigation__title {
	display: block;
	color: #a5a5a5;
	font-size: 0.933em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.post-navigation__post-name {
	display: block;
	color: #333;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 500px) {
	.post-navigation__prev a {
		padding-left: 45px;
	}

	.post-navigation__prev a i {
		left: 20px;
	}

	.post-navigation__prev a:hover i {
		left: 10px;
	}

	.post-navigation__next a {
		padding-right: 45px;
	}

	.post-navigation__next a i {
		right: 20px;
	}

	.post-navigation__next a:hover i {
		right: 10px;
	}
}

.comments {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.comments-wrap>.comments__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comments__item {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}

.comments__item img {
	margin-right: 20px;
	margin-bottom: 5px;
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	float: left;
}

.comments__item__info {
	overflow: hidden;
}

.comments__item__name {
	float: left;
	font-size: 1.067em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.comments__item__name a {
	color: #333;
	border-bottom: none;
}

.comments__item__name a:hover {
	color: rgba(51, 51, 51, 0.8);
}

.comments__item__reply-link a {
	display: block;
	margin-right: 2px;
	float: right;
	color: #333;
	font-family: 'Kaushan Script';
	font-size: 1.067em;
	border-bottom: none;
}

.comments__item__reply-link a:before {
	content: "\f112";
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
	color: #229fbc;
}

.comments__item__reply-link a:hover {
	color: #333;
	text-decoration: none;
	color: rgba(51, 51, 51, 0.8);
}

.comments__item__date {
	margin-bottom: 5px;
	color: #a5a5a5;
	font-size: 0.933em;
}

.comments__item__reply {
	padding-left: 30px;
}

.comments__item__reply .comments__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.comments__item__reply+.comments__item:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 30px;
	border-top: 1px solid #f4f4f4;
}

.comments form input {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #fbfbfb;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.comments form input:focus {
	border: 1px solid #d4d4d4;
	background-color: #fff;
}

.comments form textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid #ebebeb;
	background: #fbfbfb;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.comments form textarea:focus {
	border: 1px solid #d4d4d4;
	background-color: #fff;
}

.comments .form-submit {
	margin: 0;
}

.comments__navigation {
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #e9e9e9;
}

.comments__navigation__items {
	display: inline-block;
}

.comments__navigation__items .comments__navigation__item {
	margin-right: 10px;
}

.comments__navigation__items .comments__navigation__item:last-child {
	margin-right: 0;
}

.comments__navigation__item {
	display: inline-block;
}

.comments__navigation__item a,
.comments__navigation__item span {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	border: 2px solid #f0f0f0;
	font-size: 0.933em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	color: #333;
	border-radius: 100%;
	text-transform: uppercase;
}

.comments__navigation__item a:hover {
	background: #f4f4f4;
	border-color: transparent;
}

.comments__navigation__item .current {
	background: #f4f4f4;
	border-color: transparent;
	color: #bcbcbc;
}

.comments__navigation__item--disable a,
.comments__navigation__item--disable span {
	color: #bcbcbc;
}

.comments__navigation__prev {
	float: left;
}

.comments__navigation__prev a,
.comments__navigation__prev span {
	padding-left: 40px !important;
}

.comments__navigation__prev a:after,
.comments__navigation__prev span:after {
	content: "\f104";
	left: 20px;
}

.comments__navigation__next {
	float: right;
}

.comments__navigation__next a,
.comments__navigation__next span {
	padding-right: 40px !important;
}

.comments__navigation__next a:after,
.comments__navigation__next span:after {
	content: "\f105";
	right: 20px;
}

.comments__navigation__next a,
.comments__navigation__next span,
.comments__navigation__prev a,
.comments__navigation__prev span {
	position: relative;
	width: auto;
	padding: 0 20px;
	border-radius: 30px;
}

.comments__navigation__next a:after,
.comments__navigation__next span:after,
.comments__navigation__prev a:after,
.comments__navigation__prev span:after {
	display: block;
	font-family: FontAwesome;
	font-size: 1.467em;
	font-weight: normal;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.comments .comment-reply-title {
	overflow: hidden;
}

.comments .comment-reply-title #cancel-comment-reply-link {
	float: right;
	color: rgba(205, 205, 205, 0.8);
	font-size: 1.571em;
	border-bottom: none;
}

.comments .comment-reply-title #cancel-comment-reply-link:hover {
	color: #cdcdcd;
}

.comments .comment-reply-title small {
	float: right;
}

.section-title+.comments__form .comment-respond {
	border-top: none;
}

.comments__form>.comment-respond {
	position: relative;
	border-top: 1px solid #e9e9e9;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.comments__form>.comment-respond {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.comments__form>.comment-respond {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.comments__form>.comment-respond {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.comments__form>.comment-respond {
		padding-left: 30px;
	}
}

.comment+.comment-respond {
	padding: 0 0 30px 0;
}

#wp-comment-cookies-consent {
	display: inline;
	width: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.comments__navigation {
		zoom: 0.84;
	}

	.comments__navigation__prev,
	.comments__navigation__next {
		display: none;
	}
}

@media (max-width: 320px) {
	.comments__navigation__content {
		display: inline-block;
	}

	.comments__navigation__prev,
	.comments__navigation__next {
		float: none;
	}

	.comments__navigation__item {
		display: block;
		margin-bottom: 10px;
		margin-right: 0 !important;
	}
}

.post-page-navigation {
	text-align: center;
	overflow: hidden;
}

.post-page-navigation__items {
	display: inline-block;
}

.post-page-navigation__items .post-page-navigation__item {
	margin-right: 10px;
}

.post-page-navigation__items .post-page-navigation__item:last-child {
	margin-right: 0;
}

.post-page-navigation__item {
	display: inline-block;
}

.post-page-navigation__item a,
.post-page-navigation__item span {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #f0f0f0;
	font-size: 0.933em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	color: #333;
	border-radius: 100%;
	text-transform: uppercase;
}

.post-page-navigation__item a:hover {
	background: #f4f4f4;
	border-color: transparent;
}

.post-page-navigation__item .current {
	background: #f4f4f4;
	border-color: transparent;
	color: #bcbcbc;
}

.post-page-navigation__item--disable a,
.post-page-navigation__item--disable span {
	color: #bcbcbc;
}

.post-page-navigation__prev {
	float: left;
}

.post-page-navigation__prev a,
.post-page-navigation__prev span {
	padding-left: 40px !important;
}

.post-page-navigation__prev a:after,
.post-page-navigation__prev span:after {
	content: "\f104";
	left: 20px;
}

.post-page-navigation__next {
	float: right;
}

.post-page-navigation__next a,
.post-page-navigation__next span {
	padding-right: 40px !important;
}

.post-page-navigation__next a:after,
.post-page-navigation__next span:after {
	content: "\f105";
	right: 20px;
}

.post-page-navigation__next a,
.post-page-navigation__next span,
.post-page-navigation__prev a,
.post-page-navigation__prev span {
	position: relative;
	width: auto;
	padding: 0 20px;
	border-radius: 30px;
}

.post-page-navigation__next a:after,
.post-page-navigation__next span:after,
.post-page-navigation__prev a:after,
.post-page-navigation__prev span:after {
	display: block;
	font-family: FontAwesome;
	font-size: 1.467em;
	font-weight: normal;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5,
.woocommerce-page h6,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
	margin-top: 0;
}

.woocommerce-page textarea,
.woocommerce textarea {
	padding: 15px;
}

.woocommerce-page .select2-container .select2-choice,
.woocommerce .select2-container .select2-choice {
	padding: 0 15px;
}

.woocommerce-page .select2-results .select2-result-label,
.woocommerce .select2-results .select2-result-label {
	padding: 5px 15px;
}

.woocommerce-page table.shop_table,
.woocommerce table.shop_table {
	margin-bottom: 0;
}

.woocommerce-page .select2-search input,
.woocommerce .select2-search input {
	margin: 0;
	line-height: normal;
}

.woocommerce-page .select2-container--default,
.woocommerce .select2-container--default {
	line-height: 3em !important;
}

.woocommerce-page .select2-container--default .select2-selection,
.woocommerce .select2-container--default .select2-selection {
	height: 100%;
}

.woocommerce-page .select2-container--default .select2-selection .select2-selection__arrow,
.woocommerce .select2-container--default .select2-selection .select2-selection__arrow {
	height: 100%;
}

.woocommerce-page .select2-container--default .select2-selection .select2-selection__rendered,
.woocommerce .select2-container--default .select2-selection .select2-selection__rendered {
	min-height: 3em;
	line-height: inherit;
}

.woocommerce-page .select2-container--default .select2-dropdown,
.woocommerce-page .select2-container--default .select2-selection,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce .select2-container--default .select2-dropdown,
.woocommerce .select2-container--default .select2-selection,
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ebebeb;
}

.woocommerce-page .select2-container--default.select2-container--open .select2-dropdown,
.woocommerce-page .select2-container--default.select2-container--open .select2-selection,
.woocommerce-page .select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field,
.woocommerce .select2-container--default.select2-container--open .select2-dropdown,
.woocommerce .select2-container--default.select2-container--open .select2-selection,
.woocommerce .select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
	border-color: #d4d4d4 !important;
}

.woocommerce-page .select2-results,
.woocommerce .select2-results {
	padding: 0;
	background: #fff;
	line-height: 2em;
}

.woocommerce-page .select2-results .select2-highlighted,
.woocommerce .select2-results .select2-highlighted {
	background: #fbfbfb;
}

.woocommerce-page .woocommerce input.button,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce .button,
.woocommerce-page input.button,
.woocommerce-page a.button,
.woocommerce-page .button,
.woocommerce .woocommerce input.button,
.woocommerce .woocommerce a.button,
.woocommerce .woocommerce .button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .button {
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 20px;
	border: none !important;
	color: #fff;
	text-transform: uppercase;
	background: rgba(34, 159, 188, 0.8) !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce-page .woocommerce input.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-page .woocommerce .button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page .button:hover,
.woocommerce .woocommerce input.button:hover,
.woocommerce .woocommerce a.button:hover,
.woocommerce .woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover {
	background: #229fbc !important;
	color: #fff;
}

.woocommerce-page .woocommerce input.button:focus,
.woocommerce-page .woocommerce a.button:focus,
.woocommerce-page .woocommerce .button:focus,
.woocommerce-page input.button:focus,
.woocommerce-page a.button:focus,
.woocommerce-page .button:focus,
.woocommerce .woocommerce input.button:focus,
.woocommerce .woocommerce a.button:focus,
.woocommerce .woocommerce .button:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus,
.woocommerce .button:focus {
	border: none;
	background: #229fbc;
	outline: 0;
}

.woocommerce-page .woocommerce input.button:disabled,
.woocommerce-page .woocommerce input.button:disabled[disabled],
.woocommerce-page .woocommerce a.button:disabled,
.woocommerce-page .woocommerce a.button:disabled[disabled],
.woocommerce-page .woocommerce .button:disabled,
.woocommerce-page .woocommerce .button:disabled[disabled],
.woocommerce-page input.button:disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page a.button:disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page .button:disabled,
.woocommerce-page .button:disabled[disabled],
.woocommerce .woocommerce input.button:disabled,
.woocommerce .woocommerce input.button:disabled[disabled],
.woocommerce .woocommerce a.button:disabled,
.woocommerce .woocommerce a.button:disabled[disabled],
.woocommerce .woocommerce .button:disabled,
.woocommerce .woocommerce .button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce .button:disabled,
.woocommerce .button:disabled[disabled] {
	padding: 0 20px;
	color: #fff;
	opacity: 0.6;
}

.woocommerce-page .quantity input,
.woocommerce .quantity input {
	padding: 0 0 0 10px;
}

.woocommerce-page .woocommerce-ordering .btn-group,
.woocommerce .woocommerce-ordering .btn-group {
	outline: 0;
}

.woocommerce-page .woocommerce-ordering .btn-group.open .dropdown-toggle,
.woocommerce .woocommerce-ordering .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.woocommerce-page .woocommerce-ordering .btn-default:hover,
.woocommerce-page .woocommerce-ordering .btn-default:focus,
.woocommerce-page .woocommerce-ordering .btn-default.focus,
.woocommerce-page .woocommerce-ordering .btn-default:active,
.woocommerce-page .woocommerce-ordering .btn-default.active,
.woocommerce-page .woocommerce-ordering .open>.dropdown-toggle.btn-default,
.woocommerce .woocommerce-ordering .btn-default:hover,
.woocommerce .woocommerce-ordering .btn-default:focus,
.woocommerce .woocommerce-ordering .btn-default.focus,
.woocommerce .woocommerce-ordering .btn-default:active,
.woocommerce .woocommerce-ordering .btn-default.active,
.woocommerce .woocommerce-ordering .open>.dropdown-toggle.btn-default {
	background: #fff;
	border-color: #ccc;
	outline: 0 !important;
	box-shadow: none;
}

.woocommerce-page .woocommerce-ordering .dropdown-menu li,
.woocommerce .woocommerce-ordering .dropdown-menu li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e2e2e2;
}

.woocommerce-page .woocommerce-ordering .dropdown-menu li:last-child,
.woocommerce .woocommerce-ordering .dropdown-menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce-page .woocommerce-ordering .dropdown-menu li a,
.woocommerce .woocommerce-ordering .dropdown-menu li a {
	border-bottom: none;
}

.woocommerce-page .woocommerce-ordering .dropdown-menu li a:hover,
.woocommerce .woocommerce-ordering .dropdown-menu li a:hover {
	background: none;
	color: #4090e5;
}

.woocommerce-page .track_order,
.woocommerce .track_order {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {

	.woocommerce-page .track_order,
	.woocommerce .track_order {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {

	.woocommerce-page .track_order,
	.woocommerce .track_order {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {

	.woocommerce-page .track_order,
	.woocommerce .track_order {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {

	.woocommerce-page .track_order,
	.woocommerce .track_order {
		padding-left: 30px;
	}
}

.woocommerce-page.add_to_cart_inline,
.woocommerce.add_to_cart_inline {
	display: block;
	margin: 0;
	padding-top: 40px !important;
	padding-right: 50px;
	padding-bottom: 40px !important;
	padding-left: 50px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	border: none !important;
	overflow: hidden;
}

@media (max-width: 767px) {

	.woocommerce-page.add_to_cart_inline,
	.woocommerce.add_to_cart_inline {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {

	.woocommerce-page.add_to_cart_inline,
	.woocommerce.add_to_cart_inline {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {

	.woocommerce-page.add_to_cart_inline,
	.woocommerce.add_to_cart_inline {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {

	.woocommerce-page.add_to_cart_inline,
	.woocommerce.add_to_cart_inline {
		padding-left: 30px;
	}
}

.woocommerce-page.add_to_cart_inline .add_to_cart_button,
.woocommerce.add_to_cart_inline .add_to_cart_button {
	float: right;
}

.woocommerce-page.add_to_cart_inline .added_to_cart,
.woocommerce.add_to_cart_inline .added_to_cart {
	padding: 0;
	padding-left: 30px;
}

.woocommerce-box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.woocommerce-box {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-box {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-box {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-box {
		padding-left: 30px;
	}
}

.woocommerce-box--bottom-indent {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.woocommerce-box--bottom-indent {
		margin-bottom: 30px;
	}
}

.woocommerce div.product-box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.woocommerce div.product-box--page-single {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.woocommerce div.product-box--page-single {
		margin-bottom: 30px;
	}
}

.woocommerce div.product-box div.images {
	float: none;
	width: auto;
}

.woocommerce div.product-box div.images .woocommerce-product-gallery__image--placeholder {
	border: none;
}

.woocommerce div.product-box table.product_meta {
	width: 100%;
	margin-bottom: 15px;
	border: none;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
}

.woocommerce div.product-box table.product_meta tr {
	border-bottom: 1px solid #e4e4e4;
}

.woocommerce div.product-box table.product_meta tr:last-child {
	border-bottom: none;
}

.woocommerce div.product-box table.product_meta tr :fist-child {
	width: 0;
	white-space: nowrap;
}

.woocommerce div.product-box table.product_meta tr :last-child {
	width: 100%;
}

.woocommerce div.product-box table.product_meta th,
.woocommerce div.product-box table.product_meta td {
	padding: 10px 20px;
	border: none;
}

.woocommerce div.product-box table.product_meta th {
	padding-right: 0;
	text-transform: uppercase;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	vertical-align: top;
}

.woocommerce div.product-box .product_title {
	margin-bottom: 20px;
	font-size: 2em;
}

.woocommerce div.product-box .woocommerce-product-rating {
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.333em;
	color: #ffcd47;
}

.woocommerce div.product-box .woocommerce-product-rating__stars {
	margin-right: 10px;
	float: left;
	font-size: 1.200em;
}

.woocommerce div.product-box .woocommerce-product-rating__stars i {
	margin-right: 5px;
}

.woocommerce div.product-box p.price {
	display: inline-block;
	line-height: 45px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #fff;
	font-size: 1.333em;
	background: #229fbc;
	border-radius: 3px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce div.product-box p.price del,
.woocommerce div.product-box p.price ins {
	display: inline;
}

.woocommerce div.product-box p.price del {
	opacity: 1;
	font-size: 0.750em;
}

.woocommerce div.product-box p.price ins {
	text-decoration: none;
}

.woocommerce div.product-box form.cart {
	margin-bottom: 30px;
}

.woocommerce div.product-box form.cart .single_add_to_cart_button {
	background: rgba(255, 71, 160, 0.8) !important;
	position: relative;
	padding: 0 20px;
	padding-left: 40px;
}

.woocommerce div.product-box form.cart .single_add_to_cart_button:hover {
	background: #ff47a0 !important;
}

.woocommerce div.product-box form.cart .single_add_to_cart_button:before {
	content: "\f055";
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce div.product-box form.cart div.quantity {
	margin-right: 25px;
	line-height: 45px;
}

.woocommerce div.product-box form.cart div.quantity input {
	line-height: normal;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}

.woocommerce div.product-box form.cart .variations {
	width: 100%;
}

.woocommerce div.product-box form.cart .variations a.reset_variations {
	padding: 0 5px;
}

.woocommerce div.product-box form.cart .variations td:first-child {
	width: 0;
	padding-top: 10px !important;
	padding-right: 20px !important;
	white-space: nowrap;
}

.woocommerce div.product-box form.cart .variations td:last-child {
	width: 100%;
}

.woocommerce div.product-box .single_variation .price {
	color: #01cb68;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce div.product-box span.onsale {
	width: 45px;
	height: 45px;
	min-height: 0;
	min-width: 0;
	line-height: 45px;
	padding: 0;
	overflow: hidden;
	background: #ff47a0;
}

.woocommerce div.product-box p.stock {
	margin: 0;
	margin-bottom: 25px;
}

.woocommerce div.product-box p.stock.in-stock {
	color: #01cb68;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce div.product-box p.stock.in-stock:before {
	content: "\f058";
	display: inline-block;
	margin-right: 5px;
	font-family: FontAwesome;
	font-weight: normal;
}

.woocommerce div.product-box p.stock.out-of-stock {
	color: #eb7591;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce div.product-box p.stock.out-of-stock:before {
	content: "\f071";
	display: inline-block;
	margin-right: 5px;
	font-family: FontAwesome;
	font-weight: normal;
}

.woocommerce div.product-box p {
	margin: 0;
	margin-bottom: 15px;
}

.woocommerce div.product-box p:last-child {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	line-height: 45px;
	margin: 0 !important;
	margin-bottom: 40px !important;
	padding: 22px 40px !important;
	border: none;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	position: relative;
	color: #333;
}

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce-cart .woocommerce-message a.button,
.woocommerce-cart .woocommerce-error a.button,
.woocommerce-cart .woocommerce-info a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button {
	margin-left: 10px;
	float: right;
}

.woocommerce .woocommerce-message a.wc-forward,
.woocommerce .woocommerce-error a.wc-forward,
.woocommerce .woocommerce-info a.wc-forward,
.woocommerce-cart .woocommerce-message a.wc-forward,
.woocommerce-cart .woocommerce-error a.wc-forward,
.woocommerce-cart .woocommerce-info a.wc-forward,
.woocommerce-page .woocommerce-message a.wc-forward,
.woocommerce-page .woocommerce-error a.wc-forward,
.woocommerce-page .woocommerce-info a.wc-forward {
	position: relative;
	padding-left: 40px;
}

.woocommerce .woocommerce-message a.wc-forward:before,
.woocommerce .woocommerce-error a.wc-forward:before,
.woocommerce .woocommerce-info a.wc-forward:before,
.woocommerce-cart .woocommerce-message a.wc-forward:before,
.woocommerce-cart .woocommerce-error a.wc-forward:before,
.woocommerce-cart .woocommerce-info a.wc-forward:before,
.woocommerce-page .woocommerce-message a.wc-forward:before,
.woocommerce-page .woocommerce-error a.wc-forward:before,
.woocommerce-page .woocommerce-info a.wc-forward:before {
	content: "\f07a";
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-cart .woocommerce-message:before,
.woocommerce-cart .woocommerce-error:before,
.woocommerce-cart .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
	content: " ";
	display: block;
	height: 30px;
	width: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .woocommerce-message-icon,
.woocommerce-cart .woocommerce-message-icon,
.woocommerce-page .woocommerce-message-icon {
	margin-right: 5px;
	color: #01cb68;
}

.woocommerce .woocommerce-message:before,
.woocommerce-cart .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	background: #01cb68;
}

.woocommerce .woocommerce-info-icon,
.woocommerce-cart .woocommerce-info-icon,
.woocommerce-page .woocommerce-info-icon {
	margin-right: 5px;
	color: #47a0ff;
}

.woocommerce .woocommerce-info:before,
.woocommerce-cart .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	background: #47a0ff;
}

.woocommerce .woocommerce-error-icon,
.woocommerce-cart .woocommerce-error-icon,
.woocommerce-page .woocommerce-error-icon {
	margin-right: 5px;
	color: #eb7591;
}

.woocommerce .woocommerce-error:before,
.woocommerce-cart .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
	background: #eb7591;
}

.woocommerce .product-box .woocommerce-message,
.woocommerce .product-box .woocommerce-error,
.woocommerce .product-box .woocommerce-info,
.woocommerce .woocommerce-box .woocommerce-message,
.woocommerce .woocommerce-box .woocommerce-error,
.woocommerce .woocommerce-box .woocommerce-info,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-cart .product-box .woocommerce-message,
.woocommerce-cart .product-box .woocommerce-error,
.woocommerce-cart .product-box .woocommerce-info,
.woocommerce-cart .woocommerce-box .woocommerce-message,
.woocommerce-cart .woocommerce-box .woocommerce-error,
.woocommerce-cart .woocommerce-box .woocommerce-info,
.woocommerce-cart .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-cart .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-cart .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-page .product-box .woocommerce-message,
.woocommerce-page .product-box .woocommerce-error,
.woocommerce-page .product-box .woocommerce-info,
.woocommerce-page .woocommerce-box .woocommerce-message,
.woocommerce-page .woocommerce-box .woocommerce-error,
.woocommerce-page .woocommerce-box .woocommerce-info,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info {
	padding: 0 !important;
	line-height: normal;
	box-shadow: none;
}

.woocommerce .product-box .woocommerce-message:before,
.woocommerce .product-box .woocommerce-error:before,
.woocommerce .product-box .woocommerce-info:before,
.woocommerce .woocommerce-box .woocommerce-message:before,
.woocommerce .woocommerce-box .woocommerce-error:before,
.woocommerce .woocommerce-box .woocommerce-info:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-cart .product-box .woocommerce-message:before,
.woocommerce-cart .product-box .woocommerce-error:before,
.woocommerce-cart .product-box .woocommerce-info:before,
.woocommerce-cart .woocommerce-box .woocommerce-message:before,
.woocommerce-cart .woocommerce-box .woocommerce-error:before,
.woocommerce-cart .woocommerce-box .woocommerce-info:before,
.woocommerce-cart .woocommerce-MyAccount-content .woocommerce-message:before,
.woocommerce-cart .woocommerce-MyAccount-content .woocommerce-error:before,
.woocommerce-cart .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-page .product-box .woocommerce-message:before,
.woocommerce-page .product-box .woocommerce-error:before,
.woocommerce-page .product-box .woocommerce-info:before,
.woocommerce-page .woocommerce-box .woocommerce-message:before,
.woocommerce-page .woocommerce-box .woocommerce-error:before,
.woocommerce-page .woocommerce-box .woocommerce-info:before,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-message:before,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-error:before,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info:before {
	display: none;
}

@media (max-width: 767px) {

	.woocommerce .woocommerce-message,
	.woocommerce .woocommerce-error,
	.woocommerce .woocommerce-info {
		margin-bottom: 30px !important;
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}

.woocommerce .tours-tabs__content h2 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 1.467em;
}

.woocommerce table.shop_attributes {
	margin: 0;
	margin-bottom: 15px;
	border-top: 2px solid #e4e4e4;
	text-align: left;
}

@media (max-width: 767px) {
	.woocommerce table.shop_attributes {
		display: block;
	}

	.woocommerce table.shop_attributes thead,
	.woocommerce table.shop_attributes tbody,
	.woocommerce table.shop_attributes tfoot,
	.woocommerce table.shop_attributes tr,
	.woocommerce table.shop_attributes td,
	.woocommerce table.shop_attributes th {
		display: block;
	}
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 15px 20px;
	border: none;
}

.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
	padding: 0;
}

.woocommerce table.shop_attributes th {
	padding-right: 0;
	text-transform: uppercase;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
	background: transparent;
}

.woocommerce table.shop_attributes tr {
	border-bottom: 1px solid #e4e4e4;
}

.woocommerce table.shop_attributes tr:last-child {
	border-bottom: 2px solid #e4e4e4;
}

.woocommerce .star-rating {
	color: #ffcd47;
}

.woocommerce .stars a {
	color: #ffcd47;
}

.woocommerce .stars a:after {
	font-family: FontAwesome !important;
}

.woocommerce .stars a.star-1:after {
	content: "\f006" !important;
}

.woocommerce .stars a.star-1.active:after,
.woocommerce .stars a.star-1:hover:after {
	content: "\f005" !important;
}

.woocommerce .stars a.star-2:after {
	content: "\f006\f006" !important;
}

.woocommerce .stars a.star-2.active:after,
.woocommerce .stars a.star-2:hover:after {
	content: "\f005\f005" !important;
}

.woocommerce .stars a.star-3:after {
	content: "\f006\f006\f006" !important;
}

.woocommerce .stars a.star-3.active:after,
.woocommerce .stars a.star-3:hover:after {
	content: "\f005\f005\f005" !important;
}

.woocommerce .stars a.star-4:after {
	content: "\f006\f006\f006\f006" !important;
}

.woocommerce .stars a.star-4.active:after,
.woocommerce .stars a.star-4:hover:after {
	content: "\f005\f005\f005\f005" !important;
}

.woocommerce .stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006" !important;
}

.woocommerce .stars a.star-5.active:after,
.woocommerce .stars a.star-5:hover:after {
	content: "\f005\f005\f005\f005\f005" !important;
}

.woocommerce #respond input#submit {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	color: #fff;
	font-size: 1em;
	background: rgba(34, 159, 188, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce #respond input#submit:hover {
	color: #fff;
	background: #229fbc;
}

@media (max-width: 767px) {
	.woocommerce table.shop_attributes th {
		width: 100%;
		padding-bottom: 5px;
	}

	.woocommerce table.shop_attributes td {
		padding-top: 0;
	}
}

.woocommerce .checkout-box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.woocommerce .checkout-box {
		margin-bottom: 30px;
	}
}

.woocommerce td.product-name dl.variation dd {
	margin-bottom: 0;
}

.woocommerce form.checkout_coupon {
	margin: 0;
	border: none;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

@media (max-width: 767px) {
	.woocommerce form.checkout_coupon {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce form.checkout_coupon {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce form.checkout_coupon {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce form.checkout_coupon {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce form.checkout_coupon {
		margin-bottom: 30px;
	}
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
	padding: 0;
}

.woocommerce form.checkout_coupon .input-text {
	height: 50px;
	padding: 0 15px;
}

.woocommerce form.checkout_coupon .button {
	height: 50px;
	line-height: 50px;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: 1px solid #ebebeb;
	background: #fbfbfb;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus {
	border: 1px solid #d4d4d4;
	background: #fff;
}

.woocommerce form .form-row input[type="checkbox"],
.woocommerce form .form-row input[type="radio"] {
	border: none;
	background: none;
}

.woocommerce form .form-row .required {
	color: #eb7591;
	text-decoration: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-selection,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #01cb68;
}

.woocommerce form .form-row.woocommerce-invalid .select2-selection,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #eb7591;
}

.woocommerce .woocommerce-billing-fields>h3,
.woocommerce .woocommerce-shipping-fields>h3,
.woocommerce #order_review_heading {
	margin: 0;
	margin-bottom: 20px;
}

.woocommerce table.shop_table {
	margin: 0;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
	border-radius: 3px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.woocommerce table.shop_table {
		margin-bottom: 30px;
	}
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	border: none !important;
	border-bottom: 1px solid #e4e4e4 !important;
}

.woocommerce table.shop_table tfoot tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child th {
	border: none;
}

.woocommerce table.shop_table th {
	text-transform: uppercase;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 10px 30px;
	text-align: left;
}

.woocommerce #payment div.payment_box:after {
	top: -2px;
}

.woocommerce .about_paypal {
	border-bottom: none;
}

.woocommerce input.button.alt {
	background: #ff47a0 !important;
}

.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
	background: #ff47a0 !important;
}

.woocommerce ul.order_details {
	margin-top: 1.5em;
	border: 1px solid #e4e4e4;
	padding-left: 30px;
}

.woocommerce ul.order_details li {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (max-width: 676px) {
	.woocommerce ul.order_details li {
		float: none;
		border-right: none;
	}
}

.woocommerce .checkout-responsive-title {
	display: none;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce form.login {
	border: none;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce form.login {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce form.login {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce form.login {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce form.login {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce form.login {
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {

	.woocommerce-checkout form.checkout_coupon .form-row-first,
	.woocommerce-checkout form.checkout_coupon .form-row-last {
		display: block;
		width: 100%;
		float: none;
	}

	.woocommerce-checkout form.checkout_coupon .form-row-first {
		margin-bottom: 10px;
	}

	.woocommerce-checkout form.checkout_coupon .button {
		width: 100%;
	}

	.woocommerce-checkout form.woocommerce-checkout .form-row-first,
	.woocommerce-checkout form.woocommerce-checkout .form-row-last {
		display: block;
		width: 100%;
		float: none;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table {
		display: block;
		border: 1px solid #e4e4e4 !important;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table .checkout-responsive-title {
		display: block;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table thead {
		display: none;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tr,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
		display: block;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
		border-bottom: none !important;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
		padding: 0 10px;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr {
		padding: 10px 0;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody th,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td {
		padding: 10px;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tr {
		border-bottom: 1px solid #e4e4e4;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tr:last-child {
		border-bottom: none;
	}
}

.woocommerce .cart-empty-box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.woocommerce .cart-empty {
	margin-bottom: 20px;
}

.woocommerce .return-to-shop-icon {
	color: #fff;
	margin-right: 10px;
}

.woocommerce .return-to-shop a {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background: rgba(34, 159, 188, 0.8);
}

.woocommerce .return-to-shop a:hover {
	color: #fff;
	background: #229fbc;
}

.woocommerce table.cart .product-thumbnail a {
	display: inline-block;
	border: none;
}

.woocommerce table.cart .product-thumbnail {
	padding: 0;
}

.woocommerce table.cart .product-thumbnail img {
	width: 50px;
}

.woocommerce table.cart .product-remove a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	color: #eb7591 !important;
}

.woocommerce table.cart .product-remove a:hover {
	color: #fff !important;
	background: #eb7591 !important;
}

.woocommerce table.cart .coupon input.input-text {
	height: 45px;
	line-height: 43px !important;
	width: 200px !important;
	margin-right: 10px !important;
	padding: 0 20px !important;
}

.woocommerce table.cart .cart-update-button {
	background: rgba(255, 71, 160, 0.8) !important;
}

.woocommerce table.cart .cart-update-button:hover {
	background: #ff47a0 !important;
}

.woocommerce table.cart td.actions {
	padding: 20px 40px;
	border-bottom: none;
}

.woocommerce table.cart td.actions .input-text {
	line-height: normal !important;
}

.woocommerce .cart-responsive-title {
	display: none;
	margin-right: 10px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.woocommerce .cart-responsive-title:after {
	content: ":";
}

.woocommerce .cart-collaterals .cart_totals table {
	width: 100%;
	border: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
	padding: 10px 20px;
	border: none;
	border-bottom: 1px solid #e4e4e4;
}

.woocommerce .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
	border-bottom: none;
}

.woocommerce .cart-collaterals .cart_totals table th {
	text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button {
	width: 100%;
	text-align: center;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce .cross-sells__item {
	margin-bottom: 40px;
	max-width: 530px;
}

@media (max-width: 767px) {
	.woocommerce .cross-sells__item {
		margin-bottom: 30px;
	}
}

.woocommerce .cross-sells__item:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {

	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals {
		width: 100% !important;
		float: none !important;
	}

	.woocommerce .cart-collaterals .cross-sells {
		margin-bottom: 40px;
	}

	.woocommerce .cart-collaterals .cross-sells__item {
		float: none;
		max-width: 530px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.woocommerce .cart-collaterals .cart_totals table {
		width: 100%;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.woocommerce .cart-collaterals .cross-sells {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .cart-responsive-title {
		display: inline-block;
	}

	.woocommerce table.shop_table {
		display: block;
		border: none;
		margin-bottom: 0 !important;
	}

	.woocommerce table.shop_table thead,
	.woocommerce table.shop_table tfoot,
	.woocommerce table.shop_table tbody,
	.woocommerce table.shop_table th,
	.woocommerce table.shop_table tr,
	.woocommerce table.shop_table td {
		display: block;
	}

	.woocommerce table.shop_table thead {
		display: none;
	}

	.woocommerce table.shop_table tr.cart_item {
		margin-bottom: 40px;
		border: 1px solid #e4e4e4;
	}

	.woocommerce table.shop_table tr.cart_item td:last-child {
		border-bottom: 0 !important;
	}

	.woocommerce table.shop_table tr.cart_item .quantity {
		display: inline-block;
	}

	.woocommerce table.shop_table tr .actions {
		padding: 0;
		border-bottom: none !important;
	}

	.woocommerce table.shop_table tr .actions .coupon {
		margin-bottom: 40px;
	}

	.woocommerce table.shop_table tr .actions .coupon .cart-button {
		width: auto;
		float: none;
	}

	.woocommerce table.shop_table tr .actions .coupon .input-text {
		width: 50% !important;
	}

	.woocommerce table.shop_table tr .actions .cart-update-button {
		width: auto;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.woocommerce table.shop_table tr.cart_item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.woocommerce table.shop_table tr .actions .coupon {
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.woocommerce table.shop_table tr.cart_item td {
		padding: 10px;
	}

	.woocommerce table.shop_table tr .actions .coupon .input-text {
		width: 100% !important;
		margin-bottom: 10px;
		float: none;
	}

	.woocommerce table.shop_table tr .actions .coupon .cart-button {
		width: 100% !important;
	}

	.woocommerce .cart-collaterals .cart_totals table {
		display: block;
	}

	.woocommerce .cart-collaterals .cart_totals table tbody,
	.woocommerce .cart-collaterals .cart_totals table th,
	.woocommerce .cart-collaterals .cart_totals table tr,
	.woocommerce .cart-collaterals .cart_totals table td {
		display: block;
	}

	.woocommerce .cart-collaterals .cart_totals table th,
	.woocommerce .cart-collaterals .cart_totals table td {
		border: none;
		padding: 5px 10px;
	}

	.woocommerce .cart-collaterals .cart_totals table tr {
		border-bottom: 1px solid #e4e4e4;
	}

	.woocommerce .cart-collaterals .cart_totals table tr:last-child {
		border-bottom: none;
	}
}

.woocommerce .myaccount_user {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	margin-bottom: 40px;
	line-height: 2.133em;
}

@media (max-width: 767px) {
	.woocommerce .myaccount_user {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount_user {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount_user {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount_user {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount_user {
		margin-bottom: 30px;
	}
}

.woocommerce .myaccount-box {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.woocommerce .myaccount-box {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount-box {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount-box {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .myaccount-box {
		padding-left: 30px;
	}
}

.woocommerce .myaccount-box h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.467em;
}

.woocommerce .myaccount-box .addresses h3 {
	margin: 0;
	font-size: 1.200em;
	float: none;
}

.woocommerce .myaccount-box .addresses .title {
	margin-bottom: 15px;
}

.woocommerce .myaccount-box .addresses .title a {
	float: none;
}

.woocommerce .myaccount-box .myaccount-edit-address-title {
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.467em;
}

.woocommerce .myaccount-box .account-eddit-button {
	margin-top: 20px !important;
}

.woocommerce form.login {
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce form.login .button {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.woocommerce form.login {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.woocommerce form.login {
		margin-bottom: 30px;
	}
}

.woocommerce form.register {
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce .lost_reset_password {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.woocommerce .lost_reset_password {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .lost_reset_password {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .lost_reset_password {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .lost_reset_password {
		padding-left: 30px;
	}
}

.woocommerce .accout-orders table.shop_table {
	margin-bottom: 0;
}

.woocommerce .account-order-datais-responsive-title {
	display: none;
	margin-right: 10px;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.woocommerce .account-order-datais-responsive-title:after {
	content: ":";
}

.woocommerce .woocommerce-MyAccount-navigation {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		padding-left: 30px;
	}
}

.woocommerce .woocommerce-MyAccount-navigation>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e2e2e2;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.is-active>a {
	color: #229fbc;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li>a {
	color: #333;
	border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li>a:hover {
	color: #229fbc;
	border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-content {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-content {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-content {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-content {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-content {
		padding-left: 30px;
	}
}

.woocommerce .woocommerce-MyAccount-content form p .button {
	margin-top: 25px;
}

.woocommerce-account .woocommerce fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce-account .woocommerce fieldset legend {
	padding: 15px 0 10px;
	font-size: 1.200em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce-account .woocommerce .my_account_orders .order-actions a {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

@media (max-width: 991px) {

	.woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce .woocommerce-MyAccount-content {
		width: auto;
		float: none;
	}

	.woocommerce .woocommerce-MyAccount-navigation {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-account table.my_account_orders {
		border: 1px solid #e4e4e4;
	}

	.woocommerce-account table.order_details {
		display: block;
		margin-bottom: 30px !important;
		border: none;
	}

	.woocommerce-account table.order_details thead {
		display: none;
	}

	.woocommerce-account table.order_details tbody {
		display: block;
		border: 1px solid #e4e4e4;
		border-bottom: none;
	}

	.woocommerce-account table.order_details tbody tr,
	.woocommerce-account table.order_details tbody td,
	.woocommerce-account table.order_details tbody th {
		display: block;
	}

	.woocommerce-account table.order_details tbody td,
	.woocommerce-account table.order_details tbody th {
		border-bottom: none !important;
	}

	.woocommerce-account table.order_details tbody td {
		padding: 0 10px;
	}

	.woocommerce-account table.order_details tbody th {
		padding: 0 10px 10px;
	}

	.woocommerce-account table.order_details tbody tr {
		padding: 10px 0;
		border-bottom: 1px solid #e4e4e4;
	}

	.woocommerce-account table.order_details tfoot {
		display: block;
		margin-top: 40px;
		border: 1px solid #e4e4e4;
		border-bottom: 0;
	}

	.woocommerce-account table.order_details tfoot td,
	.woocommerce-account table.order_details tfoot th {
		display: inline-block;
		padding: 10px;
		border: none !important;
	}

	.woocommerce-account table.order_details tfoot tr {
		display: block;
		border-bottom: 1px solid #e4e4e4;
	}

	.woocommerce-account table.order_details .account-order-datais-responsive-title {
		display: inline-block;
	}

	.woocommerce-account table.customer_details {
		margin-bottom: 30px !important;
		border: 1px solid #e4e4e4;
		border-radius: 0;
	}

	.woocommerce-account table.customer_details tr:last-child td {
		border-bottom: none !important;
	}

	.woocommerce-account table.customer_details tr td {
		background-color: transparent !important;
	}

	.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination {
		margin-top: 40px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.woocommerce-account table.order_details tfoot {
		margin-top: 30px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {

	.woocommerce-account.woocommerce-edit-account .myaccount-box .form-row-first,
	.woocommerce-account.woocommerce-edit-account .myaccount-box .form-row-last,
	.woocommerce-account.woocommerce-edit-address .myaccount-box .form-row-first,
	.woocommerce-account.woocommerce-edit-address .myaccount-box .form-row-last {
		display: block;
		width: 100%;
		float: none;
	}
}

.woocommerce .widget .woocommerce-product-search,
body .widget .woocommerce-product-search {
	position: relative;
}

.woocommerce .widget .woocommerce-product-search:before,
body .widget .woocommerce-product-search:before {
	content: "\f002";
	display: block;
	color: #c8c8c8;
	font-family: FontAwesome;
	font-size: 1.333em;
	position: absolute;
	top: 50%;
	right: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .widget .woocommerce-product-search .screen-reader-text,
body .widget .woocommerce-product-search .screen-reader-text {
	display: none;
}

.woocommerce .widget .woocommerce-product-search input[type="text"],
.woocommerce .widget .woocommerce-product-search input[type="search"],
body .widget .woocommerce-product-search input[type="text"],
body .widget .woocommerce-product-search input[type="search"] {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 0 50px 0 20px;
	background: #f3f3f3;
	border: none;
	height: 55px;
	border-radius: 30px;
}

.woocommerce .widget .woocommerce-product-search input[type="submit"],
body .widget .woocommerce-product-search input[type="submit"] {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
}

.woocommerce .widget .product_list_widget__item,
body .widget .product_list_widget__item {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #e2e2e2;
}

.woocommerce .widget .product_list_widget__item:before,
body .widget .product_list_widget__item:before {
	display: none;
}

.woocommerce .widget .product_list_widget__item:last-child,
body .widget .product_list_widget__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce .widget .product_list_widget__item__image,
body .widget .product_list_widget__item__image {
	display: table-cell;
	width: 100px;
	padding-right: 10px;
	vertical-align: top;
}

.woocommerce .widget .product_list_widget__item__image img,
body .widget .product_list_widget__item__image img {
	width: auto;
	margin-left: 0;
	float: none;
}

.woocommerce .widget .product_list_widget__item__content,
body .widget .product_list_widget__item__content {
	display: table-cell;
	width: 80%;
	vertical-align: top;
}

.woocommerce .widget .product_list_widget__item__title,
body .widget .product_list_widget__item__title {
	line-height: 1.400em;
}

.woocommerce .widget .product_list_widget__item__title a,
body .widget .product_list_widget__item__title a {
	display: inline;
	font-weight: normal;
}

.woocommerce .widget .product_list_widget__item__price,
body .widget .product_list_widget__item__price {
	font-size: 1.333em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce .widget .product_list_widget__item__price ins,
body .widget .product_list_widget__item__price ins {
	text-decoration: none;
}

.woocommerce .widget .product_list_widget__item__price del,
body .widget .product_list_widget__item__price del {
	font-size: 0.750em;
}

.woocommerce .widget .product_list_widget__item__button,
body .widget .product_list_widget__item__button {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background: #eaeaea;
	border-radius: 3px;
	color: #888;
	font-size: 0.800em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce .widget .product_list_widget__item__button:hover,
body .widget .product_list_widget__item__button:hover {
	background: #d0d0d0;
	color: #fff;
}

.woocommerce .widget .product_list_widget__item__rating,
body .widget .product_list_widget__item__rating {
	color: #ffcd47;
}

.woocommerce .widget .product_list_widget__total,
body .widget .product_list_widget__total {
	margin: 30px 0;
	padding-top: 15px;
	border-top: 4px solid #e4e4e4;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce .widget .product_list_widget__total__value,
body .widget .product_list_widget__total__value {
	font-size: 1.333em;
}

.woocommerce .widget .product_list_widget__buttons a,
body .widget .product_list_widget__buttons a {
	height: 30px;
	line-height: 30px;
	margin-right: 9px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 0.933em;
}

.woocommerce .widget .product_list_widget__buttons a:last-child,
body .widget .product_list_widget__buttons a:last-child {
	margin: 0;
}

.woocommerce .widget .product_list_widget--recent-reviews .product_list_widget__item__title a,
body .widget .product_list_widget--recent-reviews .product_list_widget__item__title a {
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce .widget .product_list_widget--cart .product_list_widget__item__price,
body .widget .product_list_widget--cart .product_list_widget__item__price {
	font-size: 1em;
}

.woocommerce .widget .product_list_widget--cart .product_list_widget__item__button,
body .widget .product_list_widget--cart .product_list_widget__item__button {
	color: #eb7591;
}

.woocommerce .widget .product_list_widget--cart .product_list_widget__item__button:hover,
body .widget .product_list_widget--cart .product_list_widget__item__button:hover {
	color: #fffefe;
	background: #eb7591;
}

.woocommerce .widget .price_slider_wrapper .ui-slider-horizontal,
body .widget .price_slider_wrapper .ui-slider-horizontal {
	height: 5px;
}

.woocommerce .widget .price_slider_wrapper .ui-widget-content,
body .widget .price_slider_wrapper .ui-widget-content {
	background: #dcdcdc;
	border-radius: 3px;
}

.woocommerce .widget .price_slider_wrapper .ui-slider,
body .widget .price_slider_wrapper .ui-slider {
	margin: 0 0 25px 10px;
}

.woocommerce .widget .price_slider_wrapper .ui-slider .ui-slider-range,
body .widget .price_slider_wrapper .ui-slider .ui-slider-range {
	background: #ff47a0;
	border-radius: 0;
}

.woocommerce .widget .price_slider_wrapper .ui-slider .ui-slider-handle,
body .widget .price_slider_wrapper .ui-slider .ui-slider-handle {
	width: 10px;
	height: 10px;
	margin-left: -9px;
	background: #ff47a0;
	border-radius: 100%;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .widget .price_slider_wrapper .price_slider_amount,
body .widget .price_slider_wrapper .price_slider_amount {
	text-align: left;
	line-height: 30px;
	font-size: 1em;
}

.woocommerce .widget .price_slider_wrapper .price_slider_amount .price_label,
body .widget .price_slider_wrapper .price_slider_amount .price_label {
	font-size: 0.800em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.woocommerce .widget .price_slider_wrapper .price_slider_amount .button,
body .widget .price_slider_wrapper .price_slider_amount .button {
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	font-size: 0.933em;
}

.woocommerce .widget.widget_layered_nav li,
.woocommerce .widget.widget_layered_nav_filters li,
body .widget.widget_layered_nav li,
body .widget.widget_layered_nav_filters li {
	display: block;
	padding: 0;
	float: none;
}

.woocommerce .widget.widget_layered_nav li:before,
.woocommerce .widget.widget_layered_nav_filters li:before,
body .widget.widget_layered_nav li:before,
body .widget.widget_layered_nav_filters li:before {
	display: none;
}

.woocommerce .widget.widget_layered_nav li a,
.woocommerce .widget.widget_layered_nav_filters li a,
body .widget.widget_layered_nav li a,
body .widget.widget_layered_nav_filters li a {
	padding: 0;
	position: relative;
}

.woocommerce .widget.widget_layered_nav li.chosen a,
.woocommerce .widget.widget_layered_nav_filters li.chosen a,
body .widget.widget_layered_nav li.chosen a,
body .widget.widget_layered_nav_filters li.chosen a {
	display: inline-block;
	padding-left: 25px;
}

.woocommerce .widget.widget_layered_nav li.chosen a:before,
.woocommerce .widget.widget_layered_nav_filters li.chosen a:before,
body .widget.widget_layered_nav li.chosen a:before,
body .widget.widget_layered_nav_filters li.chosen a:before {
	content: "\00D7";
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 11px;
	margin-right: 10px;
	text-align: center;
	color: #eb7591;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	font-size: 0.867em;
	border: 2px solid #eb7591;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .widget.widget_layered_nav li.chosen a:hover:before,
.woocommerce .widget.widget_layered_nav_filters li.chosen a:hover:before,
body .widget.widget_layered_nav li.chosen a:hover:before,
body .widget.widget_layered_nav_filters li.chosen a:hover:before {
	background: #eb7591;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce .widget.widget_layered_nav .dropdown-menu a,
.woocommerce .widget.widget_layered_nav_filters .dropdown-menu a,
body .widget.widget_layered_nav .dropdown-menu a,
body .widget.widget_layered_nav_filters .dropdown-menu a {
	padding: 5px 10px;
}

.woocommerce .footer .widget .product_list_widget__item,
body .footer .widget .product_list_widget__item {
	border-bottom: none;
	position: relative;
}

.woocommerce .footer .widget .product_list_widget__item:before,
body .footer .widget .product_list_widget__item:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
}

.woocommerce .footer .widget .product_list_widget__item:last-child:before,
body .footer .widget .product_list_widget__item:last-child:before {
	display: none;
}

.woocommerce .footer .widget .product_list_widget__item__button,
body .footer .widget .product_list_widget__item__button {
	border-bottom: none;
}

.woocommerce .footer .widget .product_list_widget__total,
body .footer .widget .product_list_widget__total {
	border-top: 4px solid rgba(149, 157, 167, 0.3);
}

.woocommerce .footer .widget .product_list_widget--cart .empty:before,
body .footer .widget .product_list_widget--cart .empty:before {
	display: none;
}

.woocommerce .footer .widget.widget_layered_nav_filters li.chosen a,
.woocommerce .footer .widget.widget_layered_nav li.chosen a,
body .footer .widget.widget_layered_nav_filters li.chosen a,
body .footer .widget.widget_layered_nav li.chosen a {
	border-bottom: none;
}

.form-block--tour-booking .wc-deposits-wrapper {
	margin: 0 0 15px;
	padding: 15px;
	text-align: left;
	color: inherit;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-option,
.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-plans {
	padding: 0;
	margin: 0;
	line-height: normal;
	border: none;
	box-shadow: none;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-option li,
.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-plans li {
	width: 100%;
	padding: 0;
	float: none;
	border: none;
	box-shadow: none;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-option li input,
.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-plans li input {
	width: auto;
	margin: 0 10px 0 0;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-option li label,
.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-plans li label {
	font-size: 0.933em;
	opacity: 0.7;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-plans li {
	margin-bottom: 10px;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-plans li:last-child {
	margin-bottom: 0;
}

.form-block--tour-booking .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans {
	margin-top: 20px;
}

.form-block--tour-booking .wc-deposits-wrapper .wc-deposits-payment-description {
	margin: 10px 0 0 0;
	color: inherit;
	line-height: normal;
}

.product-box--page-single .bootstrap-select.wcml_currency_switcher {
	width: 230px !important;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.product-box--page-single .bootstrap-select.wcml_currency_switcher {
		margin-bottom: 30px;
	}
}

.product-box--page-single .bootstrap-select.wcml_currency_switcher a {
	border-bottom: none;
}

.product-box--page-single ul.wcml_currency_switcher {
	width: 100%;
	display: block;
	margin-bottom: 40px !important;
}

@media (max-width: 767px) {
	.product-box--page-single ul.wcml_currency_switcher {
		margin-bottom: 30px !important;
	}
}

.product-box--page-single ul.wcml_currency_switcher.curr_list_vertical li {
	display: block;
}

.product-box--page-single ul.wcml_currency_switcher.curr_list_vertical li:after {
	display: none;
}

ul.wcml_currency_switcher.curr_list_vertical,
ul.wcml_currency_switcher.curr_list_horizontal {
	border-top: none;
}

ul.wcml_currency_switcher.curr_list_vertical li,
ul.wcml_currency_switcher.curr_list_horizontal li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.wcml_currency_switcher.curr_list_vertical li:before,
ul.wcml_currency_switcher.curr_list_horizontal li:before {
	display: none;
}

ul.wcml_currency_switcher.curr_list_vertical li:after,
ul.wcml_currency_switcher.curr_list_horizontal li:after {
	content: " | ";
	display: inline-block;
	margin: 0 5px;
}

ul.wcml_currency_switcher.curr_list_vertical li:hover,
ul.wcml_currency_switcher.curr_list_horizontal li:hover {
	color: #4090e5;
}

ul.wcml_currency_switcher.curr_list_vertical li:last-child,
ul.wcml_currency_switcher.curr_list_horizontal li:last-child {
	margin-right: 0;
}

ul.wcml_currency_switcher.curr_list_vertical li:last-child:after,
ul.wcml_currency_switcher.curr_list_horizontal li:last-child:after {
	display: none;
}

ul.wcml_currency_switcher.curr_list_vertical li.wcml-active-currency,
ul.wcml_currency_switcher.curr_list_horizontal li.wcml-active-currency {
	background: none;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
}

.widget ul.wcml_currency_switcher {
	width: 100%;
}

.widget ul.wcml_currency_switcher.curr_list_vertical {
	border-top: none;
}

.widget ul.wcml_currency_switcher.curr_list_vertical li {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border: none;
	border-bottom: 1px dashed #e2e2e2;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.widget ul.wcml_currency_switcher.curr_list_vertical li:hover {
	color: #4090e5;
}

.widget ul.wcml_currency_switcher.curr_list_vertical li:before {
	display: none;
}

.widget ul.wcml_currency_switcher.curr_list_vertical li:after {
	display: none;
}

.widget ul.wcml_currency_switcher.curr_list_vertical li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.widget ul.wcml_currency_switcher.curr_list_vertical li.wcml-active-currency {
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	background: none;
}

.widget ul.wcml_currency_switcher.curr_list_horizontal li {
	margin: 0;
	padding: 0;
	float: none;
}

.footer .widget ul.wcml_currency_switcher.curr_list_vertical li {
	position: relative;
	border-bottom: none;
	color: #fff;
}

.footer .widget ul.wcml_currency_switcher.curr_list_vertical li:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
}

.footer .widget ul.wcml_currency_switcher.curr_list_vertical li:last-child:before {
	display: none;
}

.footer .widget ul.wcml_currency_switcher.curr_list_vertical li:hover {
	color: #fff;
}

.footer .widget ul.wcml_currency_switcher.curr_list_horizontal li {
	color: #fff;
}

.footer .widget ul.wcml_currency_switcher.curr_list_horizontal li:hover {
	color: #fff;
}

.woocommerce .cart-collaterals .cart_totals {
	float: right;
}

.woocommerce .cart-collaterals .cross-sells {
	float: left;
}

.woocommerce .lost_password {
	text-align: left;
}

.woocommerce form .form-row {
	text-align: left;
}

.woocommerce form .form-row-first {
	float: left;
	text-align: left;
}

.woocommerce form .form-row-last {
	float: right;
	text-align: left;
}

.woocommerce .col2-set .col-1 {
	float: left;
}

.woocommerce .col2-set .col-2 {
	float: right;
}

.woocommerce #payment #place_order {
	float: right;
	text-align: left;
}

.woocommerce span.onsale {
	left: -0.5em;
}

.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
}

.woocommerce-page .cart-collaterals .cross-sells {
	float: left;
}

.woocommerce-page .col2-set .col-1 {
	float: left;
}

.woocommerce-page .col2-set .col-2 {
	float: right;
}

.woocommerce-page #payment #place_order {
	float: right;
	text-align: left;
}

.woocommerce-page form .form-row-first {
	float: left;
	text-align: left;
}

.woocommerce-page form .form-row-last {
	float: right;
	text-align: left;
}

.woocommerce-checkout #payment ul.payment_methods li {
	text-align: left;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
}

.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_click {
	display: block;
	height: auto;
	font-family: Oxygen;
}

.widget_icl_lang_sel_widget #lang_sel ul:after,
.widget_icl_lang_sel_widget #lang_sel_click ul:after {
	content: " ";
	display: block;
	clear: both;
}

.widget_icl_lang_sel_widget #lang_sel ul li,
.widget_icl_lang_sel_widget #lang_sel_click ul li {
	width: 100%;
	z-index: 1;
}

.widget_icl_lang_sel_widget #lang_sel ul li:focus,
.widget_icl_lang_sel_widget #lang_sel_click ul li:focus {
	outline: 0;
}

.widget_icl_lang_sel_widget #lang_sel ul li:before,
.widget_icl_lang_sel_widget #lang_sel_click ul li:before {
	display: none;
}

.widget_icl_lang_sel_widget #lang_sel ul li ul,
.widget_icl_lang_sel_widget #lang_sel_click ul li ul {
	width: 100%;
	top: auto;
	bottom: -2px;
	border: none;
}

.widget_icl_lang_sel_widget #lang_sel ul li ul a,
.widget_icl_lang_sel_widget #lang_sel_click ul li ul a {
	border-width: 1px;
	position: relative;
	opacity: 1;
}

.widget_icl_lang_sel_widget #lang_sel a,
.widget_icl_lang_sel_widget #lang_sel_click a {
	line-height: 45px;
	font-size: 15px;
	border-radius: 3px;
	background-image: none;
}

.widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel,
.widget_icl_lang_sel_widget #lang_sel_click a.lang_sel_sel {
	position: relative;
	font-family: FontAwesome;
}

.widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel:before,
.widget_icl_lang_sel_widget #lang_sel_click a.lang_sel_sel:before {
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.widget_icl_lang_sel_widget #lang_sel img,
.widget_icl_lang_sel_widget #lang_sel_click img {
	vertical-align: baseline;
}

.widget_icl_lang_sel_widget #lang_sel_list {
	font-family: Oxygen;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical {
	width: 100%;
	height: auto;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul {
	height: auto;
	top: auto;
	left: auto;
	border: none;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul li {
	float: none;
	width: 100%;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px dashed #e2e2e2;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul li:last-child {
	border-bottom: none;
	margin: 0 !important;
	padding: 0 !important;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul li:before {
	display: none;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul li a {
	border: none;
	font-size: 15px;
	background: none;
	color: #333;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul li a:hover {
	color: #229fbc;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal {
	height: auto;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul {
	border: none;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul:after {
	content: " ";
	display: block;
	clear: both;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li {
	margin-right: 10px !important;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li:last-child {
	margin-right: 0 !important;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li:before {
	display: none;
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li a {
	font-size: 15px;
	background: none;
	border-bottom: none;
	color: #333;
}

.widget_icl_lang_sel_widget #lang_sel_list img {
	vertical-align: baseline;
}

.footer #lang_sel_list.lang_sel_list_vertical ul li {
	position: relative;
	border-bottom: none;
}

.footer #lang_sel_list.lang_sel_list_vertical ul li:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-top: 1px dashed #959da7;
	opacity: 0.3;
}

.footer #lang_sel_list.lang_sel_list_vertical ul li:last-child:before {
	display: none;
}

.footer #lang_sel_list.lang_sel_list_vertical ul li a {
	color: #fff;
}

.footer #lang_sel_list.lang_sel_list_vertical ul li a:hover {
	color: #fff;
}

.footer #lang_sel_list.lang_sel_list_horizontal ul li a {
	color: #fff;
}

#lang_sel a,
#lang_sel_click a {
	border-color: #ccc;
}

#lang_sel a:visited,
#lang_sel_click a:visited {
	border-color: #ccc;
}

#lang_sel a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel {
	color: #333;
	background: #fff;
}

#lang_sel a.lang_sel_sel:hover,
#lang_sel_click a.lang_sel_sel:hover {
	color: #333;
}

#lang_sel ul ul a:visited,
#lang_sel_click ul ul a:visited {
	color: #333;
}

#lang_sel li ul a:hover,
#lang_sel_click li ul a:hover {
	color: #229fbc;
	background: #fff;
}

body #lang_sel_footer {
	padding: 0 0 10px;
	border: none;
	background-color: #334960;
}

body #lang_sel_footer ul li {
	margin-right: 10px;
}

body #lang_sel_footer ul li:last-child {
	margin-right: 0;
}

body #lang_sel_footer ul li a {
	background: none;
	color: #fff !important;
	opacity: 0.9;
	border-bottom: none;
	padding: 0;
}

body #lang_sel_footer ul li a.lang_sel_sel {
	background: none;
}

body #lang_sel_footer ul li a.lang_sel_sel:hover {
	background: none;
}

body #lang_sel_footer ul li a:hover {
	background: none;
	border-bottom: none;
}

body #lang_sel_footer img {
	vertical-align: baseline;
}

.menu-item-language img {
	vertical-align: baseline;
}

.vc_row.section-white {
	margin-left: -2000px;
	margin-right: -2000px;
	padding-left: 2000px;
	padding-right: 2000px;
	background-color: #fff;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
	margin-bottom: 5px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
	border: none;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.933em;
	border-radius: 3px !important;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading:hover {
	background: #fff;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a {
	display: block;
	height: 50px;
	line-height: 51px;
	padding: 0 30px;
	color: #333;
}

@media (max-width: 767px) {
	.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a {
		height: auto;
	}
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-controls-icon {
	display: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
	padding: 30px;
	border: none;
	background: #fff;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: #229fbc;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a {
	color: #fff;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
	border: none;
	border-radius: 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	border: none;
	background: #fff;
	border-radius: 0;
}

@media (max-width: 767px) {
	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
		padding-left: 30px;
	}
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
	margin: 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:before,
.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:after {
	display: none;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list {
	margin: 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a {
	height: 50px;
	line-height: 51px;
	padding: 0 35px;
	border: none;
	color: #333;
	font-size: 0.933em;
	text-transform: uppercase;
	background: #fff;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	background: #229fbc;
	color: #fff;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list {
	border-bottom: 3px solid #229fbc;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab {
	margin: 0 8px 0 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab:last-child {
	margin-right: 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab>a {
	border-radius: 3px 3px 0 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	height: 53px;
	line-height: 57px;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list {
	border-right: 3px solid #229fbc;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab {
	margin: 0 0 8px 3px;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:last-child {
	margin-bottom: 0;
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active {
	margin-left: 0;
}

@media (max-width: 767px) {
	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container {
		box-shadow: none;
	}

	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
		margin-bottom: 8px;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
		border-radius: 3px;
	}

	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
		border: none;
		margin: 0;
	}

	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
		display: block;
		height: 50px;
		line-height: 51px;
		padding: 0 30px;
		background: #fff;
		color: #333;
		font-size: 0.933em;
		text-transform: uppercase;
		border-radius: 3px;
	}

	.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a {
		background: #229fbc;
		color: #fff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	display: inline-block;
	line-height: 3.000em;
	padding: 0 2em;
	border: none;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 1em;
	font-family: Oxygen;
	font-weight: 700;
	font-style: normal;
	background: rgba(34, 159, 188, 0.8) !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	border: none;
	background: #229fbc !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
	border: none;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-icon-left {
	padding-left: 50px !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-icon-left .vc_btn3-icon {
	left: 30px !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-icon-right {
	padding-right: 50px !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-icon-right .vc_btn3-icon {
	right: 30px !important;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	position: relative;
	min-height: 50px;
	line-height: 50px;
	padding: 0;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_title>h4 {
	display: block;
	color: #333;
	font-size: 1.067em;
	line-height: 27px;
	padding: 10px 0 10px 60px;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0;
	border: none;
	border-radius: 100%;
	background: #229fbc;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
	content: "\f128";
	height: auto;
	width: auto;
	color: #fff;
	font-size: 1.333em;
	font-family: FontAwesome;
	font-style: normal;
	border: none;
	background: none;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
	width: 43px;
	height: 43px;
	border: 2px dotted #fff;
	border-radius: 100%;
	opacity: 0.5;
	background: none;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	margin: 0;
	padding-left: 60px;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon {
	background: #ff47a0;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon:before {
	content: "\f129";
	visibility: visible;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
	visibility: visible;
}