/*
Theme Name: 7days
Theme URI: http://wp.ulugov.uz/
Description:
Author: Anvar ULugov
Author URI: http://ulugov.uz/
Version: 1.0.3
Tags: minimalistic, white, twitter, bootstrap

License:
License URI:

General comments (optional).
*/

/**
 * Globals
 */
h3, .uk-h3 {
	font-size: 18px;
	line-height: 18px;
}

a, .uk-link {
	color: #303030;
}

.roboto {
	font-family: 'Roboto' !important;
}



/*
 * Layout
 */

body {
	font-size: 12px;
	font-weight: 600;
	font-family: "Open Sans";
	line-height: 1.42857143;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQYV43M2QkAIAwEUVPE9l/gFqFEUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFA648J8tSs9rHAAAAAElFTkSuQmCC);
}

.main-container {
	max-width: 1170px;
	margin: 0 auto;
}

.white-box {
	background: #fff;
	margin-bottom: 10px;
	display: block;
	-webkit-box-shadow: 0 0 10px 0 #666666;
	box-shadow: 0 0 10px 0 #666666;
}
.header {
	min-height: 181px;
	overflow: hidden;
	background: url(img/header.gif) center top no-repeat;
}

.logo-container {
	display: block;
}

.logo {
	height: 193px;
	width: 415px;
	display: block;
	position: absolute;
	top: 40px;
	background: url(img/logo.png) right center no-repeat;
	margin-left: -10px;
}

.logo:hover {
	text-decoration: none;
}

.logo-mini {
	height: 100px;
	width: auto;
}

.top-menu {
	height: 30px;
	background: #0065b3;
}

.top-bar {
}

.content {
	padding-left: 50px !important;
	padding-bottom: 15px;
	padding-right: 10px;
}

.newspaper-content {
	padding-left: 10px !important;
	padding-right: 15px !important;
}

@media (max-width: 768px) {
	.content {
		padding-left: 25px !important;
	}
}

.right-sidebar {
	padding: 5px 15px 10px 0;
}

.left-sidebar {
	padding-left: 45px !important;
	padding-right: 5px !important;
}

.footer {
	color: #fff;
	font-weight: bold;
	background: rgb(0, 102, 179); /* Fall-back for browsers that don't
									support rgba */
	background: rgba(0, 102, 179, .7);
	padding: 15px 0;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 10px 0 #666666;
	box-shadow: 0 0 10px 0 #666666;
}
.bottomlinks {
	padding: 10px 20px;
}

/*
 * Elements
 */
.heder-phones {
	font-weight: bold;
	width: 435px;
	float: right;
	text-align: left;
	margin:15px 18px 10px 0;
}
.heder-phones p {
	margin: 5px;
}
.header-phone {
	color: #0065b3;
	font-size: 20px;
	font-weight: 900;
}
.header-soc-links {
	float:right; 
	text-align:left;
	padding-top: 4px; 
}
.header-soc-links p {
	margin: 0 0 3px 0;
	display: block;
	clear: both;
}
.header-soc-links i {
	float: left;
	font-size: 30px;
}
.header-soc-links span {
	margin-left: 30px;
	line-height: 30px;
	display: block;
}

.client-actions {
	margin-right: 15px;
}

@media (max-width: 768px) {
	.header {
		text-align: center !important;
	}
	.heder-phones {
		font-weight: bold;
		margin:10px 30px 10px 0;
	}
}

.top-menu .uk-subnav>li>a {
	color: #fff;
	line-height: 30px;
}

.top-menu ul {
	margin:0;
}

.top-navbar{
	margin: 3px 0 0 0;
	border-bottom: 36px solid #0066b3;
	border-left: 25px solid transparent;
}

.uk-navbar {
	background: transparent;
	color: #fff;
}

.primary-nav {
	margin-top: 3px;
	margin-bottom: -39px;
	padding-left: 25px;
	color: #fff;
}

.primary-nav .uk-navbar-nav {
	width: 100%;
}

@media(min-width: 1173px) {
	.primary-nav .uk-navbar-nav>li {
		margin-left: 0;
	}
}

