@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-width: 300px;
  /*background: #dbd7d2;*/
  /*color: #b5b5b5;*/
  color: black;
  font: 14px/24px Arial, sans-serif;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-text-size-adjust: none;
}

h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
}

  h1 img {
    max-width: inherit;
  }

h2 {
  font: 300 40px/40px 'Open Sans', Arial, sans-serif;
  color: #464646;
  text-transform: uppercase;
  padding-top: 45px;
}

h3 {
  font: 20px/25px 'Open Sans', Arial, sans-serif;
  color: #464646;
  margin-top: 20px;
  text-transform: uppercase;
}

h4 {
  font: 300 20px/25px 'Open Sans', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}

.top_section {
  background: #fff;
  padding: 0px 0 76px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #dbd7d2;
  padding: 0;
  position: relative;
  z-index: 100;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #bcb7b2;
}

  .sf-menu > li:last-child,
  .sf-menu > li#last-li {
    margin: 0;
    border-right: 1px solid #bcb7b2;
  }

  .sf-menu > li > a {
    display: block;
    padding: 27px 0px 23px;
    font: 600 14px/33px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    color: #464646;
    text-align: center;
    background: #dbd7d2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    /* rollover line =============================================*/
  }

    .sf-menu > li > a:hover {
      color: #464646;
      background: #c9c6c2;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
    }

      .sf-menu > li > a:hover strong {
        width: 100%;
        opacity: 1;
      }

    .sf-menu > li > a.sf-with-ul:after {
      content: '';
      position: absolute;
      width: 5px;
      bottom: 10px;
      left: 50%;
      pointer-events: none;
      z-index: 999;
      width: 0;
      height: 0;
      /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
    }

    .sf-menu > li > a strong {
      width: 0%;
      height: 6px;
      position: absolute;
      display: inline-block;
      left: 0;
      top: 92px;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
      z-index: 1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      /*background: #fa9183;*/
      opacity: 0;
      display: none;
      /* css triangle =============================================*/
    }

      .sf-menu > li > a strong:before {
        content: "";
        /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
      }

  .sf-menu > li.current > a {
    color: #464646;
    background: #c9c6c2;
  }

    .sf-menu > li.current > a strong {
      width: 100%;
      opacity: 1;
    }

  .sf-menu > li.sfHover > a {
    color: #464646;
    background: #c9c6c2;
  }

    .sf-menu > li.sfHover > a strong {
      width: 100%;
      opacity: 1;
    }

.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

  .sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 83px;
  left: 0;
  background: #dbd7d2;
  padding: 25px 10px 10px;
  /*width: 235px;*/
  width: 235px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  .sf-menu ul.submenu:before {
    /*content: "";
			display: block;
			width: 0; 
			height: 0; 
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-bottom: 7px solid @submenu-bg-color;
			position: absolute;
			top: -7px;
			left: 50%;
			margin-left: -118px;*/
  }

  .sf-menu ul li {
    position: relative;
    text-align: center;
    line-height: 30px;
  }

    .sf-menu ul li a {
      font: 14px/16px 'Open Sans', Arial, sans-serif;
      text-transform: uppercase;
      color: #464646;
      display: inline-block;
    }

      .sf-menu ul li a:hover {
        color: #99c038;
      }

      .sf-menu ul li a.sf-with-ul:after {
        /*content: '';*/
        font-family: 'FontAwesome';
        position: absolute;
        width: 5px;
        font-size: 13px;
        line-height: 13px;
        font-weight: normal;
        color: #000;
        right: -4px;
        bottom: 1px;
        pointer-events: none;
        z-index: 999;
      }

    .sf-menu ul li.sfHover > a {
      color: #99c038;
    }
  /* Second level sub-menu styles - submenu2
========================================================*/
  .sf-menu ul ul {
    position: absolute;
    top: -22px;
    left: 100%;
    margin-left: 20px;
    background: #99c038;
    /*padding: 10px 10px;*/
    z-index: 4;
    /* css triangle =============================================*/
  }

    .sf-menu ul ul:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-right: 7px solid #99c038;
      position: absolute;
      top: 25px;
      left: -7px;
    }

    .sf-menu ul ul li {
      /*line-height: 30px;*/
    }

      .sf-menu ul ul li a {
        color: #ffffff;
      }

        .sf-menu ul ul li a:hover {
          color: #000;
        }

