/*
Theme Name: Eletroonilised hinnasildid
Theme URI: http://elektroonilisedhinnasildid.ee
Author: Kenno Pajumaa 
Author URI: https://codeway.ee
Description:  EL hinnasildid single page website
Version: 1.0.0
Text Domain: cw-hinnasildid
Tags: full-width template, one page website
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:"Rubik", "Roboto", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 300;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 42px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  text-align:center;
  padding-top:80px;
  margin-bottom:0;
}
h3 {
  font-size: 32px;
  line-height: 25px;
  color:initial;
  margin-bottom:25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-size:20px;
  color:#4d4d4d;
  font-weight:300;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: transparent;
 /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
  padding: .74rem 1rem;
  height:130px;
  transition:height .2s ease-in-out;
  position:absolute; 
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  
}
/*.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
	position:fixed;
	left:0;
	height:	76px!important;
	background-color:#fafafa;
	transition:height .2s ease-in-out;
  } */

.navbar-brand {
	padding-top:10px;
	margin-top:2px;
	transition:margin-top .2s ease-in-out;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display:block;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#main-nav {
	top:5px;
	transition:top 0.2s ease-in-out;
}
#page-sub-header {
  width:100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  height:850px;
  transition:margin-top 0.4s ease-in!important;
  overflow:hidden;
  margin-top:-70px;
}
.hero-video {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:140%;
}
.hero-text {
	position:relative;
	z-index:999;
	text-align:left;
}
.hero-text {
	margin-top:280px;
}
#page-sub-header .hero-text h1 {
	width:70%;
	line-height:1.2!important;
	margin-bottom:20px;
	color:white;
}
#page-sub-header .hero-text p {
	margin-left:0;
	width:80%;
	font-size:20px;
}
#page-sub-header .hero-text a {
	margin-top:40px;
	display:inline-block;
	padding:12px 40px;
	background-color: rgba(0,0,0,0.4);
	border:1px solid #e1001e;
	border-radius:50px;
	color:white;
	font-size:22px;
	font-weight:400;
}


#page-sub-header p, #page-sub-header span {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 300;
  color:#AFDEF0;
}
body:not(.theme-preset-active) #page-sub-header p {
	color: #fff;
}

#page-sub-header span {
	display:block;
	margin-top:80px;
	font-size:36px;
}
a.ask-for-offer {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background-color:#7AC142;
  padding:10px 50px;
  border-radius:30px;
  margin-top:40px;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  margin-top:20px;
}
#masthead nav li {
	margin-right:15px;
}
#masthead nav #main-nav {
	width:100%;
	position:absolute;
	margin:0 auto;
}
#masthead nav #main-nav ul {
	margin:0 auto;
	text-align:center;
	margin-top:10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a, 
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  font-weight: 500;
  text-transform:initial;
  font-size:20px;
  background: transparent;
  font-weight:300;
}

