
section {
	font-family: Montserrat, Arial, sans-serif;
}


a {
	text-decoration: none;
	color: #000;
}

.content {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	overflow: visible;
}

@media all and (max-width: 1220px) {
	.content {
		margin-left: 20px;
		margin-right: 20px;
	}
}

section {
	margin-bottom: 80px;
}

h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

@media all and (max-width: 1000px) {
	h2 {
		font-size: 30px;
	}
}

.button {
	background: #2e9743;
	color: #fff;
	text-transform: uppercase;
	border-radius: 35px;
	min-height: 70px;
	width: 600px;
	padding: 26px 40px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	cursor: pointer;
}

.button:hover {
	background: #2e9743 !important;
	color: #fff !important;
}

@media all and (max-width: 620px) {
	.button {
		width: calc(100% - 20px);
	}
}

#fst-banner {
	background: url(images/top-banner.jpg) center/cover no-repeat;
	min-height: 626px;
	overflow: auto;
	text-align: center;
}

#fst-banner h1 {
	margin: 180px auto 50px auto;
    max-width: 750px;	
}

#fst-banner h1 i {
	font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
	color: #fff !important;
}

#fst-banner h1 span {
	font-size: 80px;
    line-height: 60px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
	color: #fff !important;
	font-weight: bold;
}

#fst-banner > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 450px;
	margin: 0 auto;
}

#fst-banner > div > img {
	width: calc((100% - 50px) / 2);
    height: auto;
}

#fst-banner > div > div {
	width: 4px;
	height: 80px;
	margin-top: 10px;
	background: #fff;
}

@media all and (max-width: 700px) {
	#fst-banner {
		min-height: 400px;
	}
	
	#fst-banner h1 {
		margin-top: 90px;
	}
	
	#fst-banner h1 i {
		font-size: 20px;
		line-height: 25px;
	}
	
	#fst-banner h1 span {
		font-size: 35px;
		line-height: 35px;
	}
}

#works {
	margin-bottom: 40px;
}

#works .content {
	display: flex;
	align-items: center;
}

#works .content > div:nth-child(1) {
	width: 50%;
	font-size: 30px;
    line-height: 40px;
	padding-right: 100px;
	box-sizing: border-box;
}

#works .content > div:nth-child(2) {
	width: 50%;
}

#works .content .works-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#works .content .works-images > a {
	display: block;
	width: calc((100% - 40px)/2);
	padding-top: 50%;
	margin: 10px;
	color: #fff;
	position: relative;
	background-position: center;
	background-size: 190%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#works .content .works-images > a div {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#works .content .works-images a:hover {
	background-size: 250%;
}

#works .content .works-images a.works-img-1 {	
	background-image: url(images/works-1.jpg);
}

#works .content .works-images a.works-img-2 {
	background-image: url(images/works-2.jpg);
}

#works .content .works-images a.works-img-3 {
	background-image: url(images/works-3.jpg);
}

@media all and (max-width: 1200px) {
	#works .content > div:nth-child(1) {
		font-size: 20px;
		line-height: 30px;
	}
}

@media all and (max-width: 800px) {
	#works .content {
		display: block;
	}
	
	#works .content > div:nth-child(1) {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	
	#works .content > div:nth-child(2) {
		width: 100%;
	}
}

#prod-time {
	text-align: center;
	margin: 50px 0 50px 0;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}

#prod-time img {
	margin-left: 0px;
	margin-right: 10px;
	height: 50px;
}

@media all and (max-width: 600px) {
	#prod-time {
		display: block;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	#prod-time img {
		display: block;
		margin: 0 auto 20px auto;
	}		
}

#services {
	background: #eee;
	overflow: auto;
}

#services .services-head {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

#services .services-head h2 {
	margin-bottom: 20px;
}

#services .services-head p {
	margin: 0;
}

#blank {
	text-align: center;
}

#blank .making-order {
	display: flex;
	margin-bottom: 80px;
}

#blank .making-order > a {
	width: 33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;	
}

#blank .making-order > a img {
	display: block;
	max-width: 130px;
	margin-bottom: 30px;
}

#blank .making-order > a > div {
	text-transform: uppercase;
	padding-left: 30px;
	box-sizing: border-box;
	background: url(images/green-dot.png) left no-repeat;
}

@media all and (max-width: 800px) {	
	#blank .making-order {
		display: block;
	}
	
	#blank .making-order > a {
		width: 100%;
	}
}

