body
{
background-color: #000000;
margin:0px;
padding:0px;
}

body .main_Container
{
	overflow: hidden;
	width:1366px;
	height:100%;
	background-color:#ffffff;
	margin: 0px auto;
	padding:0px;
	text-align:center;
}

body .main_Container .Header_container
{
	position:relative;
	background-image:url('../img/headers/header_1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color:#161717;
	overflow: hidden;
	width:1366px;
	height:716px;
	margin: 0 auto;
	z-index:1;
}

body .main_Container .Header_container .img_1 /*More in header.css*/
{
	position:absolute;
	top:0px;
	left:0px;
	width:1366px;
	height:716px;
	display:table;
	z-index:2;
}

body .main_Container .Header_container .menu_container
{
	position:absolute;
	bottom:0px;
	height:280px;
	width:100%;
	display:table;
	background:rgb(32,32,32);
	background:rgba(32,32,32,0.81);
	vertical-align:bottom;
	z-index:4;
}

body .main_Container .Header_container .menu_container hr
{
	padding:0px;
	margin:0px;
	visibility:hidden;
	float:right;
}

body .main_Container .Header_container .menu_container ul
{
	position:absolute;
	right:100px;
	top:50px;
	text-align:right;
	overflow:hidden;
}

body .main_Container .Header_container .menu_container ul li
{
	display:block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

body .main_Container .Header_container .menu_container ul li a
{
	display:block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-decoration:none;
	padding:10px 0px;
}

body .main_Container .Header_container .menu_container ul li a:hover
{
	font-weight:bold;
	font-size:16px;
	padding:10px 0px 9px 0px;
}


body .main_Container .Header_container .menu_container .logo_blackevils
{
	position:absolute;
	bottom:120px;
	left: 50px;
}

body .main_Container .Header_container .menu_container .play
{
	position:absolute;
	bottom:70px;
	left: 50px;
}

body .main_Container .Header_container .menu_container h1
{
	position:absolute;
	color: #ffffff;
	bottom: 70px;
	left:115px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:normal;
}

body .Body_container
{
	position:relative;
	overflow: hidden;
	width:1366px;
	margin:0px;
	padding:0px;
}

body .text_block
{
	position:relative;
	overflow: hidden;
	width:1060px;
	padding:10px 0px 80px 0px;
	margin:0px auto;
}

body .small_text_block
{
	position:relative;
	overflow: hidden;
	width:250px;
	padding:10px 0px 80px 0px;
	margin:0px auto;
}

body .text_block h1
{
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:29px;
	font-weight:normal;
	padding:70px 0px;
}

body .text_block p
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 0px;
}

body .small_text_block h1
{
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:29px;
	font-weight:normal;
	padding:5px 0px;
}

body .small_text_block p
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:0px;
}

body .gallery_block
{
	position:relative;
	background-image:url('../img/gallery.png');
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	width:1366px;
	height:285px;
}

body .gallery_block a
{
	position:relative;
	
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	display:block;
	border:1px solid #ffffff;
	width:400px;
	line-height:81px;
	height:81px;
	margin:102px auto;
}

body .gallery_block a:hover
{
	background-color:#ffffff;
	color:#0c0c0c;
}

body .ContactUs_container
{
	position:relative;
	overflow: hidden;
	width:1366px;
	margin: 0px;
	padding:0px;
	background-color:#161717;
}

body .dark_text_block
{
	position:relative;
	overflow: hidden;
	width:1060px;
	padding:10px 0px 50px 0px;
	background-color:#161717;
	margin:0px auto;
}

body .dark_text_block h1
{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:29px;
	font-weight:normal;
	padding:50px 0px;
}

body .dark_text_block p
{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 0px;
}

body .ContactUs_Form
{
	width:615px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}

