@charset "UTF-8";

/*** GLOBALS ***/
*{
	margin: 0;
	padding: 0;
}
html, body {
	font-family: 'PT Sans', sans-serif;
	background-color: #f5f5f5;
	color: #3e4449;
	height: 100%;
}
.content_wrp {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.container {
	max-width: 1280px;
	padding-left: 25px;
	padding-right: 25px;
}
.page_content {
	flex: 1 0 auto!important;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
}
.home_page_content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}
button:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}
input[type=checkbox]:focus, input[type=radio]:focus, input.custom-control-input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none!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; }

a:hover {
	text-decoration: none;
}
.border_orange {
	border: 1px #ff6600 solid;
}
/*** EOF: GLOBALS ***/


/*** MAIN HEADER ***/
.header {
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 3px #999999 solid;
}
.home_headline {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.875rem;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	background-color: #ff6600;
	max-width: 700px;
	padding-top: .7rem;
	padding-bottom: .8rem;
	margin: 0 auto 3rem;
	opacity: .9;
}
.navbar-toggler {
	border: 0;
	padding: 0;
}
.header_img_wrp {
	position: relative;
	width: 100%;
	height: 540px;
	background-color: #999999;
}
.header_img_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 60%;
}
.header_img {
	width: 100%;
	height: 100%;
}
.header_obj_info {
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 3;
	color: #ffffff;
}
.header_obj_info a {
	color: #ffffff;
	text-shadow: 1px 1px #000000a3;
}
.header_obj_info a:hover {
	text-decoration: underline;
}
.header_obj_info:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 24px;
	background: url('/i/icons/location.svg') no-repeat;
	margin-left: -22px;
}
/*** EOF: MAIN HEADER ***/


/*** SEARCH PANEL ***/
.search_group, .search_group_home {
	max-width: 520px;
	flex-wrap: nowrap;
}
.search_group {
	padding-right: 60px;
}
.search_home {
	position: absolute;
	z-index: 3;
	top: 32%;
	width: 100%;
}
.search_ico, .search_ico:focus {
	background-color: #f7f7f7;
	outline: none;
	border: none;
}
span.twitter-typeahead {
	width: 100%;
}
.search_input, .search_input:focus {
	font-size: .875rem;
	line-height: 1;
	padding-left: 0!important;
	height: 1.9rem;
	background-color: #f7f7f7;
	outline: none;
	border: none;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none!important;
}
.search_input_home, .search_input_home:focus {
	font-size: 1rem;
	line-height: 1;
	padding-left: 0!important;
	height: 2.5rem;
	background-color: #f7f7f7;
	outline: none;
	border: none;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none!important;
}
.search_input_home::placeholder {
	color: #5b5b5b;
}
/* --- Typeahead Styles Customization --- */
.tt-menu {
	width: calc(100% + 41px);
	margin-top: 0;
	left: -41px!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 .25rem .25rem;
}
.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 .25rem .25rem;
}
.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;
}
.tt-suggestion.tt-cursor {
	background-color: #f5f5f5;
}
.tt-footer {
	border-bottom: none;
}
.tt-footer, .tt-footer a {
	color: #ff6600;
	font-size: 14px;
	line-height: 14px;
}
.tt-footer.nofound:hover {
	cursor: default;
}
/* --- eof: Typeahead Styles Customization --- */

/*** EOF: SEARCH PANEL ***/

