 @charset "utf-8";
html {
	min-height: 100%;
	font-family: sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body {
	color: #000;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
/* --------------------- */
.banner {
	background-color: #fff;
	/*background-image: url("../img/bg4.jpg");*/
	background-size: cover;
	background-position: center 60%;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
		.banner:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		/*background: rgba(64, 72, 80, 0.5);*/
	}
	.header-top {
		padding: 10px 20px 10px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
		 justify-content: space-between;
		-webkit-box-align: center;
		   -ms-flex-align: center;
		      align-items: center;
		background: rgba(0,0,0,.7);
	}
	.banner .header-bot {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		box-sizing: border-box;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		padding: 30px 0;
		/**/
		-webkit-transform: translateZ(-1px);
		        transform: translateZ(-1px);
	}
	.banner .header-bot .header-text {
		z-index: 2;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		margin: 0 auto;

		flex-grow: 1;
		text-align: center;
		box-sizing: content-box;
		line-height: 0%;
	}
	.banner span {
		z-index: 2;
		font-family: 'PT Sans', sans-serif;
	}
	.banner .header-text h1 {
		font-family: 'Russo One', sans-serif;
		font-size: 3.5em;
	}
	.banner .header-text h2, .banner .header-text h3 {
		font-family: 'Russo One', sans-serif;
		font-size: 1.5em;
	}
	.banner a {
		z-index: 2;
		padding: 20px 0px;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		text-align: center;
	}
	.banner img {
		width: 375px;
	}
/* --------------------- */	
.header-desc {
	z-index: 3;
	max-width: 820px;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	-webkit-transform: translateZ(-1px);
        transform: translateZ(-1px);
    font-family: 'PT Sans', sans-serif;

}
/*.header-desc p {
	z-index: 3;
	color: #fff;
}*/
main {
	background: #FFF url(../img/bg.jpg) repeat fixed center;
}
	main section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
		box-sizing: border-box;
		width: 100%;
		max-width: 960px;
		min-width: 330px;
		margin: auto;
		padding: 30px 10px 30px 10px;
	}

	main h1 {
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
		color: #464F57;
		font-size: 60px;
		text-align: left;
		margin: 40px 0 30px 30px;
	}
	main h1 span {
		color: #EADB31;
	}
	main ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		padding: 0;
	}
	main ul li {
		font-family: 'Roboto Slab', serif;
		-ms-flex-preferred-size: 290px;
		    flex-basis: 290px;
		list-style: none;
		width: 290px;
		text-align: center;
		color: #0060A7;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-line-pack: center;
		    align-content: center;
		margin: 10px;
		border: 1px solid #E3E3E3;
		background: #fff;
		height: 150px;
		cursor: pointer;
		box-shadow: 10px 10px 10px rgba(0,0,0,.3);
		border-radius: 10px 0 0 10px;
		transition: .3s ease;
		position: relative;
	}
	main ul li:hover {
		transition: .3s ease;
		-webkit-box-shadow: 0px 0px 11px 10px rgba(255,255,255,0.75);
		-moz-box-shadow: 0px 0px 11px 10px rgba(255,255,255,0.75);
		box-shadow: 0px 0px 11px 10px rgba(255,255,255,0.75);
		cursor: pointer;
	}
	.img_desc {
		position: absolute;
		bottom: 0;
		border-radius: 0 0 0 10px;
		width: 150px;
		height: 25px;
		background: rgba(170,0,0,.8);
		color: #fff;
		font-family: 'PT Sans', sans-serif;
		line-height: 25px;
	}
	main ul li .hgroup {
		width: 140px;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		color: #666F77;
	}
	.hgroup-small {
		font-size: 1.3em;
	}
	main ul li h3 {
		margin: 0;
		font-weight: 300;
		font-size: 1.5em;
	}
	main ul li h5 {
		margin: 0;
		font-size: 1.4em;
		font-weight: 100;
		}
	main ul li img {
		height: 100%;
		max-width: 100%;
/*		padding: 5px;
		box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75);*/
		border-radius: 10px 0 0 10px;
	}
	.new_item {
		font-size: 1.3em;
		color: #A44;
	}
	.few_item {
		font-size: 1.1em;
		color: #A44;
	}
footer {
	width: 100%;
	background-color: #192024;
	margin: auto;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	box-sizing: border-box;
	/*background-image: url("../img/bgft.jpeg");*/
	background-size: cover;
	background-position: 90% 60%;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,1);
}
		footer:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(25, 32, 36, 0.65);
	}
	footer h3 {
		font-family: 'PT Sans', sans-serif;
		font-size: 2em;
		padding: 0 0 5px 0;
		margin: 30px 0;
		text-align: center;
		color: #fff;
		z-index: 2;
		position: relative;
	}
	.about-us {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		 -ms-flex-align: start;
		align-items: flex-start;
		z-index: 2;
		position: relative;
	}
	.about-us div {
		min-width: 330px;
		margin: 0 0 10px 0; 
	}
	.about-us div:nth-child(2) {
		margin: 0 10px 10px 10px;
		-ms-flex-preferred-size: 200px;
		    flex-basis: 200px;
	}
	.about-us div:nth-child(3) {
		width: 330px;
		height: 330px;
	}
	.about-us div:nth-child(3) img {
		width: 100%;
		height: 100%;
	}
	.about-us div p {
		margin: 0px;
		padding: 0 10px;
		font-family: 'Roboto Slab', serif;
		color: #B3B5B7;
		font-size: 1.5em;
	}
	.footer-bottom {
		z-index: 2;
		position: relative;
		padding: 15px;
		font-family: 'PT Sans', sans-serif;
		color: #fff;
		font-size: 0.8em;
		text-align: center;
		background-color: rgba(0,0,0,.7);
	}


/* modal window */

.full-size {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 12;
	cursor: zoom-out;
}
	.black-bg {
		background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 15;
	}
	.element-img {
		
		margin: 1% 0 0;
		max-height: 90%;
		max-width: 90%;
		position: relative;
		z-index: 15;
	}
	.element-desc {
		position: relative;
		background: rgba(255,255,255,1);
		border-radius: 0 0 10px 10px;
		z-index: 15;
		font-family: 'Roboto Slab', serif;
		display: flex;
		max-width: 500px;
		margin: 0 auto;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		box-shadow: 0 0 20px rgba(0,0,0,1);

	}
		.element-title {
			margin: 5px;
			font-weight: 300;
		}

		.element-price {
			margin: 7px;
			font-weight: 700;
			color: rgb(100, 100, 255);
		}
/* */

