@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=cyrillic,cyrillic-ext,latin-ext');

/* --- FOOTER TO BOTTOM --- */
html, body {
    font-family: 'PT Sans', sans-serif;
    height: 100%;
    background-color: #F5F5F5;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}
.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
/* --- EOD: FOOTER TO BOTTOM --- */

/* --- GLOBAL STYLES --- */
button, .icon_button {
    cursor: pointer;
    cursor: hand;
    background-clip: padding-box;
}
.container {
    max-width: 1170px;
}
.navbar-collapse {
    -ms-flex: 1 1 auto!important;
}
p {
    line-height: 1.4;
}
p.big {
    font-size: 1.2rem;
    font-weight: bold;
	text-transform: uppercase;
}
p.important {
    font-size: .9rem;
    font-weight: bold;
    color: #ff6600;
}
p.usual {
    font-size: .875rem;
    margin-bottom: 0.8rem;
}
ul {
    font-size: 1rem;
    list-style: square outside;
    margin-left: 20px;
    padding: 0;
}
ol {
    font-size: 1rem;
    margin-left: 1rem;
    padding: 0;
}
ol li {
    padding-left: .4rem;
    padding-bottom: .4rem;
}
ul li {
    padding-bottom: .2rem;
}
.orange {
    color: #ff6600;
}
.bg-orange {
	background-color: #ff9933!important;
}
.table {
    margin-bottom: 0;
}
.thead-default th {
    font-size: .875rem;
    color: #495057;
    background-color: #e9ecef;
    vertical-align: top!important;
}
.table-sm td {
    font-size: .875rem;
    background-color: #ffffff;
    vertical-align: middle;
}
.table-sm td, .table-sm th {
    padding-left: .5rem;
    padding-right: .5rem;
}
.form-control-sm {
    line-height: 1.2!important;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
.w-75-80-100 {
    width: 65%;
}
.mb-25 {
    margin-bottom: 2.5rem!important;
}
.grid div {
    border: 1px #555555 solid;
}
.border_orange {
    border: 2px #ff6600 solid;
}
.table-borderless td {
	border: none;
}
/* Fix for IE 11 */
.card {
    display: block!important;
}
a {
	color: #ff6600;
}
a:hover {
	color: #ff6600;
}
/* -------------------- */


/* --- HEADER STYLES --- */
h1.page_header__top_title {
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
}
h1.page_header__ex_top_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    max-width: 1180px;
    padding: .3rem 0 .5rem 0;
    margin: 0 auto;
}
h2.page_title {
    font-size: 32px;
    font-weight: bold;
    color: #ff9933;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2.country_title {
    font-size: 22px;
    font-weight: bold;
    color: #ff9933;
}
h2.country_title a {
    color: #ff9933;
}
h3.region_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;

    margin-top: 1rem;
    margin-bottom: .4rem;
}
h3.region_title a {
    color: #333333;
}
h3.page_title {
    font-size: 28px;
    font-weight: bold;
    color: #ff9933;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3.page_title_order {
    font-size: 28px;
    font-weight: bold;
    color: #ff9933;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-top: 0.85rem;
    margin-bottom: 1rem;
}
h3.page_title_order_complete {
    font-size: 28px;
    font-weight: bold;
    color: green;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
h4.page_title {
    font-size: 20px;
    font-weight: bold;
    color: #ff9933;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-top: 1.4rem;
    margin-bottom: 0.85rem;
}
h4.page_title a {
    color: #ff9933;
    text-decoration: none;
}
h4.page_title_other {
    font-size: 20px;
    font-weight: bold;
    color: #ff9933;

    line-height: 1.2;

    text-align: center;
    text-transform: uppercase;

    margin-bottom: 1rem;
}
h4.page_title_other a {
    color: #ff9933;
    text-decoration: none;
}
h4.page_title_order {
    font-size: 20px;
    font-weight: bold;
    color: #ff9933;

    text-align: center;
    text-transform: uppercase;

    margin-top: 0.85rem;
    margin-bottom: 1rem;
}
h4.popular {
    font-size: 24px;
    font-weight: bold;
    color: #666666;

    text-align: center;
    text-transform: uppercase;
}
h4.popular.home {
    font-size: 1.3rem;
    text-transform: none;
    margin-bottom: 1.2rem;
}
h4.card-title {
    margin-bottom: 0;
}
h4.card-title-small {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
}
h4.card-title-small span.country_name {
    font-weight: normal;
}
h5.homepage_country_title {
    font-size: 1rem;
    font-weight: bold;
    color: #ff9933;

    padding-left: 10px;
    margin-bottom: .3rem;
}
h5.homepage_country_title a {
    color: inherit;
}
h5.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
h5.order_country_card_title {
    color: #ff9933;
    padding-bottom: 0.4rem;
    border-bottom: 1px rgba(0,0,0,.1) dotted;
}
h5.order_country_card_title a {
    color: #ff9933;
}
h5.ex_order_card_title {
    color: #ff9933;
    font-size: 1.1rem;
    font-weight: bold;
	text-align: center;
    margin-bottom: .6rem;
    padding-bottom: .8rem;
    border-bottom: 1px rgba(0,0,0,.1) dotted;
}
h5.ex_order_card_title a {
    color: #ff9933;
}
h6.order_city_title {
    font-weight: bold;
    margin: 0.6rem 0 .4rem 0;
}
h6.order_city_title a {
    color: #555555;
}
.ex_description h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ff9933;
    text-transform: uppercase;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 4px;
    margin-top:1rem!important;
}
/* -------------------- */



/* --- SOME FORM STYLES --- */
input[type=radio]:checked + span {
    color: #ff6600;
}
input[type=checkbox]:checked + span {
    color: #ff6600;
}
.form-control:focus {
    border-color: #ff9933;
    box-shadow: none;
}
.form-textarea-custom {
    height: calc(100% - 45px);
    box-sizing: border-box;
}
input.number {
	width: 50px;
	height: 32px;
}
/* --- EOD: SOME FORM STYLES --- */


