@charset "utf-8";
/* CSS Document */


 @font-face {
    font-family: 'Qlassik';
    src: url('qlassik_tb-webfont.eot');
    src: url('qlassik_tb-webfont.eot?#iefix') format('embedded-opentype'),
        url('qlassik_tb-webfont.woff') format('woff'),
        url('qlassik_tb-webfont.ttf') format('truetype'),
        url('qlassik_tb-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'Qlassik';
    font-size: 16px;
	margin: 0px;
	color: #000;
	background: #000;
   }



div#container {
	
 width: 975px;
 max-width: 100%;
 margin: 0px auto;
 background: #fff;
 padding: 0px;

 }

img {
    max-width:100%;
    max-height:100%;
}


div#header {
 width: 975px;
max-width:100%;
background: #000;
height:30px;
 top: 0px;
  
 }
 
 div.headcont {

   padding-right:10px;
   float:right;
}
 

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}

div#logobar {
  width: 975px;
  max-width:100%;
  height:auto;
  color: #000;
}

div.logo {
   width:50%;
   background: #fff;
   float:left;
}


div.widget {

width:30%;
float:right;
border-style:solid;
border-color:#000;
background: #fff;
text-align: center;
}

div.farmhinfo {

width:30%;
float:right;
padding-top:20px;

}

h2 {
font-family:'Kaushan Script', cursive;
color: #000;
font-weight: bold;
font-size: 24px;
text-align: left;


}

div.title {
font-family:'Kaushan Script', cursive;
color: #000;
font-weight: bold;
font-size: 24px;
text-align: left;
width:30%;
float:right;
padding-top:60px;

}



div.navbar {
padding-top:80px;	
}




div#winbar {
 width: 975px;
 max-width:100%;
 height:auto;
 color: #fff;
font-size: 18px;

}

div.winleft {
background: #0099FF;
width:100%;
float: left;
}

div.winright {
 width: 0%;
 float: right;

}


div.maincontent {
 width: 975px;
 max-width:100%;
 height:auto;
  }

div.maincontfull {
 width: 100%;
margin: 0px;
float: left;
  height:auto;
padding-left:0px;

  }

div.maincontleft {
 width: 68%;
 float: left;
  height:auto;
padding-left:4px;
font-size: 10pt;
}



div.maincontright {
width: 30%;
float: right;
text-align: center;	
background:#ffffff; /* yellow: background:#fbcb09; */ #fbcb09;
padding-top: 0px;
padding-bottom:0px;
}


div#footer {
 width: 975px;
 max-width:100%;
 height:auto;
 float:left;
 background: #fff;

}

@media only screen and (max-width: 767px) {
		

	div.farmhinfo{
		font-size: 17px;
		
		}
		
		div.title{
		font-size: 17px;
		padding-top:30px;
		}

	div.winleft{
		font-size: 12px 
		}
	}

	
	div.winbar{
		font-size: 18px 
		}
	}
	
	
	@media only screen and (max-width: 479px) {
		

	div.farmhinfo{
		font-size: 8px;
		padding-top:10px;
		}

div.title{
		font-size: 10px;
		padding-top:20px;
		}

	div.winleft{
		font-size: 8px 
		}
	}

	div.winbar{
		font-size: 18px 
		}
	}