.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

html,
body {
	height: 100%;
	/* font-family:'pt_sans_captionregular'; */
	font-family: 'Lato', sans-serif;
	font-weight:400;
}

/* home header */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

header.carousel {
	height: 750px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 750px;
}
.carousel-inner {
	z-index: 2;
}

header.carousel .fill {
	width: 100%;
	height: 750px;
	background-position: center;
	background-size: cover;
}
.carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 100px;
	max-width:1150px;
	float:left;
	text-align:left;
	margin:0 auto;
	z-index: 4;
}
header.carousel h1{
	font-size:120px;
	font-family: 'pt_sans_captionbold';
	max-width:730px;
	line-height:0.8;
	margin-bottom:45px;
}

.carousel-indicators li{
	border-radius: 0;
	width:20px;
	height:20px;
	border: 3px solid #fff;
	margin:0 2px;
}

.carousel-indicators .active{
	border-radius: 0;
	width:20px;
	height:20px;
	border: 3px solid #fff;
	margin:0 2px;
}

.header-shadow {
	top: 0;
	width: 100%;
	height: 320px;
	z-index: 3;
	background-image:url(../../image/home-shadow.png);
	position: absolute;
	background-repeat: repeat-x;
}
@media only screen and (max-width : 1200px) {
	header.carousel h1{
		font-size:90px;
		max-width:400px;
		line-height:55px;
		margin-bottom:35px;
	}
	.carousel-caption {
		max-width:950px;
	}
}
@media only screen and (max-width : 992px) {
	header.carousel {
		height: 650px;
	}
	header.carousel .item,
	header.carousel .item.active,
	header.carousel .carousel-inner {
		height: 650px;
	}
	header.carousel .fill {
		height: 650px;
	}
	.carousel-caption {
		max-width:720px;
	}
}
@media only screen and (max-width : 768px) {
	.header-shadow {
		height: 350px;
		margin-top:-100px;
	}
	header.carousel {
		height: 350px;
	}
	header.carousel .item,
	header.carousel .item.active,
	header.carousel .carousel-inner {
		height: 350px;
	}
	header.carousel .fill {
		height: 350px;
	}
	.carousel-caption {
		padding-bottom: 50px;
		padding-left:20px;
	}
	header.carousel h1{
		font-size:35px;
		max-width:600px;
		line-height:27px;
		margin-bottom:22px;
	}
	.carousel-indicators {
		bottom: 0;
		left: 0;
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		padding-right:20px;
		text-align: right;
	}
}
/* sub header */
#sub-header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:400px;
}

#breadcrumb {
	background-color:#f4f4f4;
	padding:30px 0;
}
#breadcrumb p {
	font-size:14px;
}
#breadcrumb p a{
	color:#c00a26;
	text-decoration:none;
}
#breadcrumb p a:hover{
	color:#c00a26;
}
#breadcrumb .breadcrumb-active{
	color:#333;
}
@media only screen and (max-width : 768px) {

	#sub-header {
		height:220px;
	}
	#breadcrumb {
		line-height:18px;
		padding:20px 0 20px 5px;
	}
	#breadcrumb p {
		font-size:12px;
	}
}
/* home body */
.home-section-one {
	background-color: #fff;
	position: relative;
}
.home-section-one .home-text {
	padding-left: 15px;
	padding-right: 100px;
}

.home-text .btn--nomargintop {
	margin-top: 0;
}

.home-section-one .row-m {
	padding-top: 90px;
	padding-bottom: 90px;
}
.home-section-one .home-text h1 {
	font-family: 'pt_sans_captionbold';
	color: #221f20;
	font-size: 43px;
	line-height: 45px;
	padding-bottom:50px;
	position: relative;
}