@media only screen and (max-width: 979px) {
  /*.sf-menu > li {margin: 0 20px 0 0;}*/
}

/*@media only screen and (max-width: 767px) {
  nav {
    float: none;
    margin-top: 0px;
  }*/

  .sf-menu {
    /*display: none;*/
  }

  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #99c038;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #dbd7d2;
  padding: 0px 0 0px;
  z-index: 999;
}

  .isStuck h1 {
    /*height: 100px;*/
  }

  .isStuck .sf-menu > li > a {
    padding: 7px 0px 3px;
  }
  /*.isStuck .sf-menu > li > a {line-height: 50px;}*/
  .isStuck .sf-menu ul.submenu {
    top: 43px;
  }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

  a:hover {
    color: #99c038;
    text-decoration: none;
  }

  a.link1 {
    color: #99c038;
  }

    a.link1:hover {
      color: #000;
    }

  a.link2:hover {
    color: #000;
  }

.txt1 {
  font: 300 25px/25px 'Open Sans', Arial, sans-serif;
  color: #99c038;
  margin-top: 6px;
  text-transform: uppercase;
}

.txt2 {
  font: 300 180px/180px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 23px;
  text-transform: uppercase;
  float: left;
  margin-right: 34px;
  margin-left: -18px;
}

.txt3 {
  font: 300 80px/76px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 39px;
  text-transform: uppercase;
}

.txt4 {
  font: 300 20px/20px 'Open Sans', Arial, sans-serif;
  color: #464646;
  margin-top: 6px;
  text-transform: uppercase;
}

.txt5 {
  font: 600 30px/30px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 4px;
  text-transform: uppercase;
}

.txt6 {
  font: 300 15px/20px 'Open Sans', Arial, sans-serif;
  color: #99c038;
  margin-top: -1px;
  text-transform: uppercase;
}

  .txt6.v2 {
    margin-top: 5px;
  }

.txt7 {
  font: 300 15px/30px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 6px;
  text-transform: uppercase;
}

.txt8 {
  font: 600 30px/30px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 46px;
  text-transform: uppercase;
}

.txt9 {
  font: 300 25px/25px 'Open Sans', Arial, sans-serif;
  color: #464646;
  padding-top: 46px;
  text-transform: uppercase;
  margin: 0;
}

.txt10 {
  font: 300 15px/30px 'Open Sans', Arial, sans-serif;
  color: #464646;
  margin-top: 39px;
  text-transform: uppercase;
  margin-bottom: -30px;
}

.txt11 {
  font: 300 25px/30px 'Open Sans', Arial, sans-serif;
  color: #464646;
  padding-top: 19px;
  padding-bottom: 16px;
  text-transform: uppercase;
  margin: 0;
}

.color1 {
  color: #99c038;
}

.color2 {
  color: #6b6b6b;
}

.color3 {
  color: #fff;
}

