/****************** SETUP ********************/
* {border: 0; margin: 0; padding: 0;
	font-family: 'Roboto', sans-serif;}
	
body {     
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	background: #000;
	text-align: left;
	max-width: 100%;
	min-width: 320px;
	/*opacity: 0;*/
}
a {	
	color: #fff;
	text-decoration: none; 
}
p {
}
nav ul { list-style: none; }

.clr::after { clear: both; }

h1 			{font-size: 28px;font-weight: bold;}
h2,h3,h4 	{font-size: 14px;font-weight: normal; }

/****************** BASIC CLASS ********************/
.main-container	{
	max-width: 1200px;
	width: calc(100% - 20px);
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
}
.main-container-extended	{
	width: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.container 	{display: flex;box-sizing: border-box;}


.box-half 	{flex-basis: 50%;min-width: 320px;box-sizing: border-box;}
.box-small	{flex-basis: 33.3%;float: left;box-sizing: border-box;}
.box-large	{flex-basis: 66.6%;float: left;box-sizing: border-box;}

.column-two {flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: stretch;padding-top: 40px;}
.column-two .box-footer, .column-two .box-news, .column-two .box-catalog {flex-basis: 50%;} 

.box-distance {height: 50px;}

/****************** HEADER ********************/
	header {
		flex-wrap: wrap;
		padding-bottom: 20px;
		justify-content: center;
		background: url(images/bg_head.jpg) no-repeat bottom center;
		background-size: 1920px 705px;
		height: 705px;
		max-height: 90vh;
	}

	nav {
		border-top: 1px #494949 solid;
		border-bottom: 1px #494949 solid;
		padding: 20px 0;
		background: #000;		
	}
	
	nav ul{
		flex-direction: row;
		align-items: center;
		height: 100%;
	}
	nav ul li a{
		font-size: 14px;
		padding: 0px 20px;	
		position: relative;
		margin: 0 5px;
		-webkit-transition: font-weight 0.5s; /* Safari */
		transition: font-weight 0.5s;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}
	nav ul li a:hover{
		font-weight: bold;
	}
	
	nav ul li a::after{
		content:"";
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		height: 3px;
		background: #000;
		z-index: 0;
		-webkit-transition: bottom 0.5s, background 0.5s; /* Safari */
		transition: bottom 0.5s, background 0.5s;
	}
	
	nav ul li a:hover::after{
		bottom: -7px;
		background: #a47949;
	}
	
	/****************** NEWS BOX ********************/
	.box-news {
		padding: 130px 10px 10px;
		background: url(images/bg_news.jpg) no-repeat top center;
		background-size: 100% auto;
	}
		.box-news-item {
			position: relative;
			box-sizing: border-box;
			padding: 20px;
			background: #000;
			width: 70%;
			border-radius: 20px;
			justify-content: center;
			flex-direction: column;
			text-align: center;
			border: 1px #242424 solid;
			max-width: 1200px;
		}	
		.box-news-item-date {
			color: #8b8b8b;
			font-size: 12px;
			padding: 5px;
		}
		.box-news-item-title h3 {
			font-size: 24px;
			font-weight: bold;
			padding-bottom: 10px;
			text-align: center;
		}
		.box-news-item-title {position: relative;}
		.box-news-item-title::after {
			content:"";
			position: absolute;
			bottom: -5px;
			left: 50%;
			height: 1px;
			background: #a47949;
			z-index: 0;
			margin-left: -150px;
			width: 300px;
			
		}
		.box-news-item-desc {
			font-size: 14px;
			padding: 20px 0;
			text-align: center;
			line-height: 24px;
		}	
		.box-news-item-des p {text-align: center;}

			.box-news-item .box-button a{
				padding: 5px 20px;
			}
		
	
	
	
/****************** PAGE NEWS ********************/
	#box-page-mainpage{
		padding-top: 80px;
		margin-top: -50px;
		background: url(images/bg-page.gif) repeat-x top center;		
	}
	.box-page {
		flex-direction: column;
		box-sizing: border-box;
		padding: 10px;
	}
		.box-page-title {
			text-align: center;
			position: relative;
		}
		
		.box-page-title::after {
			content:"";
			position: absolute;
			bottom: -8px;
			left: 50%;
			height: 2px;
			background: #a47949;
			z-index: 0;
			margin-left: -40px;
			width: 80px;
			
		}
		.box-page-desc {
			padding: 40px 0px;}
			
		.box-page-desc p{
			text-align: center !important;
			line-height: 24px;
			width: 100%;
			box-sizing: border-box;
		}
	
	.catalog-mainImg {
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.catalog-mainImg img{
		max-width: 90%;
		max-height: 400px;
	}
	
	.box-item-desc p {color: #fff !important;}
	.box-item-desc a {color: #fff !important;}
	.box-item-desc span {color: #fff !important;}
	
/****************** GALLERY BOX ********************/
	.box-gallery {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		align-items: stretch;
		padding-bottom: 50px;
	}
	.box-gallery-item {
		min-width: 200px;
		position: relative;
		flex-basis: 25%;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px;
		align-items: center;
	}
		.box-gallery-item a {
			height: 200px;
			background: #000;	
			overflow: hidden;	
			width: 100%;
		}
		.box-gallery-item a img{
			width: 100%;
			height: auto;
			min-width: 100%;
			min-height: 100%;
		}
		.box-gallery-item::after {
			content:"";
			position: absolute;
			bottom: -10px;
			left: 10px;
			right: 10px;
			height: 3px;
			background: #000;
			z-index: -1;
			-webkit-transition: bottom 0.5s, background 0.5s; /* Safari */
			transition: bottom 0.5s, background 0.5s;		
		}
		.box-gallery-item-title {
			padding: 10px 0;
			font-size: 18px;
			font-weight: bold;
		}
	
	.box-gallery-item:hover::after{
			bottom: 0px;
			background: #a47949;			
	}
	

footer {
	background: #080808;
	padding: 0 0 20px;
}
	.footer-logos {
		justify-content: flex-start;
		align-items: center;
		text-transform: uppercase;
	}
	.footer-logos img, .footer-logos span {margin: 0 10px;}
	
	.box-creators p {text-align: right;margin-top: 30px;}