/* --- FORM VALIDATION STYLES --- */
input.invalid {
    border-color: #dc3545;
    background-color: rgba(255,201,201,.2);
}
.has-error-wrap.invalid {
    border: 1px solid #dc3545;
    padding: .5rem;
    border-radius: .2rem;
    background-color: rgba(255,201,201,.2);
}
.invalid-feedback {
    display: none;
    font-size: .875rem;
    color: #dc3545;

    margin-top: .25rem;
    margin-bottom: .45rem;
    line-height: 1.2;
}
/* --- EOD: FORM VALIDATION STYLES --- */


/* --- MAIN SEARCH FORM STYLES --- */
.search_icon {
    border: 1px #cccccc solid;
    border-radius: 15px;
    background-color: #f5f5f5;
    padding: 3px 6px 3px 10px;
    height: 30px;
}
.search_input {
    font-size: .85rem;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px #cccccc solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding-right: 5px;
    width: 220px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search_input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.search_button {
    font-size: .85rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff8800;
    padding: 6px 14px 8px 14px;
    height: 30px;
    border-radius: 15px;
    background-clip: border-box;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.search_button:hover {
    background-color: #e88500;
}
.search_button:focus, .search_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.save_button {
	border-radius: 25px;
	border: 1px #ffffff solid;
	background-color: #ff9933;
	color: #ffffff;
	padding-top: .2rem;
	padding-bottom: .2rem;
}
.save_button:disabled,
.save_button[disabled] {
	background-color: #cccccc;
	color: #666666;
}
.save_button:focus, .save_button_inactive:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}
.edit_button {
	border-radius: 25px;
	border: 1px #ffffff solid;
	background-color: #ff9933;
	color: #ffffff;
	padding-top: .2rem;
	padding-bottom: .2rem;
}
/* -------------------- */


/* --- SHOPPING CART STYLES --- */
.shop_cart {
    position: relative;
    width: auto;
}
.shop_cart a {
    position: relative;
    display: block;
    padding: 16px 0 0 35px;
}
.shop_cart a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 26px;
    overflow: hidden;
    background: url('/i/shop_cart_ico.gif') 0 0 no-repeat;
}
.shop_cart_cnt {
    position: absolute;
    top: 0;
    left: 35px;
    height: 16px;

    padding: 0 10px;

    font-size: 11px;
    text-align: center;
    color: #000000;
    line-height: 1.5;

    border-radius: 8px;
    background-color: #eeeeee;
}
.shop_cart_name {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
}
.shop_cart a, .shop_cart a:hover {
    color: #000000;
    text-decoration: none;
}
h2.shop_cart_empty {
    font-size: 2rem;

    color: #9b9ea3;
    text-align: center;

    padding: 3rem;
    margin-bottom: 0;
}
img.shop_cart_empty {
    opacity: .2;
    width: 38px;
    height: 31px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* -------------------- */


/* --- PAGE HEADER STYLES --- */
.page_header {
    position: relative;
    margin-top: 5px;
    height: 280px;
    overflow: hidden;
    background: #202020; /* if we need the black gradient in the header */
}
.page_header_scart {
	position: relative;
	margin-top: 5px;
	height: 200px;
	overflow: hidden;
	background: #202020; /* if we need the black gradient in the header */
}
.page_header__img {
    display: block;
    width: 1300px;
}
.page_header__img-wrap {
    position: absolute;
    left: 50%;
    margin-left: -650px;
}
.page_header__info_block {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 1300px;
    margin-left: -650px;
    background: rgba(32,32,32,.5);
    text-align: center;
    z-index: 3;
}
.page_header__info_block_scart {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 1300px;
	margin-left: -650px;
	background: rgba(32,32,32,.5);
	text-align: center;
	z-index: 3;
}
.page_header__ex_slogan {
    font-size: 20px;
    font-style: italic;
    line-height: 1.2;
    color: #ffffff;
    max-width: 1024px;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.breadcrumb {
    font-size: 14px;
    background: none;
    border: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\2192\00a0";
    color: #cccccc;
    padding: 0;
}
.breadcrumb-item { color: #cccccc; float: none; }
.breadcrumb-item:hover { color: #ffffff; text-decoration: none; }
.breadcrumb-item.active { color: #cccccc; }
.breadcrumb-item.active:hover { color: #ffffff; }

/* start - if we need the black gradient in the header */
.page_header__img-wrap:before, .page_header__img-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: 3;
}
.page_header__img-wrap:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(32,32,32,1)), to(rgba(32,32,32,0)));
    background: -webkit-linear-gradient(left, rgba(32,32,32,1) 0%, rgba(32,32,32,0) 100%);
    background: -o-linear-gradient(left, rgba(32,32,32,1) 0%, rgba(32,32,32,0) 100%);
    background: linear-gradient(to right, rgba(32,32,32,1) 0%, rgba(32,32,32,0) 100%);
}
.page_header__img-wrap:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(32,32,32,0)), to(rgba(32,32,32,1)));
    background: -webkit-linear-gradient(left, rgba(32,32,32,0) 0%, rgba(32,32,32,1) 100%);
    background: -o-linear-gradient(left, rgba(32,32,32,0) 0%, rgba(32,32,32,1) 100%);
    background: linear-gradient(to right, rgba(32,32,32,0) 0%, rgba(32,32,32,1) 100%);
}
.gradient {
    border-top: 1px #c8c8c8 solid;
    width: 100%;
    height: 7px;
    min-height: 7px;

    background: -webkit-linear-gradient(top, rgba(168,168,168,1), rgba(245,245,245,1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(168,168,168,1)), to(rgba(245,245,245,1)));
    background: -o-linear-gradient(top, rgba(168,168,168,1), rgba(245,245,245,1));
    background: linear-gradient(to bottom, rgba(168,168,168,1), rgba(245,245,245,1));
}
.gradient_light {
    width: 100%;
    height: 7px;
    min-height: 7px;

    background: -webkit-linear-gradient(top, rgba(168,168,168,.3), rgba(255,255,255,.3));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(168,168,168,.3)), to(rgba(255,255,255,.3)));
    background: -o-linear-gradient(top, rgba(168,168,168,.3), rgba(255,255,255,.3));
    background: linear-gradient(to bottom, rgba(168,168,168,.3), rgba(255,255,255,.3));
}
/* end - if we need the black gradient in the header */


