@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400&subset=latin,cyrillic);
@media all{
body{
background-color: #fff;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0px;
padding:0px;
}
a{
color:#000000;
text-decoration:none;
}
a:hover { text-decoration:none;}
section, header,footer,nav { display:block;}
hr {
 height: 1px; 
color: #004c75;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
border: 0;
width: 99%;
float:center;
}
h1{
font-size: 38px;
margin-top: 0px;
}
h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.bannern{
display:block;
}
.txtup{
font-size: 39px;
font-family: "Roboto Condensed", Arial;
color: #000;
font-weight:bold;
line-height:22px;
text-align: justify;
width: 100%;
margin-left: 2px;  
}
.txt1{
color: #0860A8;
}
.txt2{
color: #6AA536;
}
.txt2:hover{
color: #85C54D;
}
.txt3 {
font: normal 15px Arial;
color: #000000;
text-decoration: none;
line-height:22px;
margin: 5px; 
}
.txt4 {
font: normal 15px Arial;
color: #000000;
text-decoration: none;
line-height:20px;
margin: 0px; 
}

#adv_container{
display:block;
border: 1px solid #056;
}
.clear {
height:10px;
}
.clear2 {
height:20px;
}
.menudropdown{
display:none;
}
.header{
	position: fixed;
	width: 100%;
	height:80px;
	z-index: 999;
	overflow: visible;
	top: 20;
	left: 0;
	border-top:0px solid #069;
	background-color: #3F8903;


}

.head_line {
	width: 1250px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	height: 70px;
	position: relative;
	overflow: visible;
	z-index:2;	
}
#site_content {
    display:block;
clear:both;
margin: 0 auto;
width: 1250px;
height: 120px;
background-color:#fff;
border:0px solid #85C54D;

}
#site_content2 {
	width: 1250px;
	margin: 0 auto;
	margin-top: 10px;
border:0px solid #FFCC6C;

	position: relative;
	overflow: visible;
	z-index:2;	
}
.logo{
width: 257px;
float: left;
background: url(123cast_logo3.png);
height:44px;
display:block;
	cursor:pointer;
}

.head_ucontent{

width: 550px;
height: 40px;
border:0px solid #FFCC6C;
float:right;
margin-top:10px;
margin-left:25px;
}
.hml1{
font-weight:bold;
line-height:20px;
font-size:19px;
font-family: "Roboto Condensed", Arial;
color: #000;
}
.cond-txt{
font-weight:normal;
line-height:30px;
font-size:18px;
font-family: "Roboto Condensed", Arial;
color: #000;
}
.hml{
font-weight:bold;
line-height:24px;
font-size:20px;
font-family: Comfortaa, Arial;
color: #000;
}
.hml3 {
font-weight:bold;
line-height:24px;
font-size: 22px;
font-family: Comfortaa, Arial;
color: #000;
margin-left:15px;
}
.hml a{
font-weight:bold;
line-height:24px;
font-size: 20px;
font-family: Comfortaa, Arial;
color: #ffffff;
margin-left:25px;
}
.hml a:hover{
font-weight:bold;
line-height:24px;
font-size: 20px;
font-family: Comfortaa, Arial;
color: #FFCC6C;
margin-left:25px;
}
.lbutton{
    width: 120px;
	cursor:pointer;
	border: 1px solid #069;
	background-color: #069;
border-radius: 5px;
	padding: 9px;
margin-top: 10px;
margin-left: 150px;;

}
.clr {
height:85px;
}
.ibox{
display: flex;
width: 30%;
background-color: #ffffff;
margin-top: 10px;
margin-left:20px;
border-radius:.5rem;
float:left;

}
#foot_line {
bottom:0;
margin: 0 auto;
width:100%;
height:35px;
border-top:1px solid #1a1a1a;
background-color:#333333;	
} 
#foot_line1 {
position: fixed;
bottom:0;
margin: 0 auto;
width:100%;
height:35px;
border-top:1px solid #1a1a1a;
background-color:#333333;	
} 
.foot_line {
font-family: Comfortaa, Arial;
font-size: 13px;
color:#fff;
text-shadow: 1px 1px 1px #4d3200;
margin-top:10px;
margin-left:7px;	
}
.foot_line a{
font-family: Comfortaa, Arial;
font-size: 13px;
color:#fff;
text-shadow: 1px 1px 1px #4d3200;
margin-top:10px;
margin-left:7px;	
}
}

@media all and (max-width: 801px){
body{font-size:13px;}
.menudropbtn {
    background-color: #000;
    color: white;
    padding: 10px;
    font-size: 16px;
	width:100%;
    border: none;
    cursor: pointer;
}
.menudropdown {
margin-top: 0px;
    
    display: block;
		
	width:100%;
}
.menudropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width:98%;
	margin-left:3px;
	border: 1px solid #000;
    box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.2);
   position: relative;
	overflow: visible;
	z-index:2;
}

.menudropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
	font-size:16px;
  position: relative;
	overflow: visible;
	z-index:2;
}
.menudropdown-content a:hover {
    color: #ffffff;
}
.menudropdown-content a:hover {background-color: #3F8903}
.menudropdown:hover .menudropdown-content {
    display: block;
	
}
.menudropdown:hover .menudropbtn {
    background-color: #000;
} 
.hml3 {
font-weight:bold;
line-height:20px;
font-size: 18px;
font-family: Comfortaa, Arial;
color: #000;
margin-left:15px;
}
.bannern{
display:none;
}
.head_ucontent{
display:none;
}
.hml{
display:none;
}
.head_line{
display:block;
}
.logo{
width: 250px;
float: left;
background: url(https://123castbg.eu/123cast_logo3.png);
height:43px;
display:block;
cursor:pointer;
}
.news_txt{
font-size: 15px;
font-family: Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
}
.hml1{
font-weight:bold;
line-height:20px;
font-size:18px;
font-family: "Roboto Condensed", Arial;
color: #000;
}
.txt4 {
font: normal 13px Arial;
color: #000000;
text-decoration: none;
line-height:20px;
margin: 0px; 
}
#site_content {
    display:block;
clear:both;
margin: 0 auto;
width: 95%;

background-color:#fff;
border:0px solid #85C54D;
}
#site_content2 {
     display:block;
	width: 95%;
	height:auto;
	clear:both;
	margin: 0 auto;
	margin-top: 10px;
border:0px solid #FFCC6C;

	position: relative;
	overflow: visible;
	z-index:2;	
}
#foot_line {

bottom:0;
margin: 0 auto;
width:100%;
height:35px;

background-color:#333333;	

} 
.foot_line {
font-size: 12px;
color:#fff;
text-shadow: 1px 1px 1px #1a1a1a;
margin-top:10px;
margin-left:7px;	
}
.foot_line a{
font-size: 12px;
color:#fff;
text-decoration: none;
margin-top:10px;
margin-left:3px;	
}
.foot_line a:hover{

color:#069;
text-decoration: none;	
}
.footer_txt_small {
color:#ffffff;
font-size: 12px;
font-weight: normal;
line-height: 20px;
}
.footer_txt_small a{
color:#ffffff;
font-size: 12px;
font-weight: normal;
line-height: 20px;
text-decoration: none;
}
.footer_txt_small a:hover{
text-decoration: underline;
}
.ibox{

width:99%;
height:auto;
background-color: #ffffff;
margin-top: 15px;
margin-left: 5px;
float:left;
border: 1px solid #cecece;
}
}