html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	font-size: 1.8rem;
	letter-spacing: normal;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Unica One', Verdana, cursive;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
h2, h3, h5 {
	letter-spacing: 0.15em;
}
h2 {
	font-size: 7.4rem;
}
h2.white, h3.white {
	color: #fff;
}
h3 {
	font-size: 6rem;
}
h4 {
	font-size: 4.8rem;
}
h5 {
	font-size: 3.4rem;
}
h6 {
	font-size: 2.8rem;
}
a {
	color: #fff;
	text-decoration: none !important;
}
a:hover {
	color: #4c6b93;
}
p {
	margin-bottom: 2rem;
}
.img-fluid {
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	cursor: default;
}
section {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 160px;
}
.container-absolute .carousel-caption {
	position: static;
}
.container-fluid {
	max-width: 1390px;
}
/* NAV */
nav.main {
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	color: #fff;
	font-family: 'Unica One', cursive;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	padding: 26px 0;
	transition: all 0.3s ease-in-out;
}
nav.main ul {
	float: right;
	list-style: none;
	margin-bottom: 0;
}
nav.main ul li {
	display: inline-block;
	float: left;
	padding-right: 30px;
	cursor: pointer;
}
nav.main .logo {
	float: left;
}
nav.main .logo img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
nav.main.sticky {
	padding: 10px 0;
}
nav.main.sticky .logo img {
	width: 110px;
}
nav .nav-mobile ul {
	width: 100%;
	padding: 0;
}
nav .nav-mobile ul li {
	width: 100%;
	display: block;
	padding: 8px 5px;
}
/* HERO */
.modal-video-close-btn:focus {
	outline: none;
}
.modal-video {
	background-color: rgba(0,0,0,0.8);
}
.carousel-item > img {
	opacity: 0.6;
}
.hero #hero-carousel .carousel-item {
	overflow: hidden;
}
.glanzdrehen-cnc .carousel-caption > * {
	cursor: pointer;
}
.new {
	background-color: #364963;
	padding: 2px 4px;
	float: left;
}
.carousel-caption > * {
	float: left;
	display: block;
	clear: both;
}
.video > svg {
	margin-right: 9px;
}
.cta {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	padding: 2px 8px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.cta:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.teaser {
	text-align: center;
}
.teaser h6 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.teaser .cta {
	left: 50%;
	bottom: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	white-space: nowrap;
}
.visual {
	position: relative;
}
.visual, .visual img {
	width: 100%;
	float: left;
}
.visual .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,0.95+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000', GradientType=0 ); /* IE6-9 */
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.teaser:hover .hover {
	opacity: 1;
}
.teaser:hover .cta {
	opacity: 1;
	bottom: 19px;
}
/*.teaser:hover h4{
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}*/
.multiple-carousel h6 {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	cursor: default;/*	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);*//* transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}
.multiple-carousel {
	width: 100%;
}
.multiple-carousel .carousel-inner .carousel-item.active, .multiple-carousel .carousel-inner .carousel-item-next, .multiple-carousel .carousel-inner .carousel-item-prev {
	display: flex;
}
.multiple-carousel .carousel-inner .carousel-item-right.active, .multiple-carousel .carousel-inner .carousel-item-next {
	transform: translateX(25%);
}
.multiple-carousel .carousel-inner .carousel-item-left.active, .multiple-carousel .carousel-inner .carousel-item-prev {
	transform: translateX(-25%);
}
.multiple-carousel .carousel-inner .carousel-item-right, .multiple-carousel .carousel-inner .carousel-item-left {
	transform: translateX(0);
}
.multiple-carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='807f7f' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.multiple-carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='807f7f' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.multiple-carousel .carousel-control-next {
	right: -30px;
	width: auto;
}
.multiple-carousel .carousel-control-prev {
	left: -30px;
	width: auto;
}
section.hero .carousel-item {
	display: block;
}
/* ABOUT US */

.description {
	background-color: #364a64;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 25px;
}
.description p:first-child {
	margin-bottom: 2rem;
}
.description p:last-child {
	margin-bottom: 0;
}
.aboutus .w-100 + .col-md-8 {
	margin-top: -150px;
}
.aboutusanim {
	transform: translate(0, -120px) translate3d(0px, 0px, 0px);
}
.aboutus .w-100 + .col-md-8 h3 {
	text-align: center;
	margin-bottom: 20px;
}
/* OFFERS */
.offers {
	color: #fff;
}
.offers > h3, .coop > h3, .us > h3, .contact > h3 {
	color: #000;
	text-align: center;
	padding-bottom: 20px;
}
.all-offers {
	position: relative;
}
.all-offers .offer {
	padding: 120px 0;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}
body.no-touch .offer > .container-fluid, body.no-touch .offer-nav {
	opacity: 0;
	transform: translate(0, 80px) translate3d(0px, 0px, 0px);
}
body.no-touch .offer > .container-fluid.anim, body.no-touch .offer-nav.anim {
	opacity: 1;
	transform: translate(0) translate3d(0px, 0px, 0px);
}
/*.all-offers .owl-item.active {
	position: relative;
	height: 100vh;
}
.all-offers .owl-item.active .offer {
	padding: 120px 0;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	
	height: 200%;
	position: relative;
    top: -100%;

}
*/

.offer h4 {
	padding-bottom: 26px;
}
.offer {
	background-color: #000;
}
.offer-cnc {
	/*	background: url(../img/bg_cnc.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_cnc.jpg) no-repeat center center;
}
.offer-autofolierung {
	/*	background: url(../img/bg_cnc.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_autofolierung.jpg) no-repeat center center;
}
.offer-hochglanz {
	/*	background: url(../img/bg_hochglanz.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_hochglanz.jpg) no-repeat center center;
}
.offer-pulverbeschichten {
	/*	background: url(../img/bg_hochglanz.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_pulverbeschichten.jpg) no-repeat center center;
}
.offer-individualdesign {
	/*	background: url(../img/bg_hochglanz.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_individualdesing.jpg) no-repeat center center;
}
.offer-anbauteile {
	/*	background: url(../img/bg_hochglanz.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_anbauteile.jpg) no-repeat center center;
}
.offer-pulverbeschichtenundpolieren {
	/*	background: url(../img/bg_hochglanz.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_pulverbeschichtenundpolieren.jpg) no-repeat center center;
}
.offer-reparatur {
	/*	background: url(../img/bg_hochglanz.jpg) no-repeat center center fixed;*/
	background: url(../img/bg_reparatur.jpg) no-repeat center center;
}
p.contact-us {
	font-family: 'Unica One', cursive;
	text-transform: uppercase;
	font-size: 2.7rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}
.offers .gallery-carousel {
	margin-top: 100px;
}
.offers .owl-dots, .hero .owl-dots {
	display: none;
}
.offers .owl-nav, .hero .owl-nav {
	height: 0;
}
.hero .owl-nav {
	opacity: 0.5;
}
.offers .gallery-carousel.owl-carousel .owl-nav button span, .hero .owl-carousel .owl-nav button span {
	opacity: 0;
}
.offers .gallery-carousel.owl-carousel .owl-nav button, .hero .owl-carousel .owl-nav button {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
	top: 50%;
	transform: translateY(-50%);
	border: 0 none;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	cursor: pointer;
}
.offers .gallery-carousel.owl-carousel .owl-nav button:focus, .hero .owl-carousel .owl-nav button:focus {
	outline: none;
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-prev, .hero .owl-carousel .owl-nav button.owl-prev {
	left: -45px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-next, .hero .owl-carousel .owl-nav button.owl-next {
	right: -45px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.hero .owl-carousel .owl-nav button.owl-prev {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='807f7f' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.hero .owl-carousel .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='807f7f' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-prev.disabled, .offers .gallery-carousel.owl-carousel .owl-nav button.owl-next.disabled {
	opacity: 0;
	cursor: default;
}
.offer-nav {
	position: absolute;
	z-index: 4;
	right: 0;
	top: 50%;
	color: #fff;
	padding: 0 15px;
}
.offer-nav ul {
	font-family: 'Unica One', cursive;
	text-transform: uppercase;
	font-size: 1.7rem;
	line-height: 3rem;
	list-style-type: square;
	margin-bottom: 0;
	padding-left: 20px;
}
.offer-nav ul li {
	list-style: none;
}
.offer-nav ul li a {
	color: #fff;
	white-space: nowrap;
}
.offer-nav ul li.active, .offer-nav ul li.active a, .no-touch .offer-nav ul li:hover, .no-touch .offer-nav ul li:hover a, .no-touch nav.main ul li:hover, nav.main ul li.active {
	color: #4c6b93;
	text-decoration: none;
}
.offer-nav ul li.active {
	list-style: square;
}
/* COOP */
.coop .description {
	margin-top: 0;
}
.coop .description, .coop .description a {
	float: left;
}
.coop .description p {
	text-align: left;
}
.coop .description.anim {
	transform: translate(0, -70px) translate3d(0px, 0px, 0px);
}
/* US */
.us .white-caption:first-of-type {
	margin-top: 20px;
}
.white-caption {
	float: right;
	padding: 13px;
	text-align: right;
	margin-right: -94px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin-bottom: 20px;
}
body.no-touch .white-caption {
	transform: translate(-50%) translate3d(0px, 0px, 0px);
	opacity: 0;
}
body.no-touch .white-caption.anim {
	transform: translate(0) translate3d(0px, 0px, 0px);
	opacity: 1;
}
.white-caption h5 {
	margin-right: -0.15em;
}
.white-caption p {
	margin-bottom: 7px;
}
.us .white-caption:last-of-type {
	margin-bottom: 40px;
}
.us .img-us {
	background: url(../img/us.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
/* CONTACT */
.contact .error{
	color: red;
}
.contact .success{
	color: green;
}
.contact {
	background-color: #121212;
	color: #fff;
	padding-bottom: 120px;
	margin-bottom: 0;
}
.contact > h3 {
	color: #fff;
	padding-top: 20px;
}
.contact p {
	margin-bottom: 0.4rem;
}
.contact .col-sm-6.offset-sm-1 {
	text-align: right;
}
.contact .w-100 {
	margin-bottom: 60px;
}
.contact h5 {
	margin-bottom: 10px;
}
#contact_form {
	margin-top: 12px;
}
#contact_body {
	width: 100%;
	float: left;
}
#contact_body label {
	width: 50%;
	float: left;
}
#contact_body label input, #contact_body textarea {
	float: left;
	width: 100%;
	padding: 8px;
}
#contact_body label:nth-child(even) {
	padding-left: 10px;
}
#contact_body label:nth-child(odd) {
	padding-right: 10px;
}
#contact_body label span {
	display: none;
}
#contact_body .inputfile + label span {
	display: block;
}
#contact_body label {
	margin-bottom: 20px;
}
#contact_body input:focus, #contact_body textarea:focus {
	outline: none;
}
.contact .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.contact .inputfile + label span, #submit_btn {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	padding: 10px;
	text-align: left;
	background: 0;
}
#contact_body #submit_btn {
	padding: 2px 8px;
}
#contact_body #submit_label {
	width: auto;
	float: right;
	padding-right: 0;
}
.contact .inputfile + label span {
	cursor: pointer; /* "hand" cursor */
}
.contact .inputfile:focus + label span, .contact .inputfile + label span:hover, #submit_btn:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
#contact_body .inputfile + label {
	padding-right: 0;
	padding-left: 10px;
}
#contact_body #label-message {
	width: 100%;
	padding-left: 0;
}
#contact_body #label-message textarea {
	width: 100%;
}
.footer {
	margin-bottom: 0;
	text-align: center;
	background: url(../img/footer.jpg) no-repeat center center;
	background-size: cover;
}
.footer .container-fluid {
	position: relative;
}
.footer .img-fluid {
	width: auto;
}
.footer .row {
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer p {
	color: #fff;
	margin-bottom: 0.4em;
}
.footer a.footer-icon {
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 2.6rem;
}
.footer a.footer-icon:nth-child(2) {
	right: 55px;
}
.footer a.footer-icon:nth-child(3) {
	right: 89px;
}
.footer a.footer-icon:hover {
	color: #4267b2;
}

/* RESPONSIVE */
@media (max-width: 1500px) {
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-prev, .hero .owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-next, .hero .owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
}

@media (max-width: 1450px) {
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-prev, .hero .owl-carousel .owl-nav button.owl-prev {
	left: -35px;
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-next, .hero .owl-carousel .owl-nav button.owl-next {
	right: -35px;
}
#teaser-carousel, .gallery-carousel {
	width: calc(100% - 60px);
	margin-left: 30px;
}
}

@media (max-width: 950px) {
nav.main .logo > img {
	width: 110px;
	height: auto;
}
}

@media (max-width: 767px) {
.offer-nav {
	position: relative;
	top: auto !important;
	left: auto !important;
	margin-bottom: 15px;
}
.offer-nav ul {
	padding-left: 15px;
}
.offer-nav ul li a {
	color: #000;
}
.footer a.footer-icon {
	bottom: 5px;
	font-size: 3.2rem;
}
}

@media (max-width: 576px) {
p, .description p:first-child {
	margin-bottom: 1.2rem;
}
.coop .description {
	margin-top: 0;
}
.description {
	padding: 15px;
}
.white-caption {
	margin-right: 0;
	margin-bottom: 0;
}
.us .white-caption:first-of-type {
	margin-top: 0;
}
.us .white-caption:last-of-type {
	margin-bottom: 0;
}
.us .img-us {
	min-height: 280px;
}
.contact .col-sm-6.offset-sm-1 {
	text-align: left;
}
.contact .w-100 {
	margin-bottom: 0;
}
.contact .container-fluid > .row > div {
	margin-bottom: 30px;
}
.contact .container-fluid > .row > .w-100 {
	display: none;
}
.hero .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.hero .owl-nav {
	opacity: 1;
}
.teaser h6 {
	position: absolute;
	bottom: -6px;
	height: 0;
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-prev, .hero .owl-carousel .owl-nav button.owl-prev {
	left: 7px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.offers .gallery-carousel.owl-carousel .owl-nav button.owl-next, .hero .owl-carousel .owl-nav button.owl-next {
	right: 7px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
#teaser-carousel, .gallery-carousel {
	width: 100%;
	margin-left: 0;
}
}

@media (min-width: 0) {
html {
	font-size: 42%;
}
body {
	font-size: 2.1rem;
}
h2 {
	font-size: 4.6rem;
}
h3 {
	font-size: 5.5rem;
}
.aboutus h3 {
	font-size: 4.5rem;
}
h4 {
	font-size: 4.8rem;
}
h5 {
	font-size: 3.4rem;
}
h6 {
	font-size: 3.2rem;
}
.cta {
	font-size: 2.1rem;
}
.carousel-item > img {
	min-height: 0;
	width: 100%;
	max-height: none;
}
.container-absolute {
	position: relative;
	margin-top: -124px;
}
.carousel-caption {
	text-align: left;
}
#hero-carousel .carousel-item {
	background-color: #000;
}
#hero-carousel .owl-item .container-absolute .carousel-caption > * {
	transition: opacity ease-in-out 1s;
	transition-delay: 1.2s;
}
/*#hero-carousel .owl-item .container-absolute .carousel-caption > .new {
	transition-delay: 1.2s;
}
#hero-carousel .owl-item .container-absolute .carousel-caption > h2 {
	transition-delay: 1.5s;
}
#hero-carousel .owl-item .container-absolute .carousel-caption > .video {
	transition-delay: 1.8s;
}*/
#hero-carousel .owl-item:not(.active) .container-absolute .carousel-caption > * {
	opacity: 0;
}
#hero-carousel .owl-item.active .container-absolute > .carousel-caption * {
	opacity: 1;
}
#teaser-carousel {
	margin-top: 15px;
	margin-bottom: 20px;
	z-index: 4;
}
.video {
	margin-bottom: 20px;
}
nav.main.sticky, nav.main.dark-bg {
	background: rgba(0, 0, 0, 0.85);
}
nav.main {
	padding: 10px 0;
}
nav.main .nav-mobile ul {
	display: none;
}
nav.main ul li {
	padding-right: 15px;
}
.offer-nav ul {
	font-size: 2.4rem;
	line-height: 4.1rem;
}
.offer-nav li a sup {
	background-color: #4c6b93;
	color: #fff;
	left: .5em;
	padding: 0 2px
}
section {
	margin-bottom: 60px;
}
.aboutus .w-100 + .col-md-8 {
	margin-top: -55px;
}
.aboutus .w-100 + .col-md-8 h3 {
	margin-bottom: 10px;
}
.all-offers .offer {
	padding: 40px 0;
}
.offers .gallery-carousel {
	margin-top: 30px;
}
.contact {
	padding-bottom: 0;
}
.contact h5 {
	margin-bottom: 6px;
}
.footer .row {
	padding-top: 40px;
	padding-bottom: 60px;
}
}

