html, body
{
	height: 100%;
	width: 100%;
}
body
{
	font-family: 'Roboto', sans-serif;
	background-color: #C4CBCB;
}
a, a:hover, a:focus, a:active
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.big-container
{
	max-width: 1480px;
	margin: 0 auto;
}
.no-gutter
{
	margin-left: 0;
	margin-right: 0;
}
.no-gutter > [class*='col-']
{
	padding-left: 0;
	padding-right: 0;
}
.alert
{
	border-radius: 0px;
	text-align: center;
}
.alert-success
{
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
.btn
{
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	/*+transition: box-shadow 0.1s;*/
	-webkit-transition: box-shadow 0.1s;
	-moz-transition: box-shadow 0.1s;
	-o-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
}
.btn, .btn:hover, .btn:active, .btn:focus, .btn:active:focus
{
	outline: none;
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:active:focus
{
	/*+box-shadow: inset 0px 5px 10px -3px rgba(0, 0, 0, 0.325);*/
	-moz-box-shadow: inset 0px 5px 10px -3px rgba(0, 0, 0, 0.325);
	-webkit-box-shadow: inset 0px 5px 10px -3px rgba(0, 0, 0, 0.325);
	box-shadow: inset 0px 5px 10px -3px rgba(0, 0, 0, 0.325);
}
.btn-gray
{
	background-color: #C4CBCB;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
	padding-top: 8px;
}
.btn-blue
{
	background-color: #70D2EF;
	color: white !important;
}
.form-control
{
	background-color: #E8EDEE;
	border: none;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 20px;
	/*+box-shadow: none !important;*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: auto;

}
.form-control:focus, .form-control:active:focus
{
	outline: none;
}
/*intro*/
body.intro
{
	background-color: #19223C;
	color: white;
	text-align: center;
}
.intro
{
	padding-top: 5px;
}
.intro footer
{
	font-size: 11px;
	letter-spacing: 3px;
	padding-bottom: 20px;
}
.sites
{
	text-align: center;
}
.site
{
	width: 100%;
	height: 600px;
	display: inline-block;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/*+transition: transform 250ms;*/
	-webkit-transition: transform 250ms;
	-moz-transition: transform 250ms;
	-o-transition: transform 250ms;
	transition: transform 250ms;
	/*+transform: scale(1.00) translateZ(0);*/
	-webkit-transform: scale(1.00) translateZ(0);
	-moz-transform: scale(1.00) translateZ(0);
	-o-transform: scale(1.00) translateZ(0);
	-ms-transform: scale(1.00) translateZ(0);
	transform: scale(1.00) translateZ(0);
	z-index: 1;
}
.site:hover
{
	/*+transform: scale(1.05) translateZ(0);*/
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
	cursor: pointer;
}
.site .content
{
	background-image: url(../img/intro-effect.png);
	height: 100%;
	width: calc(100% + 10px);
	margin-left: -5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.site .logo
{
	background-size: contain;
	background-position: center;
	width: 40%;
	height: 100px;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	position: absolute;
	/*+transform: translate(-50%, -50%);*/
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site.verda
{
	background-image: url(../img/intro1.jpg);
}
.site.verda .logo
{
	background-image: url(../img/verda-logo.png);
	width: 130px;
	width: 35%;
}
.site.enamel
{
	background-image: url(../img/intro2.jpg);
}
.site.enamel .logo
{
	background-image: url(../img/avsar-logo.png);
}
.site.avsar
{
	background-image: url(../img/intro3.jpg);
}
.site.avsar .logo
{
	background-image: url(../img/avsar-logo2.png);
	width: 30%;
}
/*footer*/
footer .big-container
{
	background-color: #19223C;
	color: white;
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 14px;
}
footer .logo
{
	margin: 20px auto;
	text-align: center;
}
footer .logo img
{
	width: 100px;
}
footer .title
{
	color: #70D2EF;
	font-size: 16px;
	margin-bottom: 20px;
}
footer .news-box .image
{
	width: 80px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: left;
	margin-right: 15px;
}
footer .news-box .text
{
	font-size: 13px;
}
footer .news-box .news-title
{
	font-size: 14px;
	/*+opacity: 1;*/
	-filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
footer .news-box p
{
	/*+opacity: 0.5;*/
	-filter: alpha(opacity=50);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
footer .address-box p
{
	margin-bottom: 0;
}
footer .address-box .subtitle
{
	margin-top: 10px;
}
footer .address-box i
{
	color: #62D2F1;
	font-style: normal;
	padding-right: 5px;
}
footer .catalogs li a {
	display: block;
	width: 100%;
	height: 100%;
}
footer .catalogs li
{
	height: 90px;
	width: 70px;
	margin-right: 4px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/*header*/
header
{
	z-index: 1;
	position: relative;
	min-height: 140px;
	background: white;
}
header .container
{
	position: relative;
}
header .logo
{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
header .logo img
{
	height: 100px;
}
header nav
{
	float: right;
	font-size: 16px;
	/*margin-top: 60px;*/
	position: absolute;
	right: 10px;
	top: 50%;
	/*+transform: translateY(-50%);*/
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header nav li
{
	position: relative;
}
header nav li a
{
	display: block;
}
header nav li > a
{
	padding-right: 5px;
	padding-left: 5px;
}
header nav li > ul
{
	position: absolute;
	font-size: 14px;
	text-align: center;
	max-height: 0;
	overflow: hidden;
	/*+transition: all 250ms;*/
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	/*+transform: translateX(-50%);*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 150%;
	padding-top: 15px;
}
header nav li > ul:before
{
	content: "\f0dd";
	font-family: FontAwesome;
	font-size: 19px;
	color: #70D2EF;
	position: relative;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -10px;
	/*+transform: translateX(-50%);*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
header nav li:hover > ul
{
	max-height: 200px;
}
header nav li:hover > ul:before
{
	display: block;
}
header nav li > ul > li > a
{
	padding: 8px 23px;
	background-color: #70D2EF;
}
header nav li > ul > li > a:hover
{
	background: #81E2FF;
}
/*top section*/
section.top-section
{
	color: white;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}
section.top-section span
{
	letter-spacing: 2px;
	font-size: 16px;
	position: relative;
	top: 3px;
}
section.top-section .col-md-6:last-child
{
	/*margin-right: 0px;*/
	/*padding-right: 0px;*/
}
section.top-section .icon-phone
{
	width: 30px;
	height: 23px;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	padding-right: 35px;
}
section.top-section .icon-twitter
{
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 30px;
	height: 30px;
	top: -2px;
}
section.top-section .icon-facebook
{
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 30px;
	height: 30px;
	top: -2px;
}
/*slider*/
.gallery-cell
{
	width: 100%;
}
.gallery-cell .cell-img
{
	height: 680px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-slider .flickity-page-dots
{
	bottom: 30px;
}
.main-slider .flickity-page-dots .dot
{
	width: 15px;
	height: 15px;
	background: #FFFFFF;
}
.slide-1 .text
{
	font-weight: 300;
	left: 50%;
	top: 150px;
	position: absolute;
}
.slide-1 .text h3
{
	font-size: 53px;
}
.slide-1 .text p
{
	font-size: 30px;
}
/*sections*/
section.bg-dark .big-container
{
	background-color: #19223C;
	color: white;
}
section.bg-light .big-container
{
	background-color: #70D2EF;
}
section.bg-light-gray .big-container
{
	/*background-color:#ECEFEF;*/
	background-color: #EEF4F4;
}
section.bg-white .big-container
{
	background-color: white;
}
/*section main-1*/
section.main-1
{
	z-index: 1;
	position: relative;
}
section.main-1 .container
{
	padding-top: 140px;
	padding-bottom: 140px;
}
section.main-1 p
{
	font-size: 18px;
	font-weight: 300;
}
section.main-1 .title
{
	font-size: 32px;
}
section.main-1:after
{
	content: "\f0ac";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	background-color: #18213D;
	color: white;
	width: 100px;
	height: 100px;
	line-height: 100px;
	/*+border-radius: 100%;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	/*+transform: translate(-50%, -50%);*/
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 46px;
}
.v-align-middle
{
	display: inline-block;
	vertical-align: middle;
	float: none;
}
/*section main-2*/
section.main-2 .big-container
{
	min-height: 500px;
	background-image: url(../img/world.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 50px;
	position: relative;
	z-index: 0;
}
section.main-2 .big-container:after
{
	content: '';
	width: 100%;
	background-color: white;
	height: 290px;
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: 0;
}
section.main-2 .container
{
	z-index: 1;
	position: relative;
}
section.main-2 .desc
{
	margin-top: 140px;
	margin-bottom: 140px;
	text-align: center;
}
section.main-2 .desc h3
{
	line-height: 52px;
	font-size: 42px;
}
section.main-2 .desc p
{
	font-size: 18px;
}
section.main-2 .video
{
	text-align: center;
	padding: 10px;
}
section.main-2 .video .bg-pad
{
	background-image: url(../img/img-2.jpg);
	height: 760px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
section.main-2 .video .content
{
	background-color: rgba(0, 131, 165, 0.8);
	color: white;
	margin-top: 174px;
	height: 430px;
	padding-top: 100px;
	padding-right: 40px;
	padding-left: 40px;
}
section.main-2 .video .content i
{
	font-size: 72px;
}
section.main-2 .video .content .title
{
	font-size: 46px;
	font-weight: normal;
}
section.main-2 .video .content p
{
	font-size: 18px;
	font-weight: 300;
}
/*section main-3*/
section.main-3 .big-container:after
{
	content: '';
	width: 100%;
	background-color: white;
	height: 320px;
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: 0;
}
section.main-3 .big-container
{
	position: relative;
}
section.main-3
{
	text-align: center;
}
section.main-3 p
{
	font-size: 18px;
	font-weight: 300;
}
section.main-3 .title
{
	font-size: 46px;
	font-weight: normal;
	margin-top: 60px;
}
.grid-links
{
	margin-top: 50px;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
.grid-links .grid-box > [class*='col-']
{
	height: 240px;
	background-color: #209EBE;
	/*+transition: all 300ms;*/
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.grid-links .grid-box:hover > [class*='col-']
{
	background-color: #22B1DB;
	cursor: pointer;
}
.grid-links .grid-box.no-click:hover > [class*='col-']
{
	background-color: #209EBE;
	cursor: default;
}
.grid-links .grid-box .bg
{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.grid-links .grid-box:hover .bg
{
	background-size: 108%;
}
.grid-links .grid-box.no-click:hover .bg
{
	background-size: 100%;
}
.grid-links .grid-box .bg-1
{
	background-image: url(../img/grid-1.jpg);
}
.grid-links .grid-box .bg-1-text
{
	background-image: url(../img/grid-1-text.png);
	background-repeat: no-repeat;
	background-position: center;
}
.grid-links .grid-box .bg-2
{
	background-image: url(../img/grid-2.jpg);
}
.grid-links .grid-box .bg-3
{
	background-image: url(../img/grid-3.jpg);
}
.grid-links .grid-box .bg-3-text
{
	background-image: url(../img/grid-3-text.png);
	background-repeat: no-repeat;
	background-position: 80% center;
}
.grid-links .grid-box .bg-4
{
	background-image: url(../img/grid-4.jpg);
}
.grid-links .grid-box .bg-4-text
{
	background-image: url(../img/grid-4-text.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*section page*/
.big-container.bg-1
{
	background-image: url(../img/bg-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 184px;
}
section.page .big-container
{
	background-color: white;
	padding-bottom: 50px;
}
.page h2.page-title
{
	color: #19223C;
	font-size: 34px;
	margin-bottom: 25px;
	margin-top: 30px;
}
.page.about p.text-lg
{
	color: #19223C;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 23px;
}
.page.about p
{
	color: #85878C;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 18px;
}
/*page - porsteel*/
.porsteel-1 .container
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.porsteel-2 .big-container:after
{
	background-image: url(../img/porsteel-back-1.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	pointer-events: none;
}
.porsteel-2 .big-container
{
	position: relative;
}
.slider .container > .text
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding-top: 30px;
}
.slider .container > .text h2
{
	font-size: 36px;
	font-weight: 300;
	color: #19223C;
}
.slider .container > .text p
{
	margin: 0;
	padding: 0;
	color: #878D8D;
	font-size: 18px;
	font-weight: 300;
	max-width: 750px;
	margin: 0 auto;
}
.porsteel-3 .container
{
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: center;
}
.porsteel-3 h2
{
	font-size: 48px;
	font-weight: 300;
	color: #19223C;
}
.porsteel-3 p
{
	margin: 0;
	padding: 0;
	color: #878D8D;
	font-size: 18px;
	font-weight: 300;
	max-width: 750px;
	margin: 0 auto;
}
.porsteel-4 .big-container
{
	background-image: url(../img/porsteel-6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}
section[class^="porsteel-"] #object-1
{
	position: absolute;
	background-image: url(../img/porsteel-tava.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 695px;
	height: 468px;
	right: 0px;
	bottom: 100px;
}
section[class^="porsteel-"] #object-2
{
	position: absolute;
	background-image: url(../img/porsteel-stack.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 478px;
	height: 257px;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -200px;
}
section[class^="porsteel-"] #object-3
{
	position: absolute;
	background-image: url(../img/porsteel-stack2.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 340px;
	height: 715px;
	right: 0px;
	top: 500px;
}
section[class^="porsteel-"] #object-4
{
	position: absolute;
	background-image: url(../img/porsteel-tencere.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 586px;
	height: 628px;
	bottom: 0;
	left: 0;
}
.porsteel-5 .container
{
	padding-top: 140px;
	padding-bottom: 220px;
}
.porsteel-5 .big-container
{
	overflow: hidden;
	position: relative;
}
.porsteel-5 h2
{
	font-size: 55px;
	font-weight: 300;
	color: #19223C;
}
.porsteel-5 p
{
	color: #878D8D;
	font-size: 18px;
	font-weight: 300;
	max-width: 330px;
	padding-bottom: 10px;
}
.porsteel-6
{
	text-align: center;
}
.porsteel-6 .container
{
	padding-top: 60px;
	padding-bottom: 120px;
}
.porsteel-6 h2
{
	font-size: 55px;
	font-weight: 300;
	color: #19223C;
}
.porsteel-6 p
{
	margin: 0;
	padding: 0 0 80px 0;
	color: #878D8D;
	font-size: 18px;
	font-weight: 300;
	max-width: 750px;
	margin: 0 auto;
}
.porsteel-7 .big-container
{
	position: relative;
	padding-bottom: 0px;
	overflow: hidden;
}
.porsteel-7 .big-container:after
{
	content: '';
	display: block;
	width: 100%;
	height: 794px;
	position: absolute;
	background-image: url(../img/porsteel-water.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}
.porsteel-7 .container
{
	padding-top: 60px;
	padding-bottom: 120px;
}
.porsteel-7 h2
{
	font-size: 55px;
	font-weight: 300;
	color: #19223C;
}
.porsteel-7 p
{
	margin: 0;
	padding: 0 0 30px 0;
	color: #878D8D;
	font-size: 18px;
	font-weight: 300;
	max-width: 331px;
}
.porsteel-7 .part-2
{
	padding-top: 180px;
	padding-bottom: 320px;
	position: relative;
	max-width: 100%;
}
.porsteel-7 .part-3
{
	position: relative;
	padding-bottom: 260px;
}
.porsteel-8 .col-md-4 .circular-img
{
	width: 250px;
	height: 250px;
	/*+border-radius: 100%;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	margin: 0 auto;
}
.porsteel-8 h2
{
	font-size: 40px;
	font-weight: 300;
	color: #19223C;
}
.porsteel-8 p
{
	margin: 0;
	padding: 0 0 30px 0;
	color: #878D8D;
	font-size: 18px;
	font-weight: 300;
}
.porsteel-8 .content
{
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
}
.porsteel-8
{
	text-align: center;
}
.porsteel-8 .big-container
{
	padding-top: 50px;
}
.porsteel-8 .part-2
{
	padding-bottom: 100px;
	padding-top: 50px;
}
.porsteel-8 .part-2 h2
{
	max-width: 970px;
	margin: 0 auto;
	padding-top: 60px;
}
/*page - aluminium*/
.img-responsive-max
{
	max-width: 100%;
}
.pad-top-20
{
	padding-top: 30px;
}
.object
{
	/*+transform: translateZ(0);*/
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
section[class^="aluminium-"] .container
{
	position: relative;
}
section[class^="aluminium-"] #object-1
{
	position: absolute;
	background-image: url(../img/aluminium-tencere.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 763px;
	height: 630px;
	left: -155px;
	top: -90px;
}
section[class^="aluminium-"] #object-2
{
	position: absolute;
	background-image: url(../img/aluminium-tava.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 787px;
	height: 335px;
	bottom: -100px;
	right: 0;
}
section[class^="aluminium-"] #object-3
{
	position: absolute;
	background-image: url(../img/aluminium-tava-2.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 614px;
	height: 426px;
	bottom: 10px;
	left: 0;
}
.aluminium-1 .container
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.aluminium-1 h2
{
	font-size: 64px;
	font-weight: 300;
	font-style: italic;
	border-bottom: 13px solid #70D2EF;
	text-align: center;
	display: inline-block;
	line-height: 80px;
	position: relative;
	top: -10px;
}
.aluminium-1 h2
{
	margin: 0;
	padding: 0;
}
.aluminium-1 p
{
	font-size: 36px;
	font-weight: 300;
	max-width: 660px;
	padding: 0;
	margin: 0;
}
.aluminium-2 .big-container
{
	background-image: url(../img/aluminium-img-1.jpg);
	background-size: cover;
	background-position: center;
	height: 700px;
}
.aluminium-3 h3, .aluminium-6 h3
{
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
}
.aluminium-3, .aluminium-6
{
	text-align: center;
}
.aluminium-3 .container
{
	padding-bottom: 150px;
}
.aluminium-4 .container
{
	padding-bottom: 170px;
}
.aluminium-4 img
{
	margin-left: 40px;
	margin-top: 30px;
}
.check-list
{
	font-size: 35px;
	font-weight: 300;
	margin-top: 100px;
	margin-left: 40px;
}
.check-list li
{
	line-height: 45px;
	padding-left: 0px;
	position: relative;
}
.check-list li:before
{
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
	color: #70D2EF;
	position: relative;
	top: 9px;
	position: absolute;
	margin-left: -40px;
}
.aluminium-5 .container
{
	padding-top: 150px;
	padding-bottom: 100px;
}
.aluminium-6 h3
{
	max-width: 680px;
}
.aluminium-6 .container
{
	padding-bottom: 30px;
}
.aluminium-6 .btn
{
	margin-top: 25px;
}
.aluminium-5 p
{
	margin: 0;
	padding: 0;
	font-size: 38px;
	font-weight: 300;
	max-width: 390px;
}
/*page - enamel*/
.enamel-1 .big-container
{
	background-image: url(../img/enamel-1.jpg);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 700px;
}
.enamel-1 h2
{
	font-size: 80px;
	font-weight: 300;
	border-right: 3px solid #70D2EF;
	text-align: center;
	display: inline-block;
	line-height: 80px;
	position: relative;
	padding-right: 20px;
	margin-top: 80px;
}
.enamel-1 p
{
	font-size: 26px;
	font-weight: 300;
}
.enamel-3 h3
{
	max-width: none;
	padding-bottom: 0;
}
.enamel-3 .container
{
	padding-bottom: 49px;
}
.enamel-3 .check-list
{
	padding-top: 0;
	margin-top: 0;
	text-align: left;
	font-size: 30px;
	padding-bottom: 40px;
}
.enamel-2 .container
{
	padding-bottom: 40px;
}
/*products*/
.page.products .big-container
{
	background-image: url(../img/bg-2.jpg);
	background-size: auto;
	background-position: top;
	background-repeat: no-repeat;
}
.page.products h2
{
	margin-top: 55px;
	margin-bottom: 40px;
}
#sidebar
{
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#sidebar nav > ul > li
{
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
#sidebar nav li a
{
	display: block;
	padding: 5px;
}
#sidebar nav li a:hover
{
	color: #70D2EF;
}
#sidebar nav > ul
{
	padding-left: 10px;
}
#sidebar nav > ul > li:before
{
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #70D2EF;
	position: absolute;
	top: 7px;
	left: -10px;
}
#sidebar nav > ul > li.open:before
{
	content: "\f0d7";
	left: -12px;
}
#sidebar nav > ul > li > ul > li
{
	font-size: 13px;
	font-weight: 300;
}
#sidebar nav > ul > li > ul
{
	/*display: none;*/
	max-height: 0px;
	overflow: hidden;
	/*+transition: max-height 0.5s;*/
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
}
#sidebar nav > ul > li.open > ul
{
	/*display: block;*/
	max-height: 500px;
}
.panel-products
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.panel-products .content
{
	padding: 30px;
}
.panel-products .panel-left
{
	background-color: #18213D;
	color: white;
}
.panel-products .panel-right
{
	background-color: #E7EAEA;
}
.panel-products .products-list
{
	margin-left: -30px;
	margin-right: -30px;
}
.panel-products .product
{
	text-align: center;
	padding: 15px;
	background-color: white;
	border: 1px solid #E7EAEA;
}
.panel-products .product .img
{
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.panel-products h3
{
	margin: 0;
	margin-bottom: 25px;
	font-size: 15px;
	color: #19223C;
}

.panel-details h1
{
	background: #E7EAEA;
	margin: 0;
	margin-bottom: 25px;
	padding: 25px 0;
	font-size: 15px;
	color: #19223C;
}

.panel-details img {
	width: 100%;
	height: auto;
}

.panel-details table td {
	padding: 5px;
}

section.other-products .big-container {
	background: #E7EAEA;
}

section.other-products h3 {
	margin: 30px 0 0;
}

section.other-products .content {
	width: 100%;
}

.text-bold {
	font-weight: bold;
}

/*contact*/
.contact .img-1
{
	background-image: url(../img/about-img.jpg);
	height: 107px;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	background-size: cover;
	margin-top: 15px;
	background-size: 214px 225px;
	background-position: 0px -124px;
}
.contact .img-2
{
	background-image: url(../img/about-img.jpg);
	height: 115px;
	width: 100%;
	display: block;
	background-size: cover;
	margin-top: 15px;
	background-size: 214px 225px;
	background-repeat: no-repeat;
}
.contact h3
{
	margin: 0;
	font-size: 24px;
	color: #19223C;
	padding-bottom: 5px;
	padding-top: 15px;
}
.contact p
{
	font-weight: 300;
	font-size: 18px;
	color: #85878C;
}
.contact form
{
	padding-left: 15px;
	padding-right: 15px;
}
.image-preview a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.image-preview {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.image-preview.lg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}