.home-section-one h1:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:5px;
	width:110px;
	height:1px;
	background:#c8c7c7;
}
.home-section-one .home-text h1 mark{
	color:#c00a26;
	background: none;
}
.home-section-one .home-text p {
	font-size: 16px;
	text-align: left;
	color: #221f20;
	padding-bottom: 30px;
	line-height: 30px;
}
.home-section-one .btn-info {
	float: left;
	border-radius: 0px;
	margin-left:0;
	color:#3e3e3e;
	width:110px;
}
.home-section-one .ws-background {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sub-container .home-text p a:not(.btn) {
	color: #c00a26;
	text-decoration: none;
}
.sub-container .home-text ul {
	margin-left: 18px;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 30px;
}

@media only screen and (max-width : 992px) {
	.home-section-one .home-text {
		padding-left: 20px;
		padding-right: 20px;
		max-width:360px;
	}
	.home-section-one .home-text h1 {
		font-size: 38px;
		line-height: 40px;
		padding-bottom:40px;
	}
}

@media only screen and (max-width : 768px) {
	.home-section-one .home-text h1 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom:40px;
	}
	.ws-background {
		display:none;
	}
	.home-section-one .home-text {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom:100px;
		max-width:initial;
	}
	.home-section-one .row-m {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.home-section-one .ws-background {
		width: 100%;
		position: relative;
		height:300px;
	}
}

.home-section-two {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-section-two a {
	color:#fff;
}
.home-section-two .home-text {
	padding: 0 0 0 100px;
	float:right;
}
.home-section-two .home-text h1 {
	font-family: 'pt_sans_captionbold';
	color: #fff;
	font-size: 43px;
	line-height: 45px;
	padding-bottom:0;
	position: relative;
}

.home-section-two .home-text h2 {
	font-family: 'pt_sans_captionregular';
	color: #c00a26;
	font-size: 35px;
	line-height:35px;
	margin-top:-25px;
	padding-bottom:80px;
	position: relative;
}
.home-section-two h2:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
	width:110px;
	height:1px;
	background:#c8c7c7;
}

.home-section-two .home-text p {
	font-size: 16px;
	text-align: left;
	color: #fff;
	padding-bottom: 30px;
	line-height: 30px;
}
.home-section-two .row-m {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	z-index:1;
}
.home-section-two .btn-info {
	float: left;
	border-radius: 0px;
	margin-left:0;
	width:110px;
}
.home-section-two .color-background {
	width:50%;
	height:100%;
	background-color: rgba(54, 54, 54, .95);
	position: absolute;
	top:0;
	right:0;
	z-index: 0;
}

@media only screen and (max-width : 992px) {
	.home-section-two .home-text {
		padding: 0 20px 0 20px;
		float:right;
	}
	.home-section-two .btn-info {
		width:100px;
		font-size:16px;
	}
	.home-section-two .color-background {
		width:100%;
	}
}
@media only screen and (max-width : 768px) {
	.home-section-two .home-text h1 {
		font-size: 34px;
		line-height: 34px;
	}
	.home-section-two .home-text h2 {
		font-size: 30px;
		line-height: 30px;
		margin-top:-25px;
		padding-bottom:70px;
		margin-bottom:-10px;
	}
	.home-section-two {
		margin-bottom:0;
	}
	.home-section-two .row-m {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
.carousel-edit {
	margin: 40px 0;
}
.carousel-control {
	color:#bfbfbf;
	font-size:30px;
	text-shadow: 0 0 0 rgba(0,0,0,.0);
	width:0;
	margin-top:0;
}
.carousel-control:hover{
	color:#3e3e3e;
}
.carousel-control.left {
	background-image:none;
	color:#bfbfbf;
	left:-60px;
	position:absolute;
	z-index:99999;
}
.carousel-control.right {
	background-image:none;
	overflow:hidden;
	color:#bfbfbf;
	right:-60px;
	position:absolute;
	z-index:99999;
}
.carousel-inner .thumbnail {
	border:none;
}
@media only screen and (max-width : 1400px) {
	.carousel-control.left {
		left:0;
	}
	.carousel-control.right {
		right:0;
	}
}
@media only screen and (max-width : 992px) {
	.carousel-control {
		margin-top:40px;
	}
}

@media only screen and (max-width : 768px) {
	.home-three {
		display:none;
	}
	#brand-slider {
		padding: 0 15px 40px 15px;
		margin: 40px 0;
	}
}

/* sub page */
.sub-container {
	background-color: #fff;
	position: relative;
}
.sub-container .row{
	padding: 40px 0 40px 0;
}
.sub-container .home-text {
	padding: 0 0 0 15px;
}

.sub-container .home-text h1,
.sub-container .home-text h2,
.sub-container .home-text h3 {
	font-family: 'pt_sans_captionbold';
	color: #c00a26;
	font-size: 43px;
	line-height: 45px;
	padding-bottom:10px;
	position: relative;
}

.sub-container .home-text h2 {
	font-size: 26px;
	line-height: 130%;
	padding-bottom: 0;
}

.sub-container .home-text h3 {
	font-size: 22px;
	line-height: 130%;
	padding-bottom: 0;
}

.sub-container .home-text p {
	font-size: 16px;
	text-align: left;
	clear: left;
	color: #221f20;
	padding-bottom: 30px;
	line-height: 30px;
}
.sub-container .btn-info {
	float: left;
	border-radius: 0px;
	margin-left:0;
	color:#3e3e3e;
	width:110px;
}
.sub-img {
	width:100%;
	padding:30px 0 40px 30px;
	position:relative;
}
#under-article .sub-img{
	padding:30px 40px 20px 30px;
}
#under-article h1 {
	color:#211f20;
}
#under-article mark{
	color:#c00a26;
	background: none;
}
.sub-background-edit {
	background-color:#f8f8f8;
}
.sub-background-edit .sub-img {
	width:100%;
	padding:30px 30px 40px 0;
}
.sub-background-edit .home-text h1 {
	color: #221f20;
}
.nieuws-date {
	position:absolute;
	top:30px;
	left:45px;
	font-size:36px;
	font-family: 'pt_sans_captionbold';
	color:#fff;
	padding:25px 35px;
	line-height:33px;
	background-color: rgba(34, 31, 32, .8);
}
.sub-background-edit .nieuws-date{
	left:15px;
}

