/* @override 
	http://dev.whetstoneministries.com/css/whetstone.css?*
	https://www.whetstoneministries.com/css/whetstone.css?* */
.group:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gridPhotos {
	display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
}
.gridItem {
	margin: 0 10px 10px 0;
	width: 30%;
}
.gridItem img,
.floatRight img,
.full {
border: 10px solid #FFF;
box-shadow: 0px 2px 5px #BBB;
}
.full {
	transform: rotate(2deg);
}
.gridItem:first-child {
	transform: rotate(-3deg);
}
.gridItem:last-child {
	transform: rotate(3deg);
}

.floatRight img {
	transform: rotate(-2deg);
}
.centered {
	text-align: center;
}
.imgslide {
	height: auto;
	margin: 5px 0 10px 0;
	width: 100%;
	text-align: center;
	
}
.imageslider,
.imagesliderLG {
	background: #efefef;
	margin-bottom: 30px;
	height:  auto ;
	position: relative;
	overflow: visible;
}

.full {
	margin: 5px 0 10px 0;
	height: auto;
}

.floatLeft {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 370px;
	height: auto;
}
.floatRight {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 370px;
	height: auto;
}

.fauxCols {
	margin: 1em 0;
}
.fauxCols.two {
	column-count: 2;
}
.fauxCols.three {
	column-count: 3;
}
.fauxCols.four {
	column-count: 4;
}
.form-label {
	display: none !important;
}

.big-title-box h1 {
	margin: 20px 0 0 0; 
    font-family: Montserrat, sans-serif;
	font-size: 3.8em;
	line-height: 1em;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.70);
}
.content-wrapper {
	font-size: 1.1em;
	line-height: 1.6em;
}
.content-wrapper img {
	height: auto;
}
.content-wrapper h2 {
	margin: 1em 0 .3em 0; 
    font-family: Montserrat, sans-serif;
	font-size: 1.9em;
	line-height: 1.1em;
	color: #1d5faa;
	padding-bottom: 5px;
	border-bottom: 1px solid #CECECE;
}

.content-wrapper h3 {
	margin: 1em 0 .3em 0; 
    font-family: Montserrat, sans-serif;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #555;
	text-transform: uppercase;
}

.content-wrapper ul {
	list-style: none;
	padding: 0 0 0 4%;
}
.content-wrapper li {
	margin: 3px 0 3px 0px;
	padding: 6px 6px 6px 20px;
 	background: transparent url('/img/chevron-circle-right-solid-g.svg') no-repeat 0 9px;
	background-size: 14px 14px;
	border-bottom: 1px solid #EEE;	
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.shaded {
	padding: 25px;
	margin: 20px 0;
	background: #f5f5f5 url('../images/bg.jpg') no-repeat left top;
}	
	.shaded li {
		border: none;
	}

.acWrap {
	margin-bottom: 25px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
   
    transition: 0.4s; 

}
.accordion h2 {
	margin: 0; padding: 0;
	border: none;
	color: #444;
	font-size: 1.3em;
}


.activeAC, 
.accordion:hover {
     background-color: #004a98;
	
}
.activeAC h2,
.accordion:hover h2,
.accordion:hover:after  {
	 color: #FFF;
}
.accordion:after {
    content: '\002B';
    font-size: 34px;
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-top: -25px;
}

.activeAC:after {
    content: "\2212";
	color: #FFF;
}

.panel {
    padding: 0 18px 0;
    background-color: #f5f6f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel ul:first-child {
	padding-top: 20px;
}
.panel p {
	padding: 0 0 5px;
}
.panel p:first-child {
	margin-top: 20px;
}
.panel p:last-child {
	margin-bottom: 20px;
}



	
.breadcrumbs {
	  margin: 0 0 20px 10px;
	  font-size: 13px;
	  color: #cecece;
} 

.breadcrumbs li {
	list-style: none;
	float: left;
	margin: 0 4px;
	padding: 0;
	background: none;
	border: none;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs li a {
	text-decoration: none;
	  color: #cecece;
}

.hero-section {
  overflow: hidden;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 76, 76, 0.65)), to(rgba(78, 76, 76, 0.65))), url('/img/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(78, 76, 76, 0.65), rgba(78, 76, 76, 0.65)), url('/img/photo-09.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 1440px;
}