/*** CUSTOM CSE ***/
.gsc_result {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.gsc_result_url {
	line-height: 1;
	margin-bottom: .3rem!important;
}
.gsc_result p {
	margin-bottom: 0;
}
.gsc_result a {
	color: #ff6600;
}
.gsc_result a:hover {
	text-decoration: underline;
}
.gsc-control-cse {
	border: none!important;
	padding: 0!important;
}
.gsc-result-info {
	padding: 0!important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0!important;
	margin-bottom: .25rem;
}
.gsc-results .gsc-cursor-box {
	margin-left: 0!important;
}
/*** EOF: CUSTOM CSE ***/

/*** FIXES FOR GALLERY FULL SCREEN, etc. ***/
.ug-button-fullscreen.ug-skin-default {
	position: absolute;
	top: 0!important;
	left: 0!important;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: none;
	opacity: 0;
	z-index: 1;
}
.ug-arrow-left.ug-skin-alexis, .ug-arrow-right.ug-skin-alexis {
	z-index: 2;
}
.ug-gallery-wrapper .ug-slider-wrapper {
	background: none;
}

:-webkit-full-screen .ug-button-fullscreen.ug-skin-default {
	opacity: 0;
	display: none;
}
:-moz-full-screen .ug-button-fullscreen.ug-skin-default {
	opacity: 0;
	display: none;
}
:-ms-fullscreen .ug-button-fullscreen.ug-skin-default {
	opacity: 0;
	display: none;
}
::backdrop {
	opacity: .8!important;
}
:-ms-fullscreen::-ms-backdrop {
	opacity: .8!important;
}
.img_gallery {
	min-height: 300px;
}
/*** EOF: FIX FOR GALLERY FULL SCREEN ***/

/*** NAVIGATION ***/
.navigation {
	background-color: #ffffff;
	border-bottom: 1px #ededed solid;
}
.navbar {
	padding: 0;
}
.menu_item {
	font-size: 0.875rem;
	color: #3e4449;
	border-bottom: 2px transparent solid;
	padding-left: 4px!important;
	padding-right: 4px!important;
	padding-bottom: .6rem;
	margin-left: 1rem;
}
.menu_item:first-child {
	margin-left: 0;
}
.menu_item:hover {
	color: #3e4449;
	border-bottom: 2px #ff6600 solid;
}
/*** EOF: NAVIGATION ***/


/*** BREADCRUMBS ***/
.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb-item {
	font-size: 1rem;
	line-height: 1;
	padding: .8rem 0 .8rem 3px;
	border-bottom: 2px #ff6600 solid;
}
.breadcrumb-item:last-child {
	padding-right: 3px;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	display: inline-block;
	float: left;
	width: 3px;
	height: 5px;
	background: url("/i/icons/arrow_ico.gif") no-repeat center;
	padding-right: 0;
	margin: 7px 8px 0 0;
}
.breadcrumb-item a {
	color: #3e4449;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
}
.breadcrumb-item.active {
	font-weight: bold;
	color: #3e4449;
}
/*** EOF: BREADCRUMBS ***/



/*** HEADERS ***/
h1.country_name {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: .75;
	white-space: nowrap;
	color: #3e4449;
	padding: 15px 4px 12px 3px;
	margin-bottom: 0;
	border-bottom: 2px #ff6600 solid;
}
h1.place_name {
	font-size: 1.75rem;
	color: #ff6600;
	line-height: 1;
	margin-bottom: 1.2rem;
}
h1.home_h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1.4rem;
}
h2 {
	font-size: 1.5rem;
	color: #3e4449;
	margin-top: 30px;
	margin-bottom: 15px;
}
h2 a {
	color: #ff6600;
	border-bottom: 1px solid rgba(255, 102, 0, .4);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
h2 a:hover {
	color: #ff6600;
	border-bottom: transparent;
}
h2.place_toc {
	font-size: 1.25rem;
	margin-top: 0;
}
h2.place_toc::before {
	content: "";
	float: left;
	width: 15px;
	height: 14px;
	background: url("/i/icons/toc_ico.gif") no-repeat center;
	margin: 5px 8px 2px 0;
}
h2.place_det {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1rem;
}
h4 {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	color: #ff6600;
	margin-bottom: 1.3rem;
}
/*** EOF: HEADERS ***/


/*** CITY CARDS ***/
.card-img {
	border-radius: 0;
}
.card-img.cities {
	height: 100%;
}
.city_card_img_capital {
	width: 100%;
	height: 100%;
	min-height: 240px;

	background: no-repeat center center;
	background-size: cover;
}
.card_border {
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}
.city_card_img_overlay.capital {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	font-size: 1.5rem;
	line-height: 1;
	color: #ffffff;

	padding: .8rem 0 .8rem .8rem;

	background-color: rgba(30,30,30,.6);
}
.city_card_img_overlay.city {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	font-size: 1rem;
	line-height: 1;
	color: #ffffff;

	padding: .4rem 0 .5rem .7rem;

	background-color: rgba(30,30,30,.7);
}
.city_card_img_overlay.cities_list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	color: #ffffff;

	padding: .8rem;

	background-color: rgba(30,30,30,.7);
}
.cities_list_letter {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff6600;
	text-align: center;
}
.cities_list_items {
	text-align: center;
}
.cities_list_items ul {
	padding: 0;
	margin-bottom: .5rem;
}
.cities_list_items li {
	display: inline-block;
	margin: 0 6px .5rem;
	font-size: 1.0625rem;
}
.cities_list_item {
	color: #3e4449;
}
.cities_list_item:hover {
	color: #ff6600;
	text-decoration: underline;
}
.city_card_img_overlay.city_all {
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	left: 0;

	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;

	padding: .4rem 0 .5rem .7rem;

	background-color: rgba(30,30,30,.6);
}
.city_card_name:hover .city_card_img_overlay {
	color: #ff6600;
}
.align_bottom {
	position: absolute;
	bottom: 8px;
}
/*** EOF: CITY CARDS ***/