.box,
.box2,
.box3 {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.fz15 {
  font-size: 15px;
}

.circle {
  overflow: hidden;
  border-radius: 1000px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.txt_upp {
  text-transform: uppercase;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_cntr {
  text-align: center;
}

.txt_ital {
  font-style: italic;
}

.txt_line_through {
  text-decoration: line-through;
}

.pos_rel {
  position: relative;
}

.txt_und {
  text-decoration: underline;
}

.padTop1 {
  padding-top: 10px;
}

.padBot1 {
  padding-bottom: 30px;
}

.padBot2 {
  padding-bottom: 87px;
}

.padBot3 {
  padding-bottom: 50px;
}

.padLeft1 {
  padding-left: 10px;
}

.padRight1 {
  padding-right: 10px;
}

.padRight2 {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mar1 {
  margin: 0 7px;
}

.marTop0 {
  margin-top: 0px;
}

.marTop1 {
  margin-top: 7px;
}

.marTop2 {
  margin-top: 35px;
}

.marTop3 {
  margin-top: 29px;
  text-align: justify;
}

.marTop4 {
  margin-top: 41px;
}

.marTop5 {
  margin-top: 8px;
  text-align: justify;
}

.marTop6 {
  margin-top: 41px;
}

.marTop7 {
  margin-top: 15px;
}

.marTop8 {
  margin-top: 45px !important;
}

.marTop9 {
  margin-top: 92px !important;
}

.marTop10 {
  margin-top: 53px;
}

.hline {
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  margin-top: 87px;
  margin-bottom: 0px;
}

  .hline.v2 {
    margin-top: 140px;
  }

  .hline.v3 {
    margin-top: 59px;
  }

  .hline.v4 {
    margin-top: 89px;
  }

  .hline.v5 {
    margin-top: 52px;
  }

  .hline.v6 {
    margin-top: 0px;
  }

  .hline.v7 {
    margin-top: 0px;
  }

p {
  margin-top: 13px;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}

.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.img1 {
  margin-top: 30px;
}

.img2 {
  margin-top: 26px;
  float: left;
  margin-right: 30px;
}

.img3 {
  margin-top: 46px;
}

.img4 {
  margin-top: 46px;
}

blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}

  blockquote p {
    margin-top: 0;
  }

.num_section {
  font: 300 52px/52px 'Open Sans', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}

.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}

.day {
  font: bold 37px/37px 'Open Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}

.month {
  font: 300 10px/12px 'Open Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 54px;
}

  .listWithMarker.v2 {
    margin-top: 45px;
  }

  .listWithMarker li {
    display: block;
    padding-left: 46px;
    margin-bottom: 0;
    padding-bottom: 29px;
    position: relative;
  }

    .listWithMarker li:before {
      position: absolute;
      content: '\f00c';
      font: normal normal 15px/20px 'FontAwesome';
      color: #99c038;
      top: -1px;
      left: 0;
    }

    .listWithMarker li a {
      color: #464646;
      text-decoration: none;
      text-transform: uppercase;
      font: 300 15px/20px "Open Sans", Arial, sans-serif;
    }

      .listWithMarker li a:hover,
      .listWithMarker li.current a {
        color: #99c038;
      }

.list1 {
  margin: 0;
  margin-top: 47px;
}

  .list1 li {
    display: block;
    margin-bottom: 0;
    position: relative;
    background: #f4f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

.list1-box1,
.list1-box2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5px 10px 42px;
}

.list1-box1 {
  float: left;
}

.list1-box2 {
  float: right;
  background: #464646;
  width: 186px;
  padding: 20px 5px 29px 37px;
}

.list1 li:nth-child(even) {
  background: #fafafa;
}

  .list1 li:nth-child(even) .list1-box2 {
    background: #dbd7d2;
  }

.list2 {
  margin: 0;
  margin-top: 28px;
}

  .list2 li {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: -2px;
  }

    .list2 li a {
      color: #858585;
      text-decoration: none;
      text-transform: uppercase;
      font: 12px/20px Arial, sans-serif;
    }

      .list2 li a:hover,
      .list3 li.current a {
        color: #99c038;
      }

.list3 {
  margin: 0;
  margin-top: 29px;
}

  .list3 li {
    display: block;
    padding-left: 26px;
    margin-bottom: 0;
    padding-bottom: 6px;
    position: relative;
  }

    .list3 li:before {
      position: absolute;
      content: '\f00c';
      font: normal normal 9px/20px 'FontAwesome';
      color: #99c038;
      top: -1px;
      left: 0;
    }

    .list3 li a {
      color: #858585;
      text-decoration: none;
      text-transform: uppercase;
      font: 12px/20px Arial, sans-serif;
    }

      .list3 li a:hover,
      .list3 li.current a {
        color: #99c038;
      }
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  padding: 16px 18px 16px 32px;
  text-decoration: none;
  font: 600 14px/22px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #464646;
  text-transform: uppercase;
  margin-right: -5px;
}

  .more_btn i {
    margin: 5px 7px 0 0;
  }

    .more_btn i.v2 {
      margin: 1px 7px 0 13px;
    }

  .more_btn.v2 {
    padding: 16px 31px 16px 25px;
    background: #99c038;
  }

  .more_btn:hover {
    color: #99c038;
    background: #000;
  }

.more_btn2 {
  display: inline-block;
  margin-top: 49px;
  text-decoration: none;
  width: 79px;
  height: 79px;
  text-align: center;
  border-radius: 500px;
  margin-bottom: -40px;
  background: #99c038;
}

  .more_btn2 img {
    margin-top: 25px;
  }

  .more_btn2:hover {
    background: #000;
  }

.more_btn3 {
  display: inline-block;
  margin-top: 49px;
  text-decoration: none;
  width: 136px;
  height: 136px;
  text-align: center;
  border-radius: 500px;
  margin-bottom: -40px;
  color: #fff;
  background: #464646;
}

  .more_btn3 i {
    font-size: 62px;
    line-height: 136px;
    color: #fff;
  }

  .more_btn3:hover {
    color: #000;
    background: #99c038;
  }

.icon_holder1 {
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 500px;
  background: #99c038;
}

  .icon_holder1 i {
    font-size: 53px;
    line-height: 110px;
    color: #fff;
  }

  .icon_holder1 img {
    margin-top: 22px;
  }

.more_btn5 {
  text-decoration: none;
  font: 15px/22px "Open Sans", Arial, sans-serif;
  color: #464646;
  text-transform: uppercase;
  margin-top: 50px;
  display: inline-block;
}

  .more_btn5 .img_holder {
    display: inline-block;
    margin-top: -13px;
    text-decoration: none;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 500px;
    background: #99c038;
    margin-right: 14px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }

  .more_btn5 img {
    margin-top: 15px;
  }

  .more_btn5:hover {
    color: #99c038;
  }

    .more_btn5:hover .img_holder {
      background: #000;
    }

  .more_btn5 i {
    font-size: 25px;
    line-height: 54px;
    color: #fff;
  }

  .more_btn5.v2 {
    margin-top: 35px;
  }

    .more_btn5.v2.v3 {
      margin-top: 71px;
    }

    .more_btn5.v2 .img_holder {
      background: #464646;
    }

.more_btn6 {
  display: inline-block;
  text-decoration: none;
  font: 300 15px/22px "Open Sans", Arial, sans-serif;
  color: #99c038;
  text-transform: uppercase;
  margin-top: 8px;
}

  .more_btn6 i {
    margin: 4px 0 0 3px;
    color: #464646;
  }

  .more_btn6:hover {
    color: #000;
  }
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}

.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

a.magnifier2:hover .zoom {
  opacity: 1;
}

a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 36px;
  white-space: nowrap;
  text-align: left;
}

  .soc_icons > li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
  }

    .soc_icons > li > a {
      position: relative;
      line-height: 1em;
      -webkit-transition: 0.4s all ease;
      transition: 0.4s all ease;
      width: 54px;
      height: 54px;
      display: inline-block;
      color: #fff;
      background: #383737;
      text-align: center;
      border-radius: 500px;
    }

  .soc_icons i {
    font: normal normal 25px/54px 'FontAwesome';
  }

  .soc_icons > li > a:hover {
    color: #fff;
    text-decoration: none;
    background: #99c038;
  }
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  background: #fff;
  overflow: hidden;
}

  #content.content_pages {
    padding-bottom: 60px;
  }