body .ContactUs_Form textarea, body .ContactUs_Form input
{
	background-color:#161717;
	display:inline-block;
	border: 1px solid #ffffff;
	resize: none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

body .ContactUs_Form .Input_Name
{
	width:220px;
	margin:0px;
	padding:0px 40px;
	line-height: 48px;
	height: 48px;
	float: left;
}

body .ContactUs_Form .Input_Email
{
	width:220px;
	margin:0px;
	padding:0px 40px;
	line-height: 48px;
	height: 48px;
	float: right;
}

body .ContactUs_Form .Input_MsgHeader
{
	margin:15px 0px 0px 0px;
	padding:0px 40px;
	line-height: 48px;
	width:533px;
	height: 48px;
}

body .ContactUs_Form .Input_MsgBody
{
	margin:12px 0px;
	padding:20px 40px;
	width:533px;
	height:120px;
}

body .ContactUs_Form .send_email
{
	position:relative!important;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#161717;
	background-color:#ffffff;
	text-decoration:none;
	display:block;
	border:1px solid #ffffff;
	width:165px;
	line-height:45px;
	height:45px;
	margin:13px 100px 70px 0px;
	cursor:pointer;
}

body .ContactUs_Form .g-recaptcha
{
	position:relative!important;
	float:left;
	display:block;
	margin:0px 100px 0px 0px;
}

body .ContactUs_Form .send_email:hover
{
	background-color:#161717;
	color:#ffffff;
}

body .Footer_container
{
	position:relative;
	overflow: hidden;
	width:1366px;
	margin: 0px;
	padding:0px;
	background-color:#000000;
}

body .footer_text_block
{
	position:relative;
	overflow: hidden;
	width:1060px;
	padding:15px 0px 15px 0px;
	background-color:#000000;
	margin: 0px auto;
}

body .footer_text_block h1
{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:normal;
	padding:50px 0px;
}

body .image_text_Container
{
	position:relative;
	overflow: hidden;
	width:1060px;
	padding:10px 0px 60px 0px;
	margin:0px auto;
}

body .image_text_Container h1
{
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:29px;
	font-weight:normal;
	padding:70px 0px;
}

body .image_text_Container .image_block
{
	width:300px;
	height:330px;
	display:inline-block; 
	padding:0px;
	margin:0px;
}

body .image_text_Container .image_block .img_offer
{
	width:300px;
	height:330px;
	display:inline-block; 
	padding:0px;
	margin:0px;
}

body .image_text_Container .text_block
{
	width:720px;
	height:330px;
	display:inline-block; 
	padding: 0px 0px 0px 0px;
	float:right;
}

body .image_text_Container .text_block h1
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight:normal;
	padding:0px 0px;
	margin:6px 0px 10px 0px;
}

body .image_text_Container .text_block p
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:30px 0px 0px 0px;
	margin:0px;
}

body .image_text_Container .text_block a
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:30px 0px 0px 0px;
	margin:0px;
	text-decoration:none;
}

body .image_text_Container .text_block a:hover
{
	text-decoration:underline;
}

body .image_text_Container .image_carrousel
{
	position: relative;
	text-align:left;
	overflow: hidden;
	width:720px;
	padding:25px 0px 0px 0px;
	margin:0px;
}

body .image_text_Container .image_carrousel .thumbnail
{
	position: relative;
	height:145px;
	width: 145px;
	overflow: hidden;
	display:inline-block; 
	padding:0px;
	margin:0px;
}

body .image_text_Container .image_carrousel .thumbnail .thumbnail_pic
{
	position:absolute;
	left:0px;
	top:0px;
}
body .image_text_Container .image_carrousel .Control
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:40px;
	overflow:hidden;
	padding:5px 0px;
	margin:0px;
}
body .image_text_Container .image_carrousel .Control a
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

body .image_text_Container .image_carrousel .Control .Arrow
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:64px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

body .image_text_Container .image_carrousel .Control .text
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	writing-mode: tb-rl;
}

body .Double_text
{
	position:relative;
	width: 505px;
	padding:0px;
	margin:0px auto;
}

body .text_block .left_text_block
{
	position:relative;
	text-align:left;
	display: inline-block;
	width: 250px;
	padding:0px;
	margin:0px;
}

body .text_block .right_text_block
{
	position:relative;
	text-align:right;
	display: inline-block;
	width: 250px;
	padding:0px;
	margin:0px;
}