/*** PLACES CARDS ***/
.place_card_link:hover .card-title {
	border-color: transparent;
}
.place_card_link:hover .card-img-gradient::before {
	opacity: .0;
}
.card.place {
	border-radius: 0;
	border-color: #ededed;
	padding: 5px;
}
.card-img-top.place {
	position: relative;
	border-radius: 0;
	min-height: 150px;
}
.card-img-top.popular {
	position: relative;
	border-radius: 0;
	min-height: 220px;
	max-height: 300px;
}
.card-img-gradient {
	max-height: 150px;
	overflow: hidden;
}
.card-img-gradient.popular {
	max-height: 220px;
	overflow: hidden;
}
.card-img-gradient::before {
	z-index: 2;
	display: block;
	position: relative;
	background: linear-gradient(to top, rgba(30,30,30,0) 0, #1e1e1e 110%);
	margin-bottom: -40px;
	height: 40px;
	width: 100%;
	content: '';
	transition: all 0.5s ease;
}
.card-img-overlay.place {
	z-index: 3;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #ffffff;
	padding: .8rem .8rem;
	line-height: 1;
}
.card-img-overlay.place td {
	color: #ffffff;
}
.card-body.place {
	padding: 0.2rem 0.5rem 0.5rem 0.5rem;
}
.card-title.place {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #ff6600;

	margin-top: .4rem;
	margin-bottom: .4rem;
}
.card-text.place {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #3e4449;
}
.place_comments_ico {
	width: 12px;
	height: 12px;
	margin-left: 5px;
}
.stars_ico {
	height: 13px;
	width: 13px;
	margin-bottom: 3px;
}
/*** EOF: PLACES CARDS ***/


/*** EXC. CARDS ***/
.ex_card_link:hover .card.ex {
	background-color: #ff9933;
}
.ex_card_link:hover .card-img-top.ex {
	-webkit-filter: contrast(1.5);
	filter: contrast(1.5);
}
.ex_card_link:hover .card-title.ex {
	color: #ffffff;
}
.ex_card_link:hover .card-text.ex {
	color: #ffffff;
}
.ex_card_link:hover .card-location.ex {
	color: #ffffff;
}
.ex_card_link:hover .card-footer.ex {
	color: #ffffff;
}
.card.ex {
	padding: 5px;
	border-radius: 0;
	border-color: #ededed;
	box-shadow: 0 2px 5px 0 rgba(153,153,153,.3);
}
.card-img-ex {
	max-height: 200px;
	overflow: hidden;
}
.card-img-top.ex {
	border-radius: 0;
}
.card-body.ex {
	padding: 0.5rem;
}
.card-location.ex {
	font-size: 0.85rem;
	color: #ff6600;
	margin-bottom: .5rem;
}
.card-title.ex {
	font-size: 1.125rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: .5rem;
}
.card-text.ex {
	font-size: 0.8125rem;
	line-height: 1.4;
	color: #3e4449;
}
.card-footer.ex {
	font-size: 1.125rem;
	font-weight: bold;
	color: #ff6600;
	background-color: transparent;
	border: none;
	padding: 0 0.5rem 0.5rem 0.5rem;
}
/*** EOF: EXC. CARDS ***/


/*** ARTICLES ***/
.media.article {
	margin: .4rem 0 .8rem 0;
}
img.article {
	max-width: 140px;
	max-height: 110px;
	outline: 1px solid #e6e6e6;
	outline-offset: 1px;
}
h5.article {
	font-size: 1rem;
	font-weight: bold;
	color: #3e4449;
	margin-top: 0;
}
p.article {
	font-size: 0.875rem;
	color: #3e4449;
	line-height: 1.2;
	margin-bottom: .3rem;
}
a.article_link {
	font-size: 0.875rem;
	color: #ff6600;
	line-height: 1;
	text-decoration: underline;
}
a.article_link:hover {
	text-decoration: none;
}
/*** EOF: ARTICLES ***/


/*** OTHER PLACES ***/
.media.oth_place {
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
.media-body.oth_place {
	padding: .8rem 1rem .8rem 1rem;
}
img.oth_place {
	width: 120px;
	height: 100%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	object-fit: cover;
}
h5.oth_place {
	font-size: 1rem;
	font-weight: bold;
	color: #ff6600;
	margin-top: 0;
	line-height: 1;
}
h5.oth_place a {
	color: #ff6600;
}
h5.oth_place a:hover {
	text-decoration: underline;
}
p.oth_place {
	font-size: 0.875rem;
	color: #3e4449;
	line-height: 1.2;
	margin-bottom: 0;
}
/*** EOF: OTHER PLACES ***/


/*** WEATHER ***/
#pills-tab .nav-link {
	border: 1px solid #e4e4e4;
	text-align: center;
	padding: .6rem 0;
	cursor: pointer;
}
#pills-tab .nav-link:not(:last-child) {
	border-right-width: 0;
}
#pills-tab .row:not(:last-child) .col {
	border-bottom-width: 0;
}
.nav-pills.weather .nav-link {
	font-size: 0.8rem;
	color: #3e4449;
	line-height: 1;
	border-radius: 0;
}
.nav-pills.weather .nav-link.active {
	background-color: #ff6600;
	color: #ffffff;
}
.weather_map {
	border: 1px solid #e4e4e4;
	border-top: 0;
	padding: .5rem;
}
.weather_map_city {
	width: auto;
	border: 1px solid #e4e4e4;
	padding: .5rem;
}
/*** EOF: WEATHER ***/

