/*
Theme Name: Ulugov.uz
Theme URI: http://wp.ulugov.uz/
Description: Basic Theme Framework (used Bootstrap CSS framework)
Author: Anvar Ulugov
Author URI: http://ulugov.uz/
Version: 1.2
Tags: white, blue, light, responsive-layout, theme-options
Text Domain: themeslug;

License: GPL2
License URI:

General comments (optional).
*/

/*
 * Wordpress standart css classes
 */

/* 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;
}
figure,
img,
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.sticky .entry-date {
	display: none;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bypostauthor {}


/**
 * Layout styles
 */

.header {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
}

.header h1 {
	margin: 0;
}

@media( max-width: 767px ) {
	.header-left,
	.header-right,
	.bottom .col-md-4 {
		text-align: center;;
	}
	.header-left {
		margin-bottom: 15px;
	}
}

.logo_text {
	font-weight: bold;
}

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

.content-layout,
.content {
	margin-top: 20px;
}

.sidebar {
	padding-top: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-bottom {
	margin-top: 15px;
	color: #fff;
	padding-top: 25px;
	margin-top: 15px;
	background: url(media/img/header_bg.png) #292F33;
}

.footer h5 {
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.footer .list-group a,
.footer a.list-group-item {
	color: #cbcbcb;
	padding: 5px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #474747;
}

.footer .list-group a:hover,
.footer .list-group a:focus,
.footer a.list-group-item:hover,
.footer a.list-group-item:focus {
	color: #9E9E9E;
	background: transparent;
	/*text-decoration: underline;*/
}

.footer .list-group a:before,
.footer a.list-group-item:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #525253;
    margin-right: 20px;
}

.search-input {
	background: #fff;
	text-indent: 10px;
}

.footer {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #222;
}

/**
 * Bootstrap customizations
 */
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.dropdown-menu.dropdown-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: inherit;
}
.pull-right .dropdown-menu.dropdown-sub-menu {
    left: -100%;
    right: 100%;
}

