@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

div.big_img{
 background-image:url(img/big_img.jpg);
 background-position:center center;
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size:cover;
 background-color:#777;
 z-index:0
 position:relative;
 padding:0;
 margin:0;
}

div.big_img_top{
 margin:0 auto;
 max-width:1160px;
 padding:115px 0 80px;
 font:18px 'Roboto Slab',serif;
 color:#fff;
 line-height:145%;
 text-align:center;
}
@media only screen and (max-width: 768px){

	div.big_img_top{
	padding:90px 0 62px;
	}
}

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

	div.big_img_top{
	padding:60px 0 40px;
	}
}

div.big_img_top h1{
 display:inline-block;
 font:36px 'Roboto Slab',serif;
 margin:30px 0;
 padding:20px 25px;
 font-weight:bold;
 text-align:center;
 color:rgb(188,45,24);
 background-color:rgba(220, 220, 220, 0.75);
}

div.big_img_bot{
 background-color:rgba(188,45,24, 0.8);
 padding:40px 20px 50px;
 margin:0;
}

div.big_img_bot div.big_img_in{
 max-width:1160px;
 text-align:center;
 margin:0 auto;
 font:18px 'Roboto Slab',serif;
 color:#fff;
 line-height:145%;
}

div.big_img_bot div.big_img_in p{
 margin:0 0 20px;
}

div.big_img_bot div.big_img_in p:last-child{
 margin:0;
}

div.big_img_bot.aff_bx{
 background-image:url(img/big_img.jpg);
 background-position:center center;
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size:cover;
 background-color:#464646;
 z-index:0
 position:relative;
 padding:0;
 margin:0;
 height:500px;
}