/*** VIDEO ***/
.ug-textpanel-title {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.9rem!important;
	line-height: 1.1;
	font-weight: normal!important;
}
.ug-textpanel-description {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.8rem!important;
	line-height: 1.1;
}
/*** EOF: VIDEO ***/


/*** CONTENT ***/
.border_place_intro {
	border-bottom: 2px #ff6600 solid;
}
.place_intro p {
	font-size: 1.125rem;
}
div.place_content {
	padding: .1rem;
	margin-bottom: 1rem;
}
div.place_content p {
	font-size: 1.125rem;
}
div.place_content ul {
	font-size: 1.125rem;
	list-style: square;
	margin-left: 1.4rem;
}
div.place_content ul li {
	margin-bottom: .5rem;
}
ul.place_toc {
	margin-bottom: 1.2rem;
}
ul.place_toc li.nav-item {
	border: 1px #e1e1e1 solid;
	border-radius: 0.1875rem;
	line-height: 1;

	margin-right: .6rem;
	margin-bottom: .6rem;

	transition:all 0.3s ease;
}
ul.place_toc li.nav-item:hover {
	background-color: #ff6600;
	border: 1px solid transparent;
}
ul.place_toc li.nav-item a.nav-link:hover {
	color: white;
	text-decoration: none;
}
ul.place_toc li.nav-item a.nav-link  {
	font-size: 0.875rem;
	line-height: 1;
	color: #3e4449;

	padding: 0.5rem 0.9rem;
}
ul.place_toc li.nav-item a:hover {
	color: #3e4449;
	text-decoration: underline;
}
.place_content_img_block {
	display: flex;
	flex-wrap: wrap;
}
.place_content_img_block_two {
	width: 49.5%;
	margin-right: 1%;
}
.place_content_img_block_two:nth-child(2) {
	width: 49.5%;
	margin-right: 0;
}
.place_content_img_block_two img {
	width: 100%;
}
.place_content_img_sign {
	font-size: .875rem;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 15px;
}
.place_share {
	font-size: 1.125rem;
	font-weight: bold;
	color: #3e4449;
	line-height: 1;

	width: 100%;
	border-bottom: 5px #ededed solid;

	padding-bottom: 10px;
	margin-bottom: 2.2rem;
}
.place_share_ico {
	margin-right: 5px;
	margin-left: 5px;
}
#video_gallery {
	margin-bottom: 2.2rem;
}
#mapPanel {
	margin-bottom: 2.2rem;
	border: 1px solid #ededed;
	padding: .4rem;
}
/*** EOF: CONTENT ***/