@media (min-width: 576px) {
h2 {
	font-size: 7.4rem;
}
h3, .aboutus h3 {
	font-size: 6rem;
}
h4 {
	font-size: 4.8rem;
}
h5 {
	font-size: 3.4rem;
}
h6 {
	font-size: 2.8rem;
}
.container-absolute {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}
.carousel-caption {
	text-align: center;
}
#teaser-carousel {
	margin-top: -30px;
	margin-bottom: 0;
}
.video {
	margin-bottom: 0;
}
.aboutus .w-100 + .col-md-8 {
	margin-top: -150px;
}
body.no-touch .aboutus .w-100 + .col-md-8 {
	margin-top: -100px;
}
.aboutus .w-100 + .col-md-8 h3 {
	margin-bottom: 20px;
}
/*html {
	font-size: 52.5%;
}
body {
	font-size: 1.9rem;
}*/
}

@media (min-width: 768px) {
html {
	font-size: 52.5%;
}
body {
	font-size: 1.7rem;
}
nav.main ul {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.cta {
	font-size: 1.6rem;
}
.offer-nav ul {
	font-size: 1.9rem;
	line-height: 3.2rem;
}
.offer .col-12.col-md-7 {
	min-height: 320px;
}
.all-offers .offer {
	padding: 120px 0;
}
.offers .gallery-carousel {
	margin-top: 100px;
}
.owl-carousel .owl-item .carousel-item > img {
	min-height: 360px;
	width: auto;
	max-height: 360px;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
nav.main.sticky {
	background: rgba(0, 0, 0, 0.65);
}
nav.main {
	padding: 26px 0;
}
section {
	margin-bottom: 120px;
}
.contact h5 {
	margin-bottom: 10px;
}
.footer .row {
	padding-top: 80px;
	padding-bottom: 80px;
}
}

@media (min-width: 992px) {
section {
	margin-bottom: 160px;
}
.contact {
	padding-bottom: 120px;
}
nav.main ul li {
	padding-right: 30px;
}
}

@media (min-width: 1200px) {
html {
	font-size: 56%;
}
body {
	font-size: 1.8rem;
	font-size: 1.7rem;/*	font-size: 1.6rem;*/
}
.offer-nav ul {
	font-size: 1.7rem;
	line-height: 3rem;
}
.owl-carousel .owl-item .carousel-item > img {
	min-height: 0;
	width: 100%;
	max-height: none;
}
}

@media (min-width: 0) {
.container-fluid {
	max-width: 100%;
}
}

@media (min-width: 951px) {
nav.main .logo img {
	width: 70%;
	transition: all 0.3s ease-in-out;
}
}

@media (min-width: 992px) {
.container-fluid {
	max-width: 960px;
}
}

@media (min-width: 1200px) {
.container-fluid {
	max-width: 1140px;
}
}

@media (min-width: 1440px) {
html {
	font-size: 62.5%;
}
.container-fluid {
	max-width: 1390px;
}
nav.main .logo img {
	width: 90%;
	transition: all 0.3s ease-in-out;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.owl-carousel .owl-item .carousel-item > img {
	min-height: 360px;
	width: auto;
	max-height: 360px;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
}
/*** FILE FIX ***/
#contact_body .inputfile + label span {
	display: none;
}
#contact_body .inputfile + label {
	opacity: 0;
	z-index: -1;
	height: 0;
	margin: 0;
	width: 0;
	padding: 0;
}
