/*
Theme Name: Västriku 2b custom theme
Theme URI: https://codeway.ee/
Author: Codeway OÜ Kenno Pajumaa
Author URI: https://codeway.ee/
Description:  Custom theme of västriku 2b real estate development website
Version: 1.0.0
License: Private
Text Domain: wp-vastriku
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: custom template for a real estate development
*/
/*--------------------------------------------------------------
>>> 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 {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.hover {
	fill: rgba(255, 13, 0, 0.5) !important;
    stroke: rgb(255, 255, 255, .1) !important;
    stroke-width: 1px !important;
    cursor: pointer;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.99));
	border:1px solid orange!important;
}
.link {
	display:inline-block;
	margin-right:10px;
	border:1px solid #ddd;
	padding:10px;
}
tr td {
	transition:background-color 0.2s ease-in-out;
}
tr th {
	background-color:#fafafa;
}
tr.active td {
	background-color:#f2f3f5;
	transition:background-color 0.2s ease-in-out;
	border-top:1px solid #aaa;	
	border-bottom:1px solid #aaa;	
}
tr.active {
	border:1px solid #aaa;	
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
   font-family:"DM Sans", "Manrope", sans-serif;
   padding:25px;
}

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 {
  font-family:"DM Sans", "Roboto", sans-serif;
  clear: both;
  color: #000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 10px;
  font-size:18px;
  line-height:2;
  color:#444;
  font-weight:400;
}
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;
  padding: 2.74rem 1rem;
  padding-top:85px;
}
.nav-n-logo {
	margin-top:-25px;
}

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

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

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

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  text-transform:initial;
  font-size:20px;
  font-weight: 300;
  position:relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:after {
	content:"";
	display:block;
	width:1px;
	height:40px;
	background-color:white;
	position:absolute;
	right:0px;
	top:7px;
	transform:skew(340deg);
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-of-type > a:after {
	display:none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 300;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.top-register {
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.hero-holder {
	min-height:925px;
}
.section {
	min-height:925px;
	padding-top:60px;
	padding-bottom:120px;
	text-align:left;
	position:relative;
}
#section-about, #section-features, #section-plans, #section-contact, #section-materials {
	position:absolute;
	top:0;
}
.about-holder {
	min-height:420px;
	text-align:left;
}
.about-holder.section h2 {
	text-align:left;
	
}
.main-info {
	padding-left:0;
	margin-bottom:60px;
}
.about-features {
	padding:40px;
	padding-top:80px;
	background-color:white;
}
.about-features .feat-wrap {
	margin-bottom:30px;
}
.about-features img {
	display:inline-block;
	margin-right:20px;
	margin-top:-8px;
}
.about-features p {
	display:inline-block;
	font-weight:300;
	font-size:18px;
}
.about-images {
	padding-right:40px;
	padding-left:0;
}
.about-images .feat-wrap:nth-of-type(odd) img {
	margin-bottom:30px;
}
.about-extra {
	padding-top:80px;
	padding-bottom:80px;
	padding-left:0;
}
.maps-area {
	background-color:#fff;
	padding:30px;
}
.section h2 {
	color:#000;
	font-size:36px;
	font-weight:800;
	text-align:left;
	margin-bottom:10px;
	position:relative;
	z-index:99;
	margin-bottom:30px;
}
.section h2:after {
	content:"";
	width:43px;
	height:109px;
	background-image:url('inc/assets/images/heading-embel.png');
	display:block;
	position:absolute;
	z-index:-1;
	top:-30px;
	left:-5px;
	
}
.headline-n-text {
	margin-bottom:60px;
}

.main-bg {
	position:absolute;
	top:-250px;
	left:50%;
	transform:translateX(-50%);
	right:0;
	z-index:-1;
	width:1920px;
	max-width:100%;
}
.hero-main {
	position:relative;
}
.bottom-overlay {
	position:absolute;
	width:100%;
	height:600px;
	background-color:transparent;
	background-image: linear-gradient(1deg, rgba(0,0,0,0.4) , rgba(0,0,0,0), rgba(0,0,0,0));
	bottom:0;
	left:0;
	z-index:0;
}
.hero-holder {
	padding-bottom:0;
}
.hero-holder h1 {
	font-size:60px;
	font-weight:800;
	color:#fff;
	position:absolute;
	top:315px;
	width:950px;
	line-height:1.3;
	text-align:left;
	z-index:2;
}

.hero-holder p {
	color: #fff;
    position: absolute;
    top: 507px;
    width: 950px;
    line-height: 1.7;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
	z-index:2;
}


.about-holder {
	background-color:#f5f5f5;
}
.features-holder {
	background-color:white;
	min-height:600px;
	padding-bottom:100px;
}
.features-holder .feature-block {
	position:relative;
	margin-bottom:40px;
}
.features-holder h3 {
	font-size:24px;
	font-weight:400;
}
.features-holder .feature-block img {
	margin-left:-60px;
}
.features-holder .feature-block:nth-of-type(odd) img {
	margin-left:60px;
}

.features-holder .feature-block .desc {
	margin-left:-60px;
	position:absolute;
	top:60px;
	background-color:white;
	width:380px;
	padding:30px;
	text-align:left;
	padding-left:45px;
	padding-right:45px;
}
.features-holder .feature-block:nth-of-type(odd) .desc {
	left:0px;
}
.features-holder .feature-block:nth-of-type(even) .desc {
	right:0px;
}
.headline-col h3 {
	font-size:16px;
	margin-bottom:30px;
	font-weight:600;
	text-align:center;
}
.table-holder, .plans-links {
	margin-bottom:80px;
}
.plans-links {
	margin-top:30px;
	padding-right:0;
}
.plans-links a {
	display:block;
	text-align:center;
	border:1px solid #e64900;
	color: #e64900;
	padding:18px 25px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:700;
}
.planlink {
	display:inline-block;
	text-align:center;
	border:1px solid #e64900;
	color: #e64900;
	padding:12px 25px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:20px;
}
.planlink:hover {
	color: #e64900;
	text-decoration:none;
}
.table-responsive {
	padding-left:30px;
}
.table-responsive  table td {
	text-align:center;
}
.table-responsive th {
	background-color:white;
	border-top:none;
	padding:10px;
}
th.headline-col h3 {
	margin-bottom:0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #F5F9FB;
}
.table-hover tbody tr:hover {
	border:1px solid #aaa;
	background-color: #f2f3f5;
}
.table-hover tbody tr:hover td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.table-hover tbody tr:first-of-type:hover {
	border:none;
}
.prices-holder .box-info {
	font-size:20px;
	height: 50px;
	border-bottom:1px solid #ddd;
}
.prices-holder .price-block {
	font-size:20px;
	height: 50px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}

.prices-table th:first-child,
.prices-table td:first-child {
    width: 150px;
    white-space: nowrap;
}

.prices-table th:last-child,
.prices-table td:last-child {
    width: 120px;
    white-space: nowrap;
}

.old-price {
	color:#aaaaaa;
	text-decoration:line-through;
	font-style:italic;
	margin-right:10px;
	font-weight:400;
}

.plans-holder {
	background-color:#fff;
}
.plans-holder h4 {
	margin-top:0;
	margin-bottom:40px;
	font-size:20px;
	font-weight:400;
}
.contact-holder {
	text-align:center;
	background:white;
}
.contact-holder h2 {
	text-align:left;
	font-weight:900;
	font-size:28px;
}

.contact-text {
	padding-top:20px;
	padding-bottom:30px;
	border-top:1px solid rgba(255,255,255,0.2);
	/* border-bottom:1px solid rgba(255,255,255,0.2); */
	margin-right:25px;
}

