


main{
}

main img
{
	position:relative;
	width:100%;
	height:auto;
}

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-size: 1300px 901px;
	background-position:center;	
	background-color:#6d6d6d;

}
	main .col-md-6
	{
	margin-top:80px;
	}
	
	main .col-md-6+.col-md-6
	{
	margin-top:0px;
	}	
	


@media (min-width: 768px) {
	
	main .col-md-6
	{
	margin-top:160px;
	}	

	main .col-md-6+.col-md-6
	{
	margin-top:160px;
	}		


	main h2, main p
	{
		text-align:justify;
		padding-left:35px;
		padding-right:0px;		
	}
	
	
	.p1
	{
		text-align:right;	
		padding-left:35px;
		padding-right:0px;		
	}
	
	.p2
	{
		margin-top:40px;	
		text-align:left;	
		padding-left:0px;
		padding-right:0px;		
	}	
	
	main h2
	{
	
	text-align:right;

	}	
	
	
main img
{
	position:relative;
	width:632px;
	height:auto;
}

	

	.holder
	{
		position:absolute;
		height:100%;
		width:100%;
		display:block;

/*		background-image: url(../bg/bg_5.jpg);*/
		background-repeat: no-repeat;
		background-position:center;
/*		opacity:0.5;*/
		z-index:0;
	}

	.holder1
	{
		position:absolute;
		height:100%;
		min-height:100%;	
		width:100%;
		display:block;

		background-image: url(../img/bg_5.png);
		background-size: 1300px auto;	
		background-repeat: no-repeat;
		background-position:top;
		opacity:1;
		z-index:2;
	}


}

@media (min-width: 992px) {

	.holder1
	{
		background-position:center;
	}



}

@media (min-width: 1200px) {







}


@media (min-width: 1350px) {


	main p
	{
		text-align:justify;
		padding-left:85px;
		font-size:18px;
		line-height:21px;
	
	}
	
	body {
		background-repeat: no-repeat;
		background-size: 1300px 901px;
		background-position:center;	
		background-color:#6d6d6d;

	}

	
}



  .container {
    max-width: 100%;
  }


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1300px;
  }
}