@media only screen and (max-width : 768px) {
	.sub-container .home-text h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom:10px;
	}
	.sub-container .col-sm-5{
		margin-top:40px;
	}
	.nieuws-date {
		left:20px;
		top:-20px;
	}
	.sub-container .row{
		padding: 20px 0 40px 0;
	}
	.sub-background-edit .nieuws-date{
		left:20px;
	}
	.sub-img, .sub-background-edit .sub-img {
		padding:0 5px 0 5px;
		margin-top:-20px;
	}
	.sub-container .home-text {
		padding: 0 20px 0 20px;
	}
	.sub-container .sub-row{
		padding: 40px 0 40px 0;
	}
	#under-article .sub-img{
		padding:0 0 20px 0;
	}
}
/* sub page */
.gallery .sub-background-edit{
	padding: 60px 0 80px 0;
}
.gallery .sub-background-up{
	padding: 40px 0 120px 0;
	position: relative;
}
.gallery-img {
	height:350px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:15px;
	width:calc(33.33% - 30px);
	margin-bottom:30px;

}
.brands a.gallery-img {
	background-size: 200px 200px;
	background-color:#fff;
}
.brand-single {
	padding:65px 50px 25px 50px;
}
.brand-wrap {
	clear:both;
	margin-top:30px;
}
.brand-single img {
	max-width: 300px;
	/*max-height:250px;*/
	background-color:#fff;
}
@media only screen and (max-width : 992px) {
	.brands a.gallery-img {
		background-size: 150px 150px;
	}

}
@media only screen and (max-width : 768px) {
	.brands a.gallery-img {
		background-size: 175px 175px;
	}
	.brand-single {
		display:none;

	}
	.brand-wrap {
		clear:both;
		margin-top:0px;
	}
}
.gallery-overlay {
	width:80%;
	height:80%;
	border: solid 1px #f2f2f2;
	position:absolute;
	top:10%;
	left:10%;
	text-align:center;
}
.gallery-overlay p{
	font-family: 'pt_sans_captionbold';
	font-size: 25px;
	line-height:28px;
	color:#fff;
	left:20px;
	bottom:20px;
	position:absolute;
	text-align:left;
}
.gallery-overlay p:after {
	font-family: 'FontAwesome';
	content:'\f061';
	font-size:20px;
	margin-left:10px;
}

.gallery-overlay .glyphicon{
	color:#fff;
	font-size:30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display:none;
}
.gallery-img:hover .glyphicon{
	display:block;
}
.gallery-img:hover .gallery-overlay{
	background-color: rgba(146, 7, 24, .4);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.gallery-img a {
	background-size:cover;
}

.gallery h1 {
	font-family: 'pt_sans_captionbold';
	font-size: 35px;
	line-height:35px;
	padding-bottom:80px;
	position: relative;
	margin-left:12px;
}
.gallery h1:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
	width:110px;
	height:3px;
	background:#c00a26;
}

