/*
Theme Name: Corsa
Description: A Retina-Ready Responsive One Page Marketing Theme.
Version: 1.2
Author:	UpSolution
Theme URI: http://us-themes.com/wp/...
Author URI: http://us-themes.com/
License: Themeforest Split Licence
License URI: -
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:200&subset=cyrillic-ext,cyrillic);

/**********************************
**********************************/
.tizery-tm {
    border: 1px solid #c4c4c4; /* Рамка всего блока. Стоит ширина 1px, solid - непрерывная, #c4c4c4 - это ее цвет. Если рамка не нужна - просто удалите эту строку */
    margin: 5px 0 5px 0; /* Внешний отступ всего блока с тизерами от контента страницы. Стоит сверху и снизу по 10px, а слева и справа 0px */
    padding: 5px 3px 3px 3px; /* Внутренний отступ внутри блока. Чтобы не сливались с краями рамки тизеры. Соответственно: сверху 10 px, справа 3px, снизу 5px, слева 3px */
    text-align: center; /* Выравнивание текста во всем блоке по центру */
}
.tizery-tm img {
    width: 150px; /* Установили принудительно ширину картинки в 150px, на случай если у вас будут все разного размера */
    height: 150px; /* Установили высоту картинки в 150px, аналогично как с шириной случай */
    display: inline-block; /* Позволяет перенести текст под картинку в нашем случае. Оставляем так */
    margin: 0 auto 5px; /* Внешний отступ картинки. Сверху 0px, слева и справа auto, чтобы она была ровно по центру своего блока тизера. Снизу 10px, чтобы не сливалось с текстом */
}
.tizery-tm a {
    display: inline-block; /* Этим параметром мы говорим, чтобы блоки становились в одну строку и при низком разрешении красиво выстраивались друг под другом */
    font-weight: bold; /* Делаем текст жирным. Если не нужно - просто удалите строку */
    font-size: 16px !important; /* Размер шрифта у текста. Поэкспериментируйте с размером */
    margin: 5px 0 5px 0; /* Задаем внешний отступ каждому блоку с тизером, чтобы при низком разрешении они не налазили друг на друга снизу и сверху. Соответственно по 5px сверху и снизу */
    padding: 2px; /* Задаем внутренний отступ для каждого блока с тизером, чтобы тот же текст не прилипал к краям блока, если вы добавите ему рамку */
    width: 220px; /* Задаем ширину блока каждого. Здесь можно сделать и 150px по ширине картинки, чтобы текст ровно под ней был. На ваше усмотрение */
    vertical-align: top; /* Данный параметр выравнивает все тизеры по верхнему краю. Пригодится в случае, если у вас какой-то текст будет больше на 1-2 строки, чем остальные */
}



.tizery-hr {
    border: 1px solid #c4c4c4; /* Рамка всего блока. Стоит ширина 1px, solid - непрерывная, #c4c4c4 - это ее цвет. Если рамка не нужна - просто удалите эту строку */
    margin: 5px 0 5px 0; /* Внешний отступ всего блока с тизерами от контента страницы. Стоит сверху и снизу по 10px, а слева и справа 0px */
    padding: 5px 3px 3px 3px; /* Внутренний отступ внутри блока. Чтобы не сливались с краями рамки тизеры. Соответственно: сверху 10 px, справа 3px, снизу 5px, слева 3px */
    text-align: center; /* Выравнивание текста во всем блоке по центру */
}
.tizery-hr img {
    width: 250px; /* Установили принудительно ширину картинки в 150px, на случай если у вас будут все разного размера */
    height: 250px; /* Установили высоту картинки в 150px, аналогично как с шириной случай */
    display: inline-block; /* Позволяет перенести текст под картинку в нашем случае. Оставляем так */
    margin: 0 auto 5px; /* Внешний отступ картинки. Сверху 0px, слева и справа auto, чтобы она была ровно по центру своего блока тизера. Снизу 10px, чтобы не сливалось с текстом */
}
.tizery-hr a {
   
    display: inline-block; /* Этим параметром мы говорим, чтобы блоки становились в одну строку и при низком разрешении красиво выстраивались друг под другом */
    font-weight: bold; /* Делаем текст жирным. Если не нужно - просто удалите строку */
    font-size: 16px !important; /* Размер шрифта у текста. Поэкспериментируйте с размером */
    margin: 5px 0 5px 0; /* Задаем внешний отступ каждому блоку с тизером, чтобы при низком разрешении они не налазили друг на друга снизу и сверху. Соответственно по 5px сверху и снизу */
    padding: 2px; /* Задаем внутренний отступ для каждого блока с тизером, чтобы тот же текст не прилипал к краям блока, если вы добавите ему рамку */
    width: 260px; /* Задаем ширину блока каждого. Здесь можно сделать и 150px по ширине картинки, чтобы текст ровно под ней был. На ваше усмотрение */
    vertical-align: top; /* Данный параметр выравнивает все тизеры по верхнему краю. Пригодится в случае, если у вас какой-то текст будет больше на 1-2 строки, чем остальные */
}