.hero-section.homepage-8 {
  margin-top: 117px;
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('/img/IMG_0317.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/img/IMG_0317.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
}

.hero-title.black {
  margin-bottom: 50px;
  color: #020202;
  font-size: 40px;
  line-height: 45px;
}

.hero-title.black.thin {
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  border-left-style: none;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph.center {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  text-align: center;
}

.paragraph.center.white {
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.paragraph.center.black {
  margin-bottom: 40px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.paragraph.center.black.card {
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.paragraph.left {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.separator {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 30px 2px 50px;
  background-color: #24c3e2;
}

.separator.header {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
}

.separator.header.center {
  background-color: #0ec22b;
}

.icon-block-features {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #dddcdc;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.icon-block-features:hover {
  border-color: #d1d1d1;
  background-color: #0d9622;
}

.icon-block-features.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.div-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.separated-div-wrapper {
  display: block;
  height: 40px;
  margin: 20px auto 0px;
  text-align: center;
}

.container {
  position: relative;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container._2 {
  display: block;
  text-align: center;
}

.features-icon {
  height: auto;
  float: none;
  text-align: left;
}

.features-icon.small {
  height: 30px;
  margin-right: 0px;
}

.div-text {
  display: block;
  width: 100%;
  margin: 0px auto 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.div-text._2 {
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.section {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  text-align: center;
}
.section.guides {
	background-image: url('/img/map-background7.jpg');
	background-position:50% 50%;
	background-size:  cover;
	background-repeat:  no-repeat;
	background-attachment:  fixed;
}
.section.padding {
  padding-bottom: 7px;
  background-color: #f1eee7;
  
}

.section.white {
  position: relative;
  height: auto;
  background-color: transparent;
}

.section.white.services {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.white {
  margin-top: 0px;
  float: none;
  background-color: #fff;
}

.section.form {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 95, 170, 0.8)), to(rgba(29, 95, 170, 0.8))), url('/img/IMG_1499r.jpg');
  background-image: linear-gradient(180deg, rgba(29, 95, 170, 0.8), rgba(29, 95, 170, 0.8)), url('/img/IMG_1499r.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.inner .form {
	/*f1eee7*/
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 238, 231, 0.8)), to(rgba(241, 238, 231, 0.8))), url('/img/map-background7.jpg');
background-image: linear-gradient(180deg, rgba(241, 238, 231, 0.5), rgba(241, 238, 231, 1)), url('/img/map-background7.jpg');
background-position: 0px 0px, 50% 20%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;

 
	background-attachment:  fixed;
}

.features-block {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.features-block.icon {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-right: 1px none hsla(0, 0%, 82.7%, 0.79);
  text-align: center;
}

.features-block.icon.alternative {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  background-color: transparent;
  text-align: right;
}

.features-block.icon.alternative:hover {
  float: left;
  background-color: transparent;
}

.features-block.icon.no-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none none;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.features-block.icon.no-color:hover {
  background-color: #f5f5f5;
}
 

.features-block.icon.no-color.first {
  padding: 30px;
  border-left-style: solid;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.heading.center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.center.w {
  color: #fff;
}
.inner .heading.center.w {
	color: #333;
}

.adress {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.footer-info {
  display: inline-block;
  margin-top: 10px;
  color: #5f5f5f;
  text-align: center;
}

.nav-link {
  margin-right: 2px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  
}

.nav-link:hover,
.nav-link.active,
.nav-link.w--current {
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
}
 

.nav-link.blog {
  margin-right: 0px;
  padding: 0px;
  border-style: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}

.nav-link.blog:hover {
  border-style: none;
  border-width: 0px;
  color: #fff;
}

.nav-link.footer {
  display: block;
  margin-right: 0px;
  padding: 0px 0px 10px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.nav-link.footer:hover {
  color: #fff;
}

.nav-link.single {
  margin-top: 10px;
 
}

.nav-link.single:hover {
  border-radius: 0px;
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
}

.footer.dark-bootom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161616;
  text-align: center;
}

.footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.div-footer {
 
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}

.div-footer.big {
  padding-top: 244px;
  padding-bottom: 82px;
  background-color: #f1eee7;
  background-image: url('/img/mountain-back2_1.svg');
  background-position: 50% 30%;
  background-size: cover;
}

.link-page {
  color: #0d9622;
}

.link-page.w--current {
  color: #b1b1b1;
}

.paragraph-31 {
  color: #fff;
  text-align: left;
}

.footer-logo {
  margin-bottom: 30px;
  text-align: center;
}

.footer-logo.left {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
}

.social-icon {
  display: inline-block;
  overflow: visible;
  width: 25px;
  height: auto;
  margin-right: 15px;
  padding: 3px;
  float: left;
  border-style: none;
  border-radius: 30px;
  background-color: transparent;
}

.social-icon:hover {
  background-color: transparent;
}

.social-icon.wrapper {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 7px;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon.wrapper:hover {
  background-color: transparent;
  opacity: 1;
}

.social-icon.wrapper._4 {
  width: 40px;
  height: 40px;
  padding: 7px 3px 6px 4px;
}

.social-icon._3 {
  width: 38px;
  padding-left: 0px;
  float: none;
  color: transparent;
}

.social-icon._3:hover {
  background-color: transparent;
}

.social-icon._2:hover {
  background-color: transparent;
}

.blog-post-wrapper {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: left;
}

.blog-post-wrapper.first {
  width: 90%;
  padding-top: 0px;
  text-align: left;
}

.lighter-color {
  color: #fff;
}

.div-social {
  display: inline-block;
  margin-top: 0px;
  float: none;
}

.div-social.footers {
  float: right;
}

.small-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f0f0f;
}

.info-post {
  color: #c7c7c7;
}

.call-to-action {
  padding-top: 83px;
  padding-bottom: 83px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(212, 56%, 96%, 0.40)), to(hsla(212, 56%, 96%, 0.40))), url('/img/map-background7.jpg');
  background-image: linear-gradient(180deg, hsla(216, 79%, 55%, 0.40), hsla(216, 79%, 55%, 0.40)), url('/img/map-background7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.cta-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.cta-text.white {
  margin-top: 5px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 1em;
  font-style: normal;
  font-weight: 300;
}
.content-wrapper p a,
.content-wrapper li a  {
	color: #0969d7;
	text-decoration: none;
}
.content-wrapper p a:hover,
.content-wrapper li a:hover {
	color: #519ff7;
}
.button {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  border-radius: 4px;
  background-color: #1d5faa;
  background-image: url('/img/arrow-pointing-down.svg');
  background-position: 115% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF !important;
}

.button:hover {
  padding-right: 40px;
  padding-left: 20px;
  background-color: #0d9622;
  background-image: url('/img/arrow-pointing-down.svg');
  background-position: 92% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.button.outline {
  margin-bottom: 0px;
  border: 2px solid #000;
  background-color: transparent;
  background-image: url('/img/arrow-pointing-down2.svg');
  background-size: 12px;
  color: #000 !important;
}

.button.outline.white {
  border-color: #fff;
  background-image: url('/img/arrow-pointing-down.svg');
  background-size: 12px;
  color: #fff;
  font-weight: 500;
}

.button.right {
  width: 95px;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #1d5faa;
}

.button.orange {
  background-color: #ff7a00;
}

.button.orange:hover {
  background-color: #f60;
}

.success-message {
  border-radius: 5px;
  background-color: #0d9622;
  color: #fff;
}

.trial-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.trial-wrapper.card {
  width: 100%;
  margin-bottom: 0px;
}

.error-message {
  border-radius: 5px;
  background-color: red;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.trial-field {
  width: 60%;
  height: 50px;
  padding-left: 27px;
  float: left;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.trial-field.card {
  margin-bottom: 0px;
  padding-left: 20px;
  background-color: #f3f3f3;
}

.close-card {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1000;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #e6e6e6;
  background-image: url('/img/White_modalNormal_1White_modalNormal.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  text-align: left;
}

.close-card:hover {
  background-color: #13d632;
}

.subscribe-card {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 3000;
  overflow: hidden;
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.17);
  text-align: center;
}

.column {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.body {
  background-color: #f1eee7;
  text-align: left;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 63px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.92);
}

.dropdown-list.big.w--open {
  width: 550px;
  padding: 15px;
}

.text-block-20 {
  font-size: 13px;
}

.dropdown-link {
  width: 100%;
  padding-top: 12px;
  padding-right: 80px;
  padding-bottom: 12px;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.06);
  color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
}

.nav-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 6px;
  padding-bottom: 3px;
  border-top: 5px none #ff8c00;
  border-bottom: 5px solid #6dadf6;
  background-color: #1d5faa;
}

.nav-menu {
  margin-top: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-toggle {
  margin-top: -10px;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-arrow {
  margin-right: 20px;
  padding-left: 10px;
  opacity: 0.53;
}

.brand {
  position: static;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding-top: 0px;
  float: none;
}

.go-to {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: auto;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background-color: #1d5faa;
  background-image: url('/img/d-arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.go-to:hover {
  background-color: #c3e061;
}

.different-font {
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.different-font.white-color {
  color: #fff;
}

.leaf {
  text-align: center;
}

.div-headline-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.mountainback {
  height: 600px;
  background-color: #fff;
  background-image: url('/img/mountain-back2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.versequote {
  border-left-style: none;
  font-family: Montserrat, sans-serif;
  color: #6dadf6;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
}

.link-block {
  float: left;
}

.text-span {
  color: #8a8a8a;
  font-size: 16px;
}

.paddedmask {
  margin-right: 70px;
  margin-left: 70px;
}

.slidenav {
  display: none;
}

.textcont {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.servtxt {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}

.servtxt.black {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 21px;
}

.arrow {
  width: 40px;
  height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

.servicecar {
  width: 33%;
  padding-right: 10px;
}

.servicelink {
  position: static;
  overflow: hidden;
  width: 300px;
  height: 100%;
  margin: 0px;
  padding-right: 0px;
  background-color: transparent;
/*  font-family: Oswald, sans-serif;*/
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.serviceblock {
  display: block;
  width: 215px;
  height: 215px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #fff;
  border-radius: 130px;
  background-image: url('/img/block-com.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.serviceblock.team {
  width: 100%;
  height: 300px;
  border-color: #fff;
  border-radius: 300px;
  background-image: url('/img/DSC_0457.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.serviceblock.team:hover {
  border-color: #6dadf6;
}

.serviceslider {
  display: block;
  height: 220px;
  max-width: 1400px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.serviceslider._2 {
  height: auto;
  margin-top: 32px;
}

.pageslider {
  height: auto;
  margin-top: 15px;
  margin-bottom: 0px;
}

.pageslide {
  text-align: center;
}

.image {
  width: 100%;
}

.slide-nav-2 {
  display: none;
}

.fb {
  width: 48px;
  height: 48px;
  margin-top: 12px;
  padding: 7px;
  float: left;
  background-color: #1d5faa;
}

.footsearch {
  width: 90%;
  padding-top: 19px;
  padding-bottom: 19px;
  float: left;
  font-family: Lato, sans-serif;
}

.hero-slider {
  position: relative;
  height: 600px;
  margin-top: 0px;
  background-color: transparent;
}

.form-block {
  max-width: 600px;
  margin: 0px auto;
  padding: 18px;
  text-align: center;
}

.hero-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/img/IMG_0317.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/img/IMG_0317.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

/*.hero-slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('/img/Birdwell2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('/img/Birdwell2.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('/img/IMG_0303.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('/img/IMG_0303.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1998px;
  background-repeat: repeat, no-repeat;
}

.hero-slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('/img/2017-02-04-16.42.05-1_preview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('/img/2017-02-04-16.42.05-1_preview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/

.home-slider-button {
  display: none;
  width: 60px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.13);
  -webkit-transition: background-color 300ms ease, width 200ms ease;
  transition: background-color 300ms ease, width 200ms ease;
  font-size: 16px;
}

.home-slider-button:hover {
  width: 70px;
  background-color: rgba(0, 0, 0, 0.3);
}

.submit-button {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #ca7010;
  font-family: Lato, sans-serif;
}

.text-block {
  color: #f2f2f2;
  font-style: italic;
}

.tablet {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #324759;
}

.hero-content-block {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  z-index: 10;
  display: block;
  width: 70%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.tabtop {
  background-color: #000;
  color: #fff;
}

.tabtop:hover {
  background-color: #324759;
}

.tabtop.w--current {
  background-color: #324759;
}

.footsearchform {
  padding-right: 0px;
}

 

.bar {
  width: 15%;
  height: 10px;
  float: left;
  background-color: #ebebeb;
}

.bar.bar5 {
  width: 15%;
  background-color: #263248;
}

.bar.bar4 {
  width: 10%;
  background-color: #7e8aa2;
}

.bar.bar3 {
  width: 35%;
  background-color: #ff9800;
}

.bar.bar2 {
  width: 25%;
  background-color: #3498db;
}

.details {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}

.heading-2 {
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

.fauxcontainer {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.flexwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  
}

.inlineFormWrap {
	padding: 30px 50px;
	margin: 30px 0;
	background: #f5f5f5;
}

.iconpic {
  max-width: 100px;
  margin-bottom: 5px;
}

.iconpic.xl {
  max-width: 160px;
 
}

.icondesc {
  color: #5e5e5e;
  font-weight: 300;
}

.estform {
  text-align: center;
}

.estinput {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.estinput:focus {
  color: #000;
}

.txtarea {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.txtarea:focus {
  color: #000;
}

.subest {
  padding: 20px 33px;
  background-color: #6dadf6;
  font-family: Lato, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-block-2 {
  margin-top: 30px;
}

.white {
  color: #fff;
  text-decoration: none;
}

.container-2 {
  text-align: center;
}

.page-header-container {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 43.3%, 0.2)), to(hsla(0, 0%, 43.3%, 0.2))), url('/img/IMG_0303.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 43.3%, 0.2), hsla(0, 0%, 43.3%, 0.2)), url('/img/IMG_0303.jpg');
  background-position: 0px 0px, 50% 48%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-wrapper {
  max-width: 1140px;
  padding-right: 25px;
  padding-left: 25px;
  color: #000;
}

.big-title-box {
  display: block;
  color: #fff;
  text-decoration: none;
}

.white-2 {
  color: #fff;
}

.underline {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background-color: #efa240;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #f2efc4;
}

.content-section.inner-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.title-box {
  text-decoration: none;
}

.introduction-box {
  margin-bottom: 15px;
}

.paragraph-32 {
  color: #000;
}

html.w-mod-js *[data-ix="subscribe-card"] {
  opacity: 0;
  -webkit-transform: translate(-74px, 0px);
  -ms-transform: translate(-74px, 0px);
  transform: translate(-74px, 0px);
}

html.w-mod-js *[data-ix="go-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="servhover"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: translate(0px, 55px);
  -ms-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

html.w-mod-js *[data-ix="move-up-opacity-0-for-header-elements"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="actions-for-content-sections-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media (max-width: 991px) {
  .big-title-box h1 {
  	margin: 20px 0 0 0; 
  	font-size: 52px;
  	line-height: 58px;
  }
  
  .hero-container {
    padding-top: 0px;
    text-align: center;
  }
  .hero-title {
    padding-right: 0px;
    font-size: 40px;
    line-height: 45px;
  }
  .paragraph.center.white {
    padding-right: 100px;
    padding-left: 100px;
  }
  .paragraph.center.black {
    padding-right: 40px;
    padding-left: 40px;
  }
  .paragraph.left {
    text-align: left;
  }
  .icon-block-features {
    margin-bottom: 30px;
  }
  .icon-block-features.new {
    margin-bottom: 20px;
  }
  .div-wrapper {
    width: 100%;
  }
  .container {
    text-align: center;
  }
  .section.white {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .features-block.icon.alternative {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .features-block.icon.alternative:hover {
    float: none;
  }
  .features-block.icon.no-color {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    text-align: center;
  }
 
  
  .heading.features.left-side {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .adress {
    font-size: 12px;
  }
  .nav-link {
    position: static;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 20px 15px 10px;
    border-width: 0px;
    border-bottom-style: none;
    border-radius: 0px;
    text-align: left;
  }
  .nav-link:hover {
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .nav-link.blog {
    margin-left: 0px;
    font-size: 12px;
  }
  .nav-link.footer {
    margin-left: 0px;
  }
  .nav-link.footer:hover {
    background-color: transparent;
  }
  .nav-link.single {
    margin-top: 0px;
  }
  .div-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-footer.big {
    padding-top: 130px;
    padding-bottom: 0px;
    background-position: 50% 40%;
    background-repeat: no-repeat;
  }
  .paragraph-31 {
    font-size: 12px;
  }
  .footer-logo.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .blog-post-wrapper {
    width: 100%;
  }
  .blog-post-wrapper.first {
    width: 100%;
  }
  .lighter-color {
    font-size: 12px;
  }
  .div-social.footers {
    float: none;
  }
  .info-post {
    font-size: 12px;
  }
  .call-to-action {
    padding-right: 60px;
    padding-left: 60px;
  }
  .cta-text.white {
    margin-top: 0px;
  }
  .column {
    text-align: center;
  }
  .icon {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .dropdown-link {
    display: block;
    padding-right: 20px;
    padding-left: 10px;
  }
  .dropdown-link:hover {
    background-color: #000;
  }
  .dropdown-link.w--current {
    background-color: transparent;
  }
  .nav-bar {
    padding-top: 10px;
    padding-bottom: 0px;
    border-top-color: #ff8c00;
  }
  .nav-menu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  .dropdown-toggle {
    padding-left: 0px;
  }
  .dropdown-toggle.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-button {
    margin-top: 39px;
    background-color: hsla(0, 0%, 100%, 0.12);
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.3);
  }
  .dropdown-arrow {
    margin-right: 0px;
    padding-left: 0px;
  }
  .text-span {
    color: #8ca244;
  }
  .servtxt.black {
    font-size: 18px;
    line-height: 21px;
  }
  .servicecar {
    width: 33.33%;
  }
  .serviceblock {
    width: 200px;
    height: 200px;
  }
  .serviceblock.team {
    width: 195px;
    height: 195px;
  }
  .pageslider {
    width: 100%;
    height: auto;
  }
  .slide-nav-2 {
    display: block;
  }
  .footsearch {
    width: 80%;
  }
  .hero-slider {
    height: 400px;
  }
  .text-block {
    margin-top: 50px;
  }
  .hero-content-block {
    top: 20%;
    width: 85%;
  }
  .tabtop {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footsearchform {
    padding-right: 0px;
  }
  .hero-slide-title {
    font-size: 44px;
    line-height: 48px;
  }
  .flexwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
.gridItem {
	width: 100%;
}

.floatLeft,
.floatRight {
	width: 100%;
	float: none;
	margin: 5px 0 10px 0;
}

.fauxCols.two {
	column-count: 1;
}
.fauxCols.three {
	column-count: 1;
}
.fauxCols.four {
	column-count: 1;
}

.page-header-container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 30px;
}

.big-title-box h1 {
	font-size: 42px;
	line-height: 48px;
}

.content-wrapper h2 {
	margin: 1em 0 .3em 0; 
	font-size: 1.6em;
	line-height: 1.1em;
}
.content-wrapper h3 {
	margin: 1em 0 .3em 0; 
	font-size: 1.1em;
	line-height: 1em;
}

.hero-section.homepage-8 {
    height: 600px;
  }
  .hero-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .hero-title {
    padding-right: 0px;
    font-size: 34px;
    line-height: 42px;
  }
  .paragraph.center.white {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 23px;
  }
  .paragraph.center.black {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph.left {
    text-align: left;
  }
  .icon-block-features {
    margin-bottom: 20px;
  }
  .icon-block-features.new {
    margin-bottom: 20px;
  }
  .div-wrapper {
    width: 100%;
  }
  .separated-div-wrapper {
    text-align: center;
  }
  .div-text._2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section {
    padding: 100px 70px;
  }
  .section.padding {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .section.white.services {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.white.leaf {
    padding-bottom: 150px;
  }
  .section.guides {
    padding-right: 0px;
    padding-left: 0px;
	
  }
  .features-block {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .features-block.icon.alternative {
    width: 100%;
    height: 150px;
  }
  .features-block.icon.no-color {
    height: auto;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom-style: none;
  }
  .heading.center {
    margin-top: 0px;
    font-size: 30px;
  }
  .adress {
    font-size: 16px;
  }
  .footer-info {
    text-align: center;
  }
  .footer-title {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .div-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-footer.big {
    padding-top: 213px;
    background-position: 50% 30%;
    background-size: 1200px;
  }
  .div-social {
    float: none;
  }
  .call-to-action {
    text-align: center;
  }
  .cta-text {
    margin-bottom: 20px;
    text-align: center;
  }
  .cta-text.white {
    margin-bottom: 20px;
    float: none;
  }
  .button.outline.white {
    float: none;
  }
  .subscribe-card {
    display: none;
  }
  .icon {
    color: #fff;
  }
  .dropdown-link {
    width: auto;
  }
  .menu-button {
    margin-right: 10px;
  }
  .servtxt.black {
    font-size: 16px;
    line-height: 19px;
  }
  .arrow {
    position: static;
    margin: -62px 0px 0px auto;
    float: none;
  }
  .arrow.leftarrow {
    margin-right: 52px;
  }
  .servicecar {
    width: 50%;
  }
  .serviceblock {
    width: 190px;
    height: 190px;
    border-width: 6px;
  }
  .hippiearrowr {
    position: static;
    float: right;
  }
  .hippiearrowl {
    position: static;
    display: block;
    margin-right: 61px;
    margin-left: auto;
  }
  .hero-slider {
    height: 370px;
  }
  .home-slider-button {
    width: 40px;
    height: 80px;
  }
  .home-slider-button:hover {
    width: 50px;
  }
  .hero-content-block {
    margin-top: 0px;
  }
  .hero-slide-title {
    margin-bottom: 13px;
    font-size: 34px;
    line-height: 40px;
  }
  .details {
    text-align: left;
  }
  .estform {
    overflow: visible;
  }
  .txtarea {
    overflow: auto;
    width: 97%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .content-section {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .big-title-box h1 {
  	font-size: 32px;
  	line-height: 38px;
  }
  
  .hero-container {
    padding-bottom: 0px;
  }
  .hero-title {
    width: auto;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 32px;
  }
  .hero-title.black.thin {
    font-size: 30px;
    line-height: 35px;
  }
  .paragraph.center.white {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  .icon-block-features {
    margin-bottom: 60px;
  }
  .div-wrapper {
    width: 100%;
  }
  .div-text._2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section {
    padding: 100px 10px;
  }
  .section.padding {
    padding-top: 65px;
  }
  .section.white {
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .section.white.leaf {
    padding-bottom: 150px;
  }
  .section.guides {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .features-block {
    height: auto;
  }
  .features-block.icon.alternative {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-block.icon.no-color {
    padding: 24px 17px;
  }
  .heading.features.left-side {
    font-size: 14px;
  }
  .heading.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .heading.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }
  .adress {
    text-align: center;
  }
  .footer-info {
    text-align: center;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.footer {
    text-align: center;
  }
  .footer-title {
    text-align: center;
  }
  .div-footer.big {
    background-position: 50% 40%;
    background-size: 1800px;
  }
  .social-icon.wrapper {
    float: left;
  }
  .div-social {
    float: none;
  }
  .call-to-action {
    padding-right: 29px;
    padding-left: 29px;
  }
  .cta-text.white {
    text-align: center;
  }
  .button.right {
    width: 100%;
    margin-top: 3px;
  }
  .text-block-7 {
    font-family: 'Lato', sans-serif;
  }
  .trial-wrapper {
    width: 90%;
  }
  .trial-field {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 11px;
    float: none;
    border-radius: 3px;
    text-align: center;
  }
  .text-block-8 {
    font-weight: 300;
  }
  .subscribe-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: none;
  }
  .column {
    text-align: center;
  }
  .icon {
    width: auto;
    height: auto;
    padding: 0px;
    color: #fff;
  }
  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .dropdown-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-button {
    margin-right: 10px;
    background-color: hsla(0, 0%, 100%, 0.16);
  }
  .go-to {
    top: 5px;
    right: 5px;
    bottom: auto;
  }
  .link-block {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .paddedmask {
    margin-right: 30px;
    margin-left: 30px;
  }
  .servtxt {
    margin-bottom: 0px;
  }
  .servicecar {
    width: 100%;
  }
  .serviceblock.team {
    width: 180px;
    height: 180px;
  }
  .hippiearrowl {
    display: none;
  }
  .pageslider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .fb {
    float: none;
  }
  .footsearch {
    width: 75%;
  }
  .hero-slider {
    height: 400px;
  }
  .home-slider-button {
    width: 30px;
    font-size: 10px;
  }
  .text-block {
    display: block;
    margin-top: 50px;
    font-size: 11px;
  }
  .hero-content-block {
    top: 9%;
    width: 85%;
    margin-top: 0px;
  }
  .footsearchform {
    padding-right: 0px;
  }
  .hero-slide-title {
    font-size: 23px;
    line-height: 26px;
  }
  .bar {
    height: 5px;
  }
  .details {
    font-size: 16px;
  }
  .iconpic {
    max-width: 75px;
  }
  .centerblock {
    text-align: center;
  }
  .icondesc {
    display: none;
  }
  .txtarea {
    width: 94%;
  }
}