@media only screen and (max-width : 1200px) {
	.gallery-img {
		height:270px;
	}
	.gallery-overlay p{
		font-size: 18px;
		line-height:22px;
	}
	.gallery-overlay p:after {
		font-size:16px;
		margin-left:10px;
	}
}
@media only screen and (max-width : 992px) {
	.gallery-img {
		height:200px;
	}
	.gallery-overlay {
		width:90%;
		height:90%;
		top:5%;
		left:5%;
	}
}
@media only screen and (max-width : 768px) {
	.gallery .sub-background-edit{
		padding: 40px 20px 40px 20px;
	}
	.gallery-img {
		height:270px;
		width:100%;
		margin: 0 0 20px 0;
	}
	.brands .gallery-img {
		height:275px;
		width:100%;
		margin: 0 0 20px 0;
	}
	.photo-edit .gallery-img {
		height:200px;
		width:calc(50% - 10px);
		margin: 0 10px 20px 0;
	}
	.photo-edit .gallery-img:nth-child(odd){
		margin: 0 0 20px 10px;
	}
	.gallery-overlay p{
		font-size: 25px;
		line-height:28px;
	}
	.gallery-overlay p:after {
		font-size:20px;
		margin-left:10px;
	}
	.gallery h1 {
		font-size: 30px;
		line-height:30px;
		padding-bottom:60px;
		margin-left:0;
	}
	.gallery h1:after {
		bottom:20px;
		height:3px;
		background:#c00a26;
	}
}
/* sub slider */
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	max-width: initial;
	width:100%;
}

.sub-slider .carousel-control {
	color:#bfbfbf;
	font-size:20px;
	height:60px;
	width:60px;
	background-color:#000;
	bottom:0;
	margin-top:0;
	top:initial;
	z-index: 999999;
}
.sub-slider .carousel-control:hover{
	color:#fff;
}
.sub-slider .carousel-control.left {
	background-image:none;
	color:#fff;
	left:0;
	bottom:0;
}
.sub-slider .carousel-control.right {
	background-image:none;
	color:#fff;
	left:63px;
	bottom:0;
}
.sub-slider i {
	padding:18px;
}

@media only screen and (max-width : 768px) {
	.sub-slider{
		padding: 0 5px;
	}
	.sub-slider i {
		padding:14px;
	}
	.sub-slider .carousel-control {
		width:50px;
		height:50px;
	}
	.sub-slider .carousel-control.right {
		left:54px;
	}
}
/* footer */
footer {
	background-color:#353535;
	padding: 100px 0;
	color:#acacac;
	font-size: 14px;
	line-height: 22px;
}

footer a{
	color:#acacac;
}

.footer-up ul{
	list-style-type: none;
	vertical-align: baseline;
	margin:0;
	padding:0;
}

.footer-up ul li:first-child{
	font-family: 'pt_sans_captionbold';
	color: #fff;
	font-size: 21px;
	line-height: 21px;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.footer-up ul li:nth-child(3){
	padding-bottom:20px;
}
.footer-up ul li{
	margin-left:15px;
	margin-right:10px;
}
.footer-up ul li:first-child:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:55px;
	height:1px;
	background:#c00a26;
}
.off-footer {
	padding-top:60px;
}

.footer-bottom {
	padding: 80px 15px 0 15px;
	text-align: left;
	float:left;
}
.footer-bottom a{
	color:#626262;
	text-decoration: none;
}
.footer-bottom a:hover{
	color:#c00a26;
}
.footer-bottom li {
	font-size: 14px;
	display: inline;
	border-right: 1px solid #626262;
	padding-right: 5px;
	margin-right: 5px;
	color:#626262;
}
.footer-bottom li:last-child {
	border-right: 0px solid #626262;
}

@media only screen and (max-width : 992px) {
	footer {
		padding: 60px 0;
	}
	.footer-up ul{
		padding-top:40px;
	}
	.off-footer {
		padding-top:40px;
		margin-left:-10px;
	}
}