.tizery-vr {
    border: 1px solid #c4c4c4; /* Рамка всего блока. Стоит ширина 1px, solid - непрерывная, #c4c4c4 - это ее цвет. Если рамка не нужна - просто удалите эту строку */
    margin: 5px 0 5px 0; /* Внешний отступ всего блока с тизерами от контента страницы. Стоит сверху и снизу по 10px, а слева и справа 0px */
    padding: 5px 5px 5px 5px; /* Внутренний отступ внутри блока. Чтобы не сливались с краями рамки тизеры. Соответственно: сверху 10 px, справа 3px, снизу 5px, слева 3px */
    text-align: center; /* Выравнивание текста во всем блоке по центру */
}
.tizery-vr img {
    width: 250px; /* Установили принудительно ширину картинки в 150px, на случай если у вас будут все разного размера */
    height: 250px; /* Установили высоту картинки в 150px, аналогично как с шириной случай */
    display: inline-block; /* Позволяет перенести текст под картинку в нашем случае. Оставляем так */
    margin: 0 auto 5px; /* Внешний отступ картинки. Сверху 0px, слева и справа auto, чтобы она была ровно по центру своего блока тизера. Снизу 10px, чтобы не сливалось с текстом */
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6, .l-preloader-counter, .w-blog.imgpos_atleft .w-blog-entry-meta-date-day, .w-counter-number, .w-logo-title, .w-pricing-item-title, .w-pricing-item-price, .w-tabs.layout_accordion .w-tabs-section-title-text, .w-tabs-item-title {
    font-family: "Arial Black",sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: "Arial Black";
		}
	
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}




.g-hr {
    clear: both;
    height: 1px;
    margin: 3% 0;
    position: relative;
    width: 50%;
}


#logo {
	display:table;
	float:left;
}
#logo a {
	color: red;
	font-size:1.4em;
	font-weight:bold;
}
#logo span {
	color: blue;
}
#logo span:before {
	content: '.';
	font-weight:bold;
}



.l-subsection {
	padding-top:40px;
}




/*  adminka  */

#addtag label[for="tag-description"],
#addtag #tag-description,
#addtag #tag-description + p,
#edittag label[for="description"],
#addtag #description,
#addtag .description 
{
	display: none !important;
}


.watch-action {
    float: right !important;
    margin-top: -30px !important;
    width: auto !important;
}

.reklama_Yandex {
	width:100%;
	display:block;
	min-height:60px;
	margin-bottom:20px;
	color: #aaa;
	text-align:center;
	background:#eee;
}

.reklama_Yand {
	width:100%;
	display:block;
	min-height:30px;
	margin-bottom:1px;
	color: #aaa;
	text-align:center;
	background:#eee;
}

.reklama_Yan {
	width:100%;
	display:block;
	min-height:50px;
	margin-bottom:10px;
        color: #aaa;
	background:#eee;
}

#top_style_marg_padd {
	margin-top: 0  !important;
	padding-top: 40px  !important;
}

.w-tags .w-tags-title {
	margin-bottom:20px;
	margin-right:10px;
}

.prev_post {
	width:45%;
	float:left;
	margin-bottom:30px;
}
.next_post {
	width:45%;
	float:right;
	text-align:right;
	margin-bottom:30px;
}

.similar_articles {
	border-bottom: 1px solid #e8e8e8;
}

.similar_articles_left {
	width: 50%;
	float:left;
	padding: 15px 10px 20px 0;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.similar_articles_right {
	width: 50%;
	float:right;
        padding: 15px 10px 20px 0;
	text-align:right;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}
.similar_articles a {
	display: block;
	
}



@media (max-width: 767px) {
.similar_articles {
	width: 100%;
}	
}


.one-third .fooret_tit_ul, .one-third-footer .fooret_tit_ul {
	text-transform:uppercase;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}


/************************************************
*        comments	    *
************************************************/

#commentform .comment-form-url {
	display:none;
}
#commentform .form-allowed-tags {
	display:none;
}


