

main img
{
	position:relative;
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:50px;
}

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

}



@media (min-width: 768px) {


	
	
	main .col-md-6
	{
	margin-top:220px;
	}
	
	main h2
	{

	}	

	main h2, main p
	{
		text-align:justify;
		padding-left:35px;
		padding-right:0px;		
	}
	
	
main img
{
	position:absolute;
		width:250px;
	height:auto;
	margin-top:364px;
		margin-left:37px;
}


	

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

/*		background-image: url(../bg/bg_2.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;
		

	   top: 0px;
	   bottom: 0px;
	   right: 0px;
	   left: 0px;		


		background-image: url(../img/bg_2.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;
	}



	main img
	{
		width:290px;
		height:auto;	
		margin-left:118px;
	}

}

@media (min-width: 1200px) {





	main img
	{
		margin-left:213px;
	}

}


@media (min-width: 1350px) {


	main h2, main p
	{
		text-align:justify;
		padding-left:35px;
		padding-right:60px;		
	}
	
	body {
		background-repeat: no-repeat;
		background-size: 1300px 901px;
		background-position:center;	
		background-color:#6d6d6d;

	}
	
	main img
	{
		margin-left:293px;
	}
	
}



  .container {
    max-width: 100%;
  }


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

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


