/*.banner-header-admixer {
	background-color:#f9f9f9;
	height:90px;
	text-align:center;
	line-height:90px;
}*/

.banner_930, .banner_714 {
	display:none;
	margin:0 auto;
}

.banner_930 {
	max-width:930px;
}

.banner_714 {
	max-width:714px;
}

.banner-section-admixer {
	margin:0 auto!important;	
	/*border:1px solid #ccc;*/
	width:240px;
	height:400px;
}

.banner_sidebar {
	margin-bottom:25px;
}

.banner-top-mobile, .banner-single_bottom-mobile  {
	margin:0 auto;
	text-align:center;
	display:none;
	flex-direction:row;
	justify-content:center;
	
}

.banner-top-desktop {
	text-align:center;
	margin:0 5px 10px 5px;
}

.banner-top-mobile {
	padding-bottom:10px;
}

.banner-single_bottom-mobile {
	padding:20px 0;
}

.add {
	background-color:#f9f9f9;
	height:60px;
	text-align:center;
	line-height:60px;
}

#page {
	position: relative;
	margin-top: 20px;
}

.header_wrap {
	border-top: 3px solid #d74b4b;
	background: #fff;
}

.wrap_menu_wrap {
	height:65px;
	background-color:#fff;
}

.wrap_menu_fixed {
	height:0;
}

.menu_wrap {
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid #d6d6d6;
	left: 0;
	/*top: 153px;*/
	z-index:9;
	overflow:hidden;
	height:65px;
}

.menu_wrap .container .icon-menu {
		display:none;
	}

.menu_fixed {
	position:fixed;
	top:0;
	z-index:7999;
	left:0;
	right:0;
	background-color: #fff;
	
	-webkit-box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid #d6d6d6;
	
}

.menu_wrap .container {
	position:relative;
}

.menu_wrap .container .icon-menu {
	font-size: 22px;
	line-height:25px;
	/*padding-left:35px;*/
	width:35px;
	height:25px;
	text-transform:uppercase;
	color:#475f77;
	font-family: 'PT Sans Narrow', sans-serif;
	background-image: url('../img/icon-menu.png');
	background-repeat:no-repeat;
	background-position:left center;
	position:absolute;
	top:19px;
	left:5px;
}

.menu_wrap .container .icon-search {
	position:absolute;
	right:5px;
	width:25px;
	height:25px;
	top:19px;
	width: 25px;
	height: 25px;
	background-image: url('../img/search_button.png');
	cursor:pointer;
}


#titlebar {
	height: 40px;
	padding-top: 10px;

}

#titlebar_menu {
	font-size: 0.875em;
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
	padding-top: 4px;
}

#titlebar_menu li {
	float: left;
	padding-left: 3px;
	margin-left: 3px;
	border-left: 1px solid #666666;
	height: 12px;
	line-height: 12px;
}

#titlebar_menu li:first-child {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#titlebar_menu li a {
	color: #666666;
}

#titlebar_menu li a:hover,
#titlebar_menu li.current a
{

}

#titlebar .icon_link {
	float: right;
	padding-right: 10px;
}

#titlebar .mobile-lang{
	padding-right: 16px;
	margin-top: 4px;
	cursor:pointer;
}

.icon_padlock,
.icon_key
{
	border-right: 1px solid #e8e8e8;
	margin-right: 10px;
}

/*#titlebar .search_area {
	float: right;
	
	margin-left: 40px;
}

#titlebar .search_area .icon_link,
.search_area .icon_link
{
	float: left;
	padding-right: 10px;
}

#titlebar .search_area form {
	float: right;
}

.search_area {
	overflow: hidden;
}

.search_area form input[type="text"] {
	background: #eeeeee;
	border: 1px solid #d0d0d0;
	float: left;
	width: 120px;
	height: 25px;
	display: block;
	font-size: 0.75em;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search_area form input[type="submit"] {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../_img/search_button.png);
}*/

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0.3;
	background-color: #222;
	z-index: 2;
	display:none;
}

#logo_search {
	display:block;
	margin:0 auto;
	margin-bottom:50px;
	text-align:center;
}

/*#logo_search img {
	display:block;
	width:200px;
	height:30px;
}*/

.search-block {
	position:fixed;
	top:0;
	width:100%;
	/*height:100%;*/
	z-index:10;
	color:#475f77;
	display:none;
	overflow-y: scroll;
}

.search-block.search_page {
	padding:0 10px;
	display:block;
	position:static;
	overflow: visible;
	z-index:1;
}

.search-block .inner {
	width:100%;
	background-color:#fff;
	padding:50px;
}

.search-block.search_page .inner {
	padding:20px;
}