.g-btn, input[type="submit"] {
    border: medium none !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 4px 0;
    overflow: hidden;
    padding: 13px 40px;
    text-transform: lowercase;
	background-color: #292C8B;
	color: #fff;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

aside .g-btn {
	background-color: #292C8B;
}



.list_autors {
	list-style-type:decimal; 
	list-style-position: inside;
	-webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2; 
}
@media (max-width: 767px) {
.list_autors {
	-webkit-column-count:1;  
    -moz-column-count:1;  
    column-count:1; 
}	
}
.list_autors li {
	font-size: 16px;
}
.list_autors li a {
	font-size: 16px;
}
.list_autors li span {
	font-size: 12px;
}


.autor_page_table{
	font-family: "Open Sans",sans-serif;
}
.autor_page_table td {
	padding: 6px 10px;
	font-family: "Open Sans",sans-serif;
}

.page_avtor h1 {
	color: #00f;
	font-family: "Open Sans",sans-serif;
}
.page_avtor h1 span {
	color: #000;
	font-size:18px;
}
.autor_page_table .description_autor {
	font-size:12px;
	margin-bottom:15px;
	color:#000;
}


#pages > .l-subsection {
	padding:0 !important;
}


/************************************************
*        breadcrumbs	    *
************************************************/

#breadcrumbs { 
	width: 100%;;
	color: #B7951A;
	text-align: left;
}
#breadcrumbs a {
	color: #B7951A;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color: #05518A;
	text-decoration: underline;
}
#breadcrumbs span {
	color: #666;
	padding:0 4px;
	font-weight: bold;
}


/************************************************
*        sidebar	    *
************************************************/

#sidebar {
	width:28%;
	float: right;
}

.last_commens_aside {
	overflow: hidden;
	margin-left: 3%;
}

.last_commens_aside a {
	font-size: 18px;
    font-weight: bold;
}

.last_commens_aside span {
    border-bottom: 1px dotted #bbb;
    display: block;
    margin-left: 0;
    max-height: 55px;
    padding-bottom: 5px;
}

.aside_block {
}
.aside_block ul {
	margin-left:17px;
}

.aside_block ul li {
	padding-left:0;
	color: #999;
}

.w-copyright {
    float: right !important;
    font-size: 14px !important;
    line-height: 60px !important;
}

.footer_copy {
/*	width: 50%;*/
	float:left;
	margin-top:10px;
	margin-bottom:-10px;
}

#counters {
	width:190px;
	float:right;
	height: 32px;
	margin-top: 13px;
	margin-right:20px;
}
#counters a {
	display:block;
	float:left;
}
#counters a[rel="nofollow"] {
	display:block;
	float:right;
}

.footer_copy ul {
	text-align:justify; 
	text-align-last:justify;  
	list-style-type:none; 
	padding:0;
	margin:0;
}
.footer_copy ul li {
	display:inline-block; 
	padding:5px 10px; 
	cursor:pointer;
}
.footer_copy ul li:hover {background:none;}

.footer_copy ul:after {
	content:""; 
	display:inline-block; 
	width:100%; 
	height:0; 
	overflow:hidden;
}


ya-site-form__wrap {
	margin:0;
}

.ya-site-form__search-input,
.ya-site-form__search-wrap {
	border: none !important;
	padding: 0;
}
.ya-site-form__ {
	margin:0;
}


#social {
	min-width: 300px;
	float: center;
	text-align:center;
}
#social > div {
	float: right;
}

#last_publications {
	-webkit-column-count:3;  
    -moz-column-count:3;  
    column-count:3; 
	margin-bottom: 5px !important;
}

#last_publications li {
    list-style: outside none none;
    text-align: left;
}




/******************* Motioncss-widgets.css *********************/

/********************** Responsive w-blog **********************/

@media (min-width: 480px) and (max-width: 1023px) {
.w-blog.type_masonry .w-blog-entry {
	width: 49.9999%;
	}
}

@media (max-width: 479px) {
.w-blog.type_masonry .w-blog-entry {
	width: 100%;
	}
}

@media (max-width: 599px) {
.w-blog.imgpos_atleft .w-blog-entry-title,
.w-blog.imgpos_atleft .w-blog-entry-body {
	margin-left: 0;
	}
	.w-blog.imgpos_atleft .w-blog-entry-preview {
		float: none;
		width: 100%;
		}
	.w-blog.imgpos_atleft .w-blog-entry-title {
		padding-top: 15px;
		}
}





