@import "animate.css";
@import url(css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Paytone+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 24px/24px "PT Sans Narrow", sans-serif;
  color: #888888;
  background: #444444;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffffff;
}
@media (max-width: 1199px) {
  br {
    display: none;
  }
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 600 50px/48px "PT Sans Narrow", sans-serif;
  color: #444444;
}
h3 {
  font: 400 18px/24px "PT Sans Narrow", sans-serif;
  color: #2B2B2B;
}
h3 a:hover {
  color: #444444;
}
h4 {
  font: 400 16px/20px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #444444;
}
h5 {
  font: 900 38px/38px "PT Sans Narrow", sans-serif;
  color: #444444;
}
h6 {
  font: 900 60px/60px "PT Sans Narrow", sans-serif;
  color: #444444;
}
@media (max-width: 979px) {
  h6 {
    font-size: 40px;
    line-height: 40px;
  }
}
.heading1 {
  text-align: center;
  margin-bottom: 27px;
}
.heading2 {
  text-align: center;
  margin-bottom: 15px;
}
.heading3 {
  text-align: center;
  margin-bottom: 50px;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 16px/16px "PT Sans Narrow", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 9px 14px 11px;
  display: inline-block;
  background: #009A3D;
}
.btn-default:hover {
  background: #009A3A;
  color: #ffffff;
}
.btn-simple {
  display: inline-block;
  font: 400 14px/18px "PT Sans Narrow", sans-serif;
  color: #d76468;
  text-decoration: underline;
}
.btn-simple:hover {
  color: #ffa346;
}
.btn-big {
  font: 900 14px/36px "PT Sans Narrow", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 4px 66px 4px;
  background: #009A3D;
  display: inline-block;
}
.btn-big:hover {
  background: #009A3A;
  color: #ffffff;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 35px 0 114px;
  overflow: hidden;
}
.wrapper2 {
  padding: 70px 0 54px;
  overflow: hidden;
}
.wrapper3 {
  padding: 45px 0 40px;
  background: #e7e7e7;
  overflow: hidden;
}
.wrapper3.wrapper3__inset1 {
  padding-top: 107px;
  padding-bottom: 186px;
}
.wrapper3.wrapper3__inset2 {
  padding-top: 115px;
  padding-bottom: 175px;
}
@media (max-width: 979px) {
  .wrapper3 {
    padding-bottom: 100px;
  }
  .wrapper3.wrapper3__inset1 {
    padding-bottom: 100px;
  }
  .wrapper3.wrapper3__inset2 {
    padding-bottom: 100px;
  }
}
.wrapper4 {
  padding: 105px 0 80px;
  overflow: hidden;
}
.wrapper4 .row {
  overflow: hidden;
}
.wrapper4.wrapper4__inset1 {
  padding-bottom: 74px;
}
.wrapper4.wrapper4__inset2 {
  padding-bottom: 210px;
}
@media (max-width: 979px) {
  .wrapper4.wrapper4__inset2 {
    padding-bottom: 130px;
  }
}
.wrapper5 {
  background: #333333;
  padding: 74px 0 58px;
  color: #ffffff;
  overflow: hidden;
}
.wrapper5 h2 {
  color: #ffffff;
}
.wrapper6 {
  overflow: hidden;
  padding-bottom: 211px;
}
.wrapper7 {
  padding: 10px 0 10px;
  overflow: hidden;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
#header #stuck_container {
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
}
@media (max-width: 979px) {
  #header #stuck_container {
    top: 0;
    text-align: center;
  }
}
#header #stuck_container .wrapper {
  background-color: #009a35;
}
@media (max-width: 767px) {
  #header #stuck_container {
    position: relative;
    background: #009A3D;
  }
  #header #stuck_container .wrapper {
    background: transparent;
  }
}
#header #stuck_container.isStuck .wrapper {
  background: transparent;
}
#header .triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#header .triangle path {
  fill: #ffffff;
}
@media (max-width: 979px) {
  #header .triangle {
    display: none;
  }
}
#header.common {
  height: 304px;
  background-image: url(../images/page2_img1.png);
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
  float: left;
}
h1 a {
  display: block;
  background: #009A3D;
  position: relative;
  padding: 30px 50px 26px 104px;
  font: 400 10px/26px "Paytone One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  /*letter-spacing: .1em;*/
}
h1 a:hover {
  color: #ffffff;
}
h1 a img {
	position: absolute;
	left: -2px;
	top: 0px;
	
}@media (max-width: 979px) {
  h1 {
    float: none;
    display: block;
    background: #009A3D;
  }
  h1 a {
    display: inline-block;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: right;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 17px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: none;
  font: 900 16px/16px "PT Sans Narrow", sans-serif;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  padding: 35px 29px 31px;
}
.sf-menu > li > a:hover {
  background: #009A3A;
  color: #79C921;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: #009A3A;
  color: #ffffff;
}
.sf-menu .sfHover > a {
  background: #009A3A;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #009A3A;
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  background: #009A3A;
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  width: 100%;
  font: 400 14px/14px "Open Sans", sans-serif;
  position: absolute;
  top: 82px;
  left: 0;
  background: url(../images/background2.png) repeat;
  text-align: center;
  padding: 22px 0 24px 0;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #424242;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  background: transparent;
  color: #424242;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #009A3D;
}
.sf-menu ul > .sfHover > a {
  background: transparent;
}
.sf-menu ul > .sfHover > a:after {
  color: #009A3D;
}
.sf-menu ul li.sfHover > a {
  color: #009A3D;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -17px;
  left: 109px;
  margin-left: 0;
  padding: 17px 0 25px 0;
  z-index: 4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #009A3D;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    font: 900 16px/16px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  background-color: #009A3D;
}
.isStuck h1 a {
  padding-top: 41px;
  padding-bottom: 15px;
}
.isStuck h1 a img {
  top: 0px;
}
/*.isStuck .sf-menu > li > a {}*/
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
@media (max-width: 979px) {
  #content {
    padding-top: 60px;
  }
}
#content.common {
  padding-top: 20px;
}
@media (max-width: 979px) {
  #content.common {
    padding-top: 60px;
  }
}
/* ======= Box 1 Welcome ======= */
.box1 {
  text-align: center;
}
.box1 h6 {
  margin-top: 50px;
  margin-bottom: 12px;
}
.box1 .heading {
  display: block;
  color: #009A3D;
  font: 400 18px/24px "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.box1 .heading a:hover {
  color: #444444;
}
@media (max-width: 767px) {
  .box1 img {
    margin-bottom: 20px;
  }
}
/* ======= Gallery 1  ======= */
.gallery1 .gallery_image {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .gallery1 .gallery_image {
    width: 100%;
    margin-top: -1px;
  }
}
/* ======= Wrapper for divider ======= */
.wrapper-for-divider {
  overflow: hidden;
  position: relative;
  padding: 17px 0 12px;
}
.wrapper-for-divider:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  background: #ecf0f1;
  height: 100%;
  z-index: 1;
  left: 50%;
  margin-left: -1px;
  top: 0;
}
@media (max-width: 767px) {
  .wrapper-for-divider:after {
    display: none;
  }
}
/* ======= Box 2 Services ======= */
.box2 {
  z-index: 3;
  position: relative;
  padding-right: 172px;
  text-align: right;
  padding-left: 30px;
  margin-bottom: 14px;
}
.box2:hover img {
  background: #444444;
}
.box2 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 36px;
  top: 7px;
  background: #009A3D;
}
.box2 h3 {
  margin-bottom: 11px;
}
.box2.box2__inset1 {
  padding-right: 30px;
  padding-left: 172px;
  text-align: left;
}
.box2.box2__inset1 img {
  left: 37px;
  right: auto;
}
@media (max-width: 1199px) {
  .box2 {
    padding-left: 0;
  }
  .box2 img {
    right: 21px;
  }
  .box2.box2__inset1 {
    padding-right: 0;
  }
  .box2.box2__inset1 img {
    left: 21px;
  }
}
@media (max-width: 979px) {
  .box2 {
    padding-right: 140px;
  }
  .box2 img {
    right: 6px;
  }
  .box2.box2__inset1 {
    padding-left: 140px;
  }
  .box2.box2__inset1 img {
    left: 6px;
  }
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 40px;
  }
  .box2 img {
    right: 0;
  }
  .box2.box2__inset1 img {
    left: 0;
  }
}
/* ======= Post 1 News ======= */
.post1 {
  display: block;
  margin-top: 14px;
  background: #ffffff;
}
.post1 a.wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  padding: 10px 10px 15px;
  display: block;
}
.post1 a.wrapper:hover {
  border-bottom: 2px solid #009A3D;
}
.post1 a.wrapper:hover time {
  background: #009A3D;
}
.post1 img {
  margin-bottom: 10px;
}
.post1 time {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background: #444444;
  color: #ffffff;
  padding: 0 7px;
  text-align: center;
  margin-bottom: 7px;
  line-height: 23px;
}
.post1 h3 {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 40px;
  }
  .post1 img {
    width: 100%;
  }
}
/* ======= Box 3 Health ======= */
.box3 {
  padding: 0 4px;
  margin-bottom: 104px;
  text-align: center;
}
.box3 h2 {
  margin-bottom: 15px;
}
.box3 h3 {
  margin-bottom: 21px;
}
.box3 .btn-default {
  margin-top: 22px;
}
/* ======= Box 4 Our principles ======= */
.box4 {
  margin-top: 25px;
}
.box4 .wrapper {
  margin-bottom: 30px;
}
.box4 .label a {
  display: block;
  background: #009A3D;
  width: 248px;
  font: 600 18px/18px "Open Sans", sans-serif;
  color: #ffffff;
  padding: 9px 5px 13px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box4 .label a:hover {
  background: #009A3A;
}
.box4 .label a:hover:after {
  border-color: transparent transparent transparent #009A3A;
}
.box4 .label a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: -23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 23px;
  border-color: transparent transparent transparent #009A3D;
}
.box4 p {
  margin-top: -6px;
}
@media (max-width: 1199px) {
  .box4 .label a {
    width: 100%;
    font-size: 14px;
  }
  .box4 .label a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .box4 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .box4 .label {
    margin-bottom: 20px;
  }
}
/* ======= Box 5 Some words about ======= */
.box5 h3 {
  margin-top: 3px;
  margin-bottom: 16px;
}
.box5 .second {
  display: block;
  font: 300 18px/18px "Open Sans", sans-serif;
  color: #444444;
}
@media (max-width: 767px) {
  .box5 .second {
    margin-bottom: 20px;
  }
}
/* ======= banner 1 A dark colored ======= */
.banner1 {
  background-image: url(../images/page2_img2.png);
  padding: 144px 0 153px;
  text-align: center;
  overflow: hidden;
}
.banner1 .first {
  display: block;
  font: 600 50px/48px "PT Sans Narrow", sans-serif;
  color: #ffffff;
}
.banner1 .second {
  display: block;
  font: 300 26px/32px "PT Sans Narrow", sans-serif;
  color: #ffffff;
}
/* ======= Banner 2 What we do ======= */
.banner2 {
  padding: 0 0 50px;
  position: relative;
}
.banner2 img.background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.banner2 .box6,
.banner2 .heading2 {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner2 img.background-image {
    display: none;
  }
}
/* ======= Box 6 What we do ======= */
.box6 h3 {
  margin-bottom: 17px;
}
.box6 .list1 {
  margin-top: 13px;
}
/* ======= Banner 3 ======= */
.banner3 {
  text-align: center;
  padding: 143px 0 40px;
  background-image: url(../images/painel-tecido-estrela.jpg);
  overflow: hidden;
}
.banner3 .first {
  display: block;
  font: 600 50px/48px "PT Sans Narrow", sans-serif;
  color: #ffffff;
  margin-bottom: 26px;
}
.banner3 p {
  color: #ffffff;
  padding: 0 188px;
}
@media (max-width: 1199px) {
  .banner3 p {
    padding: 0 20px;
  }
}
/* ======= Banner 100 Ppel de parede ======= */
.banner100 {
  text-align: center;
  padding: 143px 0 40px;
  background-image: url(../images/papel-de-parede.jpg);
  overflow: hidden;
}
.banner100 .first {
  display: block;
  font: 600 50px/48px "PT Sans Narrow", sans-serif;
  color: #ffffff;
  margin-bottom: 26px;
}
.banner100 .second {
  display: block;
  font: 300 26px/32px "PT Sans Narrow", sans-serif;
  color: #ffffff;
}
.banner100 p {
  color: #ffffff;
  padding: 0 188px;
}
@media (max-width: 1199px) {
  .banner100 p {
    padding: 0 20px;
  }
}
/* ======= Box 7 Our services ======= */
.box7 {
  background: #f2f2f2;
  text-align: center;
  padding: 29px 34px 33px;
  margin-bottom: 40px;
}
.box7 i {
  font-size: 24px;
  line-height: 24px;
  color: #009A3D;
  display: inline-block;
  margin-bottom: 15px;
}
.box7 h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
/* ======= Box 8 Compare, choose ======= */
.box8 {
  position: relative;
  margin-bottom: 43px;
  padding-left: 110px;
  margin-top: -8px;
}
.box8 .label {
  position: absolute;
  left: 0;
  top: 5px;
  font: 900 30px/60px "Open Sans", sans-serif;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
  width: 64px;
  height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #444444;
  border-radius: 300px;
}
.box8 h3 {
  margin-bottom: 15px;
}
/* ======= Post 2 Recent news ======= */
.post2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post2 h4 {
  margin-bottom: 1px;
}
.post2 time {
  font: 400 16px/20px "Open Sans", sans-serif;
  color: #009A3D;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.post2 img {
  margin-bottom: 0px;
}
.post2 .btn-simple {
  margin-top: 18px;
  text-decoration: underline;
  color: #009A3D;
}
.post2 .btn-simple:hover {
  color: #ffa346;
}
.post2.post2__offset1 {
  margin-top: 36px;
  margin-bottom: -7px;
}
.post2.post2__offset1 h4 {
  margin-top: -4px;
  font-size: 14px;
}
.post2.post2__offset1 time {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .post2.post2__offset1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post2 {
    margin-bottom: 50px;
  }
  .post2 img {
    width: 100%;
  }
  .post2.post2__offset1 {
    margin-bottom: 59px;
  }
}
/* ======= Post 3 ======= */
.post3 {
  position: relative;
  padding-left: 80px;
  margin-bottom: 38px;
}
.post3 time {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
}
.post3 time span {
  display: block;
}
.post3 time span.first {
  font: 400 57px/57px "Open Sans", sans-serif;
  margin-bottom: 1px;
}
.post3 time span.second {
  font: 400 16px/16px "Open Sans", sans-serif;
}
.post3 h3 {
  margin-top: -4px;
  color: #ffffff;
  margin-bottom: 15px;
}
.post3 h3 a:hover {
  color: #009A3D;
}
.post3 .btn-simple {
  color: #ffffff;
  margin-top: 20px;
  text-transform: uppercase;
}
.post3 .btn-simple:hover {
  color: #009A3D;
}
.post3 + .post3 {
  padding-top: 36px;
  border-top: 1px solid #bfbfbf;
}
.post3 + .post3 time {
  top: 36px;
}
/* ======= Gallery 2 Our gallery ======= */
.gallery2 {
  margin-top: 34px;
  margin-bottom: 195px;
}
.gallery2 .gallery_image {
  float: left;
  width: 33.333333333333336%;
}
@media (max-width: 979px) {
  .gallery2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .gallery2 .gallery_image {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Banner 4 Contact form ======= */
.banner4 {
  background-image: url(../images/page6_img1.png);
  padding: 64px 0 195px;
  color: #ffffff;
  overflow: hidden;
}
.banner4 h2 {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .banner4.stellar-block {
    background-attachment: scroll !important;
  }
}
@media (max-width: 979px) {
  .banner4 {
    padding-bottom: 100px;
  }
}
/* ======= Box 9 Privacy Policy ======= */
.box9 {
  margin-bottom: 34px;
}
.box9 h3 {
  margin-bottom: 16px;
}
.box9 .simple-link {
  margin-top: 24px;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
  width: 100%;
  height: 396px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 319.5789473684211px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 252.8842105263158px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 291.7894736842105px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 187.57894736842107px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 770px){
#contato-form h2 {
    font-size: 12px;
    padding-right: 0;
  }
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 490px;
  margin-bottom: 114px;
  margin-top: 6px;
}
/* ======= Address  ======= */
.contacts-address {
  margin-top: 25px;
}
.contacts-address .our-address {
  font: 400 18px/24px "Open Sans", sans-serif;
  color: #009A3D;
  display: block;
  margin-bottom: 16px;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 100px;
}
@media (max-width: 767px) {
  .contacts-address {
    margin-bottom: 50px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #009A3D;
}
.simple-link:hover {
  color: #444444;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 22px;
  position: relative;
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #888888;
}
.listbox li{
	padding: 10px;
	padding-left: 60px;
    position: relative;
    font: 800 18px/18px "Open Sans", sans-serif;
    color: #fff;
    background-color: red;
	
}
.listbox li a:houver {
	color: #ffffff;
}

.listbox li:before {
    display: block;
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 40px;
    content: '\f0a9';
    left: 20px;
    top: 0;
    color: #ffffff;
}
.list1 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 24px;
  content: '\f0a9';
  left: 0;
  top: 0;
  color: #009A3D;
}
.list1 li + li {
  margin-top: 8px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 0;
}
.socials1 li a i {
  color: #ffffff;
  background: #009A3D;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #009A3D;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #000;
}
.gallery_image a.big-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: url(../images/hover-icon.png) no-repeat center;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -29px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding-bottom: 36px;
  position: relative;
  background: #444444;
}
@media (max-width: 979px) {
  #footer {
    padding-top: 70px;
  }
}
#footer .triangle {
  position: absolute;
  top: -197px;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
