@import url(http://fonts.googleapis.com/css?family=Roboto:100&subset=latin,cyrillic);

body{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 24px;
  background-image:url(img/bg.gif);
  background-position: top center;
  background-repeat: repeat-y;
}
.left-zone{
	background-color: #ff6840;
}
.right-zone{
	background-color: #fff;	
}
.center-zone{
	background-color: #fff;
	background-image:url(img/corner.png);
	background-position: left top;
	background-repeat:no-repeat;
	background-size: 100% auto;
	height: 500px;	
}
h1{
	display: block;
	color: #ffffff;
	font-size: 80px;
	line-height: 80px;
    text-transform: uppercase;
  font-weight: 100;
    margin-left: 50px;
}
h2{
	color:#ff6840;
	font-size: 40px;
    font-variant: normal;
  font-weight: 100;
  line-height: 35px;
}
.right-zone h2{
	margin-top: 100px;
	margin-right: 100px;
    margin-bottom: 30px;
}
.left-zone h1{
	margin-top: 90px;
}
.right-zone .logoimg{
		margin-right: 100px;
		background-image:url(img/logos.png);
		background-position: top left;
		background-repeat:no-repeat;
		background-size: 100% auto;
		margin-top: 50px;
		height: 263px;
}
.right-zone p{
	margin-right: 80px;
    line-height: normal;
    margin-bottom: 22px;
	font-size: 16px;
}
.right-zone p small{
	 font-size: 100%;
    line-height: normal;	 
}
a{
	text-decoration:none;
	color: #ff6840;
}
a:hover, a:focus, a:active{
	text-decoration:underline;
		color: #ff6840;
}
/* Large desktop */
@media (min-width: 1200px) { 

body{
  background-image:url(img/bg.gif);
}
.right-zone h2{
	margin-top: 100px;
    margin-right: 100px;
	font-size: 34px;	
	margin-bottom: 30px;
}
.right-zone .logoimg{
	margin-top: 30px;
}
.right-zone p{
	margin-right: 100px;	
		font-size: 16px;
}
.left-zone h1{	
		font-size: 100px;
		line-height: 100px;
	margin-top: 90px;	
    margin-left: 100px;

}

}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

body{
  background-image:url(img/bg.gif);
}
.right-zone h2{
	margin-top: 50px;
    margin-right: 40px;
	font-size: 32px;
	margin-bottom: 24px;			
}
.left-zone h1{
	margin-top: 50px;	
}

.right-zone p{
	margin-right: 40px;	
		font-size: 20px;
}
.left-zone h1{	
		font-size: 60px;
		line-height: 60px;
}
.right-zone .logoimg{
	height: 176px;
	margin-top: 40px;
}
 
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

body{
  background-image:none;
}
.right-zone h2{
	margin-top: 20px;
	margin-right: 0;
	font-size: 30px;
	margin-bottom: 20px;		
}
.left-zone h1{
	margin-top: 20px;	
}

.right-zone p{
	margin-right: 0;
	font-size: 18px;
}
.right-zone .logoimg{
	margin-right: 0;
		margin-top: 0;	
	height: 138px;		
}
.left-zone h1{	
		font-size: 50px;
		line-height: 50px;
}

}
     
/* Landscape phones and down */
@media (max-width: 640px) { 

body{
  background-image:none;
}
.right-zone h2{
	margin-top: 10px;
    margin-right: 0;
	font-size: 24px;
	margin-bottom: 18px;	
}
.left-zone h1{	
		font-size: 45px;
		line-height: 45px;
}
.left-zone h1{
	margin-top: 10px;	
}

.right-zone p{
	margin-right: 0;
	font-size: 16px;	
}
.right-zone .logoimg{
	margin-right: 0;
		margin-top: 0;	
			height: 86px;
}

}