/* --- LOCATION CARDS STYLES --- */

/* Cities Cards */
.city_card {
    box-shadow: 0 2px 5px 0 rgba(153,153,153,.3);
}
.city_card img {
    /* vertical-align: bottom!important; */
}
.city_card .card-body {
    padding: .25rem;
    border-radius: 0 0 .25rem .25rem;
}
.city_card a {
    display: block;
    text-decoration: none;
    color: #333;
}
.city_card .card_effect {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color: #000000;
}
.city_card p.card-text {
    color: #666;
    line-height: 0.9;
    padding-top: 4px;
    padding-bottom: 4px;
}
.city_card a:hover p, a:hover h4, a:hover span.country_name {
    color: #ffffff;
}
.city_card a:hover img {
    opacity: 0.7;
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
}
.city_card a:hover .card-body {
    background-color: #ff9933;
}
/* -------------------- */


/* --- Other Cities List Styles --- */
.more_button {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff8800;
    background-clip: padding-box;

    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 8px 30px 8px 30px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.more_button:hover {
    color: #ffffff;
    background-color: #e88500;
    text-decoration: none;
}
.more_button:focus, .more_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.city_list_col_md, .city_list_col_sm, .city_list_col_flex {
    border-right: 1px dotted #d3d3d3;
}
.city_list_col_sm:last-child {
    border-right: none;
}
.city_list_col_flex:nth-child(3n+3) {
    border-right: none;
}
.city_list_col_flex:nth-last-child(1):nth-child(2) {
    border-right: none;
}
.city_list_col_flex:last-child:first-child {
    border-right: none;
}
.city_list_item {
    display: block;

    font-size: 20px;
    color: #333333;
    line-height: 1.3rem;

    padding: 6px 10px 6px 10px;
    text-decoration: none;

    text-align: center;
}
.city_list_item:hover {
    color: #333333;
    background: #f5f5f5;
    text-decoration: none;
}
.city_list_item_cnt {
    display: block;

    font-size: 14px;
    font-weight: normal;
    color: #acacac;
}
.allcities_wrap {
   padding: 1.5rem 1.5rem .25rem 1.5rem;
   background-color: white;
}
.country_wrap {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.cities_list_wrap {
    margin-left: -20px;
    margin-right: -20px;
}
.city_list_item_all {
    display: block;

    font-size: 1.075rem;
    color: #333333;
    line-height: 1.2rem;

    padding: 6px 10px 6px 20px;
    text-decoration: none;
}
.city_list_item_all.home {
    font-size: .9rem;
    padding: 3px 0 3px 10px;
}
.city_list_item_all:hover {
    color: #000000;
    background: #f5f5f5;
    text-decoration: none;
}
.city_list_item_all_cnt {
    display: block;

    font-size: 14px;
    font-weight: normal;
    color: #acacac;
}
.city_list_item_all__regionV1 {
    font-size: .8rem;
    font-weight: normal;
    color: #b5b5b5;
    margin-left: .8rem;
    float: right;
}
.city_list_item_all__regionV2 {
    font-size: .8rem;
    font-weight: normal;
    margin-left: .8rem;
    color: #b5b5b5;
}
.city_list_item_small {
    display: block;

    font-size: 14px;
    color: #333333;
    line-height: 1rem;

    padding: 4px 10px 4px 10px;
    text-decoration: none;
    text-align: center;
}
.city_list_item_small:hover {
    color: #333333;
    text-decoration: none;
    background: #ffffff;
}
.r_city_list_item_small {
    display: block;

    font-size: 14px;
    color: #333333;
    border: 1px solid transparent;

    padding: 0 5px;
    margin: 2px 10px;

    text-decoration: none;
    text-align: center;
}
.r_city_list_item_small:hover {
    border: 1px #ff9933 solid;
    border-radius: 15px;

    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.r_city_list_item_small.active {
    border: 1px #ff9933 solid;
    border-radius: 15px;

    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
/* -------------------- */


/* --- Typeahead Styles Customization --- */
.tt-menu {
    width: 320px;
    margin-top: 1px;
    left: -27px!important;

    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;

    box-shadow: 0 2px 5px 0 rgba(153,153,153,.3);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 0 5px 5px;
}
.tt-suggestion {
    padding: 10px 15px;
    line-height: 0;
    border-bottom: 1px #d3d3d3 dotted;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: #f5f5f5;
    background-clip: padding-box;
}
.tt-suggestion:hover:last-child {
    cursor: pointer;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border-radius: 0 0 5px 5px;
}
.tt-suggestion a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-decoration: none;
}
.tt-suggestion i {
    display: inline-block;
    font-style: normal;
    max-width: 215px;
}
.tt-suggestion span {
    font-size: 13px;
    line-height: 14px;
}
.tt-suggestion.tt-cursor {
    background-color: #f5f5f5;
}
.tt-footer {
    border-bottom: none;
}
.tt-footer a {
    color: #ff6600;
}
/* -------------------- */


/* --- Excursions, Popular & Carousel Styles --- */
.shadowed {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(153,153,153,.3);
    padding: 5px 30px 30px 30px;
}
.ex_description p {
    font-size: 1rem;
	line-height: 1.5;
    margin-bottom: 0.8rem;
}
.ex_description p.important {
    font-size: 1rem;
}
.ex_description blockquote p {
    font-size: 1rem;
    line-height: 1.4;
}
.ex_description a {
    color: #ff9933;
}
.owl_excursion_card {
    display: flex;
    display: -ms-flexbox;

    flex-direction: column;
    -ms-flex-direction: column;

    box-shadow: 0 2px 5px 0 rgba(153,153,153,.3);
}
.owl_excursion_card img.card-img-top {
    vertical-align: bottom!important;
}
.owl_excursion_card a {
    display: flex;
    display: -ms-flexbox;

    flex-direction: column;
    -ms-flex-direction: column;

    height: 100%;

    text-decoration: none;
    color: #000000;
}
.owl_excursion_card .card-body {
    border-top: 1px #d7d7d7 solid;
}
.owl_excursion_card .card-location {
    font-size: 0.85rem;
    color: #ff6600;
    margin-bottom: .5rem;
}
.owl_excursion_card .card-text {
    font-size: 14px;
}
.owl_excursion_card .exc_price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    background-color: #ffffff;
}
.owl_excursion_card .card-footer {
    border-radius: 0;
}


/* exc. card  effects */
.owl_excursion_card a:hover {
    background-color: #ff9933;
}
.owl_excursion_card a:hover p, a:hover h5, a:hover .exc_price {
    color: #ffffff;
}
.owl_excursion_card a:hover img {
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
}
.owl_excursion_card a:hover .card-body {
    border-top: 1px #ff9933 solid;
}
.owl_excursion_card a:hover .card-body, a:hover .card-footer {
    background-color: #ff9933;
}
.in_shop_cart {
    float: right;
    padding-bottom:.25rem;
    width: 34px!important;
    height: 29px;
}
/* eod: exc. card  effects */

.carousel-btn-prev, .carousel-btn-next {
    font-size: 14px;
    color: #ffffff;

    width: 40px;
    height: 40px;

    background-color: #ff9933;
    border: 2px #eeeeee solid;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.carousel-btn-prev:hover, .carousel-btn-next:hover {
    color: #ffffff;
    background-color: #e88500;
}
.carousel-btn-prev:focus, .carousel-btn-next:focus,
.carousel-btn-prev:active, .carousel-btn-next:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.owl-theme .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding-top: 5px;
    padding-bottom: 5px;
}
.owl-theme .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owl-theme .owl_excursion_card {
    width: inherit;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 3px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff9933;
}


/* --- TAG BUTTONS STYLES --- */
.btn-tag {
    font-size: 14px;
    color: #333;
    border: 1px #cccccc solid;
    border-radius: 15px;
    background-color: #f5f5f5;
    min-width: 180px;
    padding: 5px 10px 5px 10px;
}
.tag_a {
    min-width: 220px;
}
.btn-tag:hover {
    font-weight: bold;
    color: #333;
    border: 1px #ff9933 solid;
    background-color: #ffffff;
}
.btn-tag:focus, .btn-tag:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.btn-tag.active {
    font-weight: bold;
    color: #333;
    border: 1px #ff9933 solid;
    background-color: #ffffff;
}
/* -------------------- */


/* --- ORDER STYLES --- */
.order_button_wrp {
	text-align: center;
	margin-top: .6rem;
	margin-bottom: .6rem;
}
.order_button {
	display: inline-block;

    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff6600;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 8px 35px 8px 35px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.order_button:hover {
    color: #ffffff;
	text-decoration: none;
	outline: none;
	opacity: .8;
}
.order_button:focus, .order_button:active {
	outline: none!important;
}
.order_button.disabled {
    background-color: #cccccc;
}
.order_button.disabled:hover {
    cursor: default;
}
.order_ok_button {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff9933;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 4px 30px 4px 30px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.order_ok_button:hover {
    color: #ffffff;
    background-color: green;
}
.order_ok_button:focus, .order_ok_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.order_start_button {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff9933;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 4px 16px 4px 16px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.order_start_button:hover {
    color: #ffffff;
    background-color: green;
}
.order_start_button:focus, .order_start_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.order_edit_button,.order_more_button {
    font-size: 0.9rem;
    font-weight: bold;
    color: green;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 4px 14px 4px 14px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.order_edit_button:hover, .order_more_button:hover {
    color: #ffffff;
    background-color: green;
}
.order_edit_button:focus, .order_edit_button:active, .order_more_button:focus, .order_more_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.order_remove_button {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff6d6d;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 4px 14px 4px 14px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.order_remove_button:hover {
    color: #ffffff;
    background-color: #ff3333;
}
.order_remove_button:focus, .order_remove_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}

.order_cancel_button {
	font-size: 0.9rem;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #ff6d6d;
	border-radius: 25px;
	border: 2px #eeeeee solid;
	padding: 4px 14px 4px 14px;

	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}
.order_cancel_button:hover {
	color: #ffffff;
	background-color: #ff3333;
}
.order_cancel_button:focus, .order_cancel_button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}

.order_save_button {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff9933;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 4px 16px 4px 16px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.order_save_button:hover {
    color: #ffffff;
    background-color: green;
}
.order_save_button:focus, .order_save_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.order_close_button {
    font-size: 0.9rem;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 25px;
    border: 2px #eeeeee solid;
    padding: 3px 24px 3px 24px;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.order_close_button:hover {
    background-color: #ededed;
}
.order_close_button:focus, .order_close_button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.ex_order_card_footer {
    text-align: center;
    margin-top: .7rem;
    padding-top: .6rem;
    border-top: 1px rgba(0,0,0,.1) dotted;
}
.order_country_card {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;

    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;

    -ms-flex-pack:justify;
    -webkit-box-pack:justify;
    justify-content:space-between;

    height:100%;
}
.order_country_card_footer {
    text-align: center;
    padding-top: .5rem;
    border-top: 1px rgba(0,0,0,.1) dotted;
    min-height: 40px;
}
ul.order_list {
    margin-left: 1.4rem;
    margin-bottom: 0.2rem;
}
ul.order_list li {
    line-height: 1.2rem;
    margin-bottom: .2rem;
}
ul.order_list a {
    color: #333333;
}
.modal-dialog.modal-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: calc(100vh - 200px);
    min-height: calc(100vh - 200px);

    overflow: auto;
    max-width: 540px;
}
.modal-header {
    border-bottom: 1px rgba(0,0,0,.1) dotted;
    margin: 0 15px;
    padding: 12px 0;
}
.modal-footer {
    border-top: 1px rgba(0,0,0,.1) dotted;
    margin: 0 15px;
    padding: 14px 0;
}
div.ex_order_card_params {
	color: #555555;
	font-size: 1rem;
}
div.ex_order_card_params>div {
	padding-top: 3px;
	padding-bottom: 3px;
}
div.ex_order_card_params>.fc {
	max-width: 280px;
}
.ex_order_params_alert {
    font-size: .875rem;
    color: #dc3545;
    line-height: 1.2;
    text-align: center;
    margin: 1rem auto;
    padding: .5rem;
    border: 1px solid #dc3545;
    border-radius: .2rem;
    background-color: rgba(255,201,201,.2);
}
div.ex_order_card_price {
	font-size: 1rem;
	font-weight: bold;
	color: #ff6600;
	text-transform: uppercase;
	text-align: center;
	margin-top: .8rem;
	padding-top: .7rem;
	border-top: 1px rgba(0,0,0,.1) dotted;
}
/* -------------------- */


/* --- FEEDBACKS --- */
div.fb_item_wrp {
	padding: 20px 1px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
img.fb_item_ico {
	float: left;
	margin-right: 1rem;
}
div.fb_item {
	overflow: hidden;
}
div.fb_header {
	display:-ms-flexbox!important;
	display:flex!important;

	-ms-flex-align:center!important;
	align-items:center!important;

	margin-bottom: .4rem;
}
.fb_username {
	font-size: 1rem;
	font-weight: bold;
}
.fb_date {
	font-size: 0.8125rem;
	color: #777777;
}
.fb_starts {
	display:-ms-flexbox!important;
	display:flex!important;

	-ms-flex-align:center!important;
	align-items:center!important;
}
div.fb_comment {

}
/* --- EOF: FEEDBACKS --- */


/* --- FOOTER STYLES --- */
.footer {
    background-color: #ffffff;
    margin-bottom: 4px;
}
.footer_logo_tp {
    padding-left: 20px;
    border-bottom: 1px #efefef solid;
}
.footer_logo_bt {
    padding-top: 1px;
    padding-left: 20px;
}
.footer_logo_bt img {
    vertical-align: top;
}
.footer_socials {
    margin-top: .9rem;
}
.footer_socials a {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}
.footer_socials a:last-child {
    margin-right: 0;
}
.footer_nav {
    padding-right: 20px;
    text-align: right;
    border-bottom: 1px #efefef solid;
}
.footer_nav_item {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    white-space: nowrap;
}
.footer_nav_item:last-child {
    margin-right: 0;
}
.footer_nav_item:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 2px #ff9933 solid;
}
.footer_copy {
    font-size: 13px;
    color: #999999;
}
.footer_copy:hover {
    color: #999999;
    text-decoration: none;
}
.footer_gradient {
    width: 100%;
    height: 7px;
    min-height: 7px;

    background: -webkit-linear-gradient(bottom, rgba(208,208,208,0.5), rgba(245,245,245,.5));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(208,208,208,0.5)), to(rgba(245,245,245,.5)));
    background: -o-linear-gradient(bottom, rgba(208,208,208,0.5), rgba(245,245,245,.5));
    background: linear-gradient(to top, rgba(208,208,208,0.5), rgba(245,245,245,.5));
}
.footer_gradient_light {
    width: 100%;
    height: 7px;
    min-height: 7px;

    background: -webkit-linear-gradient(bottom, rgba(208,208,208,0.5), rgba(255,255,255,.5));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(208,208,208,0.5)), to(rgba(255,255,255,.5)));
    background: -o-linear-gradient(bottom, rgba(208,208,208,0.5), rgba(255,255,255,.5));
    background: linear-gradient(to top, rgba(208,208,208,0.5), rgba(255,255,255,.5));

    background-color: white;
}
/* -------------------- */


/* --- EXCURSION HINTS STYLES --- */
.box {
    border-radius: 5px;
    border: 1px #efefef solid;
    background-color: #f9f9f9;
    margin-bottom: 0.8rem;
    padding: 10px;
}
.excursion_hints {
    border-radius: 10px;
    border: 3px #ffffff solid;
    box-shadow: 0 2px 3px 0 rgba(153,153,153,.3);

    padding: 1rem;

	background: #ff9933;
	background-clip: padding-box;
}
.excursion_hints_days {
	text-align: center;
	margin-top: .5rem;
	margin-bottom: .5rem;
	font-size: .9rem;
}
.excursion_already_hint {
    text-align: center;

    border-radius: 10px;
    border: 3px #ffffff solid;

    background-color: green;
    background-clip: padding-box;

    box-shadow: 0 2px 3px 0 rgba(153,153,153,.3);
    margin-bottom: 1rem;
}
.excursion_already_hint a {
    display: block;
    color: white;
    padding: 1rem;
}
.excursion_already_hint i {
    font-size: 1.4rem;
}
.hint_table {
    font-size: 1rem;
    line-height: 1.3;
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
}
table.hint_table {
	width: 100%;
}
.hint_table td {
    padding: 0 5px 8px;
}
.hint_price {
    font-size: 1.5rem;
    color: #ffffff;
	text-align: center;
    line-height: 1.2rem;
	margin-top: .8rem;
	margin-bottom: 0;
}
.hint_price small {
    font-size: 1rem;
}
.hint_price_table {
    font-size: 1rem;
    line-height: 1.3;
    color: #ffffff;
}
.hint_price_table td {
   vertical-align: top;
   padding: 0 10px 8px;
}
table.excursion_prices > tbody > tr:first-child > td {
	border: none;
}
.aux_block {
    border-radius: 10px;
    border: 1px #d6d6d6 solid;
    background-color: #ffffff;
}
.upgrade_title {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0.6rem;
}
.upgrade_hint {
    font-size: 0.8rem;
    font-weight: 400;
    color: #555555;

    border: 1px #ff9933 dotted;
    border-radius: 5px;

    background-color: #ffffff;

    padding: 0.6rem 1rem;
    margin-bottom: 0.6rem;
}
.white {
    color: #ffffff;
}
.red {
    color: red;
}
.green {
    color: green;
}
.excursion_hint_nearest_date {
	text-align: center;
	margin-top: .5rem!important;
	margin-bottom: .8rem!important;
	font-size: .9rem;
}
.prepayment_hint {
	padding-top: .6rem;
	padding-bottom:.2rem;
	margin-top: .8rem;
	border-top: 1px #ffffff solid;
	text-align: center;
	color: #ffffff;
}
.excursion_calendar_wrp {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	padding:.5rem;
	background-color: #fff;
	border-radius: 5px;
}
.excursion_calendar_legend {
	margin-top: .3rem;
	border-top: 1px solid #e5e5e5;
	padding: .4rem;
	width: 100%;
	max-width: 328px;
}
.excursion_calendar_legend__item {
	display: inline-block;
	font-size: .9rem;
}
.excursion_calendar_legend__item::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	width: 24px;
	height: 16px;
	margin-right: 10px;
	background: #3fbd8d;
}
.excursion_calendar_legend__item:first-child {
	margin-right: 25px;
}
.excursion_calendar_legend__item.available::before {
	background: #3fbd8d;
}
.excursion_calendar_legend__item.unavailable::before {
	background: #f2f3f3;
}
/* EOF: EXCURSION HINTS STYLES */