.dropdown-menu .caret {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pull-right .dropdown-menu .caret {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media(min-width: 768px) {
	/*.not-primary .navbar-collapse,
	.not-primary .container {
		padding-right: 0;
		padding-left: 0;
	}*/
	.not-primary .navbar-collapse,
	.primary .navbar-collapse,
	.not-primary .container,
	.primary .container {
		padding-right: 0;
		padding-left: 0;
	}
}

/**
 * Post elements styles
 */
section {}
article {}
.entry-header {}
.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-meta {}
.entry-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-footer {}

.entry-excerpt {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.content section {
	margin-bottom: 15px;
}

section .lead {
	margin: 10px 0;
}

section figure {
	margin: 0 auto 15px auto;
}

.entry-meta {
	display: block;
	opacity: 0.6;
	padding: 10px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-meta:hover {
	opacity: 1;
}

/**
 * Widget Styles
 */

.widget {
	margin-bottom: 20px;
}

.widget .table {
	margin-bottom: 0;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	list-style: none;
}

.widget li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

/* Widget Calendar */
#wp-calendar caption {
	text-align: center;
	font-weight: bold;
}

/* Widget Tag cloud */
.tagcloud {
	padding: 10px 15px 15px 15px;
}

/* Widget subscriber styles */
.wpmltext {
	color: #000;
	padding: 5px 10px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 10px;
	font-size: 23px;
	line-height: 25px;
	border: none;
}

/* Widget Categories */
.aus-categories .list-group-item:first-child,
.aus-categories .list-group-item.active:last-child {
	border-radius: 0px;
}

/* Widget Archives */
.aus-archives .list-group-item:first-child,
.aus-archives .list-group-item.active:last-child {
	border-radius: 0px;
}

/* Widget Navigation */
.sub-menu .list-group-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sub-menu .list-group-item:first-child,
.sub-menu .list-group-item.active:last-child {
	border-radius: 0px;
}
.aus-nav-menu .has-collapse {
	margin-bottom: 0;
}
.aus-nav-menu .list-group-item.has-collapse:last-of-type {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


.wpmltext:focus {
	border: none;
	outline: 0;
  -webkit-box-shadow:inset 0 0 10px 0 #4D4D4D;
	box-shadow:inset 0 0 10px 0 #4D4D4D;
}

.page-bottom .button {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.page-bottom .button:hover,
.page-bottom .button:focus {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.wpmlerror, 
.wpmlrequired, 
ul.wpmlerror li {
	color: #fff !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

/**
 * Bootstrap Documentation Styles
 */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}

.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
}
.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example"}
.bs-example-padded-bottom {
    padding-bottom: 24px;
}
.bs-example+.highlight, .bs-example+.zero-clipboard+.highlight {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
@media (min-width:768px) {
    .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bs-example+.highlight, .bs-example+.zero-clipboard+.highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bs-example-standalone {
    border-radius: 4px;
}
}.bs-example .container {
    width: auto;
}
.bs-example>.alert:last-child, .bs-example>.form-control:last-child, .bs-example>.jumbotron:last-child, .bs-example>.list-group:last-child, .bs-example>.navbar:last-child, .bs-example>.panel:last-child, .bs-example>.progress:last-child, .bs-example>.table-responsive:last-child>.table, .bs-example>.table:last-child, .bs-example>.well:last-child, .bs-example>blockquote:last-child, .bs-example>ol:last-child, .bs-example>p:last-child, .bs-example>ul:last-child {
    margin-bottom: 0;
}
.bs-example>p>.close {
    float: none;
}
.bs-example-type .table .type-info {
    color: #767676;
    vertical-align: middle;
}
.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
}
.bs-example-type .table tr:first-child td {
    border-top: 0;
}
.bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
    margin: 0;
}
.bs-example-bg-classes p {
    padding: 15px;
}
.bs-example>.img-circle, .bs-example>.img-rounded, .bs-example>.img-thumbnail {
    margin: 5px;
}
.bs-example>.table-responsive>.table {
    background-color: #fff;
}
.bs-example>.btn, .bs-example>.btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bs-example>.btn-toolbar+.btn-toolbar {
    margin-top: 10px;
}
.bs-example-control-sizing input[type=text]+input[type=text], .bs-example-control-sizing select {
    margin-top: 10px;
}
.bs-example-form .input-group {
    margin-bottom: 10px;
}
.bs-example>textarea.form-control {
    resize: vertical;
}
.bs-example>.list-group {
    max-width: 400px;
}
.bs-example .navbar:last-child {
    margin-bottom: 0;
}

/**
 * Shortcodes
 */

/* News box styles */
.aus-news-box a {
	text-decoration: none;
}
.aus-news-box-body h1,
.aus-news-box-body h2,
.aus-news-box-body h3,
.aus-news-box-body h4 {
	font-weight: 600;
}
.aus-news-box-body h3 {
	font-size: 17px;
	margin: 7px 0;
}
.aus-news-box-body h4 {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 7px;
}
.aus-news-box-body ul {
	margin: 0;
	padding: 0;
}
.aus-news-box-body .aus-nb-post,
.aus-nb-style1 .aus-news-box-body ul > li {
	list-style: none;
	padding: 15px;
	/*background: #eee;*/
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.aus-nb-style3 .aus-nb-post {
	padding: 20px;
}
.aus-nb-style1 .aus-news-box-body ul > li {
	clear: both;
}
.aus-nb-style1 .aus-nb-posts-list {
	margin-top: -1px;
}
.aus-nb-style2 .aus-news-box-body .aus-nb-post {
	border-left: 1px solid #ddd;
}
.aus-nb-style3 .two-col {
	list-style: none;
	position: relative;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

.aus-nb-style3 .two-col:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    border-right: 1px dotted #bfbfbf;
}
.aus-nb-style3 .two-col li {
	padding: 5px 0;
    padding-left: 18px;
    line-height: 1.5em;
    overflow: hidden;
}
.aus-nb-style3 .two-col li i {
    color: #9e9e9e;
    margin-right: 10px;
    position: relative;
    top: 1px;
    margin-left: -18px;
}

.aus-news-box-body .aus-nb-post img,
.aus-news-box-body ul > li img {
	vertical-align: middle;
	float: left;
	margin-right: 15px;
}
.aus-news-box-body.panel-body {
	padding-top: 0;
	padding-bottom: 0;
}
.aus-nb-big-post {
	padding: 15px;
}
.aus-nb-posts-list {
	padding: 0;
	border-left: 1px solid #ddd;
}
.aus-news-box-footer {
	border-top: 1px solid #ddd;
}

/* Style 2 */
.aus-nb-big-post-content {
	padding-top: 10px;
}

@media(min-width: 970px) {
	.aus-nb-big-post-content {
		 padding-left: 0px;
	}
}
/* Newsbox thumbs */
/*@media(min-width: 750px) {
	.aus-nb-style1 .nb-thumb {
		max-width: 90px !important;
		max-height: 60px !important;
	}
	.nb-intro-thumb {
		max-width: 394px !important;
		max-height: 210px !important;
	}
}*/

/**
 * Carousel styles
 */
.carousel h1, 
.carousel h2, 
.carousel h3, 
.carousel h4 {
	margin-top: 0;
	color: #fff;
	font-size: 150%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: #74C390;
}
.item:nth-child(2) {
  background: #51BCE8;
}
.item:nth-child(3) {
  background: #E46653;
}

.carousel-caption {
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
	left: 0;
	right: 0;
}
/**
 * Categories widget styles
 */
.sites-categories.panel-group .panel+.panel {
	margin-top: 2px;
}
.sites-categories .panel-heading a {
	display: block;
}
.sites-categories .panel-body {
	padding: 0;
}
.sites-categories .panel-title {
	font-size: 15px;
}
.sites-categories .panel-default>.panel-heading {
	background: #fff;
}
.sites-categories .panel-title a:hover,
.sites-categories .panel-title a:focus {
	text-decoration: none;
}
.sponsored {
	background: #ececec !important;
}
.sites-list .site-title {
	height: 19px;
	overflow: hidden;
	display: block;
}
#news-slider {
	margin-bottom: 15px;
}
#news-slider.carousel, #news-slider .carousel-inner, #news-slider .carousel-inner .item {
	height: 310px;
	overflow: hidden;
}
.carousel a,
.carousel a:hover,
.carousel a:focus {
	color: #fff;
	text-decoration: none !important;
}
.tabbed-news .thumbnail_image,
.tabbed-news legend {
	margin-bottom: 10px;
}
.thumbnail_image {
	float: left;
	margin-right: 10px; 
	width: 90px; 
	height: 60px;
}
.title_text {
    font-weight: bold;
    height: 20px;
    overflow: hidden;
}
.intro_text {
    height: 40px;
    overflow: hidden;
}
.cptch_block {
	clear: both;
}