body .text_block .right_text_block h1
{
	text-align:right;
}

body .text_block .right_text_block p
{
	text-align:right;
}

body .text_block .Contact_Name
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

body .text_block .description
{
	text-align:left;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:6px 0px;
	margin:0px;
}

body .text_block .email
{
	text-align:left;
	display:inline-block;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	vertical-align:top;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

body .text_block .phone
{
	text-align:left;
	display:inline-block;
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	vertical-align:top;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

body .text_block .icon
{
	text-align:left;
	display:inline-block;
	width:16px;
	padding:0px;
	margin:0px;
}

body .logo_block img
{
	text-align:left;
	display:inline-block;
	height:100px;
	padding:20px 50px;
	margin:0px;
}

body .logo_block .small
{
	text-align:left;
	display:inline-block;
	height:100%;
	padding:auto 50px;
	margin:0px;
}

body .social_block
{
	position:relative;
	width: 100%;
	padding:50px 0px;
	margin:0px auto;
	text-align:center;
}

body .social_block h1
{
	color: #0c0c0c;
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	font-weight:normal;
	padding:20px 0px;
}

body .social_block p
{
	text-align:center;
	vertical-align:top;
	color: #1877f2;
	font-family: 'Montserrat', sans-serif;
	font-size:59px;
	line-height:75px;
	font-weight:normal;
	padding:20px 0px;
	margin:0px;
	display:inline-block;
}

body .social_block img
{
	text-align:left;
	display:inline-block;
	height:30px;
	padding:20px 50px;
	margin:0px;
}
body .social_block .left
{
	padding-left:30px;
}
body .social_block .right
{
	padding-right:70px;
}

body .social_block .big
{
	text-align:left;
	display:inline-block;
	height:40px;
	vertical-align:center;
	padding:20px 50px;
	margin:0px;
}

body .social_block .small
{
	text-align:left;
	display:inline-block;
	height:100%;
	padding:auto 50px;
	margin:0px;
}


@media screen
and (min-width: 1200px)
and (max-width: 1341px)
/*and (orientation: portrait) */{
    body .main_Container
	{
		width:1200px;
	}
	body .main_Container .Header_container
	{
		width:1200px;
		height:629px;
	}
	body .main_Container .Header_container .img_1 /*More in header.css*/
	{
		width:1200px;
		height:629px;
	}
	body .main_Container .Header_container .menu_container
	{
		height:280px;
		width:100%;
	}
	body .main_Container .Header_container .menu_container .logo_blackevils
	{
		bottom:120px;
		left: 50px;
	}
	body .main_Container .Header_container .menu_container .play
	{
		bottom:70px;
		left: 50px;
	}
	body .main_Container .Header_container .menu_container h1
	{
		bottom: 70px;
		left:115px;
	}
	body .Body_container
	{
		width:1200px;
	}
	body .text_block
	{
		width:1060px;
		padding:10px 0px 80px 0px;
	}
	body .small_text_block
	{
		width:250px;
		padding:10px 0px 80px 0px;
	}
	body .text_block h1
	{
		padding:70px 0px;
	}
	body .text_block p
	{
		padding:10px 0px;
	}
	body .small_text_block h1
	{
		padding:5px 0px;
	}

	body .small_text_block p
	{
		padding:0px;
	}
	
	body .gallery_block
	{
		width:1200px;
		height:285px;
	}
	body .gallery_block a
	{
		width:400px;
		margin:102px auto;
	}
	body .ContactUs_container
	{
		width:1200px;
	}
	body .dark_text_block
	{
		width:1060px;
		padding:10px 0px 50px 0px;
	}
	body .dark_text_block h1
	{
		padding:50px 0px;
	}

	body .dark_text_block p
	{
		padding:10px 0px;
	}
	body .ContactUs_Form
	{
		width:615px;
	}

	body .ContactUs_Form .Input_Name
	{
		width:220px;
		padding:0px 40px;
	}

	body .ContactUs_Form .Input_Email
	{
		width:220px;
		padding:0px 40px;
	}

	body .ContactUs_Form .Input_MsgHeader
	{
		margin:15px 0px 0px 0px;
		padding:0px 40px;
		width:533px;
	}

	body .ContactUs_Form .Input_MsgBody
	{
		margin:12px 0px;
		padding:20px 40px;
		width:533px;
	}

	body .ContactUs_Form .send_email
	{
		width:165px;
		margin:13px 100px 70px 0px;
	}

	body .ContactUs_Form .g-recaptcha
	{
		position:relative!important;
		margin:0px 100px 0px 0px;
	}
	body .Footer_container
	{
		width:1200px;
	}

	body .footer_text_block
	{
		width:1060px;
		padding:15px 0px 15px 0px;
	}

	body .footer_text_block h1
	{
		padding:50px 0px;
	}
	
	/********************************** PONUKA RELATED ****************************************/
	body .image_text_Container
	{
		width:1060px;
		padding:10px 0px 60px 0px;
	}

	body .image_text_Container h1
	{
		padding:70px 0px;
	}

	body .image_text_Container .image_block
	{
		width:300px;
		height:330px;
	}

	body .image_text_Container .image_block .img_offer
	{
		width:300px;
		height:330px;
	}

	body .image_text_Container .text_block
	{
		width:720px;
		height:330px;
	}

	body .image_text_Container .text_block h1
	{
		margin:6px 0px 10px 0px;
	}

	body .image_text_Container .text_block p
	{
		padding:30px 0px 0px 0px;
	}

	body .image_text_Container .text_block a
	{
		padding:30px 0px 0px 0px;
	}

	body .image_text_Container .image_carrousel
	{
		width:720px;
		padding:25px 0px 0px 0px;
	}

	body .image_text_Container .image_carrousel .thumbnail
	{
		height:145px;
		width: 145px;
	}

	body .image_text_Container .image_carrousel .Control
	{
		width:40px;
		padding:5px 0px;
	}
	
	body .image_text_Container .image_carrousel .Control a
	{
		font-size:14px;
		font-weight:normal;
	}

	body .image_text_Container .image_carrousel .Control .Arrow
	{
		font-size:64px;
		font-weight:normal;
	}

	body .image_text_Container .image_carrousel .Control .text
	{
		font-size:18px;
		font-weight:bold;
		writing-mode: tb-rl;
	}
	
	/********************************** KONTAKT RELATED ****************************************/
	
	body .Double_text
	{
		width: 505px;
	}

	body .text_block .left_text_block
	{
		width: 250px;
	}

	body .text_block .right_text_block
	{
		width: 250px;
	}

	body .text_block .Contact_Name
	{
		font-size:15px;
	}

	body .text_block .description
	{
		font-size:12px;
		font-weight:normal;
		padding:6px 0px;
	}

	body .text_block .email
	{
		font-size:12px;
		vertical-align:top;
		font-weight:bold;
	}

	body .text_block .phone
	{
		font-size:12px;
		vertical-align:top;
		font-weight:bold;
	}

	body .text_block .icon
	{
		width:16px;
	}
	
	/********************************** O NAS RELATED ****************************************/
	body .logo_block img
	{
		height:100px;
		padding:20px 50px;
	}

	body .logo_block .small
	{
		height:100%;
		padding:auto 50px;
	}

	body .social_block
	{
		width: 100%;
		padding:50px 0px;
	}

	body .social_block h1
	{
		font-size:19px;
		font-weight:normal;
		padding:20px 0px;
	}

	body .social_block p
	{
		font-size:59px;
		line-height:75px;
		font-weight:normal;
		padding:20px 0px;
	}

	body .social_block img
	{
		height:30px;
		padding:20px 50px;
	}
	body .social_block .left
	{
		padding-left:30px;
	}
	body .social_block .right
	{
		padding-right:70px;
	}

	body .social_block .big
	{
		height:40px;
		padding:20px 50px;
	}

	body .social_block .small
	{
		height:100%;
		padding:auto 50px;
	}
}
/*************************************		992		1200 ***************************************************/
@media screen
and (min-width: 992px)
and (max-width: 1205px)
/*and (orientation: portrait) */{
    body .main_Container
	{
		width:992px;
	}
	body .main_Container .Header_container
	{
		width:992px;
		height:632px;
	}
	body .main_Container .Header_container .img_1 /*More in header.css*/
	{
		width:992px;
		height:632px;
	}
	body .main_Container .Header_container .menu_container ul
	{
		right:50px;
		top:50px;
	}
	body .main_Container .Header_container .menu_container .logo_blackevils
	{
		left: 30px;
	}
	body .main_Container .Header_container .menu_container .play
	{
		left: 30px;
	}
	body .main_Container .Header_container .menu_container h1
	{
		left:95px;
	}
	body .Body_container
	{
		width:992px;
	}
	body .text_block
	{
		width:792px;
		padding:5px 0px 60px 0px;
	}
	body .text_block h1
	{
		padding:50px 0px;
	}
	body .gallery_block
	{
		width:992px;
	}
	body .ContactUs_container
	{
		width:992px;
	}
	body .dark_text_block
	{
		width:792px;
	}
	body .dark_text_block h1
	{
		padding:40px 0px;
	}
	
	body .Footer_container
	{
		width:992px;
	}

	body .footer_text_block
	{
		width:792px;
	}

	/********************************** PONUKA RELATED ****************************************/
	body .image_text_Container
	{
		width:720px;
		padding:10px 0px 60px 0px;
	}

	body .image_text_Container h1
	{
		padding:50px 0px;
	}

	body .image_text_Container .text_block
	{
		width:720px;
		height:100%;
	}

	body .image_text_Container .text_block h1
	{
		margin:36px 0px 10px 0px;
		text-align:center;
	}
	/********************************** KONTAKT RELATED ****************************************/
	
	/********************************** O NAS RELATED ****************************************/
	
}

/*****************************************************************************************/
/********************************** 768 997 ****************************************/
/*****************************************************************************************/

@media screen
and (min-width: 768px)
and (max-width: 997px)
/*and (orientation: portrait) */{
    body .main_Container
	{
		width:768px;
	}
	body .main_Container .Header_container
	{
		width:768px;
		height:403px;
	}
	body .main_Container .Header_container .menu_container
	{
		height:200px;
	}
	body .main_Container .Header_container .img_1 /*More in header.css*/
	{
		width:768px;
		height:403px;
	}
	body .main_Container .Header_container .menu_container .logo_blackevils
	{
		width: 400px;
		bottom:90px;
		left: 30px;
	}
	body .main_Container .Header_container .menu_container .play
	{
		width:40px;
		bottom:45px;
		left: 30px;
	}
	body .main_Container .Header_container .menu_container h1
	{
		bottom: 48px;
		left:80px;
		font-size:13px;
	}
	body .main_Container .Header_container .menu_container ul
	{
		right:40px;
		top:30px;
	}
	body .main_Container .Header_container .menu_container ul li a
	{
		font-size:14px;
		padding:5px 0px;
	}
	body .main_Container .Header_container .menu_container ul li a:hover
	{
		padding:5px 0px 4px 0px;
	}
	
	body .Body_container
	{
		width:100%;
	}
	body .text_block
	{
		width:668px;
		padding:10px 0px 30px 0px;
	}
	body .text_block h1
	{
		padding:20px 0px;
	}
	body .text_block p
	{
		padding:10px 0px;
	}
	body .gallery_block
	{
		width:100%;
		height:285px;
	}
	body .ContactUs_container
	{
		width:100%;
	}
	body .dark_text_block
	{
		width:668px;
		padding:10px 0px 50px 0px;
	}
	body .dark_text_block h1
	{
		padding:30px 0px;
	}

	body .dark_text_block p
	{
		padding:5px 0px;
	}
	body .Footer_container
	{
		width:100%;
	}

	body .footer_text_block
	{
		width:100%;
		padding:15px 0px 15px 0px;
	}

	body .footer_text_block h1
	{
		padding:30px 0px;
	}
	
	/********************************** PONUKA RELATED ****************************************/
	body .image_text_Container
	{
		width:668px;
		padding:10px 0px 60px 0px;
	}

	body .image_text_Container h1
	{
		padding:30px 0px;
	}

	body .image_text_Container .text_block
	{
		width:668px;
		height:100%;
	}

	body .image_text_Container .text_block h1
	{
		margin:36px 0px 10px 0px;
		text-align:center;
	}

	body .image_text_Container .text_block p
	{
		padding:20px 0px 0px 0px;
	}

	body .image_text_Container .text_block a
	{
		padding:20px 0px 0px 0px;
	}

	body .image_text_Container .image_carrousel
	{
		width:668px;
		padding:25px 0px 0px 0px;
	}

	/********************************** KONTAKT RELATED ****************************************/
	
	/********************************** O NAS RELATED ****************************************/
	
}
@media screen
and (min-width: 200px)
and (max-width: 768px)
/*and (orientation: portrait) */{
    body .main_Container
	{
		width:768px;
	}
	body .main_Container .Header_container
	{
		width:768px;
		height:403px;
	}
	body .main_Container .Header_container .menu_container
	{
		height:200px;
	}
	body .main_Container .Header_container .img_1 /*More in header.css*/
	{
		width:768px;
		height:403px;
	}
	body .main_Container .Header_container .menu_container .logo_blackevils
	{
		width: 400px;
		bottom:90px;
		left: 30px;
	}
	body .main_Container .Header_container .menu_container .play
	{
		width:40px;
		bottom:45px;
		left: 30px;
	}
	body .main_Container .Header_container .menu_container h1
	{
		bottom: 48px;
		left:80px;
		font-size:13px;
	}
	body .main_Container .Header_container .menu_container ul
	{
		right:40px;
		top:30px;
	}
	body .main_Container .Header_container .menu_container ul li a
	{
		font-size:14px;
		padding:5px 0px;
	}
	body .main_Container .Header_container .menu_container ul li a:hover
	{
		padding:5px 0px 4px 0px;
	}
	
	body .Body_container
	{
		width:100%;
	}
	body .text_block
	{
		width:668px;
		padding:10px 0px 30px 0px;
	}
	body .text_block h1
	{
		padding:20px 0px;
	}
	body .text_block p
	{
		padding:10px 0px;
	}
	body .gallery_block
	{
		width:100%;
		height:285px;
	}
	body .ContactUs_container
	{
		width:100%;
	}
	body .dark_text_block
	{
		width:668px;
		padding:10px 0px 50px 0px;
	}
	body .dark_text_block h1
	{
		padding:30px 0px;
	}

	body .dark_text_block p
	{
		padding:5px 0px;
	}
	body .Footer_container
	{
		width:100%;
	}

	body .footer_text_block
	{
		width:100%;
		padding:15px 0px 15px 0px;
	}

	body .footer_text_block h1
	{
		padding:30px 0px;
	}
	
	/********************************** PONUKA RELATED ****************************************/
	body .image_text_Container
	{
		width:668px;
		padding:10px 0px 60px 0px;
	}

	body .image_text_Container h1
	{
		padding:30px 0px;
	}

	body .image_text_Container .text_block
	{
		width:668px;
		height:100%;
	}

	body .image_text_Container .text_block h1
	{
		margin:36px 0px 10px 0px;
		text-align:center;
	}

	body .image_text_Container .text_block p
	{
		padding:20px 0px 0px 0px;
	}

	body .image_text_Container .text_block a
	{
		padding:20px 0px 0px 0px;
	}

	body .image_text_Container .image_carrousel
	{
		width:668px;
		padding:25px 0px 0px 0px;
	}

	/********************************** KONTAKT RELATED ****************************************/
	
	/********************************** O NAS RELATED ****************************************/
	
}

/* landscape 
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape){
    styles here 
}*/


.transparent_81 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=81)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=81);
	
	/* Older than Firefox 0.9 */
	/*-moz-opacity:0.81;*/
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.81;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.81;
}

.transparent_100 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
}

