﻿
/* Choose font family */
@import url("styles-font-Montserrat.css");
/* @import url("styles-font-Raleway.css"); */


/* Next setting is BACKGROUND theme color */

html body .bg-theme-color,
body .filter-button-group button.active,
.header-bottom.bg-theme-color,
body .social-links a i,
.filter-button-group .active,
.spinner-wr,
.service-icon-item:hover,
body .list-styled-circles li:before,
body .active .tabs-nav-item,
.tabs-nav-item.active, .active .tabs-nav-item,
.btn-view.btn-load-more {
	/* background-color: #69ab44; */
	/* color: #ffffff; */
}

/* Next setting is BACKGROUND SECONDARY theme color */

html body .bg-theme-color-2 {
	/* background-color: #808685; */
	/* color: #ffffff; */
}

/* Next setting is TEXT theme color */

html body .color-theme-color,
.bg-theme-color .color-theme-color.social-links i,
html body .btn-main.color-theme-color,
.bg-theme-color .navbar-nav .color-theme-color,
a,
.list-styled li:before,
.main-nav-inner .social-links i, body header .navbar .social-links a i {
	/* color: #69ab44; */
}

/* Next setting is BORDER theme color */

html body .border-color-theme,
body .bordered-bottom:after,
body .tabs-nav,
body header.bg-transparent.header-fixed,
body .pos-fixed-bottom {
	/* border-color: #ccc; */
}

/*  */

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
/* END of CSS RESET */


/* General tag size styles */

body {
	font-size: 20px;
	line-height: 1.90;
	font-weight: 300;
	color: #555555;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 46px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -1.5px;
	line-height: 60px;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 38px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: -1px;
	color: #1D1D1B;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: -0.5px;
	
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 400;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
	font-weight:600;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
}

blockquote {
	display: block;
	margin: 0 auto 0;
	padding: 20px 0 20px;
	max-width: 760px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
}

.main-nav-wr a {
  
    font-size: 22px !important;
    font-weight: 500 !important;
}

body .subnav li a {
    font-size: 16px !important;
    font-weight: 400 !important;

}
/* spinner preloader background colors */

.spinner > div {
	background-color: #ffffff;
}

/* BEGIN color styles */

html body .bg-transparent {
	background-color: transparent;
}

html body .bg-gray {
	background-color: #F5F5F7;
}

html body .bg-white {
	background-color: #ffffff;
	color: inherit;
}

html body .bg-black {
	background-color: #000000;
	color: #ffffff;
}

html body .bg-green {
	background-color: #87be47;
	color: #ffffff;
}

html body .bg-dark-gray {
	background-color: #85beb7;
	color: #ffffff;
}

html body .bg-orange {
	background-color: #f35b24;
	color: #ffffff;
}

html body .bg-red {
	background-color: #ff0000;
	color: #ffffff;
}

html body .bg-semitransparent-black {
	background-color: #000000;
	background-color: rgba(0, 0, 0, .95);
	color: #ffffff;
}

html body .bg-semitransparent-gray {
	background-color: rgba(244, 244, 244, .95);
}

html body .bg-semitransparent-white {
	background-color: rgba(255, 255, 255, .25);
}

html body .bg-gradient {
	background: rgba(105,171,68,1);
	background: -moz-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105,171,68,1)), color-stop(60%, rgba(67,172,223,1)), color-stop(100%, rgba(67,172,223,1)));
	background: -webkit-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: -o-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: linear-gradient(to right, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ab44', endColorstr='#51A024', GradientType=1 );
	color: #ffffff;
}

body .bg-golden {
	background: #4F8EBF;
	color: #ffffff;
}

body .bg-blue {
	background-color: #42c7f9;
	color: #ffffff
}

body .bg-bronze {
	background-color: #e78e2b;
	color: #ffffff
}

body .bg-silver {
	background-color: #c1c1c1;
	color: #ffffff
}

body .bg-gold {
	background-color: #f8d404;
	color: #ffffff
}

/*  */

html body .color-gray {
	color: #999999;
}

html body .color-white {
	color: #ffffff;
}

html body .color-black {
	color: #000000;
}

html body .color-yellow {
	color: #ffff00;
}

html body .color-orange {
	color: #f35b24;
}

html body .color-red {
	color: #ff0000;
}

