* {
    font-family: 'Roboto Condensed', sans-serif;
}

.hr {
	height: 17px;
}

.m-top-xs {
	margin-top: 5px;
}

.m-top-sm {
	margin-top: 10px;
}

.m-top-md {
	margin-top: 17px;
}

.m-top-lg {
	margin-top: 25px;
}

.m-bottom-xs {
	margin-bottom: 5px;
}

.m-bottom-sm {
	margin-bottom: 10px;
}

.m-bottom-md {
	margin-bottom: 17px;
}

.m-bottom-lg {
	margin-bottom: 25px;
}

.size_up {
	font-size: 16px;
}

.blue_color {
	color: #0E83CD;
}

/***************************/

.form-control {
    border-color: #bfbfbf;
}

.form-control-feedback {
    color: #ffc107;
}

.dropdown-toggle {
	border-color: #0e83cd;
	color: #0099d9;
	font-size: 16px;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover {
	border-color: #0e83cd;
	color: #0099d9;
	font-size: 16px;
}


/******************************/

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}

#imagelightbox-loading {
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em; /* 10 */
    margin: -1.25em 0 0 -1.25em; /* 20 */

    -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
    box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}

#imagelightbox-loading div {
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #fff;

    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
    from { opacity: .5;	-webkit-transform: scale( .75 ); }
    50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
    to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}

@keyframes imagelightbox-loading {
    from { opacity: .5;	transform: scale( .75 ); }
    50%	 { opacity: 1;	transform: scale( 1 ); }
    to	 { opacity: .5;	transform: scale( .75 ); }
}

#imagelightbox-overlay {
    background-color: rgba( 0, 0, 0, .8 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/***************************/

#to_rus_button, #to_ukr_button {
	text-decoration: underline;
}

#to_rus_button:hover, #to_ukr_button:hover {
	text-decoration: none;
}

/***************************/

.slider_container {
	margin: 15px -15px 20px;
}

.carousel {
	border: 1px solid #b4d9f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.carousel-control {
	background-image: none !important;
	width: 33px;
	opacity: 0.9;
}

	.carousel-control .glyphicon {
		background: #0e83cd;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		text-shadow: none;
	}
	
.carousel-inner {
	width: 82%;
	margin: 0 15% 0 3%;
}
	
	.carousel-inner .item {
		padding: 5px 0;
	}

.rss_news_title {
	font-style: italic;
}

	.rss_news_title a {
		font-size: 17px;
		color: #0e83cd;
	}

	.rss_news_title .rss_news_date {
		font-size: 17px;
		color: #FEB300;
		font-style: italic;
		margin-right: 10px;
	}
	
.rss_all_news_link {
	position: absolute;
	bottom: 5px;
	right: 4%;
	font-size: 17px;
	font-style: italic;
	color: #0e83cd;
}

/***************************/

.tab-content > .tab-pane {
	border: 1px solid #ddd;
	border-top: none;
	padding-top: 20px;
}

kbd {
	margin-right: 10px;
	background-color: #FFC100;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.tab_news h3 {
	margin-top: 7px;
	font-size: 18px;
}

	.tab_news h3 a {
		color: #23527C;
		text-decoration: underline;
	}

	.tab_news h3 a:hover {
		text-decoration: none;
	}
	
h1 span {
	color: #FEB300;
}

/***************************/

.slogan_1 {
	font-size: 28px;
	color: #0099d9;
	line-height: 1.1;
}

.slogan_2 {
	font-size: 24px;
	color: #0099d9;
}

.socials .change_lang {
	display: inline-block;
	height: 23px;
	line-height: 22px;
	padding: 0 10px;
	background: #0e83cd;
	color: #fff;
	text-decoration: inderline;
	font-size: 12px;
	margin-right: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.socials .fa-stack {
	color: #ffc107;
}

.special_control {
	color: #ffc107;
	margin-top: 52px;
}

.control_button a {
	display: inline-block;
	vertical-align: bottom;
	color: #0099d9;
	text-decoration: underline;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 2px;
}

	.control_button a.text-small {
		font-size: 18px;
	}

	.control_button a.text-medium {
		font-size: 24px;
	}

	.control_button a.text-large {
		font-size: 30px;
	}

	.control_button a.text-color-normal {
		font-size: 20px;
		background: #e8e8e8;
		padding: 0 10px;
	}

	.control_button a.text-color-inverse {
		color: #fff;
		font-size: 20px;
		background: #0f0f0f;
		padding: 0 10px;
	}

	.control_button a.text-color-colored {
		font-size: 20px;
		background: #9cc5d6;
		padding: 0 10px;
	}

	.control_button a.text-reset {
		margin: 0 10px;
		color: #d9534f;
		font-size: 24px;
		text-decoration: none;
	}

/******************************/

.navbar-default {
	border: none;
	background: none;
	margin-bottom: 0;
}

	.navbar-default .navbar-nav > li > a {
		margin: 0 3px;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		background: #0e83cd;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		text-transform: capitalize;
		border: 1px solid #0e83cd;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background: none;
		border: 1px solid #0e83cd;
		color: #0e83cd;
	}
	
.navbar-fixed-top {
	background: #0e83cd;
}
	
	.navbar-fixed-top .navbar-toggle .icon-bar {
		background: #fff;
	}
	
	.navbar-fixed-top .navbar-toggle .glyphicon-search {
		color: #fff;
	}
	
	.navbar-fixed-top .navbar-toggle:focus, .navbar-fixed-top .navbar-toggle:hover {
		background: #fff;
	}
	
	.navbar-fixed-top .navbar-toggle:focus .icon-bar, .navbar-fixed-top .navbar-toggle:hover .icon-bar {
		background: #0e83cd !important;
	}
	
	.navbar-fixed-top .navbar-toggle:focus .glyphicon-search, .navbar-fixed-top .navbar-toggle:hover .glyphicon-search {
		color: #0e83cd !important;
	}
	
.navbar-fixed-top .navbar-brand {
	padding: 5px 15px;
}
	
	.navbar-fixed-top .navbar-brand img {
		height: 40px;
	}
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none ;
}

