 
.articles-item {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 295px;
	margin-bottom: 35px;
 }
 
	.articles-item .articles-meta,.articles-item .articles-photo,.articles-item .articles-descr,.articles-item .articles-social {
		display: block;
		margin-bottom: 15px;
	 }
 
	.articles-item .articles-meta {
		border-top: 4px solid #fd9308;
		font-size: 0;
	 }
 
	.articles-item .articles-date {
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0;
		display: inline-block;
		background: #fd9308;
		width: 145px;
		text-align: center;
		color: #fff;
		font-size: 13px;
	 }
 
	.articles-item .articles-category {
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 140px;
		padding: 10px;
		display: inline-block;
		font-size: 13px;
		white-space: nowrap;
		text-overflow: ellipsis;
	 }
 
	.articles-item .articles-title, .single-title {
		display: block;
		font-size: 16px;
    color: #272727;
    text-transform: uppercase;
    font-weight: bold;
		margin-bottom: 10px;
	 }
 
	.articles-item .articles-photo {
		width: 295px;
		height: 196px;
	 }
 
		.articles-item .articles-photo img {
			width: 295px;
			height: 196px;
		 }
 
	.articles-item .articles-descr {
		font-size: 13px;
		line-height: normal;
		overflow: hidden;
		margin-bottom: 12px;
		text-align: justify;
	 }
 
	.articles-item .articles-more {
		padding: 10px 25px;
	 }
 
	.articles-item:nth-of-type(even) {margin-left: 15px;}
  
   
.form .form-input,.form .form-text,.comment-form .form-input,.comment-form .form-text {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: 100%;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #dad2ca;
	font-size: 14px;
	color: #a9a9a9;
	margin-bottom: 5px;
 }
 
.form .form-input:hover,.form .form-text:hover,.comment-form .form-input:hover,.comment-form .form-text:hover {border: 1px solid #c2bbb4;}
 
.form .form-input:focus,.form .form-text:focus,.comment-form .form-input:focus,.comment-form .form-text:focus {
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.15);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.15);
	color: #3a3a3a;
	border: 1px solid #c2bbb4;
 }
 
.form .form-text,.comment-form .form-text {height: 112px;}
 
.form #submit,.comment-form #submit {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 1px -1px rgba(255,255,255,0.25);
	-moz-box-shadow: 0 2px 1px -1px rgba(255,255,255,0.25);
	box-shadow: 0 2px 1px -1px rgba(255,255,255,0.25);
	display: inline-block;
	background: #fd9308;
	padding: 4px 25px;
	color: #fff;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	text-align: center;
	border: none;
	cursor: pointer;
 }
 
.form #submit:hover,.form #submit:focus,.comment-form #submit:hover,.comment-form #submit:focus {background: #ff6900;}
 
.button-more, .articles-more, a.button {
  background: #fd9308;
	padding: 4px 25px;
  display: inline-block;
  margin: 15px 0;
  color: white;
  text-decoration: none;
} 

.button-more:hover, .articles-more:hover, a.button:hover {
  background: #ff6900;
}
 
.form #submit:active,.comment-form #submit:active {outline: none;}
 
.form .form-submit-button,.form #submit,.comment-form .form-submit-button,.comment-form #submit {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 17px;
 }
 
.form .form-comment,.comment-form .form-comment {
	color: #6f6f6f;
	font-size: 11px;
 }
 
.form .form-captcha-holder,.comment-form .form-captcha-holder {position: relative;}
 
.form .form-captcha,.comment-form .form-captcha {
	position: absolute;
	right: 1px;
	height: 95%;
	top: 1px;
 }
 
.form .form-captcha.form-captcha-large,.comment-form .form-captcha.form-captcha-large {
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
 }
 
 .header .header-logo {
    width: 284px;
    height: 100px;
}