/*  */

html body .border-color-gray {
	border-color: #999999;
}

html body .border-color-white {
	border-color: #ffffff;
}

html body .border-color-black {
	border-color: #000000;
}

html body .border-color-yellow {
	border-color: #ffff00;
}

html body .border-color-orange {
	border-color: #f35b24;
}

html body .border-color-red {
	border-color: #ff0000;
}

/*  */

.stars-rating i {
	color: #ffd400;
}

/*  */

.bg-theme-color .color-theme-color.social-links i {
	background-color: #ffffff;
}


html body .logo-position-center {
	max-width: 280px;
}

body .box-top-slider h1 {
	font-size: 55px;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 0 10px;
	letter-spacing: -.05em;
}

.footer-links h5 {
	color: #fff;
}

.box-welcome h4 {
	font-size: 26px !important;
	color: #F0F0F0 !important;
}

/* BEGIN styles of popup */

.modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;

	max-width: 552px;
	border-radius: 10px;
	border: none;
}

.modal-body {
	position: relative;
	padding: 52px 48px 25px;
	border-radius: 10px;
	border: none;
}

.modal-content {
	border-radius: 10px;
	border: none;
}

.modal-dialog h3 {
	font-size: 32px;
	font-weight: 500;
	padding: 0 0 15px;
	letter-spacing: -.015em;
}

.modal-dialog p {
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px 15px;
}

.modal-dialog h5 {
	font-size: 16px;
	padding: 0 20px 15px;
	letter-spacing: -.01em;
}

.modal-dialog h5 strong {
	font-weight: 600;
}

.modal-dialog .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	color: #ffffff;
	opacity: 1;
	font-size: 40px;
	line-height: 1;
	font-weight: 100;
	padding: 0 0 0;
	margin: 10px 20px 0;
	outline: none;
}

.modal-dialog .tabs-wr {
	padding: 15px 0 0;
	margin: 0 0 0;
}

.modal-dialog .row {
	margin: 0 -10px;
}

.modal-dialog [class*="col-"] {
	padding: 0 10px 0;
}

.modal-dialog .tabs-nav-item {
	padding: 15px 10px 13px;
	letter-spacing: -.01em;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	display: block;
	position: relative;
	color: inherit;
	text-align: center;
	background-color: #ce63a0;
}

.modal-dialog .tabs-nav-item.active {
	background: #fff;
	color: #ad5287;
}

.modal-dialog .tabs-nav-item.active:after {
	display: none;
}

.modal-dialog .tabs-nav-item span {
	font-size: 65%;
}

/*  */

.range-slider-wr {
	padding: 10px 50px 10px 30px;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
}

.range-slider-wr .alignleft {
	left: 0;
	top: 15px;
	position: absolute;
}

.range-slider-wr .alignright {
	right: 0;
	top: 15px;
	position: absolute;
	letter-spacing: -.015em;
}

body .price-calculator-item p {
	font-size: 14px;
	padding: 0 0 0;
	font-weight: 400;
	letter-spacing: -.015em;
}

.price-calculator-item .lg {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
}

.price-calculator-item {
	padding: 10px 0 15px;
	line-height: 1;
}

/*  */

input[type=range] {
  width: 100%;
  margin: 12.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -12.6px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 12.5px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 0.1px solid #fff;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.1px solid #fff;
}
input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
	margin: 0;
	/*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

/* ------------------------------------------------------- */

@media screen and (max-width: 767px) {
.modal-body {
	padding: 30px 20px 15px;
}
.modal-dialog .close {
	font-size: 35px;
	margin: 5px 10px 0;
}
.modal-dialog p {
	font-size: 15px;
	padding: 0 0 15px;
}
.modal-dialog .tabs-nav-item {
	padding: 12px 5px 12px;
	margin: 0 -5px 10px;
	font-size: 12px;
}
body .price-calculator-item p {
	font-size: 12px;
}
.price-calculator-item .lg {
	font-size: 30px;
}
.modal-dialog h5 {
	font-size: 14px;
	padding: 0 0 15px;
}
.range-slider-wr {
	padding: 10px 35px 10px 20px;
	font-size: 15px;
	margin: 0 0 15px;
}
.modal-dialog h3 {
	font-size: 28px;
}


}

/* END styles of popup */