/*** BANNERS ***/
/*** EOF: BANNERS ***/


/*** FEEDBACKS ***/
.form-group {
	margin-bottom: .7rem;
}
h1.user_feedbacks {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
	color: #ff6600;
}
h1.feedback_thnx {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
	color: #ff6600;
}
div.user_feedbacks_wrp {
	border-top: 1px #e4e4e4 solid;
}
div.feedback_rates {
	margin-bottom: 1.6rem;
}
div.users_rate {
	display: flex;
	line-height: 1;
	margin-top: .2rem;
	margin-bottom: .5rem;
}
div.form-check.rate {
	line-height: 1.3;
	margin-bottom: .2rem;
}
div.feedback_form_wrp, div.feedback_rates, div.feedback_experience {
	position: relative;
	border: 1px solid #ced4da;
	padding: 1.2rem 1rem 1rem 1.2rem;
}
span.feedback_cnt {
	font-size: 1.25rem;
	font-weight: normal;
	color: #3e4449;
}
input.form-control.feedback_form {
	font-size: 0.875rem;
	color: #3e4449;
	height: auto!important;
	line-height: 1;
	padding: .4rem .7rem;
	transition: all 0.5s ease;
}
input.form-control.feedback_form::placeholder {
	font-size: 0.875rem;
	font-style: italic;
}
input.form-control.feedback_form:focus {
	border-color: #9c9c9c;
	outline: 0;
}
textarea.form-control.feedback_form {
	font-size: 0.875rem;
	color: #3e4449;
	padding: .6rem .7rem;
}
select.form-control.custom-select.feedback_form {
	font-size: 0.875rem;
	line-height: 1;
	padding: .5rem .6rem;
	height: auto!important;
}
select.form-control.custom-select.feedback_form:focus {
	border-color: #9c9c9c;
	outline: none;
	box-shadow: none;
}
select.form-control.feedback_form option:checked {
	color: #ff6600;
}
textarea.form-control.feedback_form::placeholder {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1;
}
textarea.form-control.feedback_form:focus {
	border-color: #9c9c9c;
	outline: 0;
}
textarea.form-control.feedback_form:focus::placeholder {
	color: transparent;
}
input.btn.feedback_form {
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.1;

	padding: .4rem 1rem;
	background-color: #ff6600;
	outline: 0;
	box-shadow: none;
}
input.btn.feedback_form:hover {
	background-color: #e45d03;
}
label.custom-control-label.feedback_rate {
	font-size: 0.875rem;
	line-height: 1.8;
}
label.custom-control-label.feedback_rate:hover {
	color: #ff6600;
}
input.custom-control-input.feedback_rate[type=radio]:checked + label {
	color: #ff6600;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow:none!important;
}
.custom-control-input:disabled~.custom-control-label:hover {
	color: #6c757d;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border: #adb5bd solid 1px;
	background-color: #ffffff;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #ff6600;
	background-color: #ff6600;
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: #e4e4e4;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: none;
}
.frame_title {
	position: absolute;
	top:-10px;
	left: 12px;

	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;

	background-color: #ffffff;
	padding-right: 6px;
	padding-left: 6px;
}
.users_rate_val {
	font-size: 1.125rem;
	font-weight: bold;
	color: #ff6600;
}
.users_rate_wrp {
	display: flex;
	align-items: center;
	height: 25px;
	padding-left: .7rem;
	padding-right: .4rem;
}
.users_rate_width {
	width: 100%;
	height: 10px;
}
.users_rate_count {
	display: flex;
	align-items: center;
	font-size: .8rem;
	height: 25px;
	line-height: 10px;
}
p.question {
	font-size: 1rem;
	font-weight: bold;
	color: #6a757d;
	margin-bottom: .6rem;
}
.btn-group.answer_buttons {
	display: inline;
}
.btn.btn-secondary.answer {
	font-size: 0.875rem;
	font-weight: normal;
	color: #000000;
	outline: none;
	border: 1px #cbcbcb solid;
	border-radius: .2rem!important;
	padding: .2rem .5rem;
	margin-right: .3rem;
	margin-bottom: .5rem;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#F2F2F2));
	background-image: -webkit-linear-gradient(top, #fefefe, #F2F2F2);
	background-image: -moz-linear-gradient(top, #fefefe, #F2F2F2);
	background-image: -ms-linear-gradient(top, #fefefe, #F2F2F2);
	background-image: -o-linear-gradient(top, #fefefe, #F2F2F2);
	background-image: linear-gradient(to bottom, #fefefe, #F2F2F2);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fefefe, endColorstr=#F2F2F2);
}
.btn.btn-secondary.active.answer {
	color: #ff6600;
	border-color: #9b9b9b;
}
.btn.btn-secondary.answer:active {
	color: #ff6600;
	border-color: #9b9b9b;
}
.btn.btn-secondary.answer.active.focus {
	outline: none!important;
	box-shadow: none!important;
}
label.form-check-label.answer {
	font-size: 0.875rem;
	line-height: 1;
}
input.form-check-input.answer[type=radio]:checked + label {
	color: #ff6600;
}
select.form-control.answer {
	font-size: 0.875rem;
}
select.form-control.answer:focus {
	border-color: #9b9b9b;
}
label.custom-control-label.answer {
	display: block;
}
label.custom-control-label.answer:hover {
	cursor: pointer;
	color: #ff6600;
}
input.custom-control-input.answer[type=radio]:checked + label {
	color: #ff6600;
}
div.custom-control.custom-radio.answer {
}
.answer_wrp {
	border: 1px #efefef solid;
	border-radius: .25rem;
	padding: .2rem .5rem;
	margin: .26rem 0;
}
.answer_wrp:hover {
	background-color: #f7f7f7;
}
.user_info {
	padding-top: .6rem;
	padding-bottom: 1rem;
	border-bottom: 1px #e4e4e4 solid;
}
.user_name {
	font-size: 0.8125rem;
	font-weight: bold;
}
.user_location {
	font-size: 0.75rem;
}
.likes_cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: .2rem;
}
.likes_cnt img {
	margin-top: 1px;
	width:16px;
	height:16px;
}
.user_feedback {
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	padding-bottom: 1rem;
	border-bottom: 1px #e4e4e4 solid;
}
.no_user_feedback {
	padding: 1rem;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
}
.user_feedback_title {
	margin-bottom: .5rem;
	line-height: 1;
}
div.user_feedback_text p {
	font-size: 0.9375rem;
}
a.read-more {
	color: #ff6600;
	text-decoration: underline;
}
a.read-more:hover {
	text-decoration: none;
}
.thanx_bnt {
	display: inline-flex;
	align-items: center;
	font-size: 0.8rem;
	background-color: #ffffff;
	border: 1px #e4e4e4 solid;
	border-radius: 2px;
	line-height: 1;
	cursor: pointer;
	padding: .3rem .5rem;
	transition: background-color .15s ease-in-out;
}
.thanx_bnt:hover {
	background-color: #eeeeee;
}
.thanx_bnt img {
	width: 16px;
	height: 16px;
	margin-right: 2px;
}
.link_orange {
	color: #ff6600;
	text-decoration: underline;
}
.link_orange:hover {
	color: #ff6600;
}
.space_px {
	margin-left: 1px;
	margin-right: 1px;
}
.pt-lg-own {
	padding-top: 3.6rem;
}
.rate_star_ico {
	height:14px;
	width:14px;
}
/*** EOF: FEEDBACKS ***/


/*** HOME COUNTRIES & FEEDBACKS ***/
.home_countries {
	background-color: #ffffff;
	padding: 1.4rem;
}
.home_feedbacks {
	background-color: #f9f7ec;
	padding: 1.4rem;
}
.home_feedback_author {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: .5rem;
	margin-bottom: .8rem;
}
.home_feedback_link {
	font-weight: bold;
	color: #ff6600;
}
.home_feedback_link:hover {
	color: #ff6600;
	text-decoration: underline;
}
.home_country_link {
	display: flex;
	align-items: flex-start;
	font-size: 1.0625rem;
	color: #3e4449;
}
.home_country_link:hover {
	color: #ff6600;
	text-decoration: underline;
}
.home_country_flag {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 1px;
	margin-right: .5rem;
}
.home_feedback_text {
	font-size: 1.2rem;
	line-height: 28px;
	text-align: justify;
}
.home_feedback_date {
	font-size: 1rem;
}
.carousel-inner.home {
	width: 75%;
	min-height: 160px;
	margin: 0 auto;
}
.carousel-control-next, .carousel-control-prev {
	align-items: flex-start;
	opacity: 1;
	width: auto;
	padding-top: 2.45rem;
}
.carousel-control-prev {
	left: 5%;
}
.carousel-control-next {
	right: 5%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;

	background-color: #ff6600;
	background-clip: padding-box;

	border: 2px #eeeeee solid;
	border-radius: 50%;

	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}
.carousel-control-next-icon {
	background-image: url('/i/icons/angle-right.svg');
	background-size: 10px 14px;
}
.carousel-control-prev-icon {
	background-image: url('/i/icons/angle-left.svg');
	background-size: 10px 14px;
}
/*** EOF: HOME COUNTRIES & FEEDBACKS ***/


/*** FOOTER PROJECTS ***/
.projects {
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 30px;
}
.project_title {
	font-size: 0.875rem;
	font-weight: bold;
	color: #cccccc;
	line-height: 1rem;
	margin-bottom: .2rem;
}
.project_desc {
	font-size: 0.8125rem;
	color: #cccccc;
	line-height: 1rem;
	margin-bottom: .2rem;
}
/*** EOF: FOOTER PROJECTS ***/


/*** FOOTER ***/
.footer_wrp {
	flex: 0 0 auto!important;
}
.footer {
	background-color: #4c4c4c;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}
.ft_logo {
	width: 100px;
	height: 30px;
}
.ft_forbid {
	font-size: 0.75rem;
	color: #cccccc;
	text-align: center;
	line-height: 1.2;
}
.ft_copy {
	font-size: 0.8125rem;
	color: #cccccc;
	text-align: center;
	line-height: 1;
	margin: 0;
}
a.ft_menu_item {
	display: block;
	font-size: 0.875rem;
	color: #e3e3e3;
	background: url("/i/icons/arrow_ico.gif") center left no-repeat;
	padding-left: 8px;
	line-height: 1.8;
}
a.ft_menu_item:hover {
	color: #e3e3e3;
	text-decoration: underline;
}
/*** EOF: FOOTER ***/


@media (max-width: 991px) {
	.search_group {
		padding: 0;
	}
	.place_intro p {
		font-size: 1rem;
	}
	.place_content p {
		font-size: 1rem;
	}
	div.user_feedback_text p {
		font-size: 0.875rem;
	}
	.carousel-control-prev {
		left: 0;
	}
	.carousel-control-next {
		right: 0;
	}
	.pt-lg-own {
		padding-top: 1rem;
	}
	div.feedback_rates, div.feedback_experience {
		height: 100%;
	}
	.city_card_img_capital {
		min-height: 280px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.place_intro p {
		font-size: .925rem;
	}
	.place_content p {
		font-size: .925rem;
	}
	.carousel-control-prev {
		left: 3%;
	}
	.carousel-control-next {
		right: 3%;
	}
	div.feedback_rates, div.feedback_experience  {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.h-lg-100 {
		height: 100%!important;
	}
}

@media (max-width: 767px) {
	h2 {
		text-align: center;
	}
	h2.place_toc, h2.place_det {
		text-align: left;
	}
	.place_intro p {
		font-size: 1rem;
	}
	.place_content p {
		font-size: 1rem;
	}
	.search_home {
		padding: 1rem;
		top: 24%;
	}
	.home_feedback_text {
		font-size: 1.125rem;
		line-height: 26px;
		text-align: justify;
	}
	div.feedback_rates, div.feedback_experience  {
		height: auto!important;
	}
	.city_card_img_capital {
		min-height: 260px;
	}
}

@media (max-width: 576px) {
	h2 {
		font-size: 1.2rem;
		font-weight: bold;
	}
	h2.place_toc, h2.place_det {
		font-weight: bold;
	}
	img.article {
		max-width: 80px;
		max-height: 62px;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm .navbar-collapse {
		display: block!important;
	}
}

@media (max-width: 575px) {
	.menu_item {
		padding-top: .2rem;
		padding-bottom: .2rem;
		margin: 0;
		text-align: center;
		border-bottom: 0;
	}
	.menu_item:hover {
		color: #ff6600;
		border-bottom: 0;
	}
	#pills-tab .nav-link:nth-child(6) {
		border-right-width: 1px;
	}
	#pills-tab .nav-link:nth-child(-n+6) {
		border-bottom: 0;
	}
	a.ft_menu_item {
		display: block;
		text-align: center;
		background: none;
		padding-left: 0;
	}
	.place_content_img_block {
		display: flex;
		flex-direction: column;
	}
	.place_content_img_block_two {
		width: 100%;
		margin-right: 0;
	}
	.place_content_img_block_two:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}
	.header_img_wrp {
		position: relative;
		width: 100%;
		height: 440px;
		background-color: #999999;
	}
	.search_home {
		position: absolute;
		z-index: 3;
		top: 22%;
		width: 100%;
		padding: 1rem;
	}
	.home_headline {
		font-size: 1.6rem;
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.card-img-gradient {
		min-height: 200px;
	}
	.card-img-top.place {
		top:-50px;
		min-height: 200px;
	}
}

@media (max-width: 430px) {
	.search_input_home, .search_input_home:focus {
		font-size: .875rem;
	}
}

#extPostTitle a {
	color: #ff6600;
}
#extPost{
	margin-bottom: 20px;
}
#extPost p{
	margin-bottom: 6px;
}
#extPost a{
	color: #ff6600;
}
#extPost img.i{
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin: 10px auto;
	display: block;
	max-width: 80%;
}
#extPost iframe{
	margin: 10px auto;
	display: block;
}
#extPost .quote{
	margin: 10px;
	background: #f3f3f3;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	padding: 10px 10px 2px 10px;
}
#extPost ul{
	margin: 10px
}
#extPost ul li{
	line-height: 30px
}
#extPost h1, #extPost h2, #extPost h3{
	font-size: 32px;
	margin-bottom: 10px;
}
.pagination{margin: 0px auto 30px auto; text-align: center; line-height: 25px;}
.pagination a{margin: 0px 10px; font-weight: 300; color: #ff6600;}