@charset "UTF-8";

body{
	font-family:'Open Sans',sans-serif;
	font-size:13px;
	line-height:1.5em;
}

h1 {
	font-size: 1.7em;
	line-height:1.4em;
}
h2 {
	font-size: 1.5em;
	line-height:1.3em;
}
h2 {
	font-size: 1.3em;
	line-height:1.1em;
}

img{
	height:auto;
}
.m-t0{
	margin-top:0;
}
.m-r0{
	margin-right:0;
}
.m-b0{
	margin-bottom:0;
}
.m-l0{
	margin-left:0px;
}

.m-t{
	margin-top:30px;
}
.m-r{
	margin-right:30px;
}
.m-b{
	margin-bottom:30px;
}
.m-l{
	margin-left:30px;
}
.regru-jdevelop img{
	height:auto !important;
}

.well{
	background:#eff5fc;
	border-color:#dfecfa;
}
.pull-none.item-image{
	text-align:center; 
	margin-bottom:20px;
}
.pull-none.item-image img{
	max-width:50%;
	height:auto;
}

.padding-vert{
	padding:25px 0;
}
.bg-color1{
	background:#4988B9;
	color:#fff;
}
.bg-color1 a{
	color:#fff;
}
.bg-color1 a:hover{
	color:rgba(255, 255, 255, .75);
}

.tag-category{
}
.tag-category img{
	max-width:250px;
	float:left;
	margin:0 25px 15px 0;
}
.tag-category li{
	clear:both;
}

/* sidebar */
.sidebar-bg{
	
}
.sidebar-bg a:hover{
	text-decoration:none;
}
/* end sidebar */


/* category-module */
.category-module li a{
	padding:5px 0;
	display:block;
}
/* end category-module */

/* jcomments-latest */
.jcomments-latest{
	margin-left:0px;
}
ul.jcomments-latest li .author, ul.jcomments-latest li .date {
	color: #fff;
	color:rgba(255, 255, 255, .75);
	display: inline-block;
	font-size: 12px;

}
.jcomments-latest-readmore{
	font-size:.9em;
}
/* end jcomments-latest */




/* navbar */
.navbar .brand {
	/* padding: 10px 20px; */
	/* font-family:'Open Sans Condensed',sans-serif; */
	/* font-size:30px; */
	color:#fff;
}
.brand img{
	width:auto;
	/* height:44px; */
	margin-right:12px;
}


.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #055AD9;
	background-image: -moz-linear-gradient(top, #609fd0, #4483b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#609fd0), to(#4483b4));
	background-image: -webkit-linear-gradient(top, #609fd0, #4483b4);
	background-image: -o-linear-gradient(top, #609fd0, #4483b4);
	background-image: linear-gradient(to bottom, #609fd0, #4483b4);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff609fd0', endColorstr='#ff4483b4', GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .nav > li > a {
	padding: 10px 15px;
	/* height:44px;
	line-height:44px; */
	color:#fff;
	font-size:16px;
	text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff15f;
  
  color: #fff;
  
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #609fd0;
  
  background-color: #609fd0;
  
  -webkit-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
          box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
	margin-left:5px;


}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #609fd0;
	
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav ul {
	display:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #609fd0, #4483b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#609fd0), to(#4483b4));
	background-image: -webkit-linear-gradient(top, #609fd0, #4483b4);
	background-image: -o-linear-gradient(top, #609fd0, #4483b4);
	background-image: linear-gradient(to bottom, #609fd0, #4483b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff609fd0', endColorstr='#ff4483b4', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #609fd0, #4483b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#609fd0), to(#4483b4));
	background-image: -webkit-linear-gradient(top, #609fd0, #4483b4);
	background-image: -o-linear-gradient(top, #609fd0, #4483b4);
	background-image: linear-gradient(to bottom, #609fd0, #4483b4);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff609fd0', endColorstr='#ff4483b4', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999999;
}
/* end navbar */




.moduletable.banner .banneritem{
	margin:20px 0;
}

/* content */


.item, .leading-0{
	padding:0 20px 20px;
}



.items-row{
	background:#fff;
}
.items-row:nth-child(odd){
	background:#eff5fc;
}
.items-row:nth-child(odd) .page-header{
	border-color:#BAE0FF;
}
.page-header {

	margin: 20px 0 15px;

}

.category-desc{
	margin-top:-15px;
	margin-bottom:20px;
}

/* end content */

.footer-inner{
	border-top: 1px solid #eeeeee;
	padding:20px;
	margin-top:25px;
}

/* article-info */

.article-info-term{
	display:none;
}
dl.article-info{
	color:#828c99;
	padding-bottom:0px;
	/* margin-top:-15px; */
	margin-bottom:15px;
}
.article-info dd{
	display:inline;
	display:inline-block;
	margin-right:15px;
	margin-left:0px;
	font-style:italic;
	font-size:.9em;
}
.article-info dd span{

}

/* end article-info */

/* breadcrumb */

.breadcrumb {
	background-color: transparent;
	border-radius: 4px;
	margin: 0 0 0px;
	padding:0;
}

/* end breadcrumb */

.position-breadcrumbs{
	padding-top:8px;
	padding-bottom:8px;
	
}
.position-breadcrumbs  .moduletable{
	min-height:0 !important;
}

/* position-top */

.position-top .moduletable {
	text-align:center;
	
}
.position-top img{
	max-width:200px;
}


/* yandex */
.yaform .yaform__search-input-layout, .yaform .yaform__search-input-layout-l {
	width: auto !important;
}


/* chrono */
.fa.fa-asterisk{
	color:#999 !important;
}
.gtooltip.gvalidation-error-tip {
	background-color: #666;
	border: 1px solid #ccc;
}
.gvalidation-error-tip .gtooltip-arrow {
	border-color: #666 transparent transparent;
}
.gvalidation-error-tip .gtooltip-arrow-border {
	border-color: #ccc transparent transparent;
}
.chrono_credits{
	display:none;
}

/* end chrono */


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

@media (max-width: 767px) {
	.header-bg,.sidebar-bg{
		margin-left:-20px;
		margin-right:-20px;
	}
	.sidebar-bg{
		padding-left:20px;
		padding-right:20px;
	}
}


@media (min-width: 768px) and (max-width: 979px) {
 
}

@media (max-width: 979px) {
	.nav-collapse .dropdown-menu li + li a{
		color: #fff;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {

		color: #fff;

	}
}

@media (min-width: 980px) {
 
}
 
@media (min-width: 1200px) {
}
