/*
	Theme Name: iwebsite-regular-theme
	Theme URI: https://iwebsite.co.il/
	Author: iWebsite
	Author URI: https://iwebsite.co.il/
 
	Template: genesis
	Template Version: 3.3
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Site Header
		- Title Area
		- Widget Area
		- Header Icons Area
		- Micart Icon		
	- Site Navigation
		- Header Navigation
		- Primary Navigation
	- Search
	- Site Footer
		- Footer Widgets
		- Copyright
	- Additional
		- Global
		- Site Preloader
		- Back to top
	- Cotnact page	
	- Woocommerce
		- Global
		- Single Product
			-- Single product quantity
		- Archive Page
		- Cart	
		- Checkout
	- Media queries	

*/		

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */
.woocommerce ul.products li.product .price:before,
ul.sub-menu:before,
ul.cart-list:before,
li.mini_cart_item:before,
.single_variation_wrap:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.mini-cart-dropdown ul.cart_list:before, 
.mini-cart-dropdown ul.cart_list li:before {
	content: " ";
	display: table;
}

.woocommerce ul.products li.product .price:after,
ul.sub-menu:after,
ul.cart-list:after,
li.mini_cart_item:after,
.single_variation_wrap:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.mini-cart-dropdown ul.cart_list:after, 
.mini-cart-dropdown ul.cart_list li:after {
	clear: both;
	content: " ";
	display: table;
}


/* Typographical Elements
---------------------------------------------------------------------------------------------------- */
html {
	font-size: 16px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Heebo', sans-serif;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.2;
}

