/*
Theme Name: Compure
Theme URL: 
Author: Stilldesign
Author URL: https://stilldesign.hu/
Description: -
Version: 1.0
*/

html {
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
}

#wrapper {
	overflow: hidden;
}

body {
	overflow-y: scroll;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	font-size: 18px;
	-ms-overflow-style: scrollbar;
}

h1,
.section-title {
	margin: 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #30ace6;
}

.section-subtitle {
	margin: 30px 0;
	color: #222;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

h2 {
	color: #30ace6;
	font-weight: bold;
	font-size: 30px;
	margin: 20px 0;
}

h3 {
	color: #30ace6;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0;
}

h4 {
	color: #30ace6;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}

a {
	color: #cebd92;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a:hover { color: #1E2734; text-decoration: none; }

a:focus { color: #1E2734; outline: none; text-decoration: none; }

p, ul { margin-bottom: 15px; }

img {
	max-width: 100%;
	height: auto;
}

body hr {
	clear: both;
	border-color: #ccc;
	margin: 30px 0;
}

iframe {
	max-width: 100%;
}

.fulllink {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.noborder {
	border: none !important;
}

.orange {
	color: #f7941d;
}

/*-----------------------------------*\
	$HEADER
\*-----------------------------------*/

.header {
	background: rgba(255,255,255,.9);
	padding: 20px 0;
	line-height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header.sticky {
	padding: 5px 0;
	background: rgba(255,255,255,.95);
	box-shadow: 0 0 50px rgba(0,0,0,.1);
}

.header .logo img {
	width: 260px;
	display: block;
}

.header-nav {
	display: block;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header-nav.open {
	opacity: 1;
	visibility: visible;
}

.header-nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 60px;
}

.header-nav ul li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}

.header-nav ul li:first-child {
	margin-left: 0;
}

.header-nav ul li:last-child {
	margin-right: 0;
}

.header-nav ul li a {
	display: block;
	color: #30ace6;
	font-size: 18px;
	font-weight: bold;
}

.header-nav ul li a:hover,
.header-nav ul li a.mPS2id-highlight {
	text-decoration: none;
	color: #3e5f6f;
}

/*-----------------------------------*\
	$HAMBURGER
\*-----------------------------------*/

#navburger {
	width: 26px;
	height: 22px;
	position: relative;
	margin: 18px 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
}

#navburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #30ace6;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#navburger span:nth-child(1) {
  top: 0px;
}

#navburger span:nth-child(2) {
  top: 9px;
}

#navburger span:nth-child(3) {
  top: 18px;
}

#navburger.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#navburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#navburger.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*-----------------------------------*\
	$MOBILE HEADER
\*-----------------------------------*/

.mobile-header {
	background: #1e2734;
	padding: 12px 0;
}

.mobile-header .logo img {
	width: 100%;
	max-width: 120px;
}

.mobile-menu-button {
	display: inline-block;
	margin-top: 5px;
}

.mobile-menu ul {
	margin: 10px 0 0;
	padding: 0;
}

.mobile-menu ul li {
	list-style: none;
	margin-bottom: 1px;
}

.mobile-menu ul li a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	background: rgba(255,255,255,.1);
}

/*-----------------------------------*\
	$FOOTER
\*-----------------------------------*/

.footer {
	background: #222222;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	line-height: 30px;
}

.footer a {
	color: #fff;
}

.stilldesign img {
	width: 70px;
	float: right;
}

/*-----------------------------------*\
	$SLIDER
\*-----------------------------------*/

.home-slider.slick-slider {
	margin: 0;
}

.home-slider .slide {
	text-align: right;
	overflow: hidden;
}

.home-slider .container {
	position: relative;
}

.slide-box {
	display: inline-block;
	background: rgba(48,172,230,.5);
	color: #fff;
	font-size: 24px;
	padding: 40px 0 40px 40px;
	position: relative;
	position: absolute;
	right: 0;
	bottom: 70px;
	text-align: left;
	width: 60%;
}

.slide-box:after {
	content: "";
	position: absolute;
	width: 1000px;
	height: 100%;
	left: 100%;
	top: 0;
	background: rgba(48,172,230,.5);
}