.primary-nav a{
	font-size: 16px !important;
	font-family: 'Roboto' !important;
	font-style: italic !important;
	padding: 0 8px !important;
}

.primary-nav .uk-dropdown-navbar {
	padding: 5px 15px;
}

.primary-nav .uk-nav-navbar>li {
	padding: 3px 0;
}

.primary-nav .uk-navbar-nav>li>a, .primary-nav .uk-dropdown-navbar {
	color: #f5f5f5;
	font-style: italic;
	font-weight: bold;
	background: #0065b3;
}

.primary-nav .uk-nav>li>a, .primary-nav .uk-nav-sub>li>a {
	color: #f5f5f5;
	background: #0065b3;
}

.primary-nav .uk-navbar-nav>li {

}

.primary-nav .uk-navbar-nav>li>a {
	height: 36px;
	line-height: 36px;
	padding: 0 7px;
}

.primary-nav ul.uk-nav-sub {
padding: 5px 0 5px 15px;
background: #0065b3;
}

.primary-nav .uk-navbar-nav>li:hover>a, .primary-nav .uk-navbar-nav>li>a:focus, .primary-nav .uk-navbar-nav>li.uk-open>a,
.primary-nav .uk-dropdown-navbar>li:hover>a, .primary-nav .uk-dropdown-navbar>li>a:focus, .primary-nav .uk-dropdown-navbar>li.uk-open>a,
.primary-nav .uk-nav>li:hover>a, .primary-nav .uk-nav>li>a:focus, .primary-nav .uk-nav>li.uk-open>a,
.primary-nav .uk-nav-sub>li:hover>a, .primary-nav .uk-nav-sub>li>a:focus, .primary-nav .uk-nav-sub>li.uk-open>a,
.primary-nav .uk-nav-navbar>li>a:hover, .uk-nav-navbar>li>a:focus {
	color: #fff;
	text-decoration: underline;
	background: #0065b3;
}

.primary-nav .uk-navbar-toggle {
	width: 100%;
	color: #fff;
	display: block;
	font-style: inherit !important;
}

.third-level {
	/*opacity: 0.00;*/
	display: none;
	position: absolute;
	left: 200px;
	width: 200px;
	margin-top: -28px !important;
	border: solid 1px #fff;
	/*
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	*/
}

.uk-nav>li:hover>.third-level {
	/*opacity: 1;*/
	display: block;
	/*
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	*/
}

.site-description {
	color: #1b7dc8;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	line-height: 45px;
	text-align: center;
}

.widget {
	margin: 5px 0;
	padding: 5px;
	display: block;
}

.widget h2 {
	text-align: center;
	text-decoration: underline;
	padding-top: 10px;
}

.homepage-banner {
	margin-top: 15px !important;
	display: block;
}

.newspaper-link {
	margin: 3px 3px 5px 3px;
}

.UbNewspaperWidget {
	width: 100%;
}