/*#blank > div {
	display: flex;
	margin-bottom: 40px;
}

#blank > div > div {
	width: 33%;
}

#blank > div > div p {
	font-weight: bold;
}

#blank > div > div:nth-child(3) {
	text-align: right;
}

#blank .docs {
	display: flex;
	justify-content: end;
}

#blank .docs a.blank-file {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	margin-left: 40px;
	text-align: center;
}

#blank .docs a.blank-file img {
	display: block;
	margin: 0 auto 10px auto;
	width: 60px;
}

#blank > div > div img {
	max-width: 100%;
}

@media all and (max-width: 800px) {
	#blank > div {
		display: block;
	}
	
	#blank > div > div {
		width: 100%;
	}
	
	#blank > div > div p {
		text-align: center;
	}
	
	#blank .docs {
		justify-content: center;
	}
	
	#blank .docs a.blank-file {
		margin-left: 20px;
		margin-right: 20px;
	}
}*/

#solutions {
	margin: 100px auto 0 auto;
}

#solutions h2 {
	text-align: center;
}

#solutions .gallery {
	display: flex;
	flex-wrap: wrap;
}

#solutions .gallery-container {
	position: relative;
}

#solutions .gallery-container.slotex {
	margin-bottom: 100px;
}

#solutions .gallery-container img.logo {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -191px;
    width: 370px;
	background: #fff;
}

#solutions .gallery a {
	display: block;
	width: calc((100% - 20px) * 0.33);
	height: 300px;
	margin-bottom: 20px;
	background-size: cover !important;
}

#solutions .gallery a.big {
	width: calc((100% - 20px) * 0.66);
}

#solutions .gallery a:nth-child(odd) {
	margin-right: 20px;
}

#solutions .gallery.slotex a:nth-child(1) {
	background: url(images/slotex-1.jpg) center no-repeat;
}

#solutions .gallery.slotex a:nth-child(2) {
	background: url(images/slotex-2.jpg) center no-repeat;
}

#solutions .gallery.slotex a:nth-child(3) {
	background: url(images/slotex-3.jpg) center no-repeat;
}

#solutions .gallery.slotex a:nth-child(4) {
	background: url(images/slotex-4.jpg) center no-repeat;
}

#solutions .gallery.egger a:nth-child(1) {
	background: url(images/egger-1.jpg) center no-repeat;
}

#solutions .gallery.egger a:nth-child(2) {
	background: url(images/egger-2.jpg) center no-repeat;
}

#solutions .gallery.egger a:nth-child(3) {
	background: url(images/egger-3.jpg) center no-repeat;
}

#solutions .gallery.egger a:nth-child(4) {
	background: url(images/egger-4.jpg) center no-repeat;
}

@media all and (max-width: 800px) {
	#solutions .gallery-container img.logo {
		position: relative;
		display: block;
		top: 0;
		left: 0;
		margin-top: 0px;
		margin-left: auto;
		margin: 0 auto;
		max-width: 100%;
	}	
	
	#solutions .gallery {
		display: block;
	}
	
	#solutions .gallery a {
		width: 100%;
		margin-right: 0px !important;
	}

	#solutions .gallery a.big {
		width: 100%;
	}
}

#teasers {
	display: flex;
	min-height: 100px;
    align-items: center;
    margin-bottom: 75px;
}

#teasers > div {
	width: 25%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
    padding: 0 5px 0 0;
}

#teasers > div img {
	display: block;
	margin: 10px;
}

#teasers > div div {
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 13px;
    color: #555;
}

@media all and (max-width: 800px) {
	#teasers {
		display: block;
	}
	
	#teasers div {
		width: 100%;
	}
}

#contacts {
	display: flex;
	justify-content: space-between;
	margin-bottom: 125px;
}

#contacts > div {
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-sizing: border-box;
}

#contacts div.map {
	height: 400px;
	width: 40%;
}

#contacts div a {
	color: #fff;
}

#contacts div.contacts {
	height: 400px;
	width: 28%;
	padding: 40px 20px 40px 20px;
	background: #2e9743;
	color: #fff !important;
}

#contacts div.contacts h3, #contacts div.address h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff !important;
}

#contacts div.contacts b {
	color: #fff !important;
	display: block;
	margin-bottom: 10px;
}

#contacts div.address {
	height: 400px;
	width: 28%;
	padding: 40px 20px 40px 20px;
	background: #2e9743;
	color: #fff;
}

@media all and (max-width: 800px) {
	#contacts {
		display: block;
		margin-bottom: 50px;
		
	}
	
	#contacts div.map {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	#contacts div.contacts {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}
	
	#contacts div.address {
		width: 100%;
		display: block;
	}
}