/* --- EXCURSION RATING STYLES --- */
.excursion_rating {
	text-align: center;

	border-radius: 5px;

	background: #ffcc99;
	background-clip: padding-box;

	padding: 6px;
	margin-bottom: .6rem;
}
.excursion_rating a {
	text-decoration: none;
	color: #212529;
}
.excursion_rating p {
	margin-bottom: .2rem;
}
.excursion_rating span {
	line-height: 0;
	color: #ff6600;
}
.rate_star_ico {
	height: 14px;
	width: 14px;
}
.space_px {
	margin-left: 1px;
	margin-right: 1px;
}
/* --- EOF: EXCURSION RATING STYLES --- */


/*** EXCURSION GALLERY & FANCYBOX CUSTOMIZATION ***/
.ex_gallery_wrapper {
    position: relative;
    overflow: hidden;
}
.ex_gallery_wrapper img {
    display: block;
    width: 100%;
    border-radius: 3px;
}
.ex_gallery_wrapper a {
    position: relative;
    display: block;
}
.ex_gallery_pic_main {
    float: left;
    width: 66.2%;
    margin-right: 1.8%;
}
.ex_gallery_pic_other {
    float: left;
    width: 32%;
}
.ex_gallery_pic_other img {
    margin: 0 0 5% 0;
}
.ex_gallery_pic_hidden {
    display: none;
    visibility: hidden;
}
.ex_gallery_photo_cnt_wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.4);
    border-radius: 3px;
}
.ex_gallery_photo_cnt {
    color: #fff;
    font-size: 22px;
    line-height: 1.9rem;

    opacity: 0.7;

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.fancybox-thumbs {
    background: rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs>ul>li:before {
    border-color: #ff9933;
}
.fancybox-arrow:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
/*** EOD: EXCURSION GALLERY & FANCYBOX CUSTOMIZATION ***/


/***  HOME PAGE STYLES ***/
.homepage_header {
    position: relative;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    background: #101010;
}
.homepage_header_gradient:before, .homepage_header_gradient:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14%;
    z-index: 10;
}
.homepage_header_gradient:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16,16,16,1)), to(rgba(16,16,16,0)));
    background: -webkit-linear-gradient(left, rgba(16,16,16,1) 0%, rgba(16,16,16,0) 100%);
    background: -o-linear-gradient(left, rgba(16,16,16,1) 0%, rgba(16,16,16,0) 100%);
    background: linear-gradient(to right, rgba(16,16,16,1) 0%, rgba(16,16,16,0) 100%);
}
.homepage_header_gradient:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16,16,16,0)), to(rgba(16,16,16,1)));
    background: -webkit-linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 100%);
    background: -o-linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 100%);
    background: linear-gradient(to right, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 100%);
}
.carousel-item {
    min-height: 280px;
    height: 460px;

    transition:-webkit-transform .5s ease!important;
    transition:transform .5s ease!important;
}
.carousel-images-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.carousel-images-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto 0;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
    z-index: 20;
}
.carousel-caption {
    left: 0;
    right: 0;
    padding: .9rem 10% 1.6rem;
    background-color: rgba(16,16,16,.6);
}
.carousel-indicators {
    bottom: 18px;
}
.carousel-indicators li {
    height: 7px;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #ff9933;
}
.homepage_subheader_slogan {
    font-size: 1.1rem;
    font-weight: bold;
    color: #777777;
    text-align: center;
    line-height: 1.4rem;
    margin-top: 0;
    margin-bottom: 1.2rem;
}
.homepage_benefit_title {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 1.2rem;
    color: #ff6600;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
}
.homepage_benefit_title a {
    color: #ff6600;
}
.homepage_benefit_slogan {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: .9rem;
    color: #555555;
    line-height: 1.2rem;
    margin-top: auto;
    margin-bottom: auto;
}
.circle {
    width: 60px;
    height: 60px;
    background-color: rgba(222,222,222,.6);
    border-radius: 50px;
    text-align: center;
    margin: 0 auto .2rem;
}
.circle.csmall {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
}
.icon_number {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    font-style: italic;
    color: #ff6600;
}
/***  EOD: HOME PAGE STYLES ***/