.home-heading-line.type_secondary_bg, .no-touch .g-btn.color_default::after, .no-touch .g-btn.color_primary::after, .no-touch input[type="submit"]:hover, .g-btn.color_secondary, .no-touch .pagination .page-numbers:hover, .w-actionbox.color_secondary, .w-icon.color_secondary.with_circle .w-icon-link, .no-touch .w-iconbox.with_circle .w-iconbox-link:hover /*.w-iconbox-icon*/, .no-touch .w-tags-item-link:hover {
	background-color: #444;
}


.col_hov_wh {
	margin-top:20px !important;
}
.col_hov_wh span:hover {
	color:#fff !important;
}

#col_hov_sub {
	display: block;
	width:100%;
	height:100%;
	padding: 9px 0 !important;
	color:#fff !important;
	max-width:320px;
	}
#col_hov_sub  span {
	display: block;
	width:100%;
	height:100%;
	color:#fff !important;
	}	
#col_hov_sub span:hover {
	color:#fff !important;
}

#col_hov_sub_forum {
    border-radius: 3px !important;
    display: block;
    float: right !important;
    font-size: 12px;
    line-height: 12px;
	margin-top: 9px;
    padding: 4px 5% !important;
}
#col_hov_sub_forum span{
    color: #fff !important;
    font-size: 12px !important;
	line-height: 12px !important;
}

#col_hov_home {
    color: #fff !important;
    height: 100%;
    margin: 20px auto;
    padding: 2px 20px !important;
}
#col_hov_home span {
	display: block;
	width:100%;
	height:100%;
	font-size:14px;
	color:#fff !important;
	}	
#col_hov_home span:hover {
	color:#fff !important;
}
.cat_home_tit {
	font-weight: bold;
	font-size: 32px;        
}

.w-blogpost-text #col_hov_sub {
	background: #00f none repeat scroll 0 0;
    width: auto;
}

.w-blogpost-text #col_hov_sub span {
}



.ya-site-form__search {
	margin:0 !important;
}
.ya-site-form__search-wrap {
	padding:0 !important;
}


/************************************************
*               Последние публикации      *
*************************************************/
.i-cf::before, .i-cf::after {
    content: " ";
    display: table;
}
.i-cf::after {
    clear: both;
}
.l-subsection-hh {
    margin: 0 auto;
    max-width: 1140px;
    width: 96%;
}
.i-cf {
}
.g-cols {
}
.g-cols > div:first-child, .g-cols > div.full-width {
    margin-left: 0;
}
.g-cols > .one-third, .g-cols > .two-sixths {
    width: 30.6666%;
}
.g-cols > div {
    margin-left: 1%;
}
.g-cols > div {
    float: left;
    width: 100%;
}

.g-cols > .home_pages {
    margin-bottom: 20px;
    margin-right: 1%;
	margin-left: 0;
	width: 31%;
}



.w-blogpost .w-tags {
    margin-bottom: 0 !important;
}

/*********** Comments Form ***********/

#commentform {
	position:relative;
}
.w-comments-form p input[type="text"], .w-comments-form p input[type="email"] {
    max-width: 50% !important;
}

#commentform .comment-notes {
	display: none;
/*  color: #fff;
    display: block;
	font-style: italic;
    height: 22px;
    left: 53%;
    margin: 0;
    position: absolute;
    top: 130px;
    width: 280px;*/
}

#commentform .comment-notes #email-notes {
	color:#000;
}

#commentform .comment-form-author label::after {
	content: 'обязательно';
	font-style: italic;
	margin-left: 26px;
	color: #999;
}

#commentform .comment-form-email label::after {
	content: 'опубликован не будет';
	font-style: italic;
	margin-left: 15px;
	color: #999;
}
.w-comments {
	border: none !important;
    padding-top: 0 !important;
}

#respond {
    padding:0 !important;
}


#menu-item-8 span {
/*	padding: 10px;
	border-radius: 5px;
	
http://colorzilla.com/gradient-editor/#9999ff+1,ffffff+92 
background: #9999ff; 
background: -moz-linear-gradient(left, #9999ff 1%, #ffffff 92%);
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#9999ff), color-stop(92%,#ffffff)); 
background: -webkit-linear-gradient(left, #9999ff 1%,#ffffff 92%); 
background: -o-linear-gradient(left, #9999ff 1%,#ffffff 92%); 
background: -ms-linear-gradient(left, #9999ff 1%,#ffffff 92%); 
background: linear-gradient(to right, #9999ff 1%,#ffffff 92%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9999ff', endColorstr='#ffffff',GradientType=1 ); IE6-9 */
}