.banner1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: -209px;
}

.banner1-inner1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #464646;
  padding: 50px 0 49px;
}

.banner1-inner2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px;
  background: #fff;
  margin: 0;
}

.banner1.v2 {
  margin-top: 87px;
}

  .banner1.v2 .banner1-inner2 {
    background: #fafafa;
  }

.banner3 {
  width: 100%;
  text-align: center;
  margin-top: 44px;
  background: #fafafa;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.box-1 {
  color: #fff;
  background: url('../images/bg1.jpg') 0 0;
  padding: 50px 0 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  .box-1.v2 {
    background: url('../images/bg2.jpg') 0 0;
    padding: 86px 0 92px;
    text-align: center;
  }

.box-2 {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 0px;
  padding: 0 0 127px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
}

.box-3 {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 113px;
  padding: 38px 0 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #464646;
}

.box-4 {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 25px 25px 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
}

.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}

  .col1.last {
    margin-right: 0;
  }
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 422px;
}

.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

  #map-canvas img {
    max-width: none !important;
  }
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}

  .map figure {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    .map figure iframe {
      width: 100%;
      height: 321px;
      max-width: 100%;
    }

.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}

  .address1 dt {
    margin-bottom: 1px;
  }

  .address1 dd span {
    min-width: 84px;
    display: inline-block;
    text-align: left;
  }

    .address1 dd span.col1 {
      min-width: 0;
    }
/**** end address section ****/
#search1 {
  position: relative;
  float: right;
  margin-top: 60px;
}

  #search1 input {
    width: 227px;
    float: left;
    color: #222;
    font: 14px/27px Arial, Helvetica, sans-serif;
    height: 47px;
    /* Safari */
    /*Firefox 1-3*/
    padding: 10px 10px 9px 10px;
    box-shadow: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3f1;
    overflow: hidden;
    display: inline-block;
    margin-right: -2px;
    border: none;
  }