/*** PAGE ABOUT STYLES ***/
div.pa_wrap_gray {
    background-color: #f8f8f8;
    border-radius: 15px;
    margin: 0 80px 1.4rem;
    padding: 1.4rem 3rem .6rem 3rem;
}
div.pa_wrap_white {
    margin: 0 5rem 2rem;
    padding: 0 7rem 0 7rem;
}
div.pa_wrap_white_a {
    margin: 0 2.5rem 2rem;
    padding: 0 4rem 0 6rem;
}
h2.pa_title {
    font-size: 30px;
    font-weight: bold;
    color: #ff9933;
    text-align: center;
    margin-bottom: 1.5rem;
}
h3.pa_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #ff9933;
    margin-bottom: 1.2rem;
}

h4.pa_title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #666666;

    text-align: center;
    margin-bottom: 1.6rem;
}
p.pa_text {
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 1.5;
}
p.pa_text a {
    color: #ff9933;
}
.pa_circle {
    float: left;
    width: 52px;
    height: 52px;
    background-color: rgba(255,153,51,1);
    border-radius: 50px;
    text-align: center;

    padding-top: 18px;
    margin-right: 1.4rem;
}
.pa_circle_red {
    float: left;
    width:40px;
    height:40px;
    background-color:#dc3545;
    padding-top:13px;
    padding-right:4px;
    margin-left:1rem;
    margin-right:1rem;
    border-radius: 50px;
    text-align: center;
}
div.pa_benefit {
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
}
.inumber {
    font-size: 1.8rem;
    line-height: 0;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}