#menu-item-37 span {
}

.l-subheader .w-nav-anchor.level_1 {
/*    padding: 0 10% !important;*/
}





#vk_like {
    clear: none !important;
    margin-top: 7px !important;
}


#vkshare0 td a {
    border-radius: 3px !important;
    height: 18px !important;
    line-height: 10px !important;
    padding: 2px 6px !important;
}

.l-subheader .w-nav-item.level_1 {
}

.g-btn, input[type="submit"] {
    width: 240px !important;
}

@media (max-width: 1599px) {

}

/*************** 1380 **********************/
@media (max-width: 1379px) {
.w-nav-title {
    font-family: "PT Sans",sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

#page_404 {
	width:80%;
	margin:0 auto;
}


}

/*************** 1280 **********************/
@media (max-width: 1279px) {
.w-nav-title {
    font-size: 14px !important;
    font-weight: bold !important;
}
.l-subheader .w-nav-anchor.level_1 > .w-nav-title {
    font-size: 14px !important;
    font-weight: bold !important;
    position: relative;
}

.l-subheader {
    width: 100% !important;
}
#logo {
    margin-left: 15px !important;
}

#col_hov_sub span {
    font-size: 18px !important;
}

#page_404 {
	width:80%;
	margin:0 auto;
}



}

/*************** 1024 **********************/
@media (max-width: 1023px) {
.w-nav-title {
    font-size: 12px !important;
}
.l-header-h .w-nav-anchor.level_1 {
    font-size: 12px !important;
    padding: 0 7% !important;
}
.g-btn.size_big, input.g-btn.size_big, button.g-btn.size_big {
    font-size: 18px !important;
    line-height: 26px !important;
}
.g-cols > .one-third-footer, .g-cols > .two-sixths {
    margin-right: 5px !important;
    width: 16% !important;
}
.l-subheader {
    width: 100% !important;
}
#logo {
    margin-left: 15px !important;
}
#col_hov_sub span {
    font-size: 16px !important;
}

#page_404 {
	width:90%;
	margin:0 auto;
}



}

/*************** 969 **********************/
@media (max-width: 959px) {
.g-cols > .home_pages {
	width: 48%;
}
.g-cols > .one-third, .g-cols > .two-sixths {
    width: 48%;
}


}

/*************** 768 **********************/
@media (max-width: 767px) {
.watch-action {
    left: 20% !important;
}
.g-btn.size_big, input.g-btn.size_big, button.g-btn.size_big {
    font-size: 14px !important;
    line-height: 20px !important;
}
.g-cols > div {
    width: 32% !important;
}
#sidebar {
    float: left !important;
    width: 100% !important;
}

h3 {
    font-size: 18px !important;
    margin-bottom: 18px !important;
}
h4 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 16px !important;
}
.comment-reply-title {
    font-size: 18px !important;
    line-height: 24px !important;
}

#page_404 {
	width:98%;
	margin:0 auto;
}

.w-comments-form p input[type="text"], .w-comments-form p input[type="email"] {
    max-width: 70% !important;
}
#commentform .comment-notes {
	    left: 20%;
		top: 92px;
	}

}

/*************** 560 **********************/
@media (max-width: 599px) {
}


/*************** 480 **********************/
@media (max-width: 480px) {
.w-blogpost-title {
    font-size: 24px !important;
    line-height: 30px !important;
}
#sidebar {
    width: 100%;
}

.g-cols > div {
    width: 48% !important;
}
.footer_copy {
    width: 100% !important;
}

.footer_copy ul li {
    padding: 5px !important;
}

.similar_articles_left {
    width: 100% !important;
}
.similar_articles_right {
    width: 100% !important;
}
.g-hr.type_short .g-hr-h {
    width: 100% !important;
}
#last_publications {
	-webkit-column-count:1 !important;  
    -moz-column-count:1 !important;  
    column-count:1 !important; 
	margin-bottom: 5px !important;
}

#last_publications li {
    color: #999;
    list-style: outside none disc;
    text-align: left;
}

#page_404 {
	width:100%;
	margin:0 auto;
}

}




#wpadminbar {
display:none;
}

