


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;

}

span
{
float:right;
width:100%;
}	

@media (min-width: 768px) {


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

	
	main h2, main ul
	{
	text-align:left;
    padding-left: 25px;
    padding-right: 0px;
	}
	
	main ul
	{
	margin-top:35px;
	font-size:17px;	
	line-height:22px;
	list-style:none;
	}
	
/*	main ul li
	{
	margin-bottom:2px;
	}		
	*/

	
	

	
	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_6.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_6.png);
		background-size: 1300px auto;	
		background-repeat: no-repeat;
		background-position:center;
		opacity:1;
		z-index:2;
	}

span
{

width:unset;
}	


}

@media (min-width: 992px) {

	.holder1
	{
		background-position:center;
	}

	main h2, main ul
	{
	text-align:left;
    padding-left: 65px;
    padding-right: 0px;
	}	




	main img
	{
		width:290px;
		height:auto;
		margin-left:65%;		

	}

}

@media (min-width: 1200px) {





	main img
	{
		margin-left:733px;
	}

}


@media (min-width: 1350px) {


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

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



  .container {
    max-width: 100%;
  }


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

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