/*** EOD: PAGE ABOUT STYLES ***/


/*** EOD: A BLOCK STYLES ***/
.a_container {
    padding-left: 0;
    padding-right: 0;
}
h4.a_title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ff9933;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
    text-align: center;
    text-transform: uppercase;
}
.a_card {
    display: flex!important;
    overflow: hidden;

    border: 0;
    border-radius: 0;

    background-color: #000000;
    height:100%!important;
}
.a_card .card-img-top {
    border: 0;
    border-radius: 0;

    -webkit-filter: contrast(1);
    filter: contrast(1);

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.a_card .card-img-top.vertical {
    min-height: 180px;
    object-fit: cover;
}

.a_card_link:hover .a_card img.card-img-top {
    opacity: 0.7;
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.a_card_link:hover {
    text-decoration: none;
}
.a_card_body {
    padding: .8rem;
}
.a_card_title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: .8rem;
}
.a_card_text {
    font-size: 0.875rem;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.3;
}
.a_card_text ul {
    margin-bottom: .4rem;
}
.a_card_text p {
    margin-bottom: .75rem;
    line-height: 1.3;
}
.a_card_text li {
    font-size: 0.875rem;
    color: #e3e3e3;
    line-height: 1.3;
    padding-bottom: .3rem;
}

/*** 768 ***/
.a_card_768 {
    background-color: #000000;
    overflow: hidden;

    border: 0;
    border-radius: 0;

    min-height: 250px;
    height:100%!important;
}
.a_card_768 .card-img {
    border: 0;
    border-radius: 0;
    height:100%!important;

    object-fit: cover;

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.a_card_link:hover .a_card_768 img.card-img {
    opacity: 0.7;
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.a_card_768 .card-img-overlay_768 {
    opacity: .9;
    width: 50%;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    padding: 1rem;
}


/*** 1138 ***/
.a_card_1138 {
    background-color: #000000;
    overflow: hidden;

    border: 0;
    border-radius: 0;

    min-height: 250px;
    height:100%!important;
}
.a_card_1138 .card-img {
    border: 0;
    border-radius: 0;
    height:100%!important;

    object-fit: cover;

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.a_card_link:hover .a_card_1138 img.card-img {
    opacity: 0.7;
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.a_card_1138 .card-img-overlay_1138 {
    opacity: .9;
    width: 50%;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    padding: 1rem;
}
/*** EOF: A BLOCK STYLES ***/

@media only screen and (max-width: 1200px) {

    h1.page_header__ex_top_title {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1024px) {

    .carousel-item {
        height: 400px;
    }

    .page_header__info_block {
        width: 100%;
        padding: 0 10px;
        margin: 0;
        left: 0;
    }

    h1.page_header__top_title {
        font-size: 48px;
    }

    h1.page_header__ex_top_title {
        font-size: 32px;
    }

    h2.page_title {
        font-size: 28px;
        letter-spacing: normal;
    }

    h2.pa_title {
        font-size: 26px;
    }

    h3.page_title {
        font-size: 24px;
    }

    h4.popular {
        font-size: 1.25rem;
    }

    div.pa_wrap_gray {
        margin: 0 15px 1.4rem;
        padding: 1.4rem 1.4rem .6rem 1.4rem;
    }

    div.pa_wrap_white {
        margin: 0 15px 2rem;
        padding: 0 2rem 0 2rem;
    }

    div.pa_wrap_white_a {
        margin: 0 15px 1rem;
        padding: 0 1rem 0 1rem;
    }

    .page_header__ex_slogan {
        font-size: 18px;
    }

    .modal-dialog.modal-centered {
        height: calc(100vh - 100px);
        min-height: calc(100vh - 100px);
    }

    .w-75-80-100 {
        width: 80%;
    }

    .homepage_benefit_title {
        font-size: 1rem;
        font-weight: bold;
    }

    .homepage_benefit_slogan {
        font-size: .9rem;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {

	.shadowed {
		padding: 5px 20px 30px 20px;
	}

	.carousel-item, .carousel-images-wrapper img {
        height: 320px;
    }

    h2.page_title {
        font-size: 26px;
    }

    h4.page_title, h4.page_title_other {
        font-size: 20px;
    }

    h2.shop_cart_empty {
        font-size: 2rem;
        padding: 2rem;
    }

    h5.homepage_country_title {
        text-align: center;
        padding-left: 0;
    }

    .city_list_col_sm {
        border-right: none;
    }

    .city_list_col_flex:nth-child(odd) {
        border-right: 1px dotted #d3d3d3;
    }

    .city_list_col_flex:nth-last-child(odd) {
        border-right: 1px dotted #d3d3d3;
    }

    .city_list_col_flex:nth-child(even) {
        border-right: none;
    }

    .city_list_item_all.home {
        text-align: center;
        padding: 3px 0 3px 0;
    }

    .footer_nav {
        text-align: center;
        padding: 0;
        border: 0;
    }

    .modal-dialog.modal-centered {
        height: calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }

    .w-75-80-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {

    .carousel-item, .carousel-images-wrapper img {
        height: 280px;
    }

    .page_header {
        height: 200px;
    }

	.page_header_scart {
		height: 160px;
	}

    .page_header__img-wrap {
        bottom: 0;
    }

    .page_header__info_block {
        padding: 0 5px;
    }

    h1.page_header__top_title {
        font-size: 30px;
        margin-top: 5px!important;
    }

    h1.page_header__ex_top_title {
        font-size: 24px;
        padding: 0;
    }

    h2.page_title {
        font-size: 22px;
    }

    h2.shop_cart_empty {
        font-size: 1.6rem;
        padding: 1rem;
    }

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

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

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

    h4.page_title, h4.page_title_other {
        font-size: 18px;
    }

    h4.page_title_order {
        font-size: 20px;
    }

    h4.popular {
        font-size: 1.1rem;
    }

    img.shop_cart_empty {
        opacity: .2;
        width: 32px;
        height: 25px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .page_header__ex_slogan {
        font-size: 16px;
        margin-bottom: 5px!important;
    }

    .breadcrumb {
        padding: 0!important;
    }

    .shop_cart {
        margin-left: 0!important;
    }

    .city_list_item {
        font-size: 18px;
        font-weight: bold;
    }

    .hint_price_table {
        font-size: 0.9rem;
    }

    .hint_price_table td {
        padding: 0 5px 5px;
    }

    .ex_gallery_photo_cnt {
        color: #fff;
        font-size: 16px;
        line-height: 1.4rem;
        font-weight: bold;
    }

    p.big {
        font-size: 1rem;
        font-weight: bold;
    }

    p.pa_text {
        font-size: 1rem;
        line-height: 1.4;
    }

    div.pa_benefit {
        font-size: 1rem;
    }

    .more_button {
        padding: 8px 18px 8px 18px;
    }

    div.pa_wrap_gray {
        margin: 0 0 1.4rem;
        padding: 1.4rem 1.4rem .6rem 1.4rem;
    }

    div.pa_wrap_white {
        margin: 0 0 2rem;
        padding: 0 1rem;
    }

    div.pa_wrap_white_a {
        margin: 0 0 2rem;
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

    .modal-dialog {
        width: 80%;
        max-width: none;
    }
}

@media only screen and (max-width: 575px) {

    .a_card_768, .a_card_1138 {
        height: auto!important;
        margin-left: auto;
        margin-right: auto;
    }

    .a_card_768 .card-img-overlay_768, .a_card_1138 .card-img-overlay_1138 {
        position: relative;
        width: 100%;
    }

    .a_card_768 .card-img, .a_card_1138 .card-img {
        min-height: 160px;
    }
}

@media only screen and (max-width: 476px) {

    .city_list_item {
        font-size: 16px;
        font-weight: bold;
        padding: 4px 5px 4px 5px;
    }

    .modal-dialog.modal-centered {
        height: calc(100vh - 40px);
        min-height: calc(100vh - 40px);
    }
}

@media only screen and (min-width: 476px) {
	.excursion_calendar_legend {
		display: flex;
		justify-content: center;
	}
}

/*** TEST STYLES ***/
.hiddenCard{
	display: none;
}
/*** EOF: TEST STYLES ***/


/*** TEST STYLES - NEW DATE PICKER ***/
#newdatepicker {
	width: 100%;
	max-width: 340px;
}
.datepicker-inline {
	width: 100%;
	background-color: #ffffff;
	padding: 0;
}
.datepicker table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	user-select: none;
}
.datepicker td, .datepicker th {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
.datepicker table th.dow {
	font-weight: normal;
	border-bottom: 1px #e5e5e5 solid;
	border-radius: 0;
}
.datepicker table tr td.day {
	background-color: #3FBD8D;
	color: #ffffff;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background-color: #ff9933;
	color: #ffffff;
}
.datepicker table tr td.active.day, .datepicker table tr td.active.day:hover {
	background: #ff9933 none;
}
.datepicker table tr td.disabled.day, .datepicker table tr td.disabled.day:hover {
	color: #c6c9cc;
	background-color: #f2f3f3;
}
.datepicker table tr td.new {
	display: none;
	visibility: hidden;
}
.datepicker table tr td.old {
	visibility: hidden;
	height: 0;
	line-height: 0;
	padding: 0;
}
.datepicker table thead tr:first-child {
	display: none;
}
.datepicker table tfoot {
	display: none;
}
.datepicker .prev, .datepicker .next {
	border: 1px #e5e5e5 solid;
	border-radius: .25rem;
	background-color: #ffffff;
}
.datepicker .prev:hover, .datepicker .next:hover {
	background-color: #ffffff!important;
}
.datepicker table tr td, .datepicker table tr th {
	height: 32px;
}
/*** EOF: TEST STYLES - NEW DATE PICKER ***/