@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
@import "animate.css";
@import "touchTouch.css";
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import "subscribe-form.css";
@import url(https://fonts.googleapis.com/css?family=Frijole);
@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #303030;
  color: #191919;
  font: 14px/23px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
.texture {
    font: normal 6em/1.1 'Racing Sans One', cursive;
    color: #5f5e61;
    text-transform: uppercase;
    /* border: .125em solid #5f5e61;*/
    display: inline-block;
    border-radius: .2em;
   /* -webkit-mask-image: url(../images/a.png);
    -moz-mask-image: url(../images/a.png);
    -o-mask-image: url(../images/a.png);
    mask-image: url(../images/a.png);*/
    margin: 30px 30px 0 0;
    float: right;
    padding-bottom: 15px;
    text-shadow: 8px 8px 2px #333;
}
h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 8px;
    margin-left: 40px;
    float: left;
    font-family: 'Racing Sans One', cursive;
    margin-bottom: 10px;
}
h1 img {
  max-width: inherit;
}
h2 {
    font: bold 42px/40px 'Racing Sans One', cursive;
    color: #65bc46;
    margin-top: -39px;
    text-transform: uppercase;
    float: right;
    margin-right: 32px;
}
h3 {
  font: 24px/26px 'Racing Sans One', cursive;
  color: #191919;
  margin-top: 25px;
  margin-bottom: -10px;
  text-transform: uppercase;
}
h4 {
  font: 900 16px/22px 'Racing Sans One', cursive;
  color: #000;
  margin-top: 37px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
#header {
    background: url(../images/bg-bottom-high.jpg);
    background-size: cover;
    padding: 0;
    padding-bottom: 0px;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #65bc46;
    height: 216px;
}
.content_header:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  z-index: -1;
  background: url(../images/shadow1.png) repeat-x 0 0;
}
nav {
    background: #292525;
    z-index: 1111111999;
    padding: 15px 59px 0px 0px;
    height: 40px;
    width: 100%;
    margin-top: -57px;
    display: inline-block;
    margin-left: -60px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 25px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0;
  font: bold 19px/26px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  color: #65bc46;
  /*background: @menu-bg-hover-color;*/
  -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;
}
.sf-menu > li > a strong {
  width: 0%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0px;
  -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;
  display: none;
}
.sf-menu > li.current > a {
  color: #65bc46;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #65bc46;
}
.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;
}
.sf-menu ul {
  position: absolute;
  top: 43px;
  left: 0px;
  background: #252525;
  padding: 25px 0px 25px;
  width: 235px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 30px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 13px/40px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #65bc46;
}
.sf-menu ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  right: 54px;
  bottom: 12px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 236px;
  width: 150px;
  background: #252525;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1299px) {
 
}
@media only screen and (max-width: 979px) {
  nav {
    float: right;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .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 #65bc46;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.isStuck {
  background: #292525;
  padding: 0px 0 2px;
  z-index: 1111111999;
  padding: 5px;
    height: 40px;
}
.isStuck .search_main {
  /*height: 100px;*/
  display: none;
}
.isStuck h1,
.isStuck h1 img {
  margin-top: 0;
  float: left;
  display:none;
}
.isStuck .sf-menu > li > a {
  padding: 0;
  font-size: 19px;
}
.isStuck nav {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 20px 0 0;
  float: right;
  border-bottom: 3px solid #65bc46;
}
.isStuck .sf-menu ul.submenu {
  top: 30px;
  left: -30px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #65bc46;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #65bc46;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  text-decoration: underline;
}
a.link3:hover {
  color: #65bc46;
  text-decoration: underline;
}
a.link_icon1 {
  margin-top: 24px;
  margin-right: 40px;
  float: right;
  color: #474747;
  font-size: 25px;
  line-height: 40px;
}
a.link_icon1 i {
  line-height: inherit;
}
a.link_icon1:hover {
  color: #65bc46;
}
.txt1 {
    color: #fff;
    font: bold 22px/20px "Lato", Arial, Helvetica, sans-serif !important;
    margin-top: 108px;
    text-transform: uppercase;
    background: rgba(34, 30, 31, 0.8);
    padding: 20px;
}
.txt2 {
  color: #fff;
  font: 14px/20px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 8px;
  text-transform: uppercase;
}
.txt3 {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  color: #fff;
  font: bold 35px/35px "Lato", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.txt4 {
  color: #fff;
  font: bold 35px/35px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
}
.txt5 {
  color: #fff;
  font: 14px/23px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 8px;
  text-transform: uppercase;
}
.gall_txt {
  color: #fff;
  font: 11px/21px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
  line-height: 18px !importnat;
}
.gall_txt i {
  color: #65bc46;
  font-size: 125px;
  margin-top: -1px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.txt6 {
  color: #fff;
  font: bold 48px/59px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 7px;
  text-transform: uppercase;
}
.txt7 {
  color: #fff;
  font: 50px/50px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 18px;
  display: inline-block;
  padding: 8px 13px;
  background: #65bc46;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.txt7.v2 {
  margin-top: 23px;
  margin-bottom: 3px;
}
.blog_section {
  float: left;
  width: 70px;
  font-size: 25px;
  color: #61ae24;
  text-align: center;
}
.blog_section i {
  margin-top: 8px;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #61ae24;
}
.color3 {
  color: #ad8433;
}
.bg_color1 {
  background: #191919;
}
.bg_color2 {
  background: #65bc46;
}
.box {
  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;

  width: 100%;
}
.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: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.icon_section {
  margin-top: 97px;
}
.pad1 {
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.pad2 {
  padding-bottom: 60px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: -9px;
}
.marTop2 {
  margin-top: 28px;
}
.marTop3 {
  margin-top: 19px;
}
.marTop4 {
  margin-top: 18px;
}
.marTop5 {
  margin-top: 9px;
}
.marTop6 {
  margin-top: 0px !important;
}
.marTop7 {
  margin-top: 22px !important;
}
.marTop8 {
  margin-top: 19px;
  padding-bottom: 11px;
}
.marTop9 {
  margin-top: 19px;
}
.marTop10 {
  margin-top: 59px !important;
}
.marTop11 {
  margin-top: 26px !important;
}
.hline {
  padding-bottom: 1px;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  text-transform: uppercase;
  color: #4c4a4a;
}
.hline1 {
  position: relative;
  left: 50%;
  width: 200px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 32px 0 5px -100px;
}
p {
  margin-top: 20px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.bord1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #303030;
}
.bord2 {
  padding-bottom: 26px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}
.bord_none {
  border: none !important;
}
.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;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
      float: left;
    margin-right: 38px;
    margin-bottom: 20px;
}
.img_holder1 {
  position: relative;
}
.img_holder1 .txt7 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.img_section1 {
  border-bottom: 1px solid #cacaca;
  padding: 24px 0 23px;
  margin-bottom: -13px;
}
.img2 {
  margin-top: 24px;
  margin-bottom: 11px;
}
.img3 {
  margin-top: 27px;
  float: left;
  margin-right: 29px;
}
blockquote {
  padding-left: 58px;
  background: url(../images/quote_sign.png) 0 7px no-repeat;
  margin-top: 19px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote p {
  margin-top: 1px;
  margin-bottom: -4px;
  font: 300 16px/24px 'Lato', Arial, sans-serif;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num {
  font: 900 31px/70px 'Lato', Arial, sans-serif;
  float: left;
  color: #402425;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 500px;
  display: block;
  margin-top: 28px;
  margin-right: 30px;
  text-align: center;
}
.num.bg1 {
  color: #fff;
  background: #c2232b;
  margin-top: 69px;
}
.num.bg2 {
  color: #fff;
  background: #41393e;
  margin-top: 69px;
}
.num.bg3 {
  color: #fff;
  background: #8bba55;
  margin-top: 69px;
}
.num_section {
  font: bold 35px/70px 'Lato', Arial, sans-serif;
  float: left;
  color: #fff;
  width: 70px;
  height: 70px;
  background: #65bc46;
  display: block;
  margin-top: 25px;
  text-align: center;
  border-radius: 500px;
  margin-right: 31px;
}
.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 'Lato', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Lato', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
.listWithMarker {
  margin: 0;
  margin-top: 11px;
}
.listWithMarker li {
  display: block;
  padding-left: 29px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 18px;
  position: relative;
}
.listWithMarker li + li {
  border-top: 1px solid #303030;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f105';
  font: normal 35px/35px 'FontAwesome';
  color: #fff;
  top: 10px;
  left: 2px;
}
.listWithMarker li a {
  font-size: 24px;
  color: #65bc46;
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #fff;
}
.listWithMarker2 {
  margin: 0;
  margin-top: 11px;
}
.listWithMarker2 li {
  display: block;
  padding-left: 29px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 18px;
  position: relative;
}
.listWithMarker2 li + li {
  border-top: 1px solid #d5d5d5;
}
.listWithMarker2 li:before {
  position: absolute;
  content: '\f105';
  font: normal 35px/35px 'FontAwesome';
  color: #191919;
  top: 10px;
  left: 2px;
}
.listWithMarker2 li a {
  font-size: 24px;
  color: #65bc46;
  text-decoration: none;
}
.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #000;
}
.list1 {
  margin: 0;
  margin-top: 11px;
}
.list1 li {
  display: block;
  padding-bottom: 27px;
  position: relative;
}
.list1 li a {
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}
.list1 li a:hover,
.list1 li.current a {
  color: #65bc46;
}
.more_arr {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
}
.more_arr i {
  font: normal normal 35px/50px 'FontAwesome';
}
.more_arr:hover {
  background: rgba(101, 188, 70, 0.3);
  border-color: #65bc46;
}
.more_arr2 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 100px;
  font: bold 19px/23px "Lato", Arial, Helvetica, sans-serif;
}
.more_arr2 i {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  margin-top: -15px;
  margin-left: 18px;
  font: normal normal 35px/50px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr2:hover {
  color: #65bc46;
  text-decoration: underline;
}
.more_arr2:hover i {
  background: rgba(255, 255, 255, 0.3);
  border-color: #c31505;
  margin-left: 10px;
}
.more_arr3 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 13px;
  font: bold 19px/35px "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 11px 28px;
  background: #000;
}
.more_arr3 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #65bc46;
  margin-top: 1px;
  margin-left: 8px;
  font: normal normal 35px/35px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr3:hover {
  color: #000;
  background: #65bc46;
}
.more_arr3:hover i {
  color: #fff;
  margin-left: 15px;
}
.more_arr4 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 7px;
  font: bold 19px/35px "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
}
.more_arr4 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  margin-top: 1px;
  margin-left: 8px;
  font: normal normal 35px/35px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr4:hover {
  color: #000;
}
.more_arr4:hover i {
  color: #fff;
  margin-left: 15px;
}
.more_arr5 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 7px;
  font: bold 19px/35px "Lato", Arial, Helvetica, sans-serif;
  color: #65bc46;
}
.more_arr5 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #65bc46;
  margin-top: 1px;
  margin-left: 8px;
  font: normal normal 35px/35px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr5:hover {
  color: #fff;
}
.more_arr5:hover i {
  color: #fff;
  margin-left: 15px;
}
.more_arr5.v2:hover {
  color: #000;
}
.more_arr5.v2:hover i {
  color: #000;
  margin-left: 15px;
}
.more_txt1 {
  display: inline-block;
  margin-top: 27px;
  text-decoration: none;
  font: 900 15px/22px "Lato", Arial, sans-serif;
  color: #65bc46;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.more_txt1:hover {
  color: #000;
}
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 67px;
  text-decoration: none;
  font: 900 18px/22px "Lato", Arial, sans-serif;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more_btn:hover {
  color: #fff;
  background: #65bc46;
  border: 2px solid #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 121px;
  padding: 17px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  font: 900 18px/22px "Lato", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #9a1e04;
  text-align: center;
  letter-spacing: 2px;
}
.more_btn2:hover {
  color: #65bc46;
  background: #000;
}
.more_btn3 {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 30px;
  text-decoration: none;
  font: 900 18px/22px "Lato", Arial, sans-serif;
  color: #65bc46;
  border: 2px solid #65bc46;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more_btn3:hover {
  color: #fff;
  background: #65bc46;
  border: 2px solid #000;
}
.magnifier2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.zoom {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  padding: 20px 5px 0 25px;
  background: url(../images/gradient-1.png) 0 0 repeat-x;
}
a.magnifier2:hover .zoom {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
a.magnifier2:hover .zoom i {
  font-size: 21px;
  margin-top: -1px;
}
a.magnifier2 .zoom {
  opacity: 0;
}
.soc_icons {
  position: relative;
  display: block;
  margin-top: 36px;
  white-space: nowrap;
}
.soc_icons > li {
  position: relative;
  display: block;
  margin-bottom: 32px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}
.soc_icons i {
  font: normal normal 25px/60px 'FontAwesome';
  width: 60px;
  height: 60px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 500px;
  background: #303030;
  margin-right: 16px;
  margin-top: -19px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.soc_icons > li > a:hover {
  color: #65bc46;
  text-decoration: none;
}
.soc_icons > li > a:hover i {
  background: #65bc46;
}
.icon2 {
  font: normal normal 22px/24px 'FontAwesome';
  margin-right: 7px;
  margin-top: 5px;
}
.search_main {
  float: right;
}
#search1 {
  position: absolute;
  right: 40px;
  top: 67px;
  width: 170px;
  display: none;
}
#search1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #474747;
  position: absolute;
  top: -8px;
  right: 2px;
}
#search1 input {
  width: 140px;
  float: left;
  color: #fff;
  font: 14px/21px Arial, Helvetica, sans-serif;
  height: 47px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 13px 10px 13px 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: #474747;
  border: 1px solid #474747;
  overflow: hidden;
  display: inline-block;
  margin-right: -2px;
}
.more_btn4 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 47px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #65bc46;
  background: #474747;
  border: 1px solid #474747;
  -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 22px/47px 'FontAwesome';
}
.more_btn4:hover {
  color: #fff;
}
.fw_video_main {
  margin-top: 48px;
  margin-bottom: -12px;
  background: #fff;
}
.fw_video {
  width: 100%;
  height: 332px;
  -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;
}
.player .video-wrapper {
  border-radius: 10px;
}
.fw_video iframe html {
  border-radius: 10px;
}
#content {
  padding: 0 0 0px 0;
  background: #ededed;

}
.content_pages {
  padding-bottom: 150px !important;
}
.box-1 {
  width: 100%;
  margin-top: 0px;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1-pad {
  padding: 26px 20px 28px 40px;
}
.box-2 {
  color: #fff;
  background: url('../images/bg1.jpg') 0 0;
  padding: 129px 0 118px 0;
}
.box-2.bg2 {
  background: url('../images/bg2.jpg') 0 0;
  padding: 129px 0 118px 0;
}
.box-2.v2 {
  padding: 0px 0 48px 0;
}
.box-3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  background: #191919;
  color: #fff;
  padding: 60px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-3.v2 {
  margin-top: 30px;
  padding-top: 44px;
  padding-bottom: 165px;
}
.banner1 {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  z-index:1;
}
.banner1 .more_arr {
  position: absolute;
  right: 40px;
  bottom: 77px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1:hover .more_arr {
  right: 40px;
  bottom: 40px;
}
.banner1:hover {
  background: #e6f4d5;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
}
.sign_section {
  float: left;
  margin-right: 36px;
  font-size: 200px;
  color: #fff;
  margin-top: 50px;
  margin-left: -10px;
}
.col1,
.col2,
.col3 {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  background: #2f2f2f;

}
.col1 img,
.col2 img,
.col3 img {
  width: 100%;
}
.dealer-brands {
  position: relative;
  width: 100% !important;
  margin: 0;
  float: left;
  overflow: hidden;
  background: #231f20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px 0 25px;
 height:50px !important;
}
.dealer-brands p {
  color: #fff;
  font: bold 48px/48px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
}
.figure1 {
  position: relative;
  width: 10%;
  margin: 0;
  float: left;
  overflow: hidden;
}
.figure1 img {
  width: 100%;
}
.figure1 a {
  overflow: visible;
}
.figure1 {
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.figure1:hover {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}
.figure1:hover {
  z-index: 90;
}
.figure2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.figure2 a,
.figure2 img {
  width: 100%;
}
.gall2_descr {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  opacity: 0;
  -webkit-transform: scale3d(2.2, 2.2, 1);
  transform: scale3d(2.2, 2.2, 1);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.figure2 img {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
.figure2:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.figure2:hover .gall2_descr {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
figure.effect-ming {
  background: #030c17;
}
figure.effect-ming img {
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #65bc46;
  box-shadow: 0 0 0 30px rgba(101, 188, 70, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-ming .txt3 {
  padding:2em;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  top:90px;
}
figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover .txt3 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover .txt3 {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
figure.effect-ming:hover p {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
figure.effect-ming .txt1 {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
figure.effect-ming .txt2 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
figure.effect-ming:hover .txt1 {
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
  opacity: 0;
}
figure.effect-ming:hover .txt2 {
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  opacity: 0;
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.effect-duke img {
  -webkit-transition: 0.75s all ease;
  transition: 0.75s all ease;
}
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/**** start Map API ****/
.content_map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-top: 0px;
  overflow: hidden;
}
.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;
}
.map,
.map2 {
  margin-top: 23px;
  overflow: hidden;
}
.map figure,
.map2 figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe,
.map2 figure iframe {
  width: 100%;
  height: 385px;
  max-width: 100%;
}
.map2 {
  margin-top: 0;
}
.map2 iframe {
  height: 485px;
  width: 100%;
}
.img_border.map {
  max-width: 535px;
}
.address1 {
  padding-top: 23px;
  display: block;
}
.address1 dt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address1 dd span {
  min-width: 75px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
#footer {
  padding: 27px 0 27px;
  color: #9a1e04;
  overflow: hidden;
}
#footer h1 {
  margin: 0;
  float: left;
  margin-right: 13px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.txt_priv {
  color: #6e6e6e;
  margin-top: 17px;
  /*min-width: 280px;*/
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
.figure1 a,
.figure1 img {
  width: 100%;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #666;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 120;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #65bc46;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 1899px) {
  .txt2 br {
    display: none;
  }
}
@media only screen and (max-width: 1599px) {
  .txt1 {
    font: 19px/20px "Lato", Arial, Helvetica, sans-serif;
  }
  .txt2 {
    display: none;
  }
  .txt3 {
    font: 18px/20px "Lato", Arial, Helvetica, sans-serif;
  }
  .figure1 {
    width: 16.6666666%;
  }
  .dealer-brands {
    width: 33.333333%;
  }
  .dealer-brands p {
    font: bold 31px/33px "Lato", Arial, Helvetica, sans-serif;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1299px) {
  .figure1 a {
    width: 100%;
  }
  h1 {
    display: block;
    margin: 0px;
    text-align: center;
    margin-left: 10px;
  }
  #header {
    padding-top: 10px;
  }
  nav {
    float: right;
  }
  #search1 {
    top: 118px;
  }
  .dealer-brands p br {
    display: none;
  }
  .dealer-brands {
    width: 100%;
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #search1 {
    top: 118px;
  }
    .texture {
	display:none;
}
  h1 {
    margin-left: 0;
  }
  .more_arr2 {
    margin-top: 30px;
  }
  .box-2 {
    padding: 70px 0 70px 0;
  }
  .figure1 {
    width: 16.6666%;
  }
  .dealer-brands {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
     .texture {
	display:none;
}	
  .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;
  }
  #search1 {
    top: 118px;
  }
  .col1 {
    width: 100%;
    float: none;
  }
  .txt1 {
    font: bold 35px/35px "Lato", Arial, Helvetica, sans-serif;
  }
  .txt2 {
    font: 14px/20px "Lato", Arial, Helvetica, sans-serif;
    display: block;
  }
  .txt3 {
    font: bold 35px/35px "Lato", Arial, Helvetica, sans-serif;
  }
  .txt6 {
    font: bold 28px/29px "Lato", Arial, Helvetica, sans-serif;
  }
  .listWithMarker li a {
    font-size: 16px;
  }
  .figure1 {
    width: 25%;
  }
  .zoom {
    padding: 20px 30px;
  }
  .img3 {
    margin-right: 10px;
  }
  .num_section {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .texture {
	display:none;
}
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  a.link_icon1 {
    margin-top: 0px;
  }
  nav {
    float: none;
    margin: 5px;
  }
  #search1 {
    top: 126px;
    right: 4px;
  }
  .camera_more_btn {
    margin-top: 26px;
    padding: 11px 20px;
  }
  h1 {
    width: 100%;
    min-height: 33px;
  }
  h1 img {
    width: 100%;
    max-width: 300px;
  }
  .listWithMarker {
    margin-bottom: 30px;
  }
  .mobile_border {
    border-bottom: 1px solid #cacaca !important;
  }
  .figure1 {
    width: 33.3333%;
  }
  .txt1 {
    font: 20px/21px "Lato", Arial, Helvetica, sans-serif;
  }
  .txt3 {
    font: 20px/21px "Lato", Arial, Helvetica, sans-serif;
  }
  .content_map {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    height: 270px;
  }
  .box-3.v2 {
    padding-bottom: 0;
  }
  #footer {
    text-align: center;
  }
  .img3 {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
    min-height: 33px;
  }
  h1 img {
    width: 100%;
    max-width: 270px;
  }
  .gall_txt {
    display: none;
  }
  .col3 {
    width: 100%;
    float: none;
  }
  .texture {
	display:none;
}
}
@media only screen and (max-width: 320px) {
	  .texture {
	display:none;
}
}
#contact-form {
  position: relative;
  margin-top: 23px;
}
#contact-form label.message {
  max-width: 100%;
}
#contact-form label {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 74px;
}
#contact-form label.message {
  width: 100%;
  position: relative;
  top: -1px;
}
#contact-form fieldset {
  border: none;
}
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Lato', Arial, sans-serif;
  padding: 10px 17px 10px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
  color: #6e6e6e;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
#contact-form input[type='text'] {
  width: 100%;
  border-radius: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Lato', Arial, sans-serif;
  padding: 10px 17px 10px 17px;
  outline: none;
  color: #6e6e6e;
  height: 50px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 27px 0px #bcbcbc;
  box-shadow: inset 0px 0px 27px 0px #bcbcbc;
}
input,
textarea {
  -webkit-appearance: none;
}
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  margin-top: 26px;
}
#contact-form .btn + .btn {
  margin-left: 5px;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#contact-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Lato', Arial, sans-serif;
  padding: 10px 17px 10px 17px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #6e6e6e;
  height: 305px;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 27px 0px #bcbcbc;
  box-shadow: inset 0px 0px 27px 0px #bcbcbc;
}
#contact-form .btns a {
  margin-top: 23px;
  margin-right: 27px;
}
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 18px;
  top: -1px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1199px) {
  #contact-form {
    padding-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    width: 100%;
  }
  #contact-form .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.clear {
  clear: both; }