#footer .triangle path {
  fill: #444444;
}
@media (max-width: 979px) {
  #footer .triangle {
    display: none;
  }
}
#footer .heading1 {
	position: relative;
	z-index: 2;
	margin-bottom: 31px;
	margin-top: 40px;
	text-align: left;
}
#footer .heading1 h2 {
  color: #ffffff;
}
#footer h1 {
  display: block;
  float: none;
  margin-top: 12px;
}
#footer h1 a {
  display: inline-block;
  padding: 0;
  padding-left: 66px;
  background: transparent;
}
#footer h1 a img {
  top: -8px;
}
@media (max-width: 979px) {
  #footer h1 {
    display: block;
    background: transparent;
  }
  #footer h1 a {
    display: inline-block;
  }
}
#footer .privacy-block {
  margin-top: 77px;
  color: #ffffff;
  text-align: right;
}
#footer .privacy-block .info {
  display: block;
}
@media (max-width: 767px) {
  #footer .privacy-block {
    margin-top: 70px;
  }
}
#footer.common .privacy-block {
  position: relative;
  margin-top: 6px;
  z-index: 2;
}
@media (max-width: 979px) {
  #footer.common {
    padding-top: 30px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;

}
#toTop:hover {
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    text-transform: none;
    font: 400 14px/14px "PT Sans Narrow", sans-serif;
   }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    text-transform: none;
    font: 900 14px/14px "PT Sans Narrow", sans-serif;
   }
}
/*Core variables and mixins*/