.search-block form {
	margin:0 auto;
	width:80%;
	/*overflow:hidden;*/
	line-height: 33px;
}

.search-block.search_page form {
	width:100%;
}


.search-block.search_page .jq-selectbox.jqselect {
	z-index:1!important;
}

.field-search {
	clear: both;
	border: 1px solid #ccc;
	position: relative;
 	height: 50px;
}

.period, .category, .sorting {
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin-right: 20px;
	margin-bottom: 30px;
}

.period .date-input {
	float: left;
}

.from-date, .to-date {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 0 10px;
	width: 150px;
	font-size:16px!important;
	line-height: 33px;
	font-weight:700;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#475f77;
}

.query-field-search {
    border: none;
    background: #fff;
    line-height: 50px;
    width: 100%;
    height: 48px;
    max-height: 50px;
    box-sizing: border-box;
    outline: none;
    padding: 0 37px;
    padding-right: 120px;
    font-size: 18px;
    font-weight: 700;
		color: #475f77;
}

.field-search .search-submit {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background-color: #475f77;
    color: #fff;
    border: none;
    outline: none;
    width: 90px;
    height: 50px;
    cursor: pointer;
}

.icon-close {
	width: 30px;
	height: 30px;
	border: 1px solid #475f77;
	position: absolute;
	top: 10px;
	right: 50px;
	background: url('../img/icon-close.png') no-repeat center;
	cursor: pointer;
}

.static_info {
	margin-top:30px;
	float:right;
	overflow:hidden;
}

.weather,
.currency {
	margin-top: 0;
	color: #606060;
	text-transform: uppercase;
	font-size: 12px;
}

.social {
	margin-top:20px;
	float:left;
}

.social a {
	float:left;
	display:block;
	width:20px;
	height:20px;
	margin-right:20px;
}

.social a img {
	display:block;
}

.social a:last-child {
	margin-right:0;
}

.weather {
	float:right;
	margin-top:20px;
	line-height: 20px;
}
.currency {
	line-height: 12px;
	overflow:hidden;
}
.currency__item {
	float: left;
}

.currency__item span {
	font-weight:600;
}
.currency__item:before {
	margin: 0 5px;
	content: " ";
}
.currency__item:first-child:before {
	display: none;
}
.weather {
}
.weather__text {
}
.weather__img {
	height: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#titlebar {
		position: relative;
		float: right;
		margin-bottom: 30px;
		padding-top: 40px;
		height: auto;
	}
	/*#top .top_content {
		overflow: visible !important;
		padding-top: 40px;
	}
	.weather {
		position: absolute;
		top: 80px;
		right: 0;
		margin-top: 0;
	}
	.currency {
		margin-top: 0;
	}
	.currency__item {
		float: none;
	}
	.currency__item:before {
		display: none;
	}*/
}
@media (min-width: 980px) {
	.titlebar-inner {
		float: right;
		width: 728px;
	}
	
}


#top {

}

#top .top_content {
	overflow: hidden;
	position:relative;
}

#top .top_content #logo {
	float: left;
	width: 328px;
	height: 50px;
}
@media (min-width: 1200px) {
	#logo {
		margin-top: 30px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	#top .top_content #logo {
		margin-top: 30px;
		/*width: 200px;
		height: auto;*/
	}
}

#top .top_content .add {
	margin-top:30px;
	margin-left:65px;
	float: left;
	max-width:500px;
	/*width:500px;*/
	height:60px;
}

#top_menu {
	height: 44px;
	line-height: 44px;
	margin:10px auto;
	padding:0 5px;
}

#top_menu.mobile {
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	background-color: #475f77;
	padding:0;
	overflow-y: scroll;
	margin:0!important;
}

#top_menu.mobile .menu > li:first-child {
	padding-left: 20px;
}

#top_menu.mobile .menu > li.current-menu-item, #top_menu.mobile .menu > li:hover {
	background-color:#d74b4b;
}

#top_menu.mobile .menu > li.current-menu-item a, #top_menu.mobile .menu > li:hover a {
	color:#fff;
}

#top_menu.mobile .menu li a {
	display: block;
	color: #fff;
	padding: 10px 10px;
}

#top_menu.mobile .menu > li {
	float: none;
	padding-left: 20px;
	font-size: 22px;
	display:block;
}

#top_menu.open_submenu {
	height: 60px;
}

#top_menu .menu {
	font-family: 'PT Sans Narrow', sans-serif;
	position: relative;
	text-transform: uppercase;
}

#top_menu .menu > li {
	float: left;
	padding-left: 20px;
	font-size: 22px;
}

