
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    background-image: url(../img/pixabay-woodworking-691329_1920.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover; /* safari may need this */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    body:after {
        content: "";
        position: fixed; /* stretch a fixed position to the whole screen */
        top: 0;
        height: 100vh; /* fix for mobile browser address bar appearing disappearing */
        left: 0;
        right: 0;
        z-index: -1; /* needed to keep in the background */
        background: url(../img/pixabay-woodworking-691329_1920.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }   .fa-angle-down::before {
            content:"\f107";

        }
        .accordion .card .card-header a:not(.collapsed) .rotate-icon {
            transform: rotate(180deg);
            -ms-transform:rotate(180deg);
            -webkit-transform:rotate(180deg);
        }
a {
    color: #00aa95;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #64e9ee;
  outline: none;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family:'Merriweather', serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.spacer10 { height:10px;}
.spacer20 { height:20px;}
.spacer30 { height:30px;}
.spacer40 { height:40px;}
.spacer50 { height:50px;}
.spacer60 { height:60px;}
.spacer70 { height:70px;}
.spacer80 { height:80px;}
.spacer90 { height:90px;}
.spacer100 { height:100px;}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #00aa95);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #00aa95);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #00aa95;
  color: #fff;
}
#divCookie {
    background: linear-gradient(45deg, #00aa95, #64e9ee);
    /* IE10 */
    background: -ms-linear-gradient(45deg, #00aa95, #64e9ee);
    /* Mozilla Firefox */
    background: -moz-linear-gradient(45deg, #00aa95, #64e9ee);
    /* Opera */
    background: -o-linear-gradient(45deg, #00aa95, #64e9ee);
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00aa95), color-stop(1, #64e9ee));
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(45deg, #00aa95, #64e9ee);
    /* Proposed W3C Markup */
    background: linear-gradient(45deg, #00aa95, #64e9ee);
    background-color: #00aa95 !important;
    border-radius: .25rem;
    border: 1px solid #d4d4d4;
    bottom: 4px;
    color: #fff;
    font-size: smaller;
    height: auto;
    left: 4px;
    opacity: 0.9;
    padding: 6px 14px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 9999 !important;
}
    #divCookie a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }
/*-------------
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
.navbar-nav {
          /*background: linear-gradient(45deg, #64e9ee, #00aa95)!important;*/
          width:100%;
          height:auto;
          /*float:right!important;*/
    }
.navbar-nav ul {
          /*float:right!important;*/
    }
.navbar-nav.container {
         width:100%!important;
    }
#header #logo {
  float: left;
}
#header #navigation01 {
    /*float:right!important;*/
    /*text-align:right!important;*/
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.7);
    border-color: rgba(0,0,0,.1);
}

li.liDefault.active a,
li.liGallery.active a, 
li.liContact.active a, 
li.liProducts.active a  { color:#353535!important; border-bottom: 2px solid #353535;}
li.nav-item a:hover { color:#fff!important; border-bottom: 2px solid #fff;}
.navbar-collapse {
    /*-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;*/
    flex-grow: 0;
    float:right!important;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}

@media (max-width: 768px) {

}

#header.header-fixed {
    width:100%;
  /*background: linear-gradient(45deg, #64e9ee, #00aa95);*/
  padding: 20px 0;
  height: auto;
  transition: all 0.5s;
}
#header {
    width:100%;
  background: linear-gradient(45deg, #00aa95, #64e9ee);
  padding: 20px 10px;
  height: auto;
  box-shadow:0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  /*background: linear-gradient(45deg, #1de099, #00aa95);*/
  position: relative;
}

#intro .intro-text {
    clear:both;
  padding-top: 180px;
  text-align: center;
  vertical-align: top;
  text-shadow: 1px 2px #000;
}

@media (max-height: 768px) {
  #intro .intro-text {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  #intro .intro-text {
    padding-top: 180px;
    font-family: "300 18px/26px ", Merriweather"";
  }
}

@media (max-width: 767px) {
  #intro .intro-text {
    padding-top: 80px;
        font-family: "300 18px/26px ", Merriweather"";
  }
}

#intro h1 {
  margin: 40px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;  font-family:'Merriweather', serif;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family:'Merriweather', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #00aa95;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  width: 100%;
  height: 530px;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  height: 500px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  height: 430px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  height: 360px;
}

@media (max-height: 768px) {
  #intro .product-screens {
    height: 430px;
  }
  #intro .product-screens .product-screen-1 {
    height: 400px;
  }
  #intro .product-screens .product-screen-2 {
    height: 330px;
  }
  #intro .product-screens .product-screen-3 {
    height: 260px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens {
    height: 400px;
  }
  #intro .product-screens .product-screen-1 {
    position: static;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

@media (max-width: 767px) and (max-height: 639px) {
  #intro .product-screens {
    height: 300px;
  }
  #intro .product-screens .product-screen-1 {
    position: static;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1dc9ce;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