ins {
	text-decoration: none!important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #0f0f0f;
	text-decoration: none;
	outline: none!important;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

button {
	outline: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.75rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid rgba(15, 15, 15, 0.3);
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	color: #2e2f33;
	font-size: 1rem;
	padding: 0 10px;
	width: 100%;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.woocommerce form .form-row input.input-text {
	line-height: 40px;
    height: 40px;
}

.woocommerce form p.form-row.label-hidden > label {
	display: none;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="number"] {
	width: auto;
}

input::-webkit-input-placeholder {color:#0F0F0F;}
input::-moz-placeholder          {color:#0F0F0F;}
input:-moz-placeholder           {color:#0F0F0F;}
input:-ms-input-placeholder      {color:#0F0F0F;}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* WPCF7
--------------------------------------------- */

.footer-widgets form.wpcf7-form input:-webkit-input-placeholder {color:#fff;}
.footer-widgets form.wpcf7-form input::-webkit-input-placeholder {color:#fff;}
.footer-widgets form.wpcf7-form input::-moz-placeholder {color:#fff;}
.footer-widgets form.wpcf7-form input:-moz-placeholder  {color:#fff;}
.footer-widgets form.wpcf7-form input:-ms-input-placeholder {color:#fff;}


/* Buttons
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.button,
.btn,
.button.alt, 
.woocommerce a.button.alt, 
.btn.alt, 
.woocommerce .site-inner #respond input#submit,
.woocommerce .site-inner a.button,
.woocommerce .site-inner button.button,
.woocommerce .site-inner input.button,
.site-inner .product button.button.alt,
.site-inner .woocommerce button.button,
button#place_order,
.btn-second, 
.button-second,
.woocommerce-MyAccount-content a.woocommerce-Button.button  {
	display: inline-block;
	border:2px solid #000;
	background-color: #000;
	width: auto;
	font-size: 1rem;
	font-weight: 400;
    line-height: 40px;
	color: #fff;
	cursor: pointer;
    padding: 0 12px;
	text-align: center;
	outline: none;
    border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
a.button:hover,
.button:hover,
.btn:hover,
.button.alt:hover, 
.btn.alt:hover, 
.woocommerce .site-inner #respond input#submit:hover,
.woocommerce .site-inner a.button:hover,
.woocommerce .site-inner button.button:hover,
.woocommerce .site-inner input.button:hover,
.site-inner .product button.button.alt:hover,
.mini-cart-dropdown .buttons a:hover,
button#place_order:hover,
.site-inner .woocommerce a.button.alt:hover,
.btn-second:hover, 
.button-second:hover {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.button {
	display: inline-block;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1640px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding: 0 0 20px; 
}

.home .site-inner {
	padding: 0;
}

/* Content
--------------------------------------------- */

.content {
	float: right;
	width: 100%;
}

.home .content {
	padding: 0;
}

.content-sidebar .content {
	width: 65%;
}

/* Sidebars
--------------------------------------------- */

.sidebar {
	float: left;
	display: none;
	font-size: 1rem;
	margin-bottom: 0;
}

.sidebar-content .sidebar ,
.content-sidebar .sidebar {
	width: 33%;
	display: block;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-content .sidebar {
	float: right;
	border: none;
	text-align: right;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 0;
}


/* Content with / without sidebars
--------------------------------------------- */

.full-width-content .content {
	width: 100%;
	max-width: 100%;
	float: none;
}

.full-width-content .sidebar {
	display: none;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Column Classes
--------------------------------------------- */
.one-half-img,
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.one-half-img,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.one-third-eq {
	float: left;
	width: 33.33%;
}

.one-half-eq {
	float: left;
	width: 50%;
}

.one-fourth-eq {
	float: left;
	width: 25%;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 999;
	/*background-color: #fff;*/
	/*display: none;*/
}

.admin-bar .site-header {
	top: 32px;
}

.bumper {
	min-height: 110px;
}

/*
Title Area
---------------------------------------------------------------------------------------------------- */
.title-area {
    float: left;
    padding: 0;
    /*width: 20%;*/
    width: 105px;
}

.title-area.site-description,
.title-area .site-title {
    display: block;
    text-indent: -9999px;
}

.site-title {
    /*font-size: 1rem;*/
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

/* include logo.png as genesis logo
*/
.site-title a {
    width: 100%;
    float: left;
    /*background-image: url(./assets/images/logo.png);*/
    background-image: url(./assets/images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.site-description {
    margin-bottom: 0;
   	height: 0;
    text-indent: -9999px; 
}

.phone-number {
	float: left;
}

.phone-number a{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}	

/*
Widget Area
---------------------------------------------------------------------------------------------------- */

.site-header .widget-area {
    float: left;
    width: 40%;
}

.header-icons-container {
    float: right;
    position: relative;
}

.site-header .wrap {
	max-width: 100%;
	padding: 30px 30px 10px;
}

/*
Dropdown menu */
.nav-dropdown {
    position: absolute;
    top: 40px;
    right: auto;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility 0.2s;
    -moz-transition: opacity .2s, visibility 0.2s;
    -ms-transition: opacity .2s, visibility 0.2s;
    -o-transition: opacity .2s, visibility 0.2s;
    transition: opacity .2s, visibility 0.2s;
    z-index: 99;
}

.site-header .left-widget {
	float: left;
	width: 40%;
}

.search-icon-container {
	max-width: 220px;
    display: inline-block;
}

/*
Header Icons Area
---------------------------------------------------------------------------------------------------- */

.header-icons-container > div {
    display: inline-block;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
    position: relative;
    display: inline-block;
}

/* menu inside widget
*/
.header-widget-area .nav-primary {
    top: 25px;
    width: 75%;
}

/* menu inside header
*/
.nav-menu-main .nav-primary {
	display: block;
}

/* menu after header
*/

.genesis-nav-menu {
    -webkit-font-smoothing: subpixel-antialiased;
    clear: both;
    line-height: 1;
    width: 100%;
    display: flex;
}

.genesis-nav-menu > .menu-item {
    display: inline-block;
    text-align: center;
	flex-basis: 100%;
}

.genesis-nav-menu li a {
	color: #0f0f0f;
	display: block;
	line-height: 35px;
	font-size: 1rem;
	font-weight: 400;
}

.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu li a:hover {
	color: #FF7777;
}

/*
Search
---------------------------------------------------------------------------------------------------- */


/*
Site Footer
---------------------------------------------------------------------------------------------------- */


/* Footer Widgets
*/
.footer-widgets {
	background-color: #000000;
	clear: both;
	padding: 80px 0 50px;
	width: 100%;
}


.footer-widgets .footer-widget-area {
	float: left;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color:#FF7777;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.333%;
}

.footer-widget-area  .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: middle;
}

.footer-widget-area  .wpcf7-form-control-wrap input.wpcf7-email {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
	color: #fff;    
}

.footer-widget-area .icon-submit{
	display: inline-block;
	vertical-align: middle;
	position: relative;
    background-color: #fff;
    border-radius: 50%;
	width: 40px;
	height: 40px;
	background-image: url('./assets/images/icons/arrow-left.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;

    position: absolute;
    right: 0;    
}

.footer-widget-area .icon-submit {
	transform: scale(-1);
}

.footer-widget-area .icon-submit .ajax-loader {
	position: absolute;
}


.footer-widget-area .icon-submit .wpcf7-submit {
	background-color: transparent;
	font-size: 0;
	border:none;
	padding: 0;
	height: 100%;
    width: 100%;
}

.footer-widget-area .icon-submit:hover {
	background-color: #FF7777;
}

/* Copyright
*/
.site-footer {
    background-color: #fff;
    font-size: .875rem;
    padding:  10px;
    color: #000;
    direction: ltr;
}

.site-footer span.del {
	padding: 0 5px;
}

.site-footer, .site-footer a {
    color: #000;
}

.site-footer p {
    margin-bottom: 0;
    text-align: center;
}

.footer-fixed .footer-widgets {
	position: absolute;
	bottom: 35px;
	left: 0;
}

/*
Additional
---------------------------------------------------------------------------------------------------- */
/* Global
*/

a.post-edit-link {
	display: none;
}

#map {
    min-height: 300px;
}

ul.social-links-list li {
	display: inline-block;
    line-height: 1;
    padding: 0 10px 0 0;
}

ul.social-links-list li.youtube {
	display: none;
}

ul.social-links-list li a {
	line-height: 1;
}

ul.social-links-list li a svg path{
	fill: #fff;
}

ul.social-links-list li a:hover svg path {
	fill:#FF7777;
}

ul.social-links-list li a svg  {
	width: 24px;
	height: 24px;
}

/*
Site Preloader
*/
.preloader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.preloader-active .preloader-overlay {
    opacity: 1;
    visibility: visible;
}

.preloader-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #222;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


/*
####################################################################################################
####################################################################################################
####################################################################################################
####################################################################################################
CHILD THEME BASIC DEMO STYLES
####################################################################################################
####################################################################################################
####################################################################################################
####################################################################################################
---------------------------------------------------------------------------------------------------- */


/* CUSTOM SCROLLBAR STYLE
*/
/*.theme-scrollbar::-webkit-scrollbar-thumb,
ul.iwebsite-minicart::-webkit-scrollbar-thumb,
.wishlist-dropdown .wishlist-overlay::-webkit-scrollbar-thumb {
    background-color: #555555;
}

.theme-scrollbar::-webkit-scrollbar,
ul.iwebsite-minicart::-webkit-scrollbar,
.wishlist-dropdown .wishlist-overlay::-webkit-scrollbar {
    width: 0.3rem;
    max-height:50px; 
}

.theme-scrollbar::-webkit-scrollbar-thumb,
ul.iwebsite-minicart::-webkit-scrollbar-thumb,
.wishlist-dropdown .wishlist-overlay::-webkit-scrollbar-thumb {
    height:20px;
}*/


/* END CSUTOM SCROLLBAR STYLE
*/

/* 
SLIDER paralax
---------------------------------------------------------------------------------------------------- */

.back-to-top-container, 
.breadcrumb, 
.site-footer {
	display: none;
}

.paralax-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.paralax-slider--inner {
	overflow: hidden;
    width: inherit;
    height: inherit;
}

/**/


.paralax-slider .section-block .wrap {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.section-text-container {
	position: relative;

	height: 532px;
	overflow: hidden;
}

/*.section-text-container:first-child {
	border: 5px solid red;
}

.section-text-container:nth-child(2) {
	border: 5px solid orange;
}

.section-text-container:nth-child(3) {
	border: 5px solid yellow;
}

.section-text-container:nth-child(4) {
	border: 5px solid green;
}

.section-text-container:nth-child(5) {
	border: 5px solid azure;
}

.section-text-container:nth-child(6) {
	border: 5px solid blue;
}

.section-text-container:nth-child(7) {
	border: 5px solid violet;
}*/

.section-text-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 540px;
	width: 100%;
}

.section-image-container {
    width: 908px;
    height: 532px;
	position: relative;
	float: left;
	/*border: 5px solid #c00;*/
	/*	
	width: 856px;
	height: 480px;
	background-image: url(./assets/images/tablet-cropped.png);
	background-image: url(./assets/images/tablet.png);*/
}

.section-image-background {
	width: 100%;
    height: 100%;
	background-image: url(./assets/images/tablet.png);
	background-size:cover;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

/* here paddings image 24/24px
*/
.section-mobile-image {
    width: 174px;
    height: 306px;
	background-image: url(./assets/images/mobile.png);
	/* 26px is padding outer frame
	*/
	position: absolute;
	/*bottom: 26px;*/
	/*right: 26px;*/
	bottom: -30px;
	right: -30px;
}

.section-mobile-image img, 
.section-image-container img.img {
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 20px;
}

.section-image-container video {
	/*width: 770px;*/
	height: 460px;
	width: 836px;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 20px;	
}

/* 
paralax  zone
---------------------------------------------------------------------------------------------------- */

.paralax-zone-paralax-zone {
	max-width: 1024px;
	margin: 0 auto;
}

.paralax-zone-wrap {
    visibility: visible;
    background: transparent;
    padding: 0px;
    height: 975px;
    display: block;
    width: 1920px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    max-height: none;
    overflow: visible;
}

.paralax-zone-module {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 1920px;
    max-height: none;
}

.paralax-zone-static-layers  {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    /*background-image: url(./assets/images/tablet.png);*/
}

.paralax-zone-slides {
    visibility: visible;
    max-height: none;
    height: 100%;
    width: 100%;
    overflow: hidden;

    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0;
}

.paralax-zone-slide {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 1;
    visibility: inherit;
}

.paralax-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none!important;
}

.paralax-forser {
    display: block;
    width: 100%;
    pointer-events: none;
    height: 613px;
}

/* PARALAX BLOCK, image\video + text ( title + subtitle )
*/
.section-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	position: fixed;
	width: 100%;
	height: 130vh;	
	transform: translateY(30vh);
	/*transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);*/
	-webkit-transition: all .3s cubic-bezier(0.22, 0.44, 0, 1);
	-moz-transition: all .3s cubic-bezier(0.22, 0.44, 0, 1);
	-ms-transition: all .3s cubic-bezier(0.22, 0.44, 0, 1);
	-o-transition: all .3s cubic-bezier(0.22, 0.44, 0, 1);
	transition: all .3s cubic-bezier(0.22, 0.44, 0, 1);
}

.section-block:first-child {
  transform: translateY(-15vh);
}

/* Set stacking context of slides */

.section-block:nth-child(1) {
  z-index: 20;
}

.section-block:nth-child(2) {
  z-index: 19;
}

.section-block:nth-child(3) {
	z-index: 18;
}

.section-block:nth-child(4) {
	z-index: 17;
}

.section-block:nth-child(5) {
	z-index: 16;
}

.section-block:nth-child(6) {
	z-index: 15;
}

.section-block.up-scroll {
	-webkit-transform: translate3d(0, -15vh, 0);
	-moz-transform: translate3d(0, -15vh, 0);
	-ms-transform: translate3d(0, -15vh, 0);
	-o-transform: translate3d(0, -15vh, 0);
	transform: translate3d(0, -15vh, 0);
}

.section-block.up-scroll + .section-block {
  	/*transform: translate3d(0, 30vh, 0);*/
	-webkit-transform: translate3d(0, 30vh, 0);
	-moz-transform: translate3d(0, 30vh, 0);
	-ms-transform: translate3d(0, 30vh, 0);
	-o-transform: translate3d(0, 30vh, 0);
	transform: translate3d(0, 30vh, 0);
}

.section-block.down-scroll {
	transform: translate3d(0, -130vh, 0);
}

.section-block.down-scroll + .section-block:not(.down-scroll) {
 	transform: translate3d(0, -15vh, 0);
}

/* SECTION SCROLL BLOCK
*/

.section-slide {
	overflow: hidden;
	padding: 15vh 0;
	z-index: 19;
	position: fixed;
	width: 100%;
	height: 100vh;
	-webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
	-moz-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
	-ms-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
	-o-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
	transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

.main-video {

	position: fixed;
	width: 100%;
	z-index: 20;

	-webkit-transition: transform 0.65s;
	-moz-transition: transform 0.65s;
	-ms-transition: transform 0.65s;
	-o-transition: transform 0.65s;
	transition: transform 0.65s;

	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.main-video.active-video  {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.section-scroll-block {
/*	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 140vh;	
	transform: translateY(40vh);*/

	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
    height: inherit;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 0px);
	transition: all 1.5s;
}

.section-slide .slide-text--container {
	float: right;
	width: 40%;
}

.section-slide .slide-video--container {
	float: left;
	width: 55%;
}


.section-scroll-block:first-child {
/*	opacity: 1;
	visibility: visible;*/
}

/*.section-scroll-block.up-scroll {
	opacity: 0;
	visibility: hidden;
}

.section-scroll-block.up-scroll + .section-scroll-block {
	opacity: 1;
	visibility: visible;
}*/

.section-scroll-block.hidden {
	opacity: 0;
	visibility: hidden;
}

/*.section-scroll-block.down-scroll + .section-scroll-block:not(.down-scroll) {*/
.section-scroll-block.animate {
 	opacity: 1;
	visibility: visible;
}

/* ANIMATION INSIDE SLIDE 
*/

.section-text-content .title {
	font-size: 3.75rem;
	font-weight: 700;
	margin: 0 0 30px;
}

.section-text-content .subtitle {
	font-size: 1.125rem;
	line-height: 1.5;
}

.section-text-content .title,
.section-text-content .subtitle {
	opacity: 0;
    visibility: hidden;

    -webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: transform 0.5s, opacity 0.3s;
	-moz-transition: transform 0.5s, opacity 0.3s;
	-ms-transition: transform 0.5s, opacity 0.3s;
	-o-transition: transform 0.5s, opacity 0.3s;
	transition: transform 0.5s, opacity 0.3s;
}

.section-text-content .subtitle {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay:0.2s;
	transition-delay: 0.2s;
	margin: 0;
}


.section-text-content.animate .subtitle, 
.section-text-content.animate .title {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/*.section-text-content.animate .subtitle,
.section-text-content.animate .title,

.animate .section-text-content .subtitle,
.animate .section-text-content .title ,

.up-scroll .section-text-content .subtitle ,
.up-scroll .section-text-content .title {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
    opacity: 1;
}*/

/*.section-scroll-block:first-child {
    border: 5px solid red;
}

.section-scroll-block:nth-child(2) {
    border: 5px solid orange;
}

.section-scroll-block:nth-child(3) {
    border: 5px solid yellow;
}

.section-scroll-block:nth-child(4) {
    border: 5px solid green;
}

.section-scroll-block:nth-child(5) {
    border: 5px solid #7389ca;
}

.section-scroll-block:nth-child(6) {
    border: 5px solid blue;
}

.section-scroll-block:nth-child(6) {
    border: 5px solid violet;
}*/

/* Custom bullets
*/

.slider-tumbler {
	position: fixed;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}

.slider-tumbler .slider-bullets {

}

.slider-tumbler .slider-bullets li {
	margin: 0 0 20px;
	cursor: pointer;
}

.slider-tumbler .slider-bullets li:last-child {
	margin: 0;
}

.slider-tumbler .slider-bullets li:before {
	content: "";
	border: 1px solid #FF3C2B;
	width: 10px;
	height: 10px;
	background-color: #FF3C2B;
	display: inline-block;
	margin: 0 0 0 10px;
	border-radius: 50%;
}

.slider-tumbler .slider-bullets li.active:before {
	background-color:transparent;
}

.circle {
	border: 1px solid #FF3C2B;
	width: 10px;
	height: 10px;
	background-color: transparent;
}

.circle.full {
	background-color:  #FF3C2B;
}

/* Ecommerce shop offer
*/

.contact-form, 
.ecommerce-shop {
	padding: 60px 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);	
}

.ecommerce-shop {
    background-color: #fff;
}

.contact-form {
	background-color: #F0F5F7;
}

.contact-form.active-screen, 
.ecommerce-shop.active-screen {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);	
}

.ecommerce-shop.active-screen.move-up {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);	
}

.ecommerce-shop > .wrap {
	max-width: 1055px;
}

.ecommerce-shop .title {
	max-width: 520px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 44px;
}

.ecommerce-shop .text {
	text-align: center;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 44px;
}

.price-table--container {
	margin: 0 0 40px;
}

.price-table--container .price-propotion {

}

.price-table--container .item {
	border: 1px solid #F24941;
	border-radius: 10px;
}

.ecommerce-shop-mobile--overlay .item ul.list-items ,
.price-table--container .item ul.list-items {
	font-size: .78125rem;
}


.ecommerce-shop-mobile--overlay .item ul.list-items li:not(:last-child) ,
.price-table--container .item ul.list-items li:not(:last-child) {
	margin: 0 0 15px;
}

.ecommerce-shop-mobile--overlay .item ul.list-items li:before,
.price-table--container .item ul.list-items li:before {
	content: url( ./assets/images/v.svg );
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.price-table--container .item h3 {
	padding: 22px 25px;
	border-bottom: 1px solid #F24941;
	margin: 0;
	font-size: 1.5rem;
}

.price-table--container .item .list h4 {
	/*font-size: 1rem;*/
	font-size: .78125rem;
	margin: 0 0 15px;
}

.price-table--container .item .list {
	padding: 30px 25px 0;
}

.price-table--container .item .price {
	/*padding: 15px 25px;*/
	padding: 0 25px;

	font-size: 2rem;
	color: #F24941;
	font-weight: 600;
	margin: 30px 0 ;
}

.price-table--container .item  button.button.offer {
	width: 100%;
	background-color: #F24941;
	color: #fff;
	border: none;
	line-height: 40px;
	text-align: center;
	font-size: 1rem;
	border-radius: 0 0 8px 8px;
}

/* contact form
*/

.section-slide.contact-form {
	background-color: #F0F5F7;
}

.contact-form-wrap-header {
	padding: 20px 0;
	border-bottom:  1px solid #E9EEF8;
	font-weight: 500;
	margin-bottom: 30px;
}

.section-slide.contact-form .contact-form-wrap {
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 20px 30px 30px;
	max-width: 460px;
	width: 100%;
	/*margin: 0 auto;*/

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}

.contact-form-wrap .contact-form-logo {
	text-align: center;
}


.section-slide.contact-form .contact-form-wrap select {
	background-color: #E9EEF8;
	border: none;
	border-radius: 6px;
	line-height: 40px;
	height: 40px;
}

.section-slide.contact-form .contact-form-wrap input[type=text],
.section-slide.contact-form .contact-form-wrap input[type=email],
.section-slide.contact-form .contact-form-wrap input[type=tel] {
	background-color: #E9EEF8;
	border: 1px solid #E9EEF8;
	border-radius: 6px;
}


.section-slide.contact-form .contact-form-wrap input.wpcf7-not-valid[type=text],
.section-slide.contact-form .contact-form-wrap input.wpcf7-not-valid[type=email],
.section-slide.contact-form .contact-form-wrap input.wpcf7-not-valid[type=tel] {
	border-color: #FF3C2B;
}

.section-slide.contact-form .contact-form-wrap .wpcf7-form-control-wrap.valid input[type=text],
.section-slide.contact-form .contact-form-wrap .wpcf7-form-control-wrap.valid input[type=email],
.section-slide.contact-form .contact-form-wrap .wpcf7-form-control-wrap.valid input[type=tel] {
	border-color: #5AAC6E;
}

.section-slide.contact-form .contact-form-wrap input[type=submit]{
	background-color: #F24941;
	border-radius: 6px;
	width: 100%;
	border-color: #F24941;
	line-height: 44px;
	margin-bottom: 0;
}

.section-slide.contact-form .contact-form-wrap .wpcf7-spinner {
	position: absolute;
}


.section-slide.contact-form .contact-form-wrap form.wpcf7-form > p {
	margin: 0 0 20px;
	position: relative;
}

.section-slide.contact-form .contact-form-wrap form.wpcf7-form > p .wpcf7-form-control-wrap {
	display: block;
}

.section-slide.contact-form .contact-form-wrap form.wpcf7-form > p .wpcf7-form-control-wrap.not-valid:after {
	content: "";
	background-image: url(./assets/images/not-valid.svg);
	background-position: 50% 50%;
	background-repeat:no-repeat;
	display: block;

	position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    width: 20px;
    height: 20px;
}

.section-slide.contact-form .contact-form-wrap form.wpcf7-form > p .wpcf7-form-control-wrap.valid:after {
	content: "";
	background-image: url(./assets/images/valid.svg);
	background-position: 50% 50%;
	background-repeat:no-repeat;

	display: block;

	position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    width: 20px;
    height: 20px;
}

.section-slide.contact-form .contact-form-wrap form.wpcf7-form > p.submit {
	margin: 0;
}

.section-slide.contact-form .contact-form-wrap form.wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	/*left: -60px;*/
	/*bottom: -75%;*/
	bottom: -35px;
	left: -40px;


	z-index: 1;
	font-size: .75rem;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
	padding: 10px 10px;
	cursor: pointer;
}

/* Scroll icon
*/

.scroll-icon {
	position: fixed;
	left: 	20px;
	bottom: 30px;
	z-index: 30;
	-webkit-animation: MoveUpDown 1s linear infinite;
	animation: MoveUpDown 1s linear infinite;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 30px;
  }
  50% {
    bottom: 35px;
  }
}

button.view-more {
	display: none;
	color: #F24941;
	font-size: 0.875rem;
	margin: 10px auto 30px;
	background-color: transparent;
	border: none;
	line-height: 1;
	height: auto;
}


/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

	.section-slide .slide-text--container,
	.section-slide .slide-video--container,

	.section-slide .one-third,
	.section-slide .two-thirds {
		width: 100%;
		float: none	;
		margin: 0 auto;
		clear: both;
	}

	.slider-tumbler {
		/*display: none;*/
		top: auto;	
		bottom: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	    transform: translate(0, 0);
	    width: 100%;
	    padding: 10px 0;
	    text-align: center;
	    z-index: 20;

    	-webkit-user-select:none;
    	-moz-user-select:-moz-none;
		-ms-user-select:none;user-select:none;
	}

	.slider-tumbler .slider-bullets li {
		margin: 0 0 0 5px;
		display: inline-block;
	}

	.slider-tumbler .slider-bullets li:before {
		margin: 0 0 0 5px;
	}

	.wrap {
		padding: 0 10px;
	}

	.section-text-container {
		overflow: unset;
		height: auto;
	    height: 22vh;
	    /*width: 100vw;*/
		/*display: none;*/
	}

	.main-video {
	    height: 100vh;
    	background-color: #F1F6FE;
	}

	.main-video {
/*		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0);	*/
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		transform: translate(100%, 0);			
	}

	.contact-form,
	.ecommerce-shop {
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0);	
	}

	.contact-form.active-screen,
	.ecommerce-shop.active-screen,
	.main-video.active-video {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);	
	}

	.main-video video{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}

	/**/

	.section-image-container {
	    margin: 0 auto;
    	float: none;
	}

	.section-text-content {
		/*padding-top: 90px;*/
	    /*position: static;*/

	    width: 100%;
	    position: absolute;
	    top: auto;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0);
	    -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    /*bottom: 0;*/
	}

	.section-text-content.animate .subtitle, .section-text-content.animate .title {
		text-align: center;
	}

	.section-text-content .title {
	    font-size: 2.5rem;
	}

	.section-mobile-image {
		width: 56px;
		height: 99px;
		bottom: 0;
		right: 0;

    	background-size: contain;
	}

	.section-mobile-image img,
	.section-image-container img.img {
		width: 90%;
    	border-radius: 3px;
	}
}

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

	.section-image-container {
	    width: 100%;
	    height: 60vh;
	}

	.section-image-container video {
	    width: 92%;
    	height: 52vh;
	}

	button.view-more { 
		display: block
	}
}

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

	.site-header .wrap {
	    padding: 15px 20px;
	}

	.price-table--container .item .list {
		display: none;
	}

	.ecommerce-shop .title {
		display: none;
	}

	.section-slide .one-third {
		width: 100%;
	}

	.section-slide .price-propotion {
		margin: 0 0 20px;
	}

	.price-table--container .item h3 {
	    padding: 12px 15px;
	    font-size: 1.25rem;
	}

	.price-table--container .item .price {
		font-size: 1.5rem;
		margin: 15px 0;
	}

	/*
	*/
	.section-text-content .title {
	    font-size: 2rem;
	    margin: 0 0 15px;
	} 

	.section-text-content .subtitle {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 680px) {
	.section-image-container {
	    width: 100%;
	    /*height: 43vh;*/
	    height: 30vh;
	}

	.section-image-container video {
	    width: 92%;
    	/*height: 50vh;*/
    	height: 26vh;
	}
}

@media only screen and (max-width: 500px) {
	.admin-bar .site-header {
	    top: 0;
	}

	.admin-bar #wpadminbar {
	    display: none;	    
	}

	html {
	    margin-top: 0!important;
	}	


	.slider-tumbler .slider-bullets li {
    	/*margin: 0 0 0 2px;*/
	}

	.slider-tumbler .slider-bullets li:before {
		margin: 0 0 0 2px;
	}

	.section-slide.contact-form .contact-form-wrap {
		padding: 15px 20px 15px;
		max-width: 300px;
	}
}

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

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

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

@media only screen and (max-height: 460px) {}


.ecommerce-shop-mobile--overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0 15px;
}

.ecommerce-shop-mobile--overlay.active {
    opacity: 1;
    visibility: visible;	
}

.ecommerce-shop-mobile--overlay.active .item {
	padding-top: 100px;
}

.ecommerce-shop-mobile-close {
	position: absolute;
    top: 60px;
    right: 20px;
}