

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;

}



@media (min-width: 768px) {


	
	
	main .col-md-6
	{
		margin-top:152px;
	}
	main .col-md-6 + .col-md-6
	{
		margin-top:0px;
	}
	
		.liste
		{
			font-size: 18px;
			min-height:361px;
			padding-left:55px;
			background-image: url(../img/p_3.png);
			background-size: 423px auto;			
			background-repeat: no-repeat;
			background-position:19px 3px;
			line-height:17px;
		}	
	
	
	main h2
	{
padding-bottom:10px;
	}	

	main h2, main p
	{

		text-align:justify;
		padding-left:35px;
		padding-right:0px;		
	}
	
	main p
	{
	font-size: 17px;
	line-height: 23px;
	padding-bottom: 6px	
	}	
	
	
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_3.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_3.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;
  }
}


