@charset "utf-8";
/* CSS Document */

div.content_inner {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 2.3% 0;
	max-width:1126px;
	text-align: center;
 }

div.top {
	width:100%;
	height: 12%;
	margin: 0;
	background-color: #292929;
 }

div.top_top img {
	float: left;
    width: auto;
    height: auto;
	padding-top: 0.3%;
	margin-left: 7%;
 }
 
div.top_top {
	display: inline-block;
     width: 100%;
	 height: auto;
     min-height: 37px;
     margin: 30 auto;
 }
 
div.product {
	display: inline-block;
	width: 97%;
	min-width: 300px;
    height: auto;
	max-height: 500px;
	margin: 5% auto 1.5%;
	vertical-align:top;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
    background-color: #292929;
	border-radius: 4px;
	  
 }

div.contact {
	width: 30%;
	height: auto;
	float: left;
	margin: 2% 2% 2% 0;
	vertical-align:top;
	display: inline-block;
}

div.contact li h1 {
	width: 10%;
	margin-bottom: 20px;
	padding-right: 2%;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
  
div.contact img {
	display:block;
	float: left;
	left:0;
	margin-bottom: 20px;
	padding: 0.2% 10%;
	width: 62%;
	height: auto;
	background-color: #fff;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
   }  

#list1 {
	display:block;
}
 
#list1 li {
	width: 100%;
	margin-left: 0%;
 	list-style: none;
	line-height: 2;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-weight: regular;
 	font-size: 14px;
	font-weight: 100;
	text-align: left;
	text-transform: none;
}

#utvonalterv {
	position:absolute;
	margin-left:24px;
	margin-bottom:20px;
	
}

#utvonalterv img {
	float:left;
	background:none;
	height:19px;
	width:19px;
 }
 
#utvonalterv a {
	position:relative;
	top: -39px;
	float:left;
	margin:2px 0 0 45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
 }
 
div.contact_social {
	position:relative;
	margin-top:50px;
	margin-left:35px;
}

div.contact_social_logo {
	display:inline-block;
	margin-right: 4px;
	float: left;
}

div.contact_social_logo img {
	height:19px;
	width:19px;
	margin: 3px;
	border-radius:0;
	background:none;
}

div.video-container {
	display: inline-block;
	width: 63%;
	margin: 2% auto 2% auto;
	position:relative;
	padding-bottom:0;
	padding-top:56.181818%;
	height:0;
	overflow:hidden;
	
 }
 
div.video-container iframe {
 	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:75%;
	border-radius: 4px;
	border: none;
 }

 
 
 
@media only screen and (max-width: 1000px) 
{
	
div.product {
	min-width: 300px;
	max-height: none;
 } 

div.product h1 {
	text-align: center;
 }
	
div.product img {
	width: 100%;
	border-radius: 4px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 2%;
	margin-top: 2%;
	text-align: center;
 } 

div.contact li h1 {
	width: 100%;
	margin-bottom: 20px;
	padding-right: 0%;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }

#utvonalterv a {
	top: -23px;
 }
	
div.video {
	min-width: 300px;
 }
	
div.contact {
	width: 95%;
	display: block;
}	

div.contact img {
	width: 90%;
	max-width: 200px;
	float: none;
	border-radius: 4px;
 }  
   	 
div.video-container {
	width: 95%;
	display: block;
 }
 
div.video-container iframe {
	height:100%;
 }
 
div.contact_social_logo img {
	height:19px;
	width:19px;
	margin: 3px;
	border-radius:0;
	background:none;
}

 }