.contact-holder p {
	margin:0 auto;
	margin-bottom:10px;
	font-weight:400;
}
.contact-holder label {
	text-align:left;
	font-size:16px;
	margin-top:20px;
	width:100%;
	padding-right:50px;
}
.form-control {
	border:none;
	border-bottom:1px solid #888;
	border-radius:0;
}
textarea.form-control {
	height:120px;
}
.form-control:focus {
	box-shadow:none;
	border:none;
	border-bottom:1px solid #888;
	background-color:#f5f5f5;
}
.contact-holder .btn-primary {
	background-color:white;
	border:1px solid #E64900;
	padding: 12px 35px;
	color:#E64900;
	border-radius:0;
	font-size:16px;
	font-weight:800;
	text-transform:uppercase;
	float:left;
	margin-top:20px;
}
.contact-form {
	padding-left:0;
}
.contact-form, .sales-contacts {
	margin-top:40px;
}
.sales-info {
	display:block;
	font-size:18px;
	text-align:left;
}
.sales-name {
	font-size:20px;
	margin-bottom:16px;
}
.sales-info a {
	color:#E64900;
	display:inline-block;
	margin-bottom:10px;
}
.section-links {
	margin-top:50px;
}
.sales-photo {
	text-align:left;
}
.sales-photo img {
	width:auto;
	height:100%;
}
.section-links a {
	padding:15px 30px;
	border:1px solid #af9880;
	color:#000;
	margin:10px;
	display:inline-block;
}
.section-links a:hover, .section-links a:active {
	text-decoration:none;
	color:#af9880;
}
.materials-holder {
	background-color:#f5f5f5;
	min-height:auto;
}
.footer-images-holder {
	padding-left:0;
	padding-right:0;
	padding-top:30px;
	padding-bottom:100px;
}
.footer-images-holder img {
	width:100%;
}