.slide-box h3 {
	font-weight: bold;
	margin: 0;
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.home-slider .slick-dots {
	bottom: 20px;
	margin: 0;
}

.home-slider .slick-dots li button:before {
	content: "";
	background: #fff;
	opacity: .6;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.home-slider .slick-dots li.slick-active button:before {
	background: #2eafeb;
	opacity: 1;
}

.home-slider .slick-prev {
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 100;
	background: url(images/slick-prev.png) no-repeat center center;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before {
	display: none;
}

.home-slider .slick-next {
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 100;
	background: url(images/slick-next.png) no-repeat center center;
}

/*-----------------------------------*\
	$SECTION
\*-----------------------------------*/

.anchor {
	position: absolute;
	left: 0;
	top: -69px;
}

.section {
	background: #f8f8f8;
	padding: 30px 0 0;
	position: relative;
}

.icon-box {
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}

.icon-box .icon {
	width: 61px;
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.icon-box:hover .icon {
	-webkit-transform: rotate(360deg) scale(1.1);
	-moz-transform: rotate(360deg) scale(1.1);
	-ms-transform: rotate(360deg) scale(1.1);
	-o-transform: rotate(360deg) scale(1.1);
	transform: rotate(360deg) scale(1.1);
}

.icon-box h4 {
	color: #222;
}

.section-image {
	height: 300px;
	height: 80vh;
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}

.section-image:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/si1.png) no-repeat left top;
}

.section-image.rev:after {
	background: url(images/si2.png) no-repeat right top;
}

/*-----------------------------------*\
	$PRODUCTS
\*-----------------------------------*/

.section.products {
	background: #fff;
}

.product-box {
	width: 585px;
	padding: 0 15px;
	font-size: 14px;
}

.product-box.pb1 {
	float: right;
	padding-right: 30px;
}

.product-box.pb2 {
	padding-top: 20px;
	padding-left: 30px;
}

.product-box h3 {
	margin: 0;
}

.product-box h4 {
	padding-left: 60px;
	position: relative;
	margin: 5px 0;
}

.product-box h4:before {
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #30ace6;
}

.product-box p {
	padding-left: 60px;
	margin-bottom: 10px;
}

/*-----------------------------------*\
	$PARTNERS
\*-----------------------------------*/

.section.partners {
	background: #fff;
}

.partners-container {
	background: #f8f8f8;
	padding: 50px 0;
}

.partners .icon-box {
	font-size: 18px;
}

.partners .icon-box .icon {
	width: 101px;
}

.partners .icon-box h4 {
	color: #30ace6;
}

/*-----------------------------------*\
	$ABOUT
\*-----------------------------------*/

.section.about {
	background: #fff;
}

.about-container {
	background: url(images/about-bg.jpg) no-repeat fixed center center / cover;
	padding: 50px 0;
}

.about .icon-box {
	font-size: 18px;
	color: #fff;
}

.about .icon-box .icon {
	width: 101px;
}

.about .icon-box h4 {
	color: #fff;
}

/*-----------------------------------*\
	$CONTACT
\*-----------------------------------*/

.section.contact {
	font-size: 14px;
	background: #fff;
}

.contact a {
	color: #222;
}

.contact h4 {
	margin-top: 3px;
}

.wpcf7-recaptcha {
	margin-bottom: 10px;
}

.contact-page {}

.contact-box {
	position: absolute;
	left: 0;
	top: 80px;
}

.contact-map {
	margin-top: -1px;
}

#map {
	height: 500px;
	background: #cebd92;
	width: 50vw;
	width: calc(50vw - 15px);
}

.ua-chrome #map,
.ua-ie #map {
	width: calc(50vw - 23px);
}

/*-----------------------------------*\
	$SINGLE
\*-----------------------------------*/

.single-page {
	padding: 100px 0 50px;
}

/*-----------------------------------*\
	$WPCF7
\*-----------------------------------*/

div.wpcf7 img.ajax-loader {
	margin: 15px 10px 0 0;
}

body span.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
}

body .pricing-form span.wpcf7-not-valid-tip {
	color: #fff;
}