.more_btn4 {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 47px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #fff;
  background: #99c038;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  border-left: none;
  text-align: center;
}

  .more_btn4 i {
    font: normal normal 25px/47px 'FontAwesome';
  }

  .more_btn4:hover {
    color: #99c038;
    background: #000;
  }
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 23px 0 30px;
  color: #4d5b64;
  overflow: hidden;
  background: #dbd7d2;
}

  #footer h1 {
    position: relative;
    z-index: 100;
    margin-top: 13px;
    margin-right: 14px;
  }

    #footer h1 a {
      overflow: hidden;
      display: block;
    }

.txt_priv {
  font-size: 15px;
  margin-top: 28px;
  color: #737c81;
  font-weight: 300;
  /*min-width: 280px;*/
}

.fw_video {
  margin-top: 46px;
  margin-bottom: 48px;
  width: 100%;
  height: 322px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

  .fw_video iframe {
    position: relative;
    display: inline-block;
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
  }
/* ============================= start tabs ====================== */
.tabs1 {
  margin-top: 103px;
}

.tab_container {
  margin-top: 21px;
  position: relative;
}

.tabs {
  position: relative;
}

  .tabs:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 86%;
    height: 1px;
    left: 10px;
    top: -45px;
    background: #f6f6f6;
  }

  .tabs li {
    float: left;
    margin-right: 0;
    width: 17%;
    position: relative;
  }

    .tabs li a {
      position: relative;
      display: block;
      font: 20px/20px 'Open Sans', Arial, sans-serif;
      color: #464646;
      text-align: left;
    }

      .tabs li a:before {
        position: absolute;
        display: inline-block;
        content: '';
        width: 25px;
        height: 25px;
        left: 10px;
        top: -57px;
        /*margin-left: -7px;*/
        border-radius: 1500px;
        background: #f6f6f6;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
      }

    .tabs li:last-child {
      width: auto;
    }

    .tabs li a:hover {
      color: #99c038;
    }

      .tabs li a:hover:before {
        background: #99c038;
      }

    .tabs li a.current {
      color: #464646;
      border-bottom: 0px;
    }

      .tabs li a.current:before {
        background: #99c038;
      }
/* ============================= end tabs ====================== */
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #252424;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

  #toTop:hover {
    outline: none;
    color: #7ea51b;
  }

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }

  .banner1-inner2 {
    padding: 0 10px;
  }

  h2 {
    font: 300 28px/30px 'Open Sans', Arial, sans-serif;
  }

  .txt1 {
    font: 300 20px/20px 'Open Sans', Arial, sans-serif;
    letter-spacing: -1px;
  }

  .banner1 {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .txt2 {
    font: 300 100px/100px 'Open Sans', Arial, sans-serif;
    float: none;
  }

  .txt3 {
    font: 300 50px/50px 'Open Sans', Arial, sans-serif;
    margin-top: 15px;
  }

  .tabs:before {
    width: 100%;
    left: 0;
  }

  .tabs li a:before {
    left: 0px;
  }

  .box2 {
    overflow: visible;
  }

  .box-4 {
    padding: 25px 5px 46px;
  }

  .list1-box2 {
    width: 136px;
    padding: 20px 5px 29px 10px;
  }

  .soc_icons > li > a {
    width: 34px;
    height: 34px;
  }

  .soc_icons > li {
    margin-right: 2px;
  }

  .soc_icons i {
    font: normal normal 15px/34px 'FontAwesome';
  }
}

@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }

  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }

  .list1-box2 {
    width: 100%;
    padding: 20px 5px 29px 37px;
  }
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }

    img.no_resize,
    h1 img {
      width: auto;
    }

  .map figure iframe {
    height: 300px;
  }

  figure a {
    width: 100%;
  }

  #search1 {
    margin-top: 15px;
  }

  .top_section {
    padding-bottom: 20px;
  }

  .tabs li a {
    font: 12px/20px Arial, sans-serif;
  }

  .img2 {
    float: none;
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
    float: none;
  }

    h1 img {
      width: 100%;
    }

  #footer h1 {
    width: auto;
  }

    #footer h1 img {
      width: auto;
    }

  #search1 input {
    width: 210px;
  }
}
/*Core variables and mixins*/