@media only screen and (max-width : 768px) {
	footer {
		padding: 20px 20px;
	}
	.footer-bottom {
		padding: 80px 15px 0 0;
	}
	.footer-up ul li{
		margin-left:0;
		margin-right:0;
	}
	.off-footer {
		margin-left:-15px;
	}
}
/* contact */
.contact-text {
	font-size:14px;
	line-height:28px;
	padding-left:110px;
	margin-bottom:100px;
	width:calc(50% - 30px);
}
.contact-text strong {
	font-size:18px;
}
.contact-text a{
	color:#c00a26;
}
.contact-text p:first-child {
	color:#c00a26;
}
.form-text {
	background-color:#f2f5f8;
	padding: 55px 70px 60px 55px;
	line-height: 30px;
	margin-left:15px;
	margin-bottom:100px;
}
.form-text strong {
	font-size:14px;
}
.form-text label {
	text-align: left !important;
	font-weight: 700;
}
.form-text p{
	padding-bottom:10px;
}
.form-text b{
	font-weight: 700;
}
.form-text input {
	background-color: #fff;
	padding: 7px 0px 7px 15px;
	border-radius: 0;
	border: 0px solid #000 !important;
}
.form-text textarea {
	background-color: #fff;
	padding: 7px 0px 7px 15px;
	border-radius: 0;
	border: 0px solid #000 !important;
}
.form-text .form-group {
	margin-bottom: 5px;
}
.form-text input:focus, .form-text textarea:focus {
	border-color: #FF0000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(255, 0, 0, 0.6);
}
.modal-body .wpcf7-form {
	margin: 20px 5px 20px 5px;
}
.modal-body .wpcf7-form-control-wrap input {
	background-color: #fff;
	padding: 7px 0px 7px 15px;
	border-radius: 0;
	border: 1px solid #000 !important;
	width:100%;
	margin: 5px 0 20px 0;
	outline: none !important;
}
.modal-bodyl .wpcf7-form-control-wrap input:focus{
	border-color: #FF0000 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(255, 0, 0, 0.6) !important;
	outline: none !important;
}

@media only screen and (max-width : 1200px) {
	.form-text {
		padding: 40px 20px 40px 20px;
	}
	.contact-text{
		padding-left:60px;
	}
}
@media only screen and (max-width : 992px) {
	.form-text {
		padding: 40px 20px 40px 20px;
	}
	.contact-text{
		padding-left:30px;
		width:calc(50% - 80px);
	}
}
@media only screen and (max-width : 768px) {
	.contact-edit .row{
		padding:20px 0 0 0;
	}
	.form-text input {
		background-color: #f2f5f8;
	}
	.form-text textarea {
		background-color: #f2f5f8;
	}
	.form-text {
		padding: 5px 20px 5px 20px;
		margin: 0 0;
		background-color:#fff;
	}
	.form-text p{
		padding-bottom:40px;
	}
	.contact-text{
		padding-left:0;
		margin: 60px 20px 40px 20px;
		width:calc(100% - 30px);
	}
}
/* buttons */
.sub-container .btn-info{
	float: initial;
}
.sub-container p a {
	color:#000;
	text-decoration:underline;
}
.sub-container p a:hover {
	color:#c00a26;
	text-decoration:underline;
}
.btn-info:active,
.btn-info.active {
	background-image: none;
	outline: 0 !important;
	background:none;
	background-color: rgba(0, 0, 0, .0) !important;
	border-top: solid 3px #c00a26 !important;
	color: #c00a26 !important;
}
.btn-info:focus,
.btn-info.focus {
	background-image: none;
	outline: 0 !important;
	background:none;
	background-color: rgba(0, 0, 0, .0) !important;
	border-top: solid 3px #c00a26 !important;
	color: #c00a26 !important;
}
#brand-slider {
	position:relative;
}

#brand-slider .btn-secondary {
	margin: 40px 20px 20px 40px;
	position: absolute;
	left:50%;
	margin-left:-127px;
	top:0;
	display:none;
}
.wpcf7-submit {
	border:none;
	color: #fff;
	background-color:#c00a26;
	margin-top:20px;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "pt_sans_captionbold";
	border-radius: 0px;
}
.btn-secondary {
	border:none;
	color: #fff;
	background-color:#c00a26;
	margin-top:20px;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "pt_sans_captionbold";
	border-radius: 0px;
}

