

main{
}

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;

}


main a
{
	position:relative;
	width:332px;
	height:80px;
	display:block;
	
	background-image: url(../img/p_4.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	
}


main ul
{
font-size:18px;
line-height:21px;
}

main ul li
{
margin-bottom: 14px;
	
}



@media (min-width: 768px) {


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


	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:60%;
	}


	

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

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

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

		background-image: url(../img/bg_4.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:55%;		

	}

}

@media (min-width: 1200px) {





	main img
	{
		margin-left:633px;
	}

}


@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:713px;
	}
	
}



  .container {
    max-width: 100%;
  }


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

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