#navigation01 li  { padding:10px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #036b5c;
    text-decoration: none;
 
}.nav-item:hover {
    /*background-color:#036b5c;*/
}

}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family:'Merriweather', serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #00aa95;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #00aa95;
}

#mobile-nav ul .menu-item-active {
  color: #00aa95;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #353535;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #00aa95;
  background: linear-gradient(0deg, #00aa95 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #00aa95;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Call To Action Section
--------------------------------*/



#call-to-action {
    background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/Goostrey.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover; /* safari may need this */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
    #call-to-action:after {
        content: "";
        position: fixed; /* stretch a fixed position to the whole screen */
        top: 0;
        height: 100vh; /* fix for mobile browser address bar appearing disappearing */
        left: 0;
        right: 0;
        z-index: -1; /* needed to keep in the background */
        background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/Goostrey.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 100px 0;
    }
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family:'Merriweather', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}



/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 0.5;
}

/* Products Section
--------------------------------*/
.panel-group { background-color: #efefef;
               border: 2px;
                 border-top-style: dotted;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid; 
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.panel-heading {          border: 2px;    border-bottom-style: dotted;
}
.panel-collapse {
           border: 2px;
    border-bottom-style: dotted;

}
.panel-title { 
margin:20px;
}
.panel-collapse.show {
    background-color:#efefef;
    display:flex;
    padding:10px;
}
.panel-heading.collapsed {
  background-color:#efefef;
    display:flex;}
/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border:1px solid #eff5f5;
   background-color: rgba(29, 200, 205, 1);
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.65;
   
}


#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

	.dark-wrapper {
		display:block;
		padding:100px 0;
		position:relative;
		background-color:#fff;
	}

	.masonry_wrapper {
		overflow:hidden;
		margin:30px 0;
	}
	.masonry_wrapper .item {
		margin: 0 2px 4px;
		padding:0;
	}
	.masonry_wrapper .item img {
		height: auto !important;
		height: 100% !important;
		width: auto; /*was width 100%*/
		position: relative;
		z-index: -2;
	}
	
	.portfolio-filter ul {
		list-style:none; 
		padding-left:10px
	}
	.portfolio-filter {
		text-align: center;
		overflow:hidden;
		margin: 40px 0 15px;
	}
	.portfolio-filter li {
		display: inline;
		margin-right: 5px;
		padding: 0;
	}
	.portfolio-filter li a {
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
	}

	.btn-primary {
		display: inline-block;
		padding: 6px 13px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.428571429;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		background: 0 0;
		color: #666!important;
		border: 1px solid #64e9ee;
		margin-top: 30px;
		text-transform: uppercase;
	}
	

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #FFF !important;
	background-color: #64e9ee !important;
	border-color: #64e9ee !important;
	}
	
	
	.hovereffect .icon {
		font-size: 31px;
		font-weight: 300;
		height: 75px;
		left: 0;
		line-height: 75px;
		margin: -35px auto 0;
		position: absolute;
		right: 0;
		top:38%;
		text-align: center;
		width: 75px;
		}
		
	
		.entry:hover .hovereffect { 
		opacity: 1;
		visibility: visible;
		}
		.entry {
		display:block;
		position:relative;

	}
	.hovereffect {
        width: 100%;
		background-color:rgba(0,0,0,0.6);
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		opacity:0;

		-webkit-transition:all .3s ease-in-out;
		-moz-transition:all .3s ease-in-out;
		-ms-transition:all .3s ease-in-out;
		-o-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		}
		
	.animationload {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#fff; /* change if the mask should have another color then white */
		z-index:999999; /* makes sure it stays on top */
	}
	.loader {
		width:200px;
		text-indent:-99999;
		height:200px;
		font-size:0;
		position:absolute;
		left:50%; /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		background-image:url(img/loading.gif); /* path to your loading animation */
		background-repeat:no-repeat;
		background-position:center;
		margin:-100px 0 0 -100px; /* is width and height divided by two */
	}
/* Contact Section
--------------------------------*/
       /* Set a size for our map container, the Google Map will take up 100% of this container */
            #map {
                width: 100%;
                height: 300px;
                border-top:1px solid #00aa95;
            }
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  background-color:#ffffff;
  border-top: 1px solid #00aa95;
}

#contact .contact-about h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.5;
  font-family:'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00aa95;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family:'Merriweather', serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #00aa95;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
  margin: 0 0 15px 0;
}

#contact .form #sendmessage {
  color: #00aa95;
  border: 1px solid #00aa95;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form-error {
        color: red;
   
        border: 1px solid red;
        text-align: center;
        padding: 5px;
        font-weight: 600;
    }
.form-control::placeholder {
    color: #868e96;
    opacity: 0.6;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #00aa95);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}
#Cookies .h2 {
  font-size: 32px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family:'Merriweather', serif;
  font-weight: 300;
    clear:both;
  width:100%;
}
#Cookies .h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family:'Merriweather', serif;
  font-weight: 300;
  clear:both;
  width:100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #00aa95;
}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}
