/*
Theme Name: Aradi Aqua
Theme URI: https://aradiaqua.hu
Description: Az Aradi Aqua weboldalának alapértelmezett sablonja
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

*, *:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active { transition: background-color 5500s ease-in-out 0s; -webkit-text-fill-color: white !important; }

@font-face { 
	font-family: 'FuturaPT'; 
	src: url("fonts/FuturaPT-Light.eot"); 
	src: url("fonts/FuturaPT-Light.eot?#iefix") format('embedded-opentype'),url("fonts/FuturaPT-Light.woff") format('woff'),url("fonts/FuturaPT-Light.ttf") format('truetype'),url("fonts/FuturaPT-Light.svg#MetaSerifPro-Book") format('svg');
	font-weight: 300; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'FuturaPT'; 
	src: url("fonts/FuturaPT-Book.eot"); 
	src: url("fonts/FuturaPT-Book.eot?#iefix") format('embedded-opentype'),url("fonts/FuturaPT-Book.woff") format('woff'),url("fonts/FuturaPT-Book.ttf") format('truetype'),url("fonts/FuturaPT-Book.svg#MetaSerifPro-Book") format('svg');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'FuturaPT';
	src: url("fonts/FuturaPT-Medium.eot"); 
	src: url("fonts/FuturaPT-Medium.eot?#iefix") format('embedded-opentype'),url("fonts/FuturaPT-Medium.woff") format('woff'),url("fonts/FuturaPT-Medium.ttf") format('truetype'),url("fonts/FuturaPT-Medium.svg#MetaSerifPro-Book") format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}


body { font-family: 'FuturaPT', sans-serif; font-size: 18px; font-weight: 300; color: white; line-height: 22px; background: #0f1518; overflow-x: hidden; }
body.promotions { background: #6f5a4c; }
body.rwd_menu__opened { overflow: hidden; }

textarea, input, select, button { font-family: 'FuturaPT', sans-serif; font-size: 19px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { margin: 30px 0; border-top: 5px solid #efefed; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; }
.inner_900 { max-width: 900px; }
.alignleft { margin: 0 20px 5px 0; float: left; }
.alignright { margin: 0 0 5px 20px; float: right; }
.aligncenter { margin: 0 auto 20px auto; display: block; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red { color: #d82c41; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Cols */
.row { font-size: 0; }
.row .col { font-size: 18px; vertical-align: top; display: inline-block; }
.row .col_50 { width: 50%; }
.row .col_33 { width: 33.3333333333%; }
.row .col_25 { width: 25%; }
.row .col_20 { width: 20%; }

.row.row_table { width: 100%; display: table; table-layout: fixed; }
.row.row_table .col { display: table-cell; }