body div.wpcf7-response-output {
	margin: 20px 0 30px;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body div.wpcf7-validation-errors {
	border: none;
	color: #fff;
	background: #e07812;
	text-align: center;
	font-weight: bold;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
}

/*-----------------------------------*\
	$FANCYBOX
\*-----------------------------------*/

body .fancybox-overlay {
	background: rgba(255,255,255,.8);
}

body .fancybox-opened .fancybox-skin {
	background: #ddd;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

/*-----------------------------------*\
	$BOOTSTRAP COLS
\*-----------------------------------*/

.row.nomargin {
	margin-left: 0;
	margin-right: 0;
}

.row.nomargin .col-lg-1, .row.nomargin .col-lg-10, .row.nomargin .col-lg-11, .row.nomargin .col-lg-12, .row.nomargin .col-lg-2, .row.nomargin .col-lg-3, .row.nomargin .col-lg-4, .row.nomargin .col-lg-5, .row.nomargin .col-lg-6, .row.nomargin .col-lg-7, .row.nomargin .col-lg-8, .row.nomargin .col-lg-9, .row.nomargin .col-md-1, .row.nomargin .col-md-10, .row.nomargin .col-md-11, .row.nomargin .col-md-12, .row.nomargin .col-md-2, .row.nomargin .col-md-3, .row.nomargin .col-md-4, .row.nomargin .col-md-5, .row.nomargin .col-md-6, .row.nomargin .col-md-7, .row.nomargin .col-md-8, .row.nomargin .col-md-9, .row.nomargin .col-sm-1, .row.nomargin .col-sm-10, .row.nomargin .col-sm-11, .row.nomargin .col-sm-12, .row.nomargin .col-sm-2, .row.nomargin .col-sm-3, .row.nomargin .col-sm-4, .row.nomargin .col-sm-5, .row.nomargin .col-sm-6, .row.nomargin .col-sm-7, .row.nomargin .col-sm-8, .row.nomargin .col-sm-9, .row.nomargin .col-xs-1, .row.nomargin .col-xs-10, .row.nomargin .col-xs-11, .row.nomargin .col-xs-12, .row.nomargin .col-xs-2, .row.nomargin .col-xs-3, .row.nomargin .col-xs-4, .row.nomargin .col-xs-5, .row.nomargin .col-xs-6, .row.nomargin .col-xs-7, .row.nomargin .col-xs-8, .row.nomargin .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-md-1, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-sm-1, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-xs-1, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9 {
	max-width: 100%;
}

.col-xs-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 20%;
}

.col-sm-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {

	.col-sm-1-5 {
		float: left;
		width: 20%;
	}

}

/*-----------------------------------*\
	$WORDPRESS
\*-----------------------------------*/

img.alignleft,
img.alignright,
img.aligncenter {
	border-radius: 3px;
}

img.alignleft {
	float: left;
	margin: 0 15px 30px 0;
	max-width: 50%;
}

img.alignright {
	float: right;
	margin: 0 0 15px 30px;
	max-width: 50%;
}

img.aligncenter {
	display: block;
	margin: 20px auto;
}

/*-----------------------------------*\
	$INPUTS
\*-----------------------------------*/

label {
	font-size: 18px;
	font-weight: bold;
	color: #30ace6;
}

.form-control {
	background: #f6f6f6;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-bottom: 20px;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #222;
}

.btn {
	background: #30ace6;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	font-size: 18px;
	padding-left: 35px;
	padding-right: 35px;
}

.btn:hover {
	color: #fff;
	background: #3e5f6f;
}

/*-----------------------------------*\
	$TABLE
\*-----------------------------------*/

table {
	width: 100%;
	border-top: 1px solid #1e2734;
}

table td {
	border-bottom: 1px solid #1e2734;
}

/*-----------------------------------*\
	$RESPONSIVE
\*-----------------------------------*/

@media (min-width: 1600px) {

	.container {
		width: 1410px;
	}

	.slide-box {
		font-size: 36px;
	}

	.slide-box h3 {
		font-size: 72px;
	}

	.product-box {
		width: 705px;
		font-size: 18px;
	}

	.product-box.pb1 {
		padding-right: 60px;
	}

	.product-box.pb2 {
		padding-top: 40px;
		padding-left: 60px;
	}

}

@media (max-width: 1199px) {

	.product-box.pb1,
	.product-box.pb2 {
		width: 100%;
		padding: 30px;
		float: none;
	}

	.section-image {
		background-attachment: scroll;
	}

}

@media (max-width: 991px) {

	.header-nav ul li {
		margin: 0 10px;
	}

	.header-nav ul li a {
		font-size: 16px;
	}

	.slide-box {
		font-size: 18px;
		padding: 20px 0 20px 20px;
	}

	.slide-box h3 {
		font-size: 30px;
	}

	.ua-chrome #map,
	.ua-ie #map,
	#map {
		width: 100%;
		height: 300px;
	}

}

@media (max-width: 767px) {

	body {
		font-size: 14px;
	}

	.header {
		padding: 10px 0;
		background: #fff;
	}

	.home-slider.slick-slider {
		margin: 55px 0 0;
	}

	.footer {
		text-align: center;
	}

	.stilldesign img {
		float: none;
	}

	.header .logo img {
		width: 150px;
	}

	#navburger {
		margin: 8px 0 0;
	}

	.header-nav {
		display: none;
	}

	.header-nav.open {
		display: block;
	}

	.header-nav ul {
		height: auto;
		margin-top: 20px;
	}

	.header-nav ul li {
		display: block;
		margin: 0;
	}

	.header-nav ul li a {
		line-height: 40px;
		text-align: center;
	}

	.slide-box {
		bottom: 0;
		width: 100%;
		font-size: 13px;
		padding: 10px 15px;
	}

	.slide-box h3 {
		font-size: 16px;
	}

	.slide-box p {
		margin: 0;
	}

	.section-image {
		background-attachment: scroll;
	}

	.anchor {
		top: 0;
	}

}

/* ie fixed bg scroll */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	html{
		overflow: hidden;
		height: 100%;
	}

	body{
		overflow: auto;
		height: 100%;
	}

}*/