.menu_wrap #logo_menu_fixed {
	display:none;
}

.menu_wrap.menu_fixed #logo_menu_fixed {
	display:block;
	width:197px;
	height:30px;
	position:absolute;
	top:16px;
	left:5px;
}

.menu_wrap #logo_menu_fixed img {
	width:197px;
	height:30px;
}

/*.menu_wrap.menu_fixed #logo_menu_fixed {
    left: 50%;
    margin-left: -79px;
}*/

.menu_fixed #top_menu {
	margin:10px 0 10px 225px;
}

.menu_fixed #top_menu .menu > li {
	font-size: 18px;
}

#top_menu .menu > li:first-child {
	padding-left: 0px;
}

/*#top_menu .menu li:last-child {
float: right;
margin-right: 0px;
padding-left: 0;
}*/

#top_menu .menu > li a {
	color: #475f77;
}

#top_menu .menu > li.current-menu-item a {
	color: #bb4c4c;
}

#top_menu .menu > li.current > a,
#top_menu .menu ul > li.current > a
{
	color: #d74b4b;
}

#top_menu .menu > li > a:hover {
	color: #475f77;
}

#top_menu .menu li > ul {
	background: #f2be8f;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 44px;
	z-index: 100;
	left: 0px;
	font-size: 0.9em;
	display: none;
	width: 100%;
}

#top_menu .menu li.current > ul {
	display: block;
}

#top_menu .menu li > ul > li {
	float: left;
	padding-left: 12px;
}

#top_menu .menu li > ul > li > a {

}






#outer_side_menu {
	position: absolute;
	width: 200px;
	left: -210px;
	text-align: right;
	font-size: 1.125em;
	font-family: 'PT Sans Narrow', sans-serif;
}

#outer_side_menu .menu {

}

#outer_side_menu .menu li {

}

#outer_side_menu .menu li a {
	color: #ababab;
}

#outer_side_menu .menu li a:hover,
#outer_side_menu .menu li.current a
{
	color: #008584;
	text-decoration: none;
}



#footer {
	background: #4a4a4a;
	padding-top: 20px;	color: #5e5d5a;
	margin-top: 30px;
	padding-bottom: 20px;
	color: #ccc;
}

#footer a {
	color: #fff;
}

#footer .bottom_menu, #footer .bottom_menu_page {
	overflow:hidden;
}

#footer .bottom_menu li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 18px;
	font-size:18px;
	text-transform:uppercase;
	border-right:1px solid #fff;
}

#footer .bottom_menu_page {
	margin-top:15px;
}

#footer .bottom_menu_page li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 14px;
	font-size:14px;
	border-right:1px solid #fff;
}

#footer .bottom_menu li:last-child, #footer .bottom_menu_page li:last-child {
	border: 0px !important;
}

#footer .menu li a {

}

#footer .menu li a:hover,
#footer .menu li.current a
{
	text-decoration: underline;
}

#footer #footer_menu_first {
	padding-bottom: 15px;
	font-family: 'PT Sans Narrow', sans-serif;
}

#footer #footer_menu_first li {
	border-right: 1px solid white;
	text-transform: uppercase;
}

#footer #footer_menu_first li a {
	color: white;
}

#footer #footer_menu_second {
	margin-top: 15px;
	padding-bottom: 10px;
}

#footer #footer_menu_second li {
	border-right: 1px solid #fff;
}

#footer #footer_menu_second li a {
	color: #fff;
	font-size: 0.9em;
}
.rights-notice,
.copyright {
	font-size: 15px;
}

#cover {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2001;
	display: none;
	top: 0;
	left: 0;
}

 .popup {
	top: 15%;
	position: fixed;
	background: white;
	font-size: 0.9em;
	display: none;
	z-index:2002;
	border-top: 3px solid #d74b4b;
}

.popup .close {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../_img/cross.png);
	top: 20px;
	right: 20px;
}

.popup .content {
	padding: 20px;
}

.popup .content_text .popup_title {
	color: #606060;
	background:#fff;
}

.branding {

	/*background-image: url(../img/ny.png);
	background-position:top left;
	background-repeat:no-repeat;*/
	
}



#load_more{
	display:none;
	background:transparent;
	border: 1px solid;
	border-color:#d3d3d3;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	color: #d3d3d3;
	padding:10px 40px;
	margin:10px auto;
	outline:none;
	-webkit-transition: color 0.4s, border-color 0.4s;
	-moz-transition: color 0.4s, border-color 0.4s ;
	-o-transition: color 0.4s , border-color 0.4s;
	transition: color 0.4s , border-color 0.4s;

}

#load_more:hover{
	color:#333;
	border-color:#333;
}



