*::-webkit-input-placeholder {  
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
body input:focus:required:invalid,              
body textarea:focus:required:invalid {
	border:red 3px solid
}
body input:required:valid,                
body textarea:required:valid {
	border: green 3px solid
}
body {
	font-family: "RobotoRegular", sans-serif;
	background-color: rgba(239, 239, 239, 1);
}
#comanda_1 {
}
#comanda_2 {
	float: left;
	text-align: justify;
	margin-bottom: 100px;
}
.auth_buttons,            
.main_mnu_button {      
	background-color: transparent; 
	border: medium none;
	font-size: 26px;
	outline: none;
}
.main_mnu_button {   
	color: #fff;
	padding: 10px 0px 10px 15px;
}
.maian_mnu {
	background-color: rgba(18, 18, 18, 0.85); 
	color: #fff;
	margin-bottom: 20px;   
    font-size: 1.4em;
    position: fixed;
    z-index: 12;
    width: 100%;
}
.maian_mnu a { 
	color: #fff;       
	padding: 19px;
	display: block;
	-webkit-transition: all .25s;  
	-o-transition: all .25s;
	transition: all .25s;
}
.maian_mnu a:hover {
	color: #f91010;
}
.maian_mnu ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	float: left;
	text-transform: uppercase;
	float: right;
}
.top_contacts { 
	background-color: #2787af;
	float: right;
	font-size: 30px;
	line-height: 53px;  
	padding: 0 15px;
}
.maian_mnu ul li {
	display: inline-block; 
}
.maian_mnu ul {
	z-index: 12; 
}
.logoleft {
	    float: left;
	    height: 66px;
	    margin-left: 80px;
	    position: absolute;
}
.news_otst {
	padding-top: 100px;
}
.container {
	width: 80%;
	float: center;
}
.news {
	float: center;

}
.news h1 {
    text-transform: uppercase;
	font-size: 3.4em;
    font-family: "RobotoCondensedLight";
	color: #323232;
	margin-top: 50px;
	margin-bottom: 0px;
}
.news h4 {
	float: right;
    text-transform: uppercase;
	font-size: 1em;
    font-family: "RobotoCondensedLight";
	color: #323232;
	margin-right: 15px;

}
.news img{ 
	width: 300px;
	height: auto;
	padding: 0px;
    margin: 3px;
}
.img_main {
	margin-top: 58px;
}
.news p {
	text-indent: 1.4em;
	font-size: 1.3em;
	font-family: "RobotoRegular";
	text-align: justify;
    margin-top: 0px;
}
.p_news_1 {
	margin-bottom: 0%;
}
.p_news_2 {
	margin-bottom: 26.2%;
}
.p_news_3 {
    margin-bottom: 11.44%;
}
.p_news_4 {
    margin-bottom: 11.01%;
}


.resalts {
	float: left;
	text-align: justify;
	color: #323232;
}
.sider_container {
	position: relative;  
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	}
.next_button, .prev_button {
	border-radius: 10em;  
	color: #747474;
	cursor: pointer; 
	font-size: 70px;
	margin-left: -90px;
	margin-right: -90px; 
	position: absolute;
	top: 25%;
	z-index: 10; 
	text-decoration: none;
}
.next_button {
	right: 20px; 
}
.prev_button {
	left: 20px;
}
.top_header {
	background-color: #4AAAD2;
	margin-top: 100px;
}
.header_topline {
	background-color: rgba(40, 40, 40, 1);        
	padding: 15px 0; 
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	height: 67px;
}
.header_topline a {
	color: #fff;
}
.top_links {    
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3em;
	padding-top: 5px;
	margin-left: 50px;
	z-index: 10;     
}
.top_links a { 
	text-decoration: none;
}
.top_links a:hover {     
	text-decoration: none;
}
.soc_buttons {
	float: right; 	
	margin-right: 80px;
	color: #fff;
}
.soc_buttons > a {     
	font-size: 26px;
	margin-left: 10px;
}

.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.owl-dots .owl-dot span{
    background: none repeat scroll 0 0 #c6c6c6;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-dots .owl-dot.active span{
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-dots .owl-dot {outline:none;}