.btn-secondary:after {
	font-family: 'FontAwesome';
	content:'\f061';
	margin-left:70px;
}
.sub-background-up .btn-secondary {
	font-size: 18px;
	padding: 12px 22px 12px 22px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-148px;
}
.sub-background-up .btn-secondary:after {
	margin-left:20px;
}
.form-text .btn-secondary:after {
	margin-left:15px;
}
.btn-info {
	border:none;
	border-top: solid 3px #c00a26;
	color: #fff;
	background-color: rgba(0, 0, 0, .0);
	padding: 30px 0 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "pt_sans_captionbold";
	border-radius: 0px;
	width:133px;
	margin-left:60px;
}

.btn-info:hover{
	background-color: rgba(0, 0, 0, .0);
	border-top: solid 3px #c00a26;
	color: #c00a26;
}

.btn-info:after {
	font-family: 'FontAwesome';
	content:'\f061';
	margin-left:20px;
}
.btn-info:before {
}
.loading{
	margin: 60px 0 100px 0;
	color:#353535;
	border-top: solid 5px #f8f8f8;x
	width:100%;
	padding-top:20px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "pt_sans_captionbold";
}
.loading:hover{
	color:#c00a26;
}
.btn-reverse{
	margin: 80px 0 120px 0;
	color:#353535;
}
.btn-reverse:before{
	font-family: 'FontAwesome';
	content:'\f060';;
	margin-right:10px;
}
.btn-reverse:after{
	content:"";
}

@media only screen and (max-width : 1400px) {
	.btn-secondary:after {
		margin-left:20px;
	}
}
@media only screen and (max-width : 768px) {
	#brand-slider .btn-secondary, .btn-secondary,.sub-background-up .btn-secondary{
		position: relative;
		bottom:0;
		left:0;
		margin-left:0;
		font-size: 16px;
		padding: 10px 18px 10px 18px;
		margin-top:20px;
		float:left;
	}
	#brand-slider .btn-secondary {
		display:block;
		margin-top:0;
		margin-bottom:60px;
	}
	.btn-info {
		padding: 30px 0 10px 0;
		font-size: 16px;
		width:110px;
		margin-left:0;
		position:relative;
	}
	.btn-reverse{
		margin: 40px 5px 80px 5px;
		color:#353535;
	}
	.loading{
		margin: 0 5px 60px 5px;
		padding-top:20px;
		font-size: 16px;
		text-transform: uppercase;
		font-family: "pt_sans_captionbold";
		width:calc(100% - 10px);
	}
}