.navbar-brand {
  height: auto;
  width:105px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.lifted-intro {
	margin-top:-250px;
	background-color:white;
	padding:40px 60px;
	border-radius:10px;
}
.headings {
	text-align:center;
}
.headings p {
	margin-bottom:60px;
}
.about-slides .about-slider {
	height:540px;
	margin-top:40px;
	margin-bottom:0;
}
.about-slider .slick-list, .about-slider .slick-track {
	height:100%;
}
.slide {
	position:relative;
}
.about-slider .slide-description {
	background-color:#fff;
	padding:25px 200px;
	font-size:20px;
	position:absolute;
	bottom:0;
	width:100%;
	font-weight:300;
	height:110px;
	display:table;
}
.about-slider .slide-description p {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.slick-prev, .slick-next {
	top:auto;
	bottom:0;
	background-color:#f2f3f4;
	display: block;
    width: 56px;
    height: 56px;
	z-index:999;
	border-radius:50%;
}
.slick-next {
	right:40px;
}
.slick-prev {
	left:40px;
}
.slick-dots {
	top:25px;
	right: 30px;
    width: auto;
}
.slick-dots li.slick-active button:before {
	width:18px;
	height:18px;
	content:"";
	border-radius:50%;
	background-color:#000;
	margin-top:-3px;
}
.slick-dots li button:before {
	opacity:1;
	width:12px;
	height:12px;
	content:"";
	border-radius:50%;
	background-color:#e6e6e6;
}

.offer-form .offer-headings {
	text-align:center;
}
.offer-form .form-container {
/*	background-color:#363636;
	border-radius:4px;
	min-height:450px;
	padding:50px 60px;*/
	padding-left:40px;
}
.offer-form .form-holder {
	margin-top:80px;
	background-color:#363636;
	border-radius:4px;
	min-height:450px;
	padding:50px 40px;
}
.offer-form .form-container  h4 {
	color:white;
	font-size:36px;
	margin-bottom:40px;
}
.priceslider {
	display:inline-block;
	line-height:2;
	vertical-align:middle;
	padding-top:0;
	margin-bottom:0;
}
.priceslider span {
	vertical-align:middle;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 5px;
  vertical-align:sub;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.prod-price-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 6px;
  right: 0;
  bottom: 0;
  background-color: #e6e6e6;
  -webkit-transition: .4s;
  transition: .4s;
}

.prod-price-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .prod-price-slider {
  background-color: #AFDEF0;
}

input:focus + .prod-price-slider {
  box-shadow: 0 0 1px #2196F3; 
}

input:checked + .prod-price-slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
  background-color:#000;
}
.prod-price-slider.round {
  border-radius: 34px;
}

.prod-price-slider.round:before {
  border-radius: 50%;
  background-color:#b3b3b3;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #e6e6e6;
  outline: none;
  transition: 0.4s;
  border-radius:4px;
  margin-top:10px;
  height:70px;
  padding-left:20px;
}
.accordion:first-of-type {
	margin-top:0;
}

.prop-list .active, .accordion:hover {
  background-color: #fff;
}


.panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height:0;
  transition:max-height .2s ease-out;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.accordion h3 {
	display:inline-block;
	font-size:20px;
	font-weight:700;
	margin-left:10px;
	color:#808080;
}
.accordion:after {
  content: "";
  background-image:url('inc/images/arrow-down.png');
  background-size:25px;
  background-position:center center;
  background-repeat:no-repeat;
  width:30px;
  height:30px;
  font-size: 13px;
  color: #777;
  float: right;
  margin-top: 17px;
  margin-right: 20px;
}
.props-list h2 {
	text-align:left;
}
.props-list .active:after {
  content: ""; 
  transform:rotate(180deg);
}
.accordion:focus {
	outline:none;
}
.panel p {
	padding-top:20px;
	padding-left:20px;
}
.offer-phonenr {
	width:100%;
	margin-top:80px;
	font-size:24px;
	font-weight:400;
	color:#000;
}

.props-list h4 {
	font-size:28px;
	margin-top:30px;
	line-height:1.2;
}
.baasjaam {
	padding-top:20px;
	padding-bottom:10px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	margin-bottom:30px;
}
.baasjaam img {
	float:left;
	max-width:120px;
	margin-right:20px;
}
.baasjaam p {
	font-size:16px;
}
.baasjaam strong {
	font-size:18px;
	display:inline-block;
	padding-top:15px;
}
.baasjaam strong span  {
	font-weight:300;
}
.baasjaam .input-group {
	display:block;
	position:relative;
	height:80px;
	margin-top:30px;
}
.baasjaam .input-group .input-group-btn {
	position:absolute;
	width:36px;
	height:36px;
	background-color:#eaeef0;
	border-radius:50px;
}
.baasjaam .input-group .input-group-btn button {
	width:36px;
	height:36px;
}
.baasjaam .input-group .input-group-btn:first-of-type {
	left:0;
	top:8px;
}
.baasjaam .input-group .input-group-btn:last-of-type {
	left:124px;
	top:8px;
}
.baasjaam-container {
	margin-top:50px;
}
.baasjaam .input-group input {
	padding-left:4px;
	padding-right:4px;
}
.baasjaam-submit {
	position:absolute;
	left:200px;
	padding:12px 25px;
	background-color:#e1001e;
	width:180px;
	color:white;
	border:none;
	border-radius:50px;
	top:4px;
}
.baasjaam .baasjaam-quant {
	position:absolute;
	left:50px;
}
.baasjaam-quant {
	width:60px!important;
}
.hinnasildid h3 {
	font-size:20px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:24px;
}
.selected-wrapper {
	min-height: 100px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 12px;
}
.selected-wrapper img {
	max-width:140px;
	width:140px;
}
.hdn-proplist {
	position:absolute;
	left:1000px;
}
.offer-phonenr a {
	color:#e1001e;
	text-decoration:underline;
}
.section-info h2 {
	text-align:left;
}
.section-info p {
	font-size:18px;
	line-height:1.7;
}
.askmore-form input {
	height:60px;
}
.info-holder {
	position:relative;
	background-color:#f8f8f8;
	margin-top:80px;
	overflow:hidden;
	padding-bottom:100px;
}
.info-holder .info-bg  {
	background-image:url('inc/images/rtt-watson-bg-image.png');
	background-repeat:no-repeat;
	/*background-position: 1000px top;*/
	overflow:visible;
	position:absolute;
	top:-70px;
	right:-25px;
	height:800px;
	width:1000px;
}
.section-info ul {
	line-height:1.8;
	font-size:22px;
	font-weight:300;
	color:initial;
	margin-top:40px;
	margin-bottom:40px;
}
.section-info ul li::marker {
	color:#e1001e;
}
.askmore-form textarea {
	height:145px;
}
.choose-addings {
	color:white;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
}

.select-inner {
	padding:15px 35px;
	display:block;
	width:100%;
	background-color:#eaeef0;
	border-radius:50px;
	position:relative;
}
.select-inner .arrow-down {
	width:20px;
	height:20px;
	display:block;
	background-image:url('inc/images/arrow-down.png');
	background-size:20px;
	position:absolute;
	right:30px;
	top:18px;
}

.agree-to-terms {
	color:white;
	padding-top:25px;
}
.agree-to-terms span {
	width:auto;
	display:inline-block;
	vertical-align:inherit;
	margin-top:-2px;
	color:white;
}
.agree-to-terms span a {
	color:white;
}
.agree-to-terms input {
	width:20px;
	height:20px;
	margin-right:10px;
	margin-top:5px;
}
.agree-to-terms-holder {
	position:relative;
	padding-left:30px;
	color:#fff;
}

.privacy-agree-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 9999;
    left: 20px;
    top: -5px;
}
.agree-to-terms-holder .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
	border:2px solid #DF001D;
	border-radius:50%;
}
.agree-to-terms-holder input:checked ~ .checkmark {
  background-color: #029c4b;
  border:2px solid #029c4b;
}
.agree-to-terms-holder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.agree-to-terms-holder input:checked ~ .checkmark:after {
  display: block;
}
.agree-to-terms-holder .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.agree-to-wrap {
	padding-left:0;
}
button.ask-for-offer {
	background-color:#e1001e;
	color:#fff;
	border-radius:30px;
	padding:10px 45px;
	font-size:20px;
	margin-top:20px;
}
.form-prop {
	display:block;
	color:white;
	background-color:transparent;
	padding:4px 8px;
	margin-right:7px;
	font-weight:300;
	border-radius:4px;
	margin-bottom:7px;
	transition:background-color 0.2s ease-in;
}
.remove-prod {
	width:20px;
	height:20px;
	background-color:#e1001e;
	display:block;
	float:right;
	border-radius:50px;
	position:relative;
}
.remove-prod:hover {
	cursor:pointer;
}
.remove-prod:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    top: 4px;
}
.remove-prod:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: white;
    transform: rotate(-45deg);
    position: absolute;
    left: 9px;
    top: 4px;
}
.select-container:hover {
	cursor:pointer;
}
.modal-body {
	padding:20px 50px;
}
.modal-body .item-wrapper {
	width:100%;
	display:flex;
	padding:10px 0;
	border-bottom:1px solid #ebebeb;
}
.modal-body .item-wrapper img {
	width:100px;
	height:auto;
	margin-right:30px;
	float:left;
}
.modal-body .item-wrapper .image-n-cont {
	width:calc(100% - 150px);
}
.item-wrapper .name-n-desc {
	float:left;
}
.item-wrapper .name-n-desc h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:5px;
	margin-top:10px;
}
.item-wrapper .name-n-desc p {
	font-size:14px;
	margin-bottom:3px;
}
.modal-body .item-wrapper button {
	width:150px;
	height:46px;
	background-color:#e1001e;
	border-color:#e1001e;
	border-radius:50px;
	margin-top:10px;
}
.modal-body .item-wrapper button:active {
	background-color:#e1001e;
	border-color:#e1001e;
}
.items-selected .image-n-cont img {
	width:180px;
	height:auto;
	margin-right:30px;
	float:left;
}
.selected-wrapper .img-n-cont {
	display:block;
	width:calc(100% - 175px);
	float:left; 
}
.selected-wrapper .img-n-cont img {
	margin-right:20px;
	float:left;
}
.selected-wrapper .img-n-cont img {
	width:80px;
}
.selected-wrapper .img-n-cont input {
	float:right;
	width:120px;
	height:46px;
	border:1px solid #ebebeb;
	text-align:right;
}
.selected-wrapper .name-n-desc {
   float:left; 
   width:320px;
}	
.selected-wrapper .name-n-desc h3 {
	font-size:20px;
	font-weight:400;
	margin-top:4px;
	margin-bottom:5px;
}
.selected-wrapper .name-n-desc p {
	font-size:16px;
	margin-bottom:4px;
}
.selected-wrapper button {
	float:right;
	width:160px;
	border-radius:50px;
	padding:8px 20px;
	background-color:#e1001e;
	border:none;
	color:white;
	margin-top:3px;
}
.logo-row {
	background-color:white;
	min-height:145px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.our-clients-text {
	margin-top:32px;
	display:inline-block;
	padding-right:50px;
	border-right:1px solid #f1f1f1;
	line-height:80px;
}
.client-logo-img {
	margin-right:40px;
}
.client-logo-img:first-of-type {
	margin-left:40px;
}
.video-area {
	background-color:#eaeef1;
	padding-bottom:120px;
}
.video-container {
	width:900px;
	height:500px;
	margin:0 auto;
}

.contact-headline {
	padding-bottom:45px;
}

.contact-holder {
	background-color:#363636;
}

.contact-info {
	text-align:left;
	padding-top:50px;
}
.contact-info p {
	font-size:18px;
}
.contact-holder h2 {
	color:white;
	position:relative;
	z-index:1;
	text-align:left;
}

.contact-holder strong {
	margin-bottom:20px;
	display:block;
}

.contact-holder p {
	color:white;
	margin:0 auto;
	font-weight:400;
	line-height:2;
}
.contact-form {
	text-align:left;
	margin-top:100px;
}
.contact-form label {
	color:white;
	font-size:14px;
	font-weight:bold;
	font-weight:bold;
}
input.form-control {
	height:50px;
	margin-bottom:15px;
	border-radius:2px;
}
textarea.form-control {
	height:150px;
	border-radius:2px!important;
}
.agree-to-terms {
	color:white;
	padding-top:25px;
	text-align:left;
	padding-left:0;
}
.agree-to-terms span {
	width:auto;
	display:inline-block;
	vertical-align:inherit;
	margin-top:-2px;
	color:white;
}
.agree-to-terms span a {
	color:white;
}
.agree-to-terms input {
	width:20px;
	height:20px;
	margin-right:10px;
	margin-top:5px;
}
.agree-to-terms .wpcf7-list-item-label {
	font-size:14px;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
}
.agree-to-terms .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label:before {
	border:2px solid red;
}
.agree-to-terms .wpcf7-checkbox label input {
    position: absolute;
    width: auto;
    opacity: 0;
}

.agree-to-terms .wpcf7-checkbox label span.wpcf7-list-item-label:before {
    content: ' ';
    width: 16px;
    height: 16px;
    border: 2px solid #029c4b;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 4px;
	border-radius:50%;
	width:20px;
	height:20px;
}

.agree-to-terms .wpcf7-checkbox input:checked+span.wpcf7-list-item-label:before {
    background-color: #029c4b;
    border: 2px solid #029c4b;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
	border-radius:50%;
	width:20px;
	height:20px;
}
.agree-to-terms .privacy-notice a {
	color:rgba(255,255,255,0.8);
	text-decoration:underline;
	font-size:14px;
	margin-left:5px;
	display:block;
	margin-top:-6px;
	font-weight:normal;
}
.privacy-agree .form-control {
	background-color:transparent;
	border-color:transparent;
	padding:0;
}
.agree-to-terms .wpcf7-checkbox {
	background:transparent;
	border:none;
}
.footer-submit .btn {
	width: 180px;
    height: 50px;
    background-color:#df001d;
    border: none;
    border-radius: 2px;
    margin-top: 20px;
}
form .form-control {
	font-size:13px;
	padding-left:20px;
}
textarea.form-control {
	padding-top:16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color:white;
	color:white;
}
.wpcf7-not-valid-tip {
	color:#ababab;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,.8);
	font-weight:bold;
    cursor: pointer;
    color: #212E38;
    font-size: 28px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 1005;
    padding: 10px;
    border-radius: 4px;
}
#back-to-top:hover {
     background: rgba(255,255,255,1);
}
#back-to-top.show {
    opacity: 1;
}
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #363636;
  padding-top:20px;
}
.site-footer .site-info {
  color: #fff;
  margin-top:20px;
  border-top:1px solid #777;
  padding-top:40px;
}
.site-info img {
	max-width:110px;
	margin-right:20px;
}
.contact-info-footer p {
	color:white;
	font-size:16px;
	line-height:1.9;
}
.contact-info-footer.regno-km {
	padding-left:40px;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
@media screen and (max-width: 1650px) {
  #page-sub-header {
    height:725px;
  }
  .info-holder .info-bg {
	width:720px;
	height:600px;
	background-size:800px;
	right:-125px;
  }
}
@media screen and (max-width: 1400px) {
  #page-sub-header {
    height:auto;
  }
  body:not(.theme-preset-active) #page-sub-header h1 {
	font-size:42px;
  }
  .hero-text {
    margin-top: 250px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  #page-sub-header {
    height:650px;
  }
  .hero-video {
	  height:650px;
	  width:100%;
  }
  .hero-video video {
	  height:650px;
	  width:auto;
  }
  body:not(.theme-preset-active) #page-sub-header h1 {
	font-size:42px;
  }
  #page-sub-header .hero-text h1 {
	  width:100%;
  }
  .hero-text {
    margin-top: 250px;
    margin-bottom: 100px;
  }
  .video-container {
	  width:100%;
	  text-align:center;
  }
  .video-container iframe {
	  height:100%;
  }
  .offer-form .form-container {
	  padding-left:0;
  }
  .offer-form .props-list {
	  padding-right:40px;
  }
  .offer-form .form-container h4 {
	  font-size:30px;
  }
	#masthead nav #main-nav {
		top:88px;
		background-color:rgba(0,0,0,0.8);
	}
	#masthead nav #main-nav ul {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)!important;
}
}

