#rightactual, #rightactualbutton, #rightarchive, #col_right1_a{
	display:block;
	overflow:hidden;
}

#rightactualslider h2, .article h1, .article h2, .article p, .comment p, #news h1, #news h3, #news p{
	font-family:Roboto;
}

#rightactualbutton p, #rightarchive p, .sub_com{
	font-family:Verdana;
}
.font_1_6{
font-size:1.6em;
}
.t_orange, .t_orange a{
	color:#ff7e00;
}
.t_orange a:hover{
	color:#fff;
}
.t_white, .t_white a{
	color:white;
}
.t_white a:hover{
	color:orange;
}
.p_roboto,.p_roboto_sm{
	font-family:Roboto Slab;
	font-weight:bold;
	color:#444;
}
.article, #news{
	border-radius:20px;
	margin:10px 20px;
	padding:0 10px 10px 10px;
}
.article h1, #news h1{
	font-size:1.1em;
	color:#222;
	margin:10px -10px;
	padding:10px 20px;
	text-align:center;
	
}
.article ul{
	margin:10px 20px;
}
.article h1{
	background-color:#d2eafd;
}
#news h1{
	border-bottom:orange solid 1px;
}
.article h3, #news h3{
	font-size:1.05em;
	padding:0.5em;
	color:#346699;
	clear:both;
}
h4{
	font-size:0.8em;
	padding:0.2em;
	
}
.article p, #news p{
	font-size:0.9em;
	padding:0.3em;
	color:#222;
	clear:both;
}
.center{
	margin:10px auto;
}
.object_righr{
	text-align:right;
}
.img-1, .img-2, .img-3{
	margin:10px;
	float:left;
}
.img-1{
	width:125px;
}
.img-2{
	width:45%;
}
.img-3{
	width:30%;
}
/* ------------------Comment----------------------- */

.comment{
	margin:10px 0;
	border-radius:20px;
	border:1px solid #cddbd4;
	padding:5px 10px;
}
.comment p{
	font-size:0.8em;
}
.name{
	font-weight:bold;
	color:#1579c7;
}
.italic{
	font-style:italic;
	padding-left:20px;
	
}
.sub_com{
	padding:5px 20px;
	margin: 20px auto;
	font-size:1.6em;
	border-radius:10px;
	text-align:center;
}
.sub_com:hover{
	color:#1777c3;
	cursor:pointer;
}
.margin5{
	width:70%;
	margin:5% auto;
	display:block;
	overflow:hidden;
	text-align:center;
}
/* ------------------Actual right----------------------- */
#rightactual{
	margin:10px 0;
	border-radius:20px;
	padding-bottom:15px;
}

#rightactualslider, #rightthemeslider, #context_right, #col_right1_a{
	width:80%;
	margin:10px auto;
}
#rightactualslider h2{
	width:90%;
	margin:10px auto;
	font-family:Roboto;
	font-size:0.8em;
	color:#222;
}

#rightactualslider h2 a{
	color:#222;
}

/*---------Buttons -------------*/
#rightactualbutton, #rightarchive{
	height:50px;
	width:90%;
	margin:10px auto;
	border-radius:10px;
	margin:2% 2% 1% 4.5%;
}

#rightactualbutton p{
	padding-top:14px;
}
#rightarchive p{
	padding-top:12px;
}

#rightactualbutton a{
	color:white;
	text-shadow:2px 2px #e25b23;
}

#rightarchive a{
	color:white ;
	text-shadow:2px 2px green;
}
#rightactualbutton a:hover{
	color: #e25b23;
	text-shadow:2px 2px white;
}
#rightarchive a:hover{
	color: green;
	text-shadow:2px 2px white;
}
/*---------Buttons end-------------*/
.r_cont h1{
	font-size:0.8em;
	font-size:bold;
	color:#346699;
	background-color:ffcc9a; /* ------------------Чомусь не залмваэться кольором----------------------- */
	padding:5px;
}

/* 1024px  */
@media screen and (max-width:1024px),only screen and (max-device-width:1024px){
.img-3{
	width:25%;
	
}	
}	

/* 768px  */
@media screen and (max-width:768px),only screen and (max-device-width:768px) {
.img-2,.img-3{
	float: none;
	width:100%;
	margin:10px auto;
}
}