/* extra */
.fancybox-overlay {
	z-index: 99998 !important;
}
.fancybox-opened {
	z-index: 99999 !important;
}
.btn:focus, .btn:active {
	outline: none !important;
	box-shadow: none !important;
}
.modal-dialog {
	margin-top:150px;
}
.modal-content {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #999;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.0);
	box-shadow: 0 3px 9px rgba(0,0,0,.0);
}
.modal-header {
	padding: 25px 20px;
	border-bottom: 0px solid #e5e5e5;
	background-color:#353535;
	color:#fff;
	font-family: "pt_sans_captionbold";
	font-size:18px;
}
.modal-header .close{
	color:#fff;
	font-size:24px;
	opacity: 1;
}
.modal-header .close:hover{
	opacity: 0.8;
}
.modal-footer {
	padding: 20px 20px;
	border-bottom: 0px solid #e5e5e5;
	background-color:#353535;
	color:#fff;
	font-family: "pt_sans_captionbold";
	font-size:18px;
}
.modal-footer .btn{
	border: 0px solid #999;
	border-radius: 0;
	font-family: "pt_sans_captionbold";
	font-size:16px;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	color:#fff;
	background-color:#c00a26;
}
.modal-footer .btn:hover{
	color:#353535;
}
.modal-body {

}
.modal-body .wpcf7-form {
	display:block;
}
input hidden {
	display:block;
}
.pagination-container {
	text-align:center;
	padding-top:10px;
	padding-bottom:50px;
	font-size:16px;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 10px 15px;
	color: #3e3e3e;
	font-weight:700;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span:hover {
	color: #fff;
	background-color: #3e3e3e;
	border: 1px solid #3e3e3e;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #c00a26;
	border-color: #c00a26;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


@media only screen and (max-width : 768px) {
	.pagination>li>a, .pagination>li>span {
		padding: 6px 10px;
		font-weight:400;
	}
}
.carousel-showmanymoveone {
	padding:20px 0;
}
.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;
}
@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -25%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 25%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-showmanymoveone .carousel-inner{
	height:200px;
}
.carousel-showmanymoveone .carousel-inner>.item {
	padding: 100px 0;
}
.carousel-showmanymoveone .carousel-inner>.item img{
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	padding: 0 60px 0 40px;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: 40px;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: 40px;
}
@media only screen and (max-width : 1400px) {
	.carousel-showmanymoveone .carousel-control.left {
		margin-left: -10px;
	}
	.carousel-showmanymoveone .carousel-control.right {
		margin-right: -10px;
	}
}
@media only screen and (max-width : 992px) {
	.carousel-showmanymoveone .carousel-inner>.item img{
		padding: 0 50px 0 30px;
	}
	.carousel-showmanymoveone .carousel-inner>.item {
		padding: 120px 0;
	}
	.carousel-showmanymoveone .carousel-inner{
		height:240px;
	}
}
@media only screen and (max-width : 768px) {
	.carousel-showmanymoveone{
		display:none;
	}
}

.price {
	color: #c00a26;
	font-weight: bold;
	font-size: 30px;
}

p a.btn-content,
p a.open--modal {
	color: #fff;
	margin: 20px 0 35px;
	font-size: 11px;
	text-decoration: none;
}

p a.btn-content:after,
p a.open--modal:after {
	margin-left: 24px;
}

p a.btn-content:hover,
p a.open--modal:hover {
	color: #333;
	text-decoration: none;
}

.specifications {
	background: #f4f4f4;
	padding: 2em 0 4em;
}
.specifications h1 {
	color: #c00a26;
	font-weight: bold;
}

.specifications dl {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.specifications dd {
	border-top: 1px solid #fff;
	font-weight: bold;
	padding-top: 8px;
}
.specifications dt {
	padding-bottom: 8px;
}

.back-overview {
	text-align: center;
	padding: 30px 0;
}

.btn-overview {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
}

.btn-overview:hover,
.btn-overview:focus,
.btn-overview:active {
	color: #c00a26;
	text-decoration: none;
}

.btn-overview:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f060';
	font-size: 14px;
	margin-right: 28px;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
}

.white-popup h1 {
	color: #c00a26;
	margin-top: 0;
	font-weight: bold;
}

.mfp-close:active {
	top: 0 !important;
}

.white-popup p {
	margin-bottom: 30px;
}

@media only screen and (min-width : 768px) {
	.specifications dd,
	.specifications dt {
		border-top: 1px solid #fff;
		float: left;
		padding: 12px 0;
		width: 50%;
	}

	p a.btn-content,
	p a.open--modal {
		margin-top: 75px;
		font-size: 16px;
		margin-bottom: 0;
	}

	.back-overview {
		padding: 50px 0;
	}

	.white-popup {
		padding: 45px 75px 50px 50px;
	}
}

/* Form */
textarea, input, button {
	outline: none;
}

.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper li {
	margin-bottom: 12px;
}

.gform_footer:after,
.gform_wrapper li:after {
	content: "";
	display: table;
	clear: both;
}

.gfield_visibility_ {
	display: none !important;
}

.gform_wrapper input, .gform_wrapper textarea {
	float: left;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #231F20;
	font-size: 13px;
	padding: 15px;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	width: 100%;
}

textarea {
	resize: none;
	height: 200px;
}

.gfield_label {
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: -1px;
}

.clear-multi .ginput_container {
	width: 100%;
}

.clear-multi .ginput_container input {
	width: 80%;
	margin-right: 12px;
}

.clear-multi .ginput_container i,
.clear-multi .ginput_container label {
	line-height: 48px;
}

.gfield_error input, .gfield_error textarea {
	border-color: #ab182d;
	background-color: #ffe5e5;
}

.validation_message {
	display: block;
	clear: both;
	color: #ab182d;
	position: relative;
	width: 100%;
}

.gform_confirmation_message,
.validation_error {
	border-bottom: 1px solid #ab182d;
	border-top: 1px solid #ab182d;
	color: #ab182d;
	margin-bottom: 20px;
	padding: 12px 0;
}

.gform_confirmation_message {
	border-bottom: 1px solid #231F20;
	border-top: 1px solid #231F20;
	color: #231F20;
}

.gform_wrapper button {
	border: none;
	color: #fff;
	margin-top: -12px;
	background-color: #c00a26;
	padding: 13px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "pt_sans_captionbold";
	border-radius: 0px;
}

.gform_wrapper button:after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f061';
	font-size: 14px;
	margin-left: 20px;
}