/* Masonry via CSS columns: lightweight and responsive */
  .masonry {
    column-count: 2;               /* default: 2 columns */
    column-gap: 12px;
    width: 100%;
  }
  .masonry-item {
    display: inline-block;         /* required for column-flow */
    width: 100%;
    margin: 0 0 8px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    text-decoration: none;
  }
  .masonry-item-img {
    width: 100%;
    height: auto;                  /* natural height for masonry look */
    display: block;
    border-radius: 0;
  }

  /* Stack to one column on smaller screens */
  @media (max-width: 768px) {
    .masonry { column-count: 1; }
  }

  /* Optional: add a third column on very wide screens */
  @media (min-width: 1400px) {
  /*  .masonry { column-count: 3; } */
  }
.nav-tabs {
	border-bottom:none;
	justify-content:center;
}
.nav-tabs .nav-item {
	font-size:20px;
	font-weight:600;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:40px;
}

.nav-tabs .nav-link {
	padding: 15px 30px;
	border: none;
	border-radius:0;
}
.nav-tabs .nav-item a {
	color:#000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent;
    border: 1px solid transparent;
    color: #E64900;
    border-bottom: 1px solid #E64900;
}
.nav-tabs .nav-link {
	border:1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border:1px solid transparent;
    border-bottom: 1px solid #E64900;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #f5f5f5;
  width:100%;
  text-align:center;
  padding-left:20px;
  padding-right:20px;
  padding-top:35px;
  padding-bottom:25px;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}
.contact-info {
	background-color:#E64900;
	padding:40px;
	margin-top:-75px;
	padding-bottom:55px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 6px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,.8);
    font-weight: bold;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 1005;
    padding: 4px;
	border:	1px solid #ddd;
    border-radius: 50px;
}
#back-to-top:hover {
     background: rgba(255,255,255,1);
}
#back-to-top.show {
    opacity: 1;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background-color: white;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (min-width: 1600px) {
	.container {
		max-width: 1400px;
	}
}
@media only screen and (max-width: 1600px) {
	.hero-holder h1:after {
		right:-250px;
	}
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
	.hero-holder h1 {
		top:300px;
		font-size:45px;
	}
	.hero-holder p {
		top:455px;
	}

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

  #page {
	  background-size:120% auto;
  }
  .hero-main .content:before {
	display:none;
  }
    .hero-main .content:after {
	display:none;
  }
  .hero-main .hero-image:after {
	display:none;
  }
  .hero-holder h1 {
		top:250px;
		font-size:45px;
	}
	.hero-holder p {
		top:400px;
	}

  .hero-holder {
	  min-height:680px;
  }
  p {
	  font-size:20px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	  font-size:18px;
  }
}

@media screen and (max-width: 1199px) {
	#main-nav {
		position:absolute;
		top:50px;
		z-index:999;
		right:0;
		background-color:white;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color:black;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:after {
		display:none;
	}
	.navbar-collapse ul {
		text-align:left;
	}
	.about-features {
		padding-left:40px;
	}
	.hero-holder h1:after {
		display:none;
	}
	#page {
		background-position: center -50px!important;
	}
	.hero-holder h1 {
		width:700px;
	}
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
    .navbar-collapse ul {
	padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-register {
	  display:none;
  }
    .container {
	  max-width:100%;
	  padding-left:40px;
	  padding-right:40px;
  }
  .hero-holder {
	  padding-top:0;
	  min-height:650px;
  }
  #page.site {
	  background-size:1520px auto!important;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	  color:initial;
  }
  body {
	padding:0;
  }
  .footer-images-holder {
	  padding-left:25px;
	  padding-right:25px;
  }
  .hero-holder p {
	  width:auto;
  }
  #back-to-top {
	  right:25px;
	  bottom:25px;
  }
  .contact-form {
	  padding-left:15px;
  }
  .contact-holder label {
	  padding-left:15px; padding-right:15px;
  }
  .contact-holder .btn-primary {
	  margin-left:15px;
  }