.filo {
  font-family: sans-serif; }
  .filo__album {
    margin:30px 0 40px 0; }
    .filo__album__title {
      font-size: 24px;
      margin: 5px 0; 
	  display:none;}
    .filo__album__thumbs {
      text-align: left;
      font-size: 0; }
      .filo__album__thumbs__thumb {
        margin: 0;
        display: inline-block;
        position: relative;
        box-sizing: border-box; }
        .filo__album__thumbs__thumb i {
          display: block;
          position: absolute;
          background-repeat: no-repeat;
          background-position: 50% 25%;
          background-size: cover;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .filo__album__thumbs__thumb:before {
          content: '';
          display: block;
          margin-top: 100%; }
      .filo__album__thumbs:after {
        content: '';
        display: block;
        clear: both; }

.filo__album__thumbs__thumb {
  /* desktop - large screen - 8 images per row */
  width: 12.5%;
  max-width: 300px;
  min-width: 100px;
  /**
  max-width: load smaller images on smaller 
  devices to optimize the page speed
  */
  /* desktop - 6 images per row */
  /* tablet - 4 images per row */
  /* smartphone - 2 images per row */ }
  @media only screen and (max-width: 992px) {
    .filo__album__thumbs__thumb {
      width: 16.66667%;
      max-width: 165.33333px; } }
  @media only screen and (max-width: 768px) {
    .filo__album__thumbs__thumb {
      width: 25%;
      max-width: 192px; } }
  @media only screen and (max-width: 480px) {
    .filo__album__thumbs__thumb {
      width: 25%;
      max-width: 120px; } }

.filo_loader {
  opacity: .7;
  left: 0;
  top: 50%;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1000; }

.filo__overlay {
  color: #999;
  font-family: arial;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 996;
  top: 0;
  left: 0; }
  .filo__overlay__background {
    background: #333;
    opacity: .75;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0; }
  .filo__overlay__container {
    position: relative;
    left: 50%;
    top: 50%;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    background: #fff;
    box-shadow: 0px 0px 11px 0px #222222;
    display: none;
    z-index: 998; }
    .filo__overlay__container__left {
      background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QURCQjMxMjdFRDJDMTFFMUJBOUJDRDU5NUJEQjg1NEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QURCQjMxMjhFRDJDMTFFMUJBOUJDRDU5NUJEQjg1NEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBREJCMzEyNUVEMkMxMUUxQkE5QkNENTk1QkRCODU0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBREJCMzEyNkVEMkMxMUUxQkE5QkNENTk1QkRCODU0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 0;
      cursor: pointer;
      z-index: 999; }
      .filo__overlay__container__left .arrow-left {
        background: url(./img/arrow-left.png) no-repeat;
        content: '';
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        height: 106px;
        opacity: 0;
        position: absolute;
        top: 50%;
        margin-top: -53px;
        left: -55px;
        width: 55px; }
      .filo__overlay__container__left:hover .arrow-left {
        left: 10px;
        opacity: 0.9; }
    .filo__overlay__container__right {
      background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QURCQjMxMjdFRDJDMTFFMUJBOUJDRDU5NUJEQjg1NEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QURCQjMxMjhFRDJDMTFFMUJBOUJDRDU5NUJEQjg1NEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBREJCMzEyNUVEMkMxMUUxQkE5QkNENTk1QkRCODU0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBREJCMzEyNkVEMkMxMUUxQkE5QkNENTk1QkRCODU0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      right: 0px;
      top: 0;
      cursor: pointer;
      z-index: 999; }
      .filo__overlay__container__right .arrow-right {
        background: url(./img/arrow-right.png) no-repeat;
        content: '';
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        height: 106px;
        opacity: 0;
        position: absolute;
        top: 50%;
        margin-top: -53px;
        right: -55px;
        width: 55px; }
      .filo__overlay__container__right:hover .arrow-right {
        right: 10px;
        opacity: 0.9; }
    .filo__overlay__container__close {
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      display: none;
      z-index: 999; }
    .filo__overlay__container__meta {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      box-sizing: border-box;
      font-size: 14px;
      opacity: 0.1;
      padding: 7px;
      position: absolute;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .filo__overlay__container__meta__count {
        display: inline-block;
        margin-left: 10px; }
      .filo__overlay__container__meta__album {
        color: #fff;
        display: inline-block; }
    .filo__overlay__container__full {
      background: url(./img/full-screen-white.png) top left no-repeat;
      background-size: cover;
      cursor: pointer;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      height: 26px;
      position: absolute;
      right: 12px;
      top: 12px;
      width: 26px;
      z-index: 1000; }
      .filo__overlay__container__full:hover {
        height: 32px;
        right: 10px;
        top: 10px;
        width: 32px; }
    .filo__overlay__container:hover .filo__overlay__container__meta {
      opacity: 1; }
  .filo__overlay img.filo__full__picture {
    z-index: 998;
    width: 100%;
    height: 100%; }

.filo_loader .progress-bar {
  background-color: #1a1a1a;
  display: inline-block;
  height: 25px;
  padding: 5px;
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  max-width: 350px;
  text-align: left; }
.filo_loader .progress-bar span {
  display: inline-block;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: width .4s ease-in-out; }
.filo_loader .blue span {
  background-color: #34c2e3; }
.filo_loader .orange span {
  background-color: #fecf23;
  background-image: linear-gradient(top, #fecf23, #fd9215); }
.filo_loader .green span {
  background-color: #a5df41;
  background-image: linear-gradient(top, #a5df41, #4ca916); }
.filo_loader .stripes span {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animate-stripes 3s linear infinite; }
@keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }
.filo_loader .shine span {
  position: relative; }
.filo_loader .shine span::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 3px;
  animation: animate-shine 2s ease-out infinite; }
@keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 0;
    width: 95%; } }
.filo_loader .glow span {
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.7) inset, 0 -5px 5px rgba(255, 255, 255, 0.7) inset;
  animation: animate-glow 1s ease-out infinite; }
@keyframes animate-glow {
  0% {
    box-shadow: 0 5px 5px rgba(255, 255, 255, 0.7) inset, 0 -5px 5px rgba(255, 255, 255, 0.7) inset; }
  50% {
    box-shadow: 0 5px 5px rgba(255, 255, 255, 0.3) inset, 0 -5px 5px rgba(255, 255, 255, 0.3) inset; }
  100% {
    box-shadow: 0 5px 5px rgba(255, 255, 255, 0.7) inset, 0 -5px 5px rgba(255, 255, 255, 0.7) inset; } }
.filo__template-1 .filo__album__thumbs__thumb {
  position: relative; }
  .filo__template-1 .filo__album__thumbs__thumb i {
    border: 1px dashed #555;
    -webkit-box-shadow: 3px 4px 6px #999;
    -moz-box-shadow: 3px 4px 6px #999;
    box-shadow: 3px 4px 6px #999; }
  .filo__template-1 .filo__album__thumbs__thumb .before {
    display: block; }

.filo__template-2 .filo__album__thumbs__thumb {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #BBB;
  box-shadow: 0 8px 4px #CCC;
  height: 87px;
  position: relative;
  width: 87px;
  padding: 5px 5px 13px;
  margin-bottom: 30px; }
  .filo__template-2 .filo__album__thumbs__thumb i {
    border: none; }
  .filo__template-2 .filo__album__thumbs__thumb .before {
    display: block; }
  .filo__template-2 .filo__album__thumbs__thumb:nth-child(3n + 1) {
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    z-index: 2; }
  .filo__template-2 .filo__album__thumbs__thumb:nth-child(3n + 2) {
    margin-left: -100px; }
  .filo__template-2 .filo__album__thumbs__thumb:nth-child(3n) {
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    z-index: 3;
    margin-left: -100px;
    margin-right: 100px; }
  .filo__template-2 .filo__album__thumbs__thumb:after {
    content: '\A';
    display: block;
    clear: both;
    float: none; }