.gform_wrapper button:hover {
	color: #333;
}

.gform_ajax_spinner {
	display: inline-block;
	margin-left: 22px;
	width: 20px;
}

.contact-container textarea,
.contact-container input {
	background: #fff;
	line-height: 1;
}

.contact-container form {
	margin-top: 20px;
}

.contact-container button {
	margin-top: 0;
	line-height: 1;
}

@media only screen and (min-width : 768px) {
	.gfield_label {
		width: 190px;
		float: left;
	}

	.clear-multi,
	.ginput_container {
		float: left;
		width: calc(100% - 190px);
	}

	.clear-multi .ginput_container {
		width: 50%;
	}

	.clear-multi .ginput_container input {
		width: calc(100% - 75px);
	}

	.validation_message {
		margin-left: 190px;
		padding-top: 4px;
	}

	.gform_wrapper button {
		margin-left: 190px;
	}
}

.productslider {
	width: 100%;
	display: block;
	clear: left;
}

.productslider-for {
	margin-top: 30px;
	margin-bottom: 12px;
}
.productslide {
	position: relative;
	display: block;
}

.productslide:focus {
	outline: none;
}
.productslide img {
	display: block;
	max-width: 100%;
	height: auto;
}
.productslider-for .productslide:after {
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	left: 15px;
	border: 1px solid #fff;
}

.productslider-nav {
	margin-left: -6px;
	margin-right: -6px;
}
.productslider-nav .productslide {
	margin: 0 6px;
}
.productslider-nav .productslide:after {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #fff;
}

@media only screen and (min-width : 768px) {
	.productslider-for {
		margin-top: 50px;
	}
	.productslider-for .productslide:after {
		width: calc(100% - 80px);
		height: calc(100% - 80px);
		top: 40px;
		left: 40px;
	}
	.productslider-nav {
		margin-bottom: 70px;
	}
	.product-template-default .home-text {
		padding-right: 30px;
	}
}

@media only screen and (min-width : 991px) {
	.productslider-for {
		margin-top: 120px;
	}
}

.sub-container .home-text .gallery--wrapper ul {
	padding: 0 0 30px;
	margin: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.sub-container .home-text .gallery--wrapper li {
	margin-bottom: 15px;
}
.sub-container .home-text .gallery--wrapper a {
	display: block;
}
.sub-container .home-text .gallery--wrapper ul img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media only screen and (min-width : 768px) {
	.sub-container .home-text .gallery--wrapper li {
		float: left;
		width: 50%;
		padding-right: 12px;
	}

	.sub-container .home-text .gallery--wrapper li:nth-child(even) {
		padding-right: 0;
		padding-left: 12px;
	}
}


.screen-reader-text {
	display: none;
}

.ui-datepicker-trigger {
	position: absolute;
	right: 25px;
	top: 24px;
}

.ui-datepicker {
	width: 17em;
	font-size: .9em;
	background-color: white;
	border: 1px solid #ccc;
	padding: .2em .2em 0;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ui-state-disabled {
	opacity: .2;
}

.ui-datepicker a {
	color: #000;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 8px;
	text-align: center;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-prev::before {
	left: 2px;
	font-family: 'FontAwesome';
	content:'\f060';
}

.ui-datepicker .ui-datepicker-next::before {
	left: 2px;
	font-family: 'FontAwesome';
	content:'\f061';
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker select {
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	height: auto;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 5px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-today {
	background-color: #f2f2f2;
}

.ui-datepicker-today a {
	color: #000;
}

.ui-datepicker-current-day {
	background: #c00a26;
}