.table-holder, .plans-links {
	margin-bottom:15px;
}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .prices-holder .headline-n-text:after {
	  display:none;
  }
  .prices-holder .headline-n-text:before {
	  display:none;
  }
  .contact-holder p {
	  width:auto;
  }
  .hero-main .content {
	  max-width:100%;
	  flex:100%;
	  text-align:center;
  }
  .wp-block-image {
	display:inline-block;
	margin-right:30px;
  }
  .hero-subtext {
	  display:none;
  }
  .hero-image {
	   max-width:100%;
	  flex:100%;
	  text-align:center;
  }
  .hero-image img {
	width:460px;
  }
  .main-bg {
	  width:1500px;
  }
  .package-block {
	  margin-bottom:30px;
  }
  .about-images {
	  padding-right:0;
  }
	.footer-images-holder img {
		margin-bottom:20px;
	}
	.section.materials-holder {
		padding-bottom:40px;
	}
	.sales-contacts {
		margin-top:00px;
	}
	.contact-holder label {
		padding-left:0;
		padding-right:0;
	}
	.planlink {
		margin-top:10px;
		margin-bottom:30px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	#page.site {
		background-size:1100px auto!important;
	}
	.bottom-overlay {
		display:none;
	}
	.hero-holder h1 {
		position:relative;
		top:auto;
		width:100%;
	}
	.hero-holder p {
		position:relative;
		top:auto;
		font-size:20px;
	}
	.about-features img {
		width:50px;
	}
  .section {
	padding-top: 60px;
	padding-bottom: 80px;
  }
  .hero-holder h1 {
	  font-size:36px;
  }
  .section h2 {
	  font-size:24px;
	  margin-top:0;
  }
  .section h2:after {
	display:none;
  }
  .feature-block h2 {
	  font-size:18px;
  }
  .package-block {
	  margin-bottom:20px;
  }
  .feature-block {
	  border-right:none;
	  margin-bottom: 0px;
	  margin-top: 20px;
  }
  header .nav-n-logo {
	  padding-left:5px;
	  padding-right:0;
  }
  .hero-holder {
	  min-height:345px;
  }
  #page {
	  background-size:1100px auto!important;
  }
  .hero-holder h1 {
	  top:0px;
	  width:calc(100% - 40px);
  }
  .container {
	  padding-left:15px;
	  padding-right:15px;
  }
  .about-features {
	  padding-left:25px;
  }
  .features-holder .feature-block img {
    margin-left: 0;
  }
  .features-holder .feature-block:nth-of-type(odd) img {
	  margin-left:0;
  }
  .features-holder .feature-block .desc {
	  position:relative;
	  margin-left:0;
	  text-align:center;
	  top:0;
	  margin:0 auto;
	  width:100%;
  }
  .about-extra {
	  padding-top:30px;
	  padding-bottom:30px;
  }
  #main-nav {
		position:absolute;
		top:-12px;
		z-index:999;
		right:60px;
	}
	.navbar-collapse ul {
		text-align:right;
	}
	
	.navbar-light .navbar-toggler {
		margin-top:-20px;
	}
	
	.prices-holder .box-info {
		border-bottom:none;
	}
	.prices-holder .price-block {
		font-size:18px;
	}
    .plans-links {
	    padding-right:15px;
    }
    .table-responsive {
	    padding-left:0px;
    }
    .maps-area {
	    padding:15px;
    }
	.about-holder {
		padding-left:15px;
		padding-right:15px;
	}
	p {
		font-size:18px;
	}
	
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	p {
		font-size:16px;
	}
	header#masthead {
		padding-top:38px;
	}
	.prod-slide img {
		width:170px;
	}
	.hero-holder h1 {
		font-size:30px;
		top:auto;
		margin-top:50px;
		width:100%;
	}
	
	.hero-holder p {
		font-size:18px;
	}
	 .hero-holder h1 br {
		 display:none;
	 }
	 #page.site {
    background-size: 980px auto!important;
}
	.bottom-overlay {
		display:block;
		background-image: linear-gradient(1deg, rgba(0,0,0,0.4) , rgba(0,0,0,0));
		height:400px;
	}
	.section {
		min-height:auto;
	}	
	.hero-holder.section {
		min-height:345px;
	}
	.navbar-light .navbar-toggler {
		margin-top:0;
	}
	.nav-n-logo {
		margin-top:-5px;
	}
	.navbar-brand img {
		width:120px;
	}
    .section h2 {
	    font-size:28px;
		margin-top:15px;
		margin-bottom:15px;
    }
	.section {
		padding-top:25px;
	}
	.main-bg {
		width:1100px;
	}
	.main-info {
		margin-bottom:20px;
	}
	.about-features {
		padding-top:30px;
		padding-bottom:10px;
	}
	.about-features img {
		display: inline-block;
		margin-right: 20px;
		margin-top: -5px;
		width: 40px;
	}
	.about-features p {
		font-size:16px;
	}

    .headline-n-text {
		margin-bottom:20px;
	}
		body:not(.theme-preset-active) footer#colophon {
		text-align:center;
	}
	.site-info img {
		margin-right:0!important;
	}
	.site-info a {
		float:none!important;
	}
	.contact-holder h2 {
		text-align:center;
	}
}

@media only screen and (max-width: 390px) { 
	.about-features img {
		display:block;
		margin-bottom:10px;
	}
}