/* Animation */
.anim, #header menu ul li a:after { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 50px; padding: 0 30px; font-size: 16px !important; font-weight: 400; text-decoration: none !important; text-align: center; color: white !important; line-height: 50px; background-color: transparent; background-repeat: no-repeat; background-position: center; border: 1px solid white; display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { color: #0f1518 !important; background-color: white; }
.button:disabled { color: white; background-color: #999; border-color: #999; }

.button.button_red { color: white !important; background: #d82c41; border: none; }
.button.button_red:hover { background: #0f1518; }

.button.button_full { width: 100%; padding: 0; text-align: center; display: block; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: transparent; border: 2px solid #575c5e; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important;  -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #c1a063; position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 20px; height: 20px; left: 0px; top: 0px; font-size: 18px; font-weight: 500; text-align: center; color: #2ecc71; line-height: 20px; position: relative; display: block; content: '✔'; }


/*
-------------
	MODAL
-------------
*/
.mfp-content .modal_panel { max-width: 900px; margin: 20px auto; padding: 30px !important; color: #000; background: white; display: block; position: relative; }
.mfp-content .modal_panel h1 { margin-bottom: 20px; font-size: 40px; font-weight: 500; line-height: 1; }
.mfp-content .modal_panel h3 { margin-bottom: 10px; font-size: 25px !important; line-height: 1 !important; }

.mfp-content .modal_panel .mfp-close { width: 40px; height: 40px; right: 0; top: 0; text-indent: -9999px; background: #d82c41 url(images/icon_close_white.svg) no-repeat center; background-size: 20px; position: absolute; z-index: 10; cursor: pointer; opacity: 1 !important; }
.mfp-content .modal_panel .mfp-close:hover { background-color: #0f1518; }



/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; padding: 20px; font-size: 17px; color: white; background: #0f1518; position: fixed; z-index: 100; opacity: 0; overflow: hidden; visibility: hidden; }
#rwd_menu label { margin-bottom: 10px; font-size: 14px; font-weight: 400; color: #d82c41; display: block; }
#rwd_menu select { min-width: 60px; height: 40px; color: white; background: #a3a3a3; }

/* Menu */
#rwd_menu ul { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed rgba(255,255,255,0.1); position: relative; z-index: 1; } 
#rwd_menu ul li { left: -10px; position: relative; opacity: 0; list-style: none; -webkit-transition: all 0 cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0 cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0 cubic-bezier(0.19, 1, 0.22, 1); transition: all 0 cubic-bezier(0.19, 1, 0.22, 1); }
#rwd_menu ul li a { padding: 10px 0; font-size: 34px; font-weight: 400; color: white; line-height: 1; display: block; position: relative; }

/* Contact */
#rwd_menu .contact p { margin-bottom: 20px; }
#rwd_menu .contact a { font-size: 22px; text-decoration: none; color: white; }

body.rwd_menu__opened #rwd_menu { opacity: 1; visibility: visible; }
body.rwd_menu__opened #rwd_menu ul li { left: 0; opacity: 1; -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }


/*
---------------
	HEADER
---------------
*/
#header { width: 100%; height: 80px; left: 0; top: 0; font-size: 18px; background: #0f1518; position: fixed; z-index: 100; }
#header:after { width: 100%; height: 1px; left: 0; bottom: 0; background: rgba(255,255,255,0.1); display: none; position: absolute; content: ''; }
#header .inner { height: 100%; }

/* Logo */
#header .logo { width: 140px; height: 50px; left: 50px; position: absolute; z-index: 2; }
#header .logo img { width: auto; height: 100%; display: block; }

/* Menu */
#header ul.menu { width: 100%; height: 80px; left: 0; top: 0; padding-top: 20px; font-size: 0; text-align: center; position: absolute; z-index: 1; }
#header ul.menu li { margin: 0 20px; vertical-align: top; display: inline-block; }
#header ul.menu li a { height: 40px; font-size: 18px; font-weight: 400; color: #b0b0b0; line-height: 40px; display: block; }
#header ul.menu li a:hover { color: white; }
#header ul.menu li.active a { font-weight: 500; color: white; }
#header ul.menu li a.alt_button { padding: 0 15px; font-weight: 400 !important; color: white; background: #d82c41; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#header ul.menu li a.alt_button:hover { text-decoration: underline; }

/* Phone */
#header .phone { height: 40px; right: 50px; padding-left: 50px; color: white; line-height: 40px; position: absolute; z-index: 3; }
#header .phone:before { width: 40px; height: 40px; left: 0; top: 0; background: url(images/icon_phone.svg) no-repeat center; background-size: auto 20px; border: 2px solid #d82c41; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#header .phone:hover:before { background-color: white; border-color: white; }

/* RWD button */
#header .rwd_button { width: 50px; height: 50px; right: 20px; top: 15px; border: 2px solid #d82c41; position: absolute; z-index: 3; cursor: pointer; }
#header .rwd_button .waves { width: 30px; height: 30px; left: 8px; top: 8px; background: url(images/waves.svg) no-repeat center; background-size: auto 18px; position: absolute; -webkit-animation: animatedBackground 3s linear infinite; -moz-animation: animatedBackground 3s linear infinite; animation: animatedBackground 3s linear infinite; }

@keyframes animatedBackground {
	from { background-position: -11px center; }
	to { background-position: 100% center;  }
}

@-webkit-keyframes animatedBackground {
	from { background-position: -11px center; } 
	to { background-position: 100% center; }
}

#header .rwd_button .close { width: 30px; height: 30px; left: 8px; top: 8px; background: url(images/icon_close_white.svg) no-repeat center; background-size: auto 18px; opacity: 0; position: absolute; }

body.rwd_menu__opened #header .rwd_button .waves { opacity: 0; }
body.rwd_menu__opened #header .rwd_button .close { opacity: 1; }

/* Fixed header */
body.fixed_header #header:after { display: block; }


/*
--------------
	SLIDER
--------------
*/
#slider { height: 100%; height: calc(100vh - 80px); background: #222; position: relative; z-index: 1; }
#slider .slick-list, 
#slider .slick-track, 
#slider .slick-slide { height: 100%; outline: none; position: relative; }
#slider .slick-slide { background-repeat: no-repeat; background-position: center; background-size: cover; }
#slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0); position: absolute; }
#slider .slick-slide .title { width: 60%; font-size: 70px; font-weight: 300; line-height: 1; }
#slider .slick-slide .text { width: 60%; margin-top: 50px; font-size: 22px; font-weight: 300; line-height: 30px; }
#slider .slick-slide .button { margin-top: 30px; }


/*
--------------------------
	PRODUCT NAVIGATION
--------------------------
*/
.product_navigation { width: calc(100% - 30px); margin-bottom: 20px; padding-top: 20px; border-top: 1px solid #ddd; }
.product_navigation .prev, 
.product_navigation .next { width: 50%; }
.product_navigation .next { text-align: right; }


/*
----------------
	PRODUCTS
----------------
*/
#products { padding: 50px 0; }
#products .product_wrapper { font-size: 0; }
#products .product_wrapper .product { width: 33.3333333333%; margin-bottom: 70px; vertical-align: top; display: inline-block; position: relative; }
#products .product_wrapper .product img { width: auto; height: 470px; display: block; position: relative; z-index: 2; }
#products .product_wrapper .product .count { left: 80px; top: 200px; font-size: 220px; color: #2a2e30; letter-spacing: -2px; position: absolute; z-index: 1; }
#products .product_wrapper .product .entry { width: 100%; right: 0; bottom: 0; padding: 0 20px 30px 180px; font-size: 18px; position: absolute; z-index: 3; }
#products .product_wrapper .product .entry .title { margin-bottom: 10px; font-size: 40px; font-weight: 500; line-height: 1; }
#products .product_wrapper .product .entry .subtitle { margin-bottom: 20px; font-size: 22px; font-weight: 300; color: #d82c41; line-height: 1; }
#products .product_wrapper .product .entry .excerpt { margin-bottom: 30px; }
#products .product_wrapper .product .entry .read_more.has_loader { width: 70px; padding: 0; text-indent: -9999px; background-color: white !important; background-image: url(images/button_spinner.gif); }
#products .product_wrapper .product .thumbnail { display: inline-block; position: relative; z-index: 4; }
#products .product_wrapper .product .thumbnail img { top: 0; position: relative; z-index: 4; }
#products .product_wrapper .product .thumbnail:hover img { top: -5px; }

#products .product_wrapper .product.last { min-height: 470px; border: 1px solid #3f4446; opacity: 1 !important; }
#products .product_wrapper .product.last img { width: auto; height: 50px; margin-bottom: 20px; display: block; }
#products .product_wrapper .product.last .info { width: 100%; left: 0; bottom: 0; padding: 40px; font-size: 22px; line-height: 30px; position: absolute; }

#product_details { padding: 50px 0; color: #000; background: white; }
#product_details .col.col_image { width: 300px; }
#product_details .col.col_image img { width: 100%; max-width: 150px; height: 100%; max-height: 470px; display: inline-block; }

#product_details .col.col_text { padding-right: 50px; font-weight: 400; line-height: 22px; }
#product_details .col.col_text p { margin-bottom: 20px; }
#product_details .col.col_text .icon { height: 40px; margin-bottom: 10px; padding-left: 50px; line-height: 40px; background-repeat: no-repeat; background-position: left center; background-size: auto 40px; }
#product_details .col.col_text .icon.cold_water { background-image: url(images/icon_cold_water.svg); }
#product_details .col.col_text .icon.hot_water { background-image: url(images/icon_hot_water.svg); }
#product_details .col.col_text .icon.sparkling_water { background-image: url(images/icon_sparkling_water.svg); }

#product_details .col.col_cf { width: 400px; padding: 20px; color: white; background: #0f1518; }
#product_details .col.col_cf h3 { color: white; }
#product_details .col.col_cf a { text-decoration: underline; color: white; }
#product_details .col.col_cf a:hover { text-decoration: none; }
#product_details .col.col_cf .cf_wrapper { max-width: 780px; margin-left: auto !important; margin-right: auto !important; }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 50px 0; }
#aboutus .row .col.col_image { padding-right: 80px; font-size: 0; position: relative; }
#aboutus .row .col.col_image .zoom_image { max-width: 100%; height: auto; top: 30px; margin: 10px 0; display: inline-block; position: relative; opacity: 0; }
#aboutus .row .col.col_image .zoom_image.img_1 { width: 80%; }
#aboutus .row .col.col_image .zoom_image.img_2 { width: 60%; }
#aboutus .row .col.col_image .zoom_image.img_3 { width: 80%; }
#aboutus .row .col.col_image .zoom_image.img_4 { width: 100%; }
#aboutus .row .col.col_image .zoom_image img { max-width: 100%; height: auto; display: block; }
#aboutus .row .col.col_image .col_image_left { width: 50%; height: 100%; padding: 100px 15px 0; text-align: right; vertical-align: top; display: inline-block; }
#aboutus .row .col.col_image .col_image_right { width: 50%; height: 100%; padding: 0 15px; vertical-align: top; display: inline-block; }

/* Animation */
#aboutus .row .col.col_image.reveal .zoom_image { top: 0; opacity: 1; }

/* Text */
#aboutus .row .col.col_text { padding-right: calc((100% - 1200px) /2); vertical-align: middle; }


/*
--------------
	WHY US
--------------
*/
#why_us { padding-bottom: 50px; }
#why_us .row .col { padding: 0 20px; font-size: 22px; font-weight: 500; line-height: 30px; }
#why_us .row .col .icon { width: 100px; height: 100px; margin: 0 auto 30px; background-repeat: no-repeat; background-position: center; background-size: auto 50px; border: 2px solid #d82c41; }


/*
------------------
	TECHNOLOGY
------------------
*/
#technology { padding-top: 50px; background: url(images/bgr_technology.webp) no-repeat left top; border-top: 1px solid rgba(255,255,255,0.2); }
#technology .technology_top { padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,0.2); }
#technology .technology_top .left_right_text { background: url(images/img_technology_0.webp) no-repeat center; }
#technology .technology_top .left_right_text .text { max-width: 400px; }

#technology .technology_bottom { padding-top: 50px; }
#technology .technology_bottom h3 { margin-bottom: 40px; }

#technology .technology_bottom .filtering_process_wrapper { max-width: 860px; margin: auto; }
#technology .technology_bottom .filtering_process_wrapper article { margin-bottom: 50px; }
#technology .technology_bottom .filtering_process_wrapper article:nth-child(even) { padding-left: 50px; }
#technology .technology_bottom .filtering_process_wrapper article:nth-child(odd) { padding-right: 50px; }
#technology .technology_bottom .filtering_process_wrapper article .thumbnail { max-height: 260px; min-height: 150px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#technology .technology_bottom .filtering_process_wrapper article .thumbnail:after { padding-top: 70%; display: block; content: ''; }
#technology .technology_bottom .filtering_process_wrapper article .thumbnail .count { width: 40px; height: 40px; left: 0; bottom: 0; font-size: 20px; text-align: center; color: white; line-height: 40px; background: #d82c41; position: absolute; }
#technology .technology_bottom .filtering_process_wrapper article .entry { padding-top: 20px; }
#technology .technology_bottom .filtering_process_wrapper article .entry .title { margin-bottom: 10px; padding-bottom: 5px; font-size: 22px; font-weight: 500; border-bottom: 1px solid #d82c41; display: inline-block; }


/*
------------------
	AKCIO
------------------
*/

#discount .kep-felett { padding-bottom: 50px; padding-top: 100px;}
#discount .kep-alatt { padding-top: 50px; }
#discount .kep-alatt .button {
	margin-top: 20px;
    background-color: #d72c41;
    border: none;
	font-size: 18px !important;
}
#discount .kep-alatt .button:hover {color: #ffffff !important; text-decoration: underline !important;}
#discount .discount-img {width: 100%; height: auto;}
#discount #container p {margin-bottom: 5px;}
.page-template-template-discount {background: linear-gradient(180deg, rgba(83,114,148,1) 0%, rgba(20,20,12,1) 100%);}




/*
----------------
	CONTENT
----------------
*/
#container { padding-top: 50px; padding-bottom: 50px; }

#container p { margin-bottom: 20px; }
#container strong { font-weight: 500; }

#container h3 { margin-bottom: 10px; font-size: 40px; font-weight: 500; line-height: 50px; }
#container h4 { margin-bottom: 20px; font-size: 22px; font-weight: 300; line-height: 30px; }

#container ul { margin-bottom: 20px; }
#container ul li { padding-left: 20px; position: relative; list-style: none; }
#container ul li:before { width: 6px; height: 6px; left: 0; top: 8px; background: #d82c41; position: absolute; content: ''; }

/* Section */
#container .section_subtitle { height: 20px; margin-bottom: 30px; padding-left: 80px; font-size: 15px; font-weight: 400; text-transform: uppercase; color: #d82c41; line-height: 20px; position: relative; }
#container .section_subtitle:before { width: 60px; height: 1px; left: 0; top: 50%; background: #d82c41; position: absolute; content: ''; }
#container .intro_text { max-width: 70%; margin-bottom: 50px; font-size: 40px; font-weight: 400; line-height: 50px; }

/* Iframe wrapper */
#content .iframe_wrapper { height: 0; margin-bottom: 30px; padding-bottom: 56.25%; padding-top: 25px; position: relative; }
#content .iframe_wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }

.zoom {
display: inline-block;
overflow: hidden; 
position: relative; 
display: block; 
}
/* magnifying glass icon */

.zoom img {
display: block;
}
.zoom img::selection {
background-color: transparent;
}


/*
---------------
	FOOTER
---------------
*/
#footer { padding-top: 100px; background: url(images/bgr_contact.webp) no-repeat center top; border-top: 1px solid rgba(255,255,255,0.2); position: relative; }
#footer:before { width: 1px; height: 60px; left: 50%; top: 0; background: rgba(255,255,255,0.2); position: absolute; content: ''; }

/* Logo */
#footer .logo { width: 200px; height: 70px; margin: 0 auto 70px; display: block; }
#footer .logo img { width: auto; height: 100%; margin: auto; display: block; }

/* Social media */
#footer .social_media { margin-bottom: 50px; }
#footer .social_media .title { margin-bottom: 10px; font-size: 16px; font-weight: 500; }
#footer .social_media a { width: 50px; height: 50px; margin: 0 3px; vertical-align: top; background-repeat: no-repeat; background-position: center; background-size: auto 20px; border: 1px solid rgba(255,255,255,0.2); display: inline-block; }
#footer .social_media a:hover { background-color: #d82c41; border-color: #d82c41; }
#footer .social_media a.facebook { background-image: url(images/icon_facebook_white.svg); }
#footer .social_media a.instagram { background-image: url(images/icon_instagram_white.svg); }
#footer .social_media a.youtube { background-image: url(images/icon_youtube_white.svg); }

/* Contact */
#footer .contact { font-size: 22px; line-height: 30px; }
#footer .contact p { margin-bottom: 20px; }
#footer .contact p:last-child { margin-bottom: 0; }
#footer .contact a { text-decoration: underline; color: white; }
#footer .contact a:hover { text-decoration: none; }
#footer .contact .sites { margin-top: 50px; font-size: 0; }
#footer .contact .sites .site { width: 50%; max-height: 450px; min-height: 200px; vertical-align: top; background-repeat: no-repeat; background-position: center; background-size: cover; display: inline-block; position: relative; }
#footer .contact .sites .site:before { padding-top: 60%; display: block; content: ''; }


/*
---------------
	CONTACT
---------------
*/
#contact { padding-top: 50px; border-top: 1px solid #3f4446; }
#contact .text { max-width: 500px; margin: 0 auto 50px; }
#contact .text a { text-decoration: underline; color: white; }
#contact .text a:hover { text-decoration: none; }
#contact .text h3 { margin-bottom: 10px; font-size: 40px; font-weight: 500; line-height: 50px; }
#contact .text h4 { margin-bottom: 20px; font-size: 22px; font-weight: 300; line-height: 30px; }

/* Map */@media screen and (orientation: landscape) {
#map_canvas { height: 70vh !important; background: #0f1518; }}#map_canvas { height: 40vh; background: #0f1518; }


/*
-----------------
	COPYRIGHT
-----------------
*/
#copyright { padding: 50px 0; border-top: 1px solid #3f4446; position: relative; }
#copyright a { text-decoration: underline; color: white; }
#copyright a:hover { text-decoration: none; }
#copyright a.scroll_up { width: 50px; height: 50px; left: 50%; top: -25px; margin-left: -25px; text-decoration: none !important; background: #0f1518 url(images/icon_arrow_up_white.svg) no-repeat center; background-size: auto 20px; border: 1px solid #3f4446; display: block; position: absolute; }


/*
--------------
	FORM
--------------
*/
.form-row { margin-bottom: 20px !important; }
.form-row.form-row-first { width: calc(50% - 20px); float: left; }
.form-row.form-row-last { width: calc(50% - 20px); float: right; }
.form-row.form-row-wide { width: 100%; float: none; clear: both; }

.form-row a { text-decoration: underline; color: #333; }
.form-row a:hover { color: #000; }
.form-row br { display: none; }
.form-row label { font-size: 14px; font-weight: 500; text-align: left; text-transform: uppercase; color: white; line-height: 20px; display: block; }

.form-row select,
.form-row textarea,
.form-row input[type=tel],
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=number],
.form-row input[type=password] { width: 100%; height: 44px; font-size: 16px; color: white; background: transparent; border-bottom: 2px solid #575c5e; }

.form-row select:focus,
.form-row textarea:focus,
.form-row input[type=tel]:focus,
.form-row input[type=text]:focus,
.form-row input[type=email]:focus,
.form-row input[type=number]:focus,
.form-row input[type=password]:focus { border-bottom-color: #d82c41; }

.form-row textarea { height: 120px; padding-top: 10px; resize: vertical; }

/* Error */
.error { padding: 10px 20px; font-size: 16px; color: #242424; background: #fbcdcc; border-left: 5px solid #f1655c; position: relative; }

/* CF7 */
.wpcf7 { max-width: 780px; margin-left: auto !important; margin-right: auto !important; }
.wpcf7 .ajax-loader { background-image: url(images/wpcf7_spinner.gif) !important; }

.wpcf7 .wpcf7-acceptance { padding-top: 10px; display: block; }
.wpcf7 .wpcf7-acceptance a { text-decoration: underline; color: white; }
.wpcf7 .wpcf7-acceptance a:hover { text-decoration: none; }
.wpcf7 .wpcf7-acceptance label { font-size: 16px; font-weight: 300; text-transform: none; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1440px) { 

	/* DEFAULT */
	.p_l_30 { padding-left: 20px; }
	.p_r_30 { padding-right: 20px; }
	
	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* HEADER: Phone */
	#header .phone { right: 20px; }
	
	/* SLIDER */
	#slider .slick-slide .title { font-size: 60px; }
}

@media only screen and (max-width: 1200px) { 

	/* DISPLAY: None */
	.hide_in_1200 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_1200 { display: block !important; }

	/* HEADER: Menu */
	#header ul.menu li { margin: 0 15px; }
	
	/* SLIDER */
	#slider .slick-slide .title { width: 70%; }
	#slider .slick-slide .text { width: 70%; margin-top: 30px; }
	
	/* PRODUCT NAVIGATION */
	.product_navigation { width: 100%; }
	
	/* PRODUCTS */
	#product_details .row { display: block; }
	#product_details .col { display: inline-block; }
	#product_details .col.col_image { width: 300px; padding-bottom: 30px; }
	#product_details .col.col_image img { width: 100%; max-width: 150px; height: 100%; max-height: 470px; display: inline-block; }
	
	#product_details .col.col_text { width: calc(100% - 300px); padding-right: 0; padding-bottom: 30px; }
	
	#product_details .col.col_cf { width: 100%; }
	
	/* ABOUT US */
	#aboutus .row .col.col_image { padding-right: 50px; }
	#aboutus .row .col.col_image .image.image1 { top: 0; right: 0; }
	
	/* WHY US */
	#why_us .row .col { font-size: 18px; font-weight: 400; line-height: 22px; }
	
	/* TECHNOLOGY */
	#technology .technology_top { padding-bottom: 50px; }
	#technology .technology_top .left_right_text { background: none; }
	#technology .technology_top .left_right_text .text { max-width: none; }
	
	/* CONTENT: Section */
	#container .intro_text { max-width: 80%; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER: Phone */
	#header .phone { right: 100px; }
	
	/* PRODUCTS */
	#products { padding: 50px 0; }
	#products .product_wrapper .product { width: 50%; margin-bottom: 50px; }
	
	/* ABOUT US */
	#aboutus { padding: 50px 0; }
	#aboutus .row { display: block; }
	#aboutus .row .col { width: 100%; display: block; }
	#aboutus .row .col.col_image { padding-right: 0; display: table-footer-group; }
	#aboutus .row .col.col_image .zoom_image.img_1 { width: 100%; }
	#aboutus .row .col.col_image .zoom_image.img_2 { width: 80%; }
	#aboutus .row .col.col_image .zoom_image.img_3 { width: 80%; }
	#aboutus .row .col.col_image .zoom_image.img_4 { width: 100%; }
	#aboutus .row .col.col_text { padding-left: 0; padding-bottom: 30px; padding-bottom: 0; display: table-header-group; }
	
	/* WHY US */
	#why_us { padding: 50px 0; }
	#why_us .row .col { width: 50%; }
	#why_us .row .col:nth-child(1), 
	#why_us .row .col:nth-child(2) { margin-bottom: 30px; }
	
	/* TECHNOLOGY */
	#technology { padding-top: 50px; }
	#technology .technology_bottom { padding-top: 50px; }
	#technology .technology_bottom h3 { margin-bottom: 30px; }
	#technology .technology_bottom .filtering_process_wrapper article:nth-child(even) { padding-left: 20px; }
	#technology .technology_bottom .filtering_process_wrapper article:nth-child(odd) { padding-right: 20px; }
	
	/* Section */
	#container .intro_text { max-width: 100%; margin-bottom: 30px; font-size: 30px; line-height: 40px; }
	
	/* CONTACT */
	#contact { padding: 50px 0; }
}

@media only screen and (max-width: 768px) { 

	/* SLIDER */
	#slider { height: auto; }
	#slider .slick-slide { max-height: 600px; min-height: 300px; text-align: center; }
	#slider .slick-slide:after { padding-top: 80%; display: block; content: ''; }
	#slider .slick-slide .title { width: 100%; max-width: 640px; margin-left: auto; margin-right: auto; font-size: 8vw; }
	#slider .slick-slide .text { width: 100%; max-width: 640px; margin-left: auto; margin-right: auto; font-size: 18px; line-height: 22px; }
	
	/* PRODUCTS */
	#products { padding: 30px 0; }
	#products .product_wrapper .product { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; display: block; }
	#products .product_wrapper .product img { height: 400px; }
	#products .product_wrapper .product .count { top: 140px; font-size: 180px; }
	#products .product_wrapper .product .entry { padding: 0 0 30px 150px; }
	
	#products .product_wrapper .product.last { min-height: inherit; }
	#products .product_wrapper .product.last .info { left: auto; bottom: auto; padding: 30px; position: relative; }
	
	#product_details .col.col_image { width: 200px; }
	
	#product_details .col.col_text { width: calc(100% - 200px); }
	
	/* ABOUT US */
	#aboutus .row .col.col_image .image.image1 { height: 400px; }
	
	/* WHY US */
	#why_us { padding: 30px 0; }
	
	/* TECHNOLOGY */
	#technology { padding-top: 30px; }
	#technology .technology_bottom { padding-top: 30px; }
	
	/* CONTACT */
	#contact { padding: 30px 0 50px; }
}

@media only screen and (max-width: 640px) { 

	/* DISPLAY: None */
	.hide_in_640 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_640 { display: block !important; }
	
	/* PRODUCTS */
	#products .product_wrapper .product { max-width: 320px; }
	#products .product_wrapper .product img { height: 340px; }
	#products .product_wrapper .product .count { top: 120px; left: 60px; }
	#products .product_wrapper .product .entry { padding-left: 140px; }
	
	#product_details .col.col_image { width: 100%; display: block; }
	#product_details .col.col_image img { width: auto; height: 340px; }
	
	#product_details .col.col_text { width: 100%; display: block; }
	
	/* ABOUT US */
	#aboutus .row .col.col_image .image.image1 { height: 300px; }
	
	/* WHY US */
	#why_us .row .col { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; margin-bottom: 30px; font-size: 22px; line-height: 30px; display: block; }
	#why_us .row .col:last-child { margin-bottom: 0; }
	
	/* TECHNOLOGY */
	#technology .technology_bottom .filtering_process_wrapper article { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; display: block; }
	#technology .technology_bottom .filtering_process_wrapper article:nth-child(even) { padding-left: 0; }
	#technology .technology_bottom .filtering_process_wrapper article:nth-child(odd) { padding-right: 0; }
	
	/* FOOTER */
	#footer { background: none; }
	
	/* CONTACT */
	#contact { background: none; }
	
	/* FORM */
	.form-row.form-row { text-align: left !important; } 
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
	.form-row.form-row .button { width: 100%; display: block; }
}

@media only screen and (max-width: 480px) { 

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_480 { display: block !important; }

	/* SLIDER */
	#slider .slick-slide .text { margin-top: 20px; }
	
	/* ABOUT US */
	#aboutus .row .col.col_image .image.image1 { height: 200px; }
	
	/* COPYRIGHT */
	#copyright .laws { display: block; }
	#copyright a.link { margin-top: 10px; display: block; }
	
	/* FOOTER: Contact */
	#footer .contact .sites .site { width: 100%; display: block; }
}