.navbar-fixed-top .navbar-nav > .active > a, .navbar-fixed-top .navbar-nav > .active > a:focus, .navbar-fixed-top .navbar-nav > .active > a:hover {
	background: #fff;
}

.header_socials {
	position: absolute;
	top: 10px;
	right: 122px;
}

	.header_socials a.change_lang {
		margin-right: 10px;
	}

	.header_socials a {
		color: #fff;
	}

@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

/******************************/

.bread_crumbs {
	background: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 15px;
}

	.bread_crumbs .row {
		margin-left: -13px;
	}

.selectable_menu {
	border: 2px solid #ffecb2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.selectable_menu .title {
		font-size: 24px;
		color: #0e83cd;
	}

/*span.label {
	display: block;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}*/

.open_all {
	color: #0E83CD !important;
}

.open_y {
	color: #2DB300 !important;
}

.open_n {
	color: #777 !important;
}
	
/******************************/

#myMap {
	height: 700px;
	border: 1px solid #0E83CD;
}

.leaflet-control-layers label {
	margin-bottom: 0;
}

.grey_text {
	color: #8c8c8c;
}

.panel-default {
	border-color: #f0f0f0;
	background-color: #f0f0f0;
	border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.panel-default > .panel-heading {
	background-color: #f0f0f0;
}

.collapse_button, .collapse_button:hover, .collapse_button:focus {
	text-decoration: none;
}

	.collapse_button span {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		background: #0e83cd;
		font-size: 19px;
		color: #fff;
		text-decoration: none;
		margin-right: 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
.panel-body {
	border-top: none !important;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
	
.panel-body.paddinged {
	padding-left: 15px;
	padding-right: 15px;
}

/******************************/

footer {
	margin-top: 30px;
	background: #0e83cd;
	padding: 20px 0 5px;
}

    footer nav {
        /*margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;*/
    }

		footer nav a {
			/*display: table-cell;*/
			font-size: 16px;
			margin-right: 20px;
			float: none;
			color: #fff;
		}

#informer_area {
	line-height: 1.1;
	font-size: 13px;
	resize: none;
	height: 60px;
}

footer .search_input, footer .search_input:hover, footer .search_input:focus {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}

	footer .form-control-feedback {
		color: #fff;
	}
	
	footer .search_input::-webkit-input-placeholder {color:#73DCFF;}
	footer .search_input::-moz-placeholder          {color:#73DCFF;}
	footer .search_input:-moz-placeholder           {color:#73DCFF;}
	footer .search_input:-ms-input-placeholder      {color:#73DCFF;}
	
.developers {
	color: #fff;
}
	
	.developers a {
		color: #fff;
	}
	
	.developers a.link {
		margin-right: 10px;
		text-decoration: underline;
	}
	
	.developers a.link:hover {
		text-decoration: none;
	}

.footer_banner {
	border: 1px solid #fff;
}

/*********************************/

.gsc-search-button {
    background-color: ##0E83CD;
    border-radius: 5px;

}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #0E83CD !important;
    background-image: url(http://www.google.com/uds/css/v2/search_box_icon.png) !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #0E83CD !important;
    filter: none;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0 !important;
}

/******************************/

.text-muted small {
	padding-left: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0 !important;
}

/******************************/
/******************************/
/******************************/

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

    .slogan_1 {
        font-size: 22px;
    }

    .slogan_2 {
        font-size: 18px;
    }
	
	.search {
		margin-top: 10px;
	}
	
	.header-right {
		margin-top: 0;
	}
	
	.socials {
		text-align: left;
	}
	
	.special_control {
		margin-top: 5px;
	}
	
	.for_people {
		font-size: 12px;
		line-height: 1.1;
	}

	#myMap {
		height: 350px;
	}

}
/*.wpb-js-composer img{display:none !important}.wpb-js-composer .pt-cv-content-item:nth-child(2n){position:relative !important;left:60px;}*/