@media screen and (max-width: 991px) {
  .info-holder .info-bg {
	display:none;
  }
  .offer-form .props-list {
	  padding-right:15px;
  }
  .offer-form .form-container {
	  padding-left:15px;
  }

}

@media screen and (max-width: 767px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size:34px;
	}
	.video-container {
		height:400px;
	}
	.contact-info-footer {
		float:none!important;
	}
	.contact-info-footer.regno-km {
		padding-left:0;
		float:none!important;
	}
	.footer-contact img {
		display:block;
		margin-bottom:20px;
		float:none!important;
	}
	.copyright a, footer#colophon a {
		float:none!important;
		font-size:16px;
		margin-top:20px;
		margin-bottom:20px;
		display:inline-block;
	}
	.contact-form {
		margin-top:40px;
	}
	.contact-info {
		padding-top:10px;
	}

}
@media screen and (max-width: 580px) {
	#masthead nav {
		margin-top:0;
	}
	.navbar-brand {
		width:80px;
	}
	.video-container {
		height:220px;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		font-size:34px;
	}
	.hero-text {
		margin-top:200px;
	}
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size:28px;
	}
	#page-sub-header .hero-text p {
		width:100%;
	}
	#page-sub-header .hero-text a {
		font-size:18px;
	}
	.baasjaam-submit {
		width:auto;
		padding:12px 40px;
		left:185px;
	}
	.offer-phonenr {
		padding-left:15px;
		padding-right:15px;
		margin-top:40px;
	}
	.select-container .select-inner {
		font-size:18px;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.container {
		max-width:1400px;
	}
}


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}