.newspaper-button {
	min-width: 210px;
	margin: 5px auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 0.5em;
}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto; 
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Post elements */
.authors-menu {
	margin-top: 20px;
}
.authors-menu ul>li:first-child {
	margin-right: 10px;
}
.authors-menu ul>li:first-child:before{
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 10px;
	border-left: 1px solid #ddd;
}
.authors-menu ul>li:last-child:after{
	content: "";
	display: inline-block;
	height: 10px;
	border-right: 1px solid #ddd;
	margin-left: 10px;
}
.authors-menu .uk-subnav>li:nth-child(n+2) {
	margin-left: 0px;
	margin-right: 10px;
}
.post {
	margin-top: 20px !important;
}
.post a:hover, .post a:focus, .post a:active, .post a:visited {
	text-decoration: none;
}
.post-height {

}
.featured .post-title {height:20px}
.post-title {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
.post-meta {
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
}
.post-date {
	margin-bottom: 0;
}
.post-category {
	margin: 0 !important;
	padding: 0 !important;
}
.featured .post-content {height: 200px}
.post-height .post-content {height: 145px;}
.post-content{
	overflow:hidden;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto';
}
.readmore {
	color: #0065b3;
	padding-right: 20px;
	margin-top:3px;
	background: url(img/readmore.png) right center no-repeat;
	float: right;
}

/* Newspaper archive */
.archive-title {
	color: #0065b3;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}
.newspaper {

}

.newspaper .post-title, .newspaper .post-date {
	margin: 5px auto;
}

.newspaper .post-date {
	color: #005aab;
}

.newspaper-cover {
	width: 246px;
	height: 281px;
	overflow: hidden;
}

.newspaper-cover, .newspaper .actions {
	margin: 10px auto;
}

.actions a {
	display: inline-block;
	min-height: 32px;
	width:90px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	text-shadow: none;
	padding: 0 8px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
}

.actions .button-red {
	background: #db5748;
}

.actions .button-red:hover {
	background: #e86b5c;
}

.actions .button-green {
	background: #65a654;
}

.actions .button-green:hover {
	background: #72bd61;
}

.point-link-border {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	padding: 5px 4px;
	border: 1px solid #ddd;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.point-of-opinion-link {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	padding: 10px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff613e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff613e 0%, #ff7f69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff613e), color-stop(100%,#ff7f69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff613e 0%,#ff7f69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff613e 0%,#ff7f69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff613e 0%,#ff7f69 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff613e 0%,#ff7f69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff613e', endColorstr='#ff7f69',GradientType=0 ); /* IE6-9 */
}

.point-of-opinion-link:hover {
	color: #eee;
	text-decoration: none;
}

.pager {
	text-align: center;
	margin: 30px auto 0 auto;
}

.post-category-link {
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 15px auto;
}

/*
 * Newsppaer arvhice year widget
 */

.UaNewspapersYearsWidget {
	width: 100%;
}

.UaNewspapersYearsWidget .widgettitle {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.years-widget-search-form {
	widows: 100%;
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}

.years-widget-search-form:before,
.years-widget-search-form:after {
  content: " ";
  display: table;
}
.years-widget-search-form:after {
  clear: both;
}

.years-widget-search-form input[type="text"] {
	color: #000;
	height: 30px;
	width: 90%;
	display: inline;
	color: #000;
	border:1px solid #fff;
	padding: 3px 50px 3px 15px;
	margin: 0 auto;
	line-height: 23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative; 
}

#search-field:before {
	font-family: FontAwesome;
	color:#0065b3;
	position: absolute;
	z-index: 1;
	margin: 6px 0 0 3px;
	content: "\f002";
	background: transparent;
}

.years-widget-search-form input[type="submit"] {
	height: 28px;
	line-height: 28px;
	float: right;
	margin: 1px 0 0 -50px;
	position: absolute;
	z-index: 10;
	border:0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: rgb(102,202,103); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,202,103,1) 0%, rgba(52,154,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,202,103,1)), color-stop(100%,rgba(52,154,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,202,103,1) 0%,rgba(52,154,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,202,103,1) 0%,rgba(52,154,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,202,103,1) 0%,rgba(52,154,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,202,103,1) 0%,rgba(52,154,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ca67', endColorstr='#349a34',GradientType=0 ); /* IE6-9 */
}

.newspaper-years-widget {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #fff;
	background: #0065b3;
}

.newspaper-years-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.newspaper-years-widget li {
	margin: 5px auto;
}

.newspaper-years-widget a {
	color: #fff;
}

.newspapers-archive-all {
	display: block;
	margin: 15px auto 0 auto;
	min-height: 32px;
	width:100px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	text-shadow: none;
	padding: 0 8px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	background: rgb(219,85,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,85,73,1) 0%, rgba(214,100,73,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,73,1)), color-stop(100%,rgba(214,100,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,85,73,1) 0%,rgba(214,100,73,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,85,73,1) 0%,rgba(214,100,73,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,85,73,1) 0%,rgba(214,100,73,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(219,85,73,1) 0%,rgba(214,100,73,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5549', endColorstr='#d66449',GradientType=0 ); /* IE6-9 */
}

.newspapers-archive-all:hover {
	text-decoration: none;
	background: rgb(214,100,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(214,100,73,1) 0%, rgba(219,85,73,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,100,73,1)), color-stop(100%,rgba(219,85,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(214,100,73,1) 0%,rgba(219,85,73,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(214,100,73,1) 0%,rgba(219,85,73,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(214,100,73,1) 0%,rgba(219,85,73,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(214,100,73,1) 0%,rgba(219,85,73,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d66449', endColorstr='#db5549',GradientType=0 ); /* IE6-9 */
}

.select-year {
	color: #000;
}

/*
 * Ub Category posts widget
 */
.news-widget {
	padding: 5px 15px 10px 15px;
	overflow: auto;
	background: #ff613e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff613e 0%, #ff7f69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff613e), color-stop(100%,#ff7f69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff613e 0%,#ff7f69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff613e 0%,#ff7f69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff613e 0%,#ff7f69 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff613e 0%,#ff7f69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff613e', endColorstr='#ff7f69',GradientType=0 ); /* IE6-9 */
}

.news-widget h2 {
	text-align: center;
	text-decoration: underline;
}

.news-widget a {
	color: #fff;
	text-decoration: underline;
}

.news-widget a:hover {
	text-decoration: none;
}

/*
 * Forecast widget
 */
.wp_forecast_widget h2 {
	color: #fff;
}
.widget-body-wp-forecast-3 {
	color: #fff !important;
	background: #4088b2; /* Old browsers */
	background: -moz-linear-gradient(top,  #4088b2 0%, #a3cfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4088b2), color-stop(100%,#a3cfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4088b2 0%,#a3cfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4088b2 0%,#a3cfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4088b2 0%,#a3cfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4088b2 0%,#a3cfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4088b2', endColorstr='#a3cfcf',GradientType=0 ); /* IE6-9 */
}

/*
 * Fuel prices widget
 */
.widget-body-text-4 {
	background: #f9faf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9faf9 0%, #f1efe1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9faf9), color-stop(100%,#f1efe1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9faf9 0%,#f1efe1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9faf9 0%,#f1efe1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9faf9 0%,#f1efe1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9faf9 0%,#f1efe1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faf9', endColorstr='#f1efe1',GradientType=0 ); /* IE6-9 */
}

.widget-body-text-4 table, .widget-body-text-4 th, .widget-body-text-4 td {
	background: transparent !important;
}

/*
 * UA Newspaper widget
 */

.button-area {
	padding: 15px 0;
	background: #0065b3;
}

/* Footer elements */
.footer a, .footer input[type="submit"] {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	font-style: italic !important;
	line-height: 20px !important;
}
.footer .uk-nav>li>a {
	padding: 3px 15px;
}
.footer-menu-title {
	font-size: 20px;
	text-transform: uppercase;
	margin: 5px auto 10px auto;
}
.footer-nav a {
	
}

.footer-nav a:hover {
	text-decoration: underline;
}

.social-links {
	margin: 0;
	margin-top: -35px;
	padding: 0;
}

.social-links li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.social-links .widget {
	margin: 0 !important;
	padding: 0 !important;
}

/* Newss letter form */
.subscribe-form, .subscribe-form .uk-form-icon>[class*=uk-icon-] {
	color: #0065b3 !important;
}

.subscribe-form .uk-form-icon>[class*=uk-icon-] {
	font-size: 20px;
	background: #fff;
	border-right: 1px solid #ccc;
	height: 27px;
	padding: 7px 4px 0 0;
	margin: -18px 5px 0 4px;
}

.subscribe-form input[type="email"] {
	height: 35px;
	width: 245px;
	padding-left: 45px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.newsletter-email {
	color: #0065b3;
}

.newsletter-submit {
	color: #fff;
	border:0;
	background: transparent;
	margin-top: -15px;
	margin-right: 10px;
	float: right;
}

.newsletter-submit:hover {
	text-decoration: underline;
}

/*
 * Uikit custom styles
 */
.uk-breadcrumb>li, .uk-breadcrumb>li>a, .uk-breadcrumb>li>span {
	display: inline;
}

.uk-button {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	border: none;
	font-size: 1rem;
	background: #f7f7f7;
	color: #666;
	border: 1px solid rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top,#fff,#eee);
	background-image: linear-gradient(to bottom,#fff,#eee);
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
.uk-button:hover, .uk-button:focus {
	background-color: #fafafa;
	color: #666;
	outline: 0;
	text-decoration: none;
	background-image: none;
}
.uk-button-primary {
	background-color: #009dd8;
	color: #fff;
	background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
	background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
	border-color: rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.4);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-button-primary:hover, .uk-button-primary:focus {
	background-color: #00aff2;
	color: #fff;
	background-image: none;
}
.uk-button-success {
	background-color: #82bb42;
	color: #fff;
	background-image: -webkit-linear-gradient(top,#9fd256,#6fac34);
	background-image: linear-gradient(to bottom,#9fd256,#6fac34);
	border-color: rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.4);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-button-success:hover, .uk-button-success:focus {
	background-color: #8fce48;
	color: #fff;
	background-image: none;
}
.uk-button-danger {
	background-color: #d32c46;
	color: #fff;
	background-image: -webkit-linear-gradient(top,#ee465a,#c11a39);
	background-image: linear-gradient(to bottom,#ee465a,#c11a39);
	border-color: rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.4);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-button-danger:hover, .uk-button-danger:focus {
	background-color: #e33551;
	color: #fff;
	background-image: none;
}
.uk-button-purple {
	width: 205px;
	background: #ff613e;
	color: #fff;
	background-image: -webkit-linear-gradient(top,#ff7f69 100%,#ff613e 0%);
	background-image: linear-gradient(to bottom,#ff613e 0%,#ff7f69 100%);
	border: 3px solid #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-button-purple:hover, .uk-button-purple:focus {
	background-color: #ff613e;
	color: #fff;
	background-image: none;
}
.uk-button-pink {
	width: 205px;
	background: #007ec5;
	color: #fff;
	background-image: -webkit-linear-gradient(top,#007ec5,#0051a3);
	background-image: linear-gradient(to bottom,#0051a3,#007ec5);
	border: 3px solid #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-button-pink:hover, .uk-button-pink:focus {
	background-color: #007ec5;
	color: #fff;
	background-image: none;
}
.uk-button-large {
	font-size: 15px;
	font-weight: normal;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 0 0 1px 1px #B0B0B0;
	box-shadow: 0 0 1px 1px #B0B0B0;
}

.uk-pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.uk-pagination>li:nth-child(n+2) {
	margin-left: 0px;
}

.uk-pagination li>a, .uk-pagination li>span{
	position: relative;
	float: left;
	padding: 5px 11px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	min-width: inherit;
	min-height: inherit;
	margin: 0;
}

.uk-pagination li>span {
	color: #000;
}

.uk-comment-header {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fafafa;
}

.uk-comment-list .uk-comment+ul {
	padding-left: 30px;
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
	float: none;
}

.uk-modal-dialog-lightbox {
	margin: 15px auto;
	padding: 0;
	max-width: 95%;
	border-radius: 0;
}

/*
 * The events calendar custom styles
 */

#tribe-events-pg-template {
	max-width: 100%;
	background: #fff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 10px 0 #666666;
	box-shadow: 0 0 10px 0 #666666;
}

#tribe-bar-form {
	background: transparent;
}

.tribe-bar-views-inner {
	background: transparent;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: transparent;
}

/*
.tribe-events-list .vevent.hentry {
	padding: 0 15px;
}
*/

#tribe-events-content {
	padding: 15px !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
	background: #0066b3;
}

.widget_youtube-channel H2 {padding: 0; margin: 0 0 7px 0; }
.youtubech {overflow:auto; float:none !important;}
.youtubech .ytc_link {display: inline-block; }

/*
 * AWCP Custom styles
 */
 .awpcp-custom-hacks-terms-table-container {
 	width: 100%;
 	text-align: center;
 	display: block;
 	clear: both;
 }
.awpcp-custom-hacks-terms-table {
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.awpcp-ch-table-col {
	width: 14%;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 0px;
}
.awpcp-ch-table-cell {
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	margin: 0 -4px 0 0;
	padding: 0 5px;
	background: #fff;
}
.awpcp-ch-table-col-title {
	white-space: nowrap;
	width: 35%;
	text-align: right;
	color: #949494;
}
.awpcp-ch-table-col-body {
	text-align: center;
}
.awpcp-custom-hacks-terms-table .cell-1 {
	color: #0066b3;
	text-transform: uppercase;
	font-weight: bold;
}
.awpcp-custom-hacks-terms-table label {
	cursor: pointer;
}
.awpcp-categories-container {
	width: 100%;
	display: block;
	clear: both;
}
.awpcp-choose-category {
	color: #949494;
	float: left;
	width: 50%;
	text-align: right;
}
.awpcp-categories {
	float: right;
	width: 50%;
	text-align: left;
}
.awpcp-category-dropdown {
	font-style: italic;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 5px;
	line-height: 30px;
	height: 30px;
	margin-top: -7px;
	border-radius: 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
}
.padding-10 {
	padding: 10px;
}

.awpcp-nav-menu {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.awpcp-term-select-text {
	display: block;
	clear: both;
	float: none;
	text-align: center !important;
	text-transform: uppercase;
	font-size: 120%;
}

.awpcp-page .awpcp-form-spacer {
	margin: 0 !important;
	padding: 10px !important;
	vertical-align: top;
}

.awpcp-continue-button {
	float: right;
	text-align: center;
	margin-bottom: 3px;
	margin-right: 3px;
}

.awpcp-back-button {
	float: left;
	text-align: center;
	margin-bottom: 3px;
	margin-left: 3px;
}

.ad-details-form-fields-container h3 {
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

@media (min-width: 922px) {
	.ad-details-form-fields-container .awpcp-form-spacer, .awpcp-multiple-region-selector .awpcp-form-spacer {
		width: 30%;
		display: inline-block;
	}
}

@media (max-width: 760px) and (min-width: 663px) {
	.ad-details-form-fields-container .awpcp-form-spacer, .awpcp-multiple-region-selector .awpcp-form-spacer {
		width: 30%;
		display: inline-block;
	}
}

@media (max-width: 921px) and (min-width: 761px) {
	.ad-details-form-fields-container {
		width: 50%;
		float: left;
	}
	.awpcp-multiple-region-selector {
		width: 50%;
		float: right;
	}
}

@media (max-width: 662px) and (min-width: 500px) {
	.ad-details-form-fields-container {
		width: 50%;
		float: left;
	}
	.awpcp-multiple-region-selector {
		width: 50%;
		float: right;
	}
}

@media (min-width: 500px) {
	.ad-details-form-fields-container-bottom .awpcp-form-spacer {
		display: inline-block;
		width: 46%;
		vertical-align: top;
	}
}

.awpcp-details-form .awpcp-form-spacer input[type="text"] {
	width: 100%;
}



#classiwrapper .awpcp-region-selector, .awpcp-multiple-region-selector .awpcp-region-selector {
	background: transparent !important;
}

.awpcp-form-spacer textarea {
	width: 97%;
}

.awpcp-form-spacer #captcha {
	width: 100px;
}
.characters-left {
	background: #0066b3 !important;
}

/*
 * Ethnic applications styles
 */
.form-actions {
	text-align: center;
	margin: 15px auto 0 auto;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
}

#classiwrapper .uiwelcome {float: left; width:75%;}
#classiwrapper .post-listing {float: right; margin-bottom:20px;}
#classiwrapper .post-listing a {
display: block;
font-size: 15px;  font-weight: normal;  border-radius: 2px;  
padding: 10px;
margin: 0px 3px 10px 2px;
box-shadow: 0 0 1px 1px #B0B0B0;
background: #007ec5;
color: #fff;
background-image: linear-gradient(to bottom,#0051a3,#007ec5);
border: 3px solid #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
#classiwrapper .post-listing a:hover {background: #0051a3; background-image: linear-gradient(to bottom,#007ec5,#0051a3);}
.awpcp-navigation.awpcp-menu-items-container {float: left; width: 100%;}
.awpcp-navigation ul a {color:#0051A3; margin: 10px; line-height: 30px;}
.awpcp-navigation ul .edit-listing, .awpcp-navigation ul .browse-listings, .awpcp-navigation ul .search-listings {
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	width: 240px;
	height: 30px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 10px 10px 0 0px;
}
.awpcp-navigation ul .browse-listings, .awpcp-navigation ul .search-listings {margin-left: -5px;}
.awpcp-navigation ul .edit-listing, .awpcp-navigation ul .browse-listings, .awpcp-navigation ul .search-listings {background: #E6E6E6 !important;}
.awpcp-navigation ul .edit-listing:hover, .awpcp-navigation ul .browse-listings:hover, .awpcp-navigation ul .search-listings:hover {background: #0051A3 !important;}
.awpcp-navigation ul .edit-listing:hover a, .awpcp-navigation ul .browse-listings:hover a, .awpcp-navigation ul .search-listings:hover a {color: #fff;}

.awpcp-navigation ul .edit-listing a:before, .awpcp-navigation ul .browse-listings a:before, .awpcp-navigation ul .search-listings a:before {
	font-family: FontAwesome;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
}
//.awpcp-navigation ul .edit-listing a:before {content: "\f044";}
//.awpcp-navigation ul .browse-listings a:before {content: "\f06e";}
//.awpcp-navigation ul .search-listings a:before {content: "\f002";}
//.awpcp-navigation ul .edit-listing a {background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/edit_ico.png") no-repeat center left;
padding-left: 20px;}
//.awpcp-navigation ul .browse-listings a {background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/browse_ico.png") no-repeat center left;
padding-left: 20px;}
//.awpcp-navigation ul .search-listings a {background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/search_ico.png") no-repeat center left;
padding-left: 20px;}

li.biznes-na-prodazhu, li.znakomstva, li.ishhu-rabotu, li.kuplya-prodazha, li.nedvizhimost, li.raznoe, li.sdaetsya, li.trebuyutsya-na-rabotu, li.uroki, li.uslugi, li.remont-i-obsluzhivanie, li.prodazha-avtomobilej, li.ishhu-rummejta, li.nedvizhimost-za-rubezhom {
	background-color: #eee;
	border-bottom: 2px solid #29afc8;
	margin: 3px 1% 5px 0px !important;
}

li.biznes-na-prodazhu p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/SellBusiness-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.znakomstva p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Dating-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.ishhu-rabotu p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/SeekJob-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.kuplya-prodazha p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/SellBuy-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.nedvizhimost p, li.nedvizhimost-za-rubezhom p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Estate-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.raznoe p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Misc-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.sdaetsya p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Rent-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.trebuyutsya-na-rabotu p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/OfferJob-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.uroki p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Lessons-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.uslugi p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Service-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.remont-i-obsluzhivanie p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Repair-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.prodazha-avtomobilej p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Auto-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}
li.ishhu-rummejta p {
background: url("/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/Roommate-g1.jpg") no-repeat center right;
background-size: contain;
padding: 10px 0 10px 40px;
margin: 0;
}

.classifiedcats li p a {background: none !important;}
#showawpcpadpage {width: 90%; float: left;}
#showawpcpadpage .adtitle, #showawpcpadpage .awpcp-title {background:none !important; border:none !important; float: left; width: 50%;}
.prevLink, .nextLink {display:block; height: 200px; box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);}
.prevLink:hover, .nextLink:hover {box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.75);}
.prevLink.disabled, .nextLink.disabled {pointer-events: none; cursor: not-allowed; display:none;}
.prevLink {float:left; margin-right:5px;
width: 30px;
min-height: 50px;
background: url(/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/prev-ico.png) center no-repeat;
}
.nextLink {float:right; margin-left:5px; float: right;
width: 30px;
min-height: 50px;
background: url(/wp-content/plugins/another-wordpress-classifieds-plugin-ethnic/resources/images/icon/next-ico.png) center no-repeat;
}
.displayaditemsodd, .displayaditemseven {box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.75); background: none !important; height: 90px;}
.tw_button.awpcp_tweet_button_div {float: left; margin: 20px 5px 0 5px;}
.twitter-share-button, .adviewed {margin: 0 !important;}
a#flag_ad_link {float: right; margin: 20px 5px 0 5px;}

/**
 * Ethnic Ads Plugin template styles
 */
.ethnic-ads-title {
	font-size: 16px !important;
	font-family: 'Roboto' !important;
	font-style: italic !important;
	width: 100%;
	height: 60px;нщг
	display: block;
	clear: both;
	margin-top: 10px;
}
.eads-page-title {
	margin-left: 15px;
	margin-bottom: 0;
	padding-top: 20px;
}
.eads-cats {
	max-width: 150px;
}
.eads-page-cat-select {
	color: #fff;
	margin-bottom: 0;
}
.eads-page-top {
	max-width: 680px;
	padding: 20px;
	background: #0065b3;
}
.eads-page-top .years-widget-search-form {
	margin-bottom: 5px !important;
}
.ethnic-ad-cats {
	margin: 15px 15px 0 0;
}
.ethnic-ad-cats a {
	font-size: 16px !important;
	font-family: 'Roboto' !important;
	font-style: italic !important;
}
.ethnic-ad-cats>a,
.uk-nav>a {
	color: #f5f5f5;
	background: #ff613e;
	border: 2px solid #fff;
	padding: 3px 10px;
}
.ethnic-ad-cats .uk-dropdown {
	margin-top: 0;
	background: #ff613e;
}
.ethnic-ad-cats .uk-dropdown a {
	color: #fff;
	padding: 4px 8px;
}
.ethnic-ad-cats .uk-dropdown a:hover, .uk-dropdown a:active, .uk-dropdown a:focus, .uk-dropdown a:visited  {
	text-decoration: underline;
	background: transparent;
}
.ethnic-ad-cats-btn {
	display: block;
	padding: 5px 15px;
	background: #ff613e;
}

.ethnic-srv {
	margin: 10px auto;
}

@media (max-width: 900px) {
	.ethnic-srv {
		width: 100%;
	}
}

.ethnic-srv .uk-thumbnail {
	display: block;
}
.ethnic-srv .middler {
	width: 150px;
	height: 180px;
	position: absolute;
}
.ethnic-srv .eads-image-bg {
	width: 150px;
	height: 180px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	position: absolute;
	background-color: #D8F4F5;
	border: 1px solid #ccc;
}
.eads-thumb {
	width: 150px;
	height: 180px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.eads-thumb:hover {
	opacity: 0.5;
	text-decoration: none;
	background: #000 url(img/zoom_in.png) no-repeat center;
}
.eads-meta {
	position: relative;
	display: block;
	height: 180px;
	margin-left: 150px;
}
.display-title {
	color: #fff;
	width: 100%;
	display: block;
	background: #0065b3;
	text-shadow: none;
	border-radius: 0;
	margin-bottom: 4px;
}
.display-title:hover {
	color: #fff;
	background: #07d;
	text-decoration: none;
	cursor: pointer;
}
.metas-displayed {
	padding: 0 5px;
	line-height: 1;
}
.metas-displayed a {
	color: #07d;
	font-weight: 600;
}
.metas-displayed img {
	float: right;
}
.descr-displayed {
	padding-left: 5px;
	height: 50px;
}
.contact-displayed,
.addition-displayed {
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 5px;
}
.addition-displayed {min-height: 35px;}
.url-displayed {
	padding-left: 5px;
}
.url-displayed img{
  margin-top: -3px;
  height: 12px !important;
  width: 12px !important;
}
.langs-displayed {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  display: block;
}
.babich td {padding: 10px; border: 1px solid #ccc;}

.widget-body-yop_poll_widget-3 .widgettitle {display: none;}
.widget_polls-widget {background-color: #0065b3; color: #fff; font-size: 14px;}
.widget_polls-widget .Buttons {color: #000;}

ins {background: transparent !important; }

#polls-widget-5 {background-color: #0089D0;}
.widget-body-polls-widget-5 .widgettitle {color: #FFFFFF;}
#wpstatistics_widget-2 {margin:0; padding:0;float:left;}
#wpstatistics_widget-2 li {list-style:none;float: left; padding-left:5px;}
#wpstatistics_widget-2 li:last-of-type {color: #fff; background-color: #000; padding: 0 5px; margin-left: 5px;}