@import "animate.css";
@import url(font-awesome.min.css);
@import url(css.css?family=Roboto+Condensed:400,300,400italic,700);
@import url(css.css?family=Damion);
@import url(css.css?family=Pacifico);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #e2e6e9;
  color: #3d3d3d;
  font: 400 14px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 80px;
  line-height: 92px;
}
h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}
h3 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
}
h3 + p {
  margin-top: 17px;
}
h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #414141;
}
h4 + p {
  margin-top: -2px;
  color: #909497;
  font-size: 14px;
}
h5 {
  color: #414141;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
h5 + * {
}
h5 + p {
  margin-top: 6px;
}
h5 + .row {
  margin-top: 51px;
}
h5 + form {
  margin-top: 58px;
}
h6 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
h6 + span {
  margin-top: 2px;
}
h6 + p {
  margin-top: 15px;
}
p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #3d3d3d;
}
p a:hover {
  text-decoration: underline;
}
p + .row {
  margin-top: 14px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.bg-wrap {
  background: #e2e6e9;
}
.video01 {
  width: 570px;
  height: 322px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 5px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 16px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #525252;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 5px;
  }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #de0500;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #de0500;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  margin-left: -53px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 1px;
  padding: 16px 13px;
  background: #01b9af;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #FFF;
  background: #01b9af;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  margin-top: 8px;
  margin-left: 13px;
  padding: 0px 13px;
  z-index: 4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sf-menu ul ul {
  background: #414141;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  background: #414141;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #de0500;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 77%;
  margin-left: -2px;
  color: #191919;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
.active .sf-with-ul:before {
  color: #fff !important;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat 220px center;
  overflow: hidden;
}
.select-menu .select {
  width: 420px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto Condensed', sans-serif;
  line-height: 30px;
  border: 1px solid grey;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 270px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #f0efef;
}
.isStuck .list01 {
}
.isStuck .sf-menu {
  padding-top: 28px;
  margin-top: -5px;
}
.isStuck .sf-menu > li {
  position: relative;
  float: left;
}
.isStuck .sf-menu > li + li {
  margin-left: 0px;
}
.isStuck .search-form {
  margin-top: 16px;
}
.isStuck .nav {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.isStuck .brand {
  margin-top: 10px;
  margin-bottom: -37px;
}
.isStuck .brand_name {
  font-size: 30px;
  line-height: 30px;
}
.isStuck .brand .brand-icon {
  position: relative;
  text-align: center;
}
.isStuck .brand .brand-icon:before {
  content: url(../images/logo.png);
  position: absolute;
  top: -5px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  background: #de0500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.isStuck .brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -3px;
  margin-left: 3px;
  color: #de0500;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .isStuck .sf-menu {
    margin-left: 0;
    padding-top: 15px;
    margin-top: -11px;
  }
  .isStuck .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .isStuck .brand {
  }
  .isStuck .nav {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .isStuck .search-form {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 27px;
  line-height: 38px;
  color: #8f8f90;
  background: #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #de0500;
  background: #f7f7f7;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: none;
}
.resp-tabs-list li {
  cursor: pointer;
}
.resp-tabs-container {
  margin-top: 15px;
  margin-bottom: 27px;
}
.resp-accordion {
  position: relative;
  display: block;
  background: #f4f4f4;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #01b9af;
  padding: 5px 5px;
  padding-top: 6px;
  padding-left: 32px;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 9px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-accordion:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid #7b7f82;
  color: #51565a;
}
.resp-accordion:hover {
  color: #de0500;
}
.resp-tab-active:before {
  content: "\f068";
}
.resp-tab-content {
  display: none;
  padding: 6px 20px 33px 31px;
  font-size: 13px;
  line-height: 18px;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/page-1_parallax01.jpg);
  position: relative;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/page-4_parallax01.jpg);
  position: relative;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "sawmill";
  src: url("../fonts/sawmill.eot");
  src: url("../fonts/sawmill.eot?#iefix") format("embedded-opentype"), url("../fonts/sawmill.woff") format("woff"), url("../fonts/sawmill.ttf") format("truetype"), url("../fonts/sawmill.svg#sawmill") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sawmill" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sawmill" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
  content: "a";
}
.icon-subtract:before {
  content: "b";
}
.icon-add:before {
  content: "c";
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
header .brand {
  float: left;
}
header .nav {
  float: left;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
header .list01 {
  margin-top: 81px;
}
@media only screen and (max-width: 1199px) {
  header .list01 {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  header .list01 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .brand {
    margin-top: 21px;
    margin-bottom: 10px;
  }
}
.brand_name {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.5px;
  font-family: 'Damion', cursive;
  color: #01b9af;
}
.brand .brand-icon {
  position: relative;
  text-align: center;
}
.brand .brand-icon:before {
  content: url(../images/logo.png);
  position: absolute;
  top: 1px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  background: #de0500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -7px;
  margin-left: 3px;
  color: #de0500;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 33px;
}
.well-02 {
  padding-top: 27px;
  padding-bottom: 21px;
}
.well-02.__sub {
  padding: 45px 0;
}
.well-02.__sub .row + .row {
  margin-top: 30px;
}
.well-02.__sub01 {
  padding: 66px 0;
  padding-bottom: 53px;
}
.well-02.__sub01 .row + .row {
  margin-top: 68px;
}
.well-02.__sub01 .row + h5 {
  margin-top: 68px;
}
.well-02.__sub01 .__mrg {
  margin-top: 68px !important;
}
.well-02.__sub01 h5 + .row + .row {
  margin-top: 30px;
}
.well-02.__sub02 {
  padding-top: 32px;
  padding-bottom: 30px;
}
.well-02.__sub02 .row + .row {
  margin-top: 30px;
}
.well-02.__sub03 {
  padding-top: 68px;
  padding-bottom: 1px;
}
.well-02.__sub04 {
  padding-bottom: 53px;
}
.well-02.__sub05 {
  padding-top: 66px;
  padding-bottom: 45px;
}
.well-02.__sub05 h5 + .row {
  margin-top: 65px;
}
.well-02.__sub05 .row + .row {
  margin-top: 44px;
}
.well-02.__sub06 {
  padding-bottom: 26px;
}
.well-02.__sub07 {
  padding-top: 36px;
  padding-bottom: 26px;
}
.well-02.__sub07 h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #252525;
}
.well-02.__sub07 h3 span {
  font-weight: 300;
  color: #de0500;
}
.well-02.__sub07 h3 + .row {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .well-02.__sub07 h3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }
}
.well-03 {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .well-03 h4,
  .well-03 p {
    text-align: center;
  }
}
.well-04 {
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .well-04 #contact-form [class*="grid_"] + [class*="grid_"] {
    margin-top: 18px;
  }
}
.well-04.__mod {
  padding-bottom: 42px;
}
.well-04.__mod2 {
  padding-bottom: 50px;
}
.footer-well {
  padding-top: 21px;
  padding-bottom: 21px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #de0500;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background: #01b9af;
  display: inline-block;
  padding: 8px 19px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #de0500;
  color:#fff;
}
.btn_arrow,
.btn_01,
.btn_02,
.btn_03 {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arrow {
  position: relative;
}
.btn_arrow:before {
  font-family: 'FontAwesome';
  content: '\f105';
  line-height: 27px;
  padding-left: 11px;
  padding-right: 11px;
  color: #000;
  margin-left: -11px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_01 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: #01b9af;
  padding: 14px 29px;
  padding-top: 16px;
  padding-bottom: 12px;
}
.btn_01:hover {
  background: #de0500;
}
.btn_02 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background: #de0500;
  padding: 17px 45px 15px 44px;
}
.btn_02:hover {
  background: #01b9af;
}
.btn_03 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #414141;
  text-transform: uppercase;
}
.btn_03:after {
  position: absolute;
  top: 50%;
  left: 100%;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #fff;
  margin-left: 5px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #414141;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_03:hover {
  color: #de0500;
}
.btn_03:hover:after {
  margin-left: 8px;
  background: #de0500;
}
/*==================== hr ==============================*/
hr {
  background: #dadbdc;
  color: #dadbdc;
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  margin: 8px 0;
}
hr + p {
  margin-top: 6px;
}
.hr02 {
  margin: 26px 0;
}
/*============= Lists ====================================*/
.list01 {
  float: right;
}
.list01 li {
  float: left;
}
.list01 li a {
  display: inline-block;
  color: #01b9af;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: .6px;
  text-transform: uppercase;
  border-left: 1px solid #c5c5c5;
  margin-right: 17px;
  padding-left: 12px;
}
.list01 li a:hover {
  color: #de0500;
}
.soc-list {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  color: #363535;
  text-transform: uppercase;
}
.soc-list li {
  float: left;
  margin-right: 12px;
}
.soc-list li a {
  display: inline-block;
}
.soc-list li a:hover {
  color: #01b9af !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
/*==================      Box      ======================*/
.box {
  position: relative;
  background: #01b9af;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_cnt {
  text-align: center;
  margin: 5px 10px 10px 10px;
}
.box_cnt h5,
.box_cnt p {
  color: #ffffff;
    font-size:20px

}
.box_cnt h5 {
  text-transform: uppercase;
  font-weight: 300;
}
.box_cnt p {
  line-height: 21px;
}
.box_cnt p + .btn_arrow {
  margin-top: 9px;
}
.box_cnt .btn_arrow {
  display: inline-block;
}
.box_cnt .btn_arrow:hover:before {
  background: #01b9af;
  color: #fff;
}
.box_cnt.__mod01 {
  margin: 28px 65px 36px 65px;
}
.box_cnt.__mod01 h5 {
  display: inline-block;
  line-height: 30px;
  margin-top: 2px;
}
.box_cnt.__mod01 p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.box_cnt.__mod01 h5 + p {
  margin-top: 10px;
}
.box_cnt.__mod01 p + .btn_arrow {
  margin-top: 9px;
}
@media only screen and (max-width: 1199px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 979px) {
  .box_cnt.__mod01 {

    margin: 18px 30px 22px 30px;
  }
  .box_cnt.__mod01 h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .box_cnt {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .box img {
    width: 100%;
  }
}
.box:hover {
  background: #de0500;
}
.box-02 {
  border: 1px solid #edeaea;
  padding: 15px;
  padding-left: 16px;
  padding-right: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02:before,
.box-02:after {
  content: " ";
  display: table;
}
.box-02:after {
  clear: both;
}
.thumb + .box-02_cnt {
  margin-top: 22px;
}
.box-02_cnt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02_cnt h6 {
  color: #de0500;
}
.box-02_cnt span {
  display: inline-block;
  color: #01b9af;
  text-transform: uppercase;
  font-weight: 700;
}
.box-02_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-02_cnt p + .btn {
  margin-top: 21px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .box-02_cnt {
    text-align: center;
  }
}
.box-02_a {
  position: relative;
}
.box-02_a h6 {
  margin-top: 20px;
  color: #414141;
  text-transform: uppercase;
}
.box-02_a p {
  display: inline-block;
  color: #959ba0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box-02_a {
    text-align: center;
  }
}
.box-02.__mod01 img + * {
  margin-top: 22px;
}
.box-02.__mod01 h6 + hr {
  margin-top: 17px;
}
.box-02.__mod01 hr {
  margin-bottom: 7px;
}
.box-02.__mod01 p + .btn {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .box-02.__mod01 {
    text-align: center;
  }
}
.box-03 {
  display: block;
  position: relative;
  padding: 49px 0;
}
.box-03:before,
.box-03:after {
  content: " ";
  display: table;
}
.box-03:after {
  clear: both;
}
.box-03_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 12px solid rgba(255, 255, 255, 0.5);
  width: 614px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.box-03_cnt {
  position: relative;
  height: 100%;
  padding: 21px 25px 27px 25px;
  background: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  text-align: center;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.lt-ie9 .box-03_cnt {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  zoom: 1;
}
.box-03_cnt h3 {
  font-weight: 400;
}
.box-03_cnt p {
  font-weight: 300;
  font-size: 48px;
  line-height: 53px;
}
.box-03_cnt h3,
.box-03_cnt p {
  color: #252525;
}
.box-03_cnt span,
.box-03_cnt .call {
  color: #de0500;
}
.box-03_cnt p + .call {
  margin-top: 22px;
}
.box-03_cnt .call + .btn_02 {
  margin-top: 63px;
}
.box-03_cnt.__mod01 {
  padding: 21px 45px 27px 45px !important;
}
.box-03_cnt.__mod01 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.box-03_cnt.__mod01 p + .btn_02 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .box-03_cnt.__mod01 {
    padding: 21px 15px 25px 15px !important;
  }
  .box-03_cnt.__mod01 p + .btn_02 {
    margin-top: 20px;
  }
  .box-03_cnt.__mod01 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
  }
}
.box-03.__mod01 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .box-03_block {
    width: 400px;
  }
  .box-03_cnt {
    padding: 11px 15px 15px 15px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {

    font-size: 30px;
    line-height: 34px;
  }
  .box-03_cnt .call + .btn_02 {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 479px) {
  .box-03_block {
    width: 270px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 22px;
    line-height: 24px;
  }
  .box-03_cnt .btn_02 {
    font-weight: 400;
  }
}
.box-04:before,
.box-04:after {
  content: " ";
  display: table;
}
.box-04:after {
  clear: both;
}
.box-04_cnt time {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #01b9af;
  font-size: 42px;
  font-weight: 700;
  margin-top: 11px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-04_cnt time span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  padding: 0;
}
.box-04_cnt time:hover {
  color: #de0500;
}
.box-04_cnt h6 {
  cursor: pointer;
  border-left: 1px solid #cecece;
  color: #01b9af;
  margin-left: -31px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-04_cnt h6:hover {
  color: #de0500;
}
@media only screen and (max-width: 1199px) {
  .box-04_cnt h6 {
    margin-left: -21px;
  }
}
@media only screen and (max-width: 979px) {
  .box-04_cnt h6 {
    margin-left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .box-04_cnt h6 {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
.box-04_cnt p {
  font-size: 13px;
  line-height: 21px;
  color: #3d3d3d;
  font-weight: 400;
}
.box-04_cnt .row + p {
  margin-top: 23px;
}
.box-04_cnt hr + .btn_03 {
  margin-top: -5px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .box-04_cnt {
    text-align: center;
  }
  .box-04_cnt time span {
    margin-left: 15px;
    margin-top: 0;
  }
}
.box-05 {
  display: block;
  position: relative;
  padding: 15px 30px 15px 16px;
  border: 1px solid #edeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-05:before,
.box-05:after {
  content: " ";
  display: table;
}
.box-05:after {
  clear: both;
}
img + .box-05_cnt {
  margin-top: 22px;
}
.box-05_aside {
  display: block;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .box-05_aside {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .box-05 {
    padding: 15px 15px 15px 16px;
  }
}
.box-05_cnt {
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
  padding-top: 7px;
}
.box-05_cnt h6 {
  color: #de0500;
}
.box-05_cnt span {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #01b9af;
  text-transform: uppercase;
  font-weight: 700;
}
.box-05_cnt hr {
  margin-top: 10px;
  margin-bottom: 8px;
}
.box-05_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail + .btn_03 {
  margin-top: 17px;
  margin-bottom: 11px;
}
.box-05_cnt p + .telephone {
  margin-top: 17px;
}
.box-05_cnt .telephone {
  display: block;
  color: #414141;
}
.box-05_cnt .telephone span {
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail {
  display: block;
  color: #414141;
}
.box-05_cnt .mail a {
  color: #de0500;
  font-weight: 400;
}
.box-05_cnt .mail a:hover {
  color: #01b9af;
}
@media only screen and (max-width: 1199px) {
  .box-05_cnt {
    padding-left: 0;
    text-align: center;
  }
  .box-05_cnt .btn_03 {
    margin-left: -10px;
  }
}
.box-06 iframe {
  width: 570px;
  height: 322px;
}
@media only screen and (max-width: 1199px) {
  .box-06 iframe {
    width: 100%;
    height: auto;
  }
}
.box-06 h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #01b9af;
  margin-top: -5px;
}
.box-06 p {
  font-size: 13px;
  line-height: 21px;
  color: #3d3d3d;
  text-align:justify
}
.box-06 h6 + p {
  margin-top: 5px;
}
.box-06 p + p {
  margin-top: 22px;
}
.box-06 p + hr {
  margin-top: 30px;
}
.box-06 hr + .btn_03 {
  margin-top: 13px;
  margin-bottom: 15px;
}
.box-06 .resp-tabs-container {
  margin-top: -13px;
}
.box-06 .resp-tabs-container .resp-tab-content {
  padding: 5px 20px 33px 31px;
}
.box-06 .resp-tabs-container .resp-tab-content p {
  font-size: 13px;
  line-height: 18px;
  color: #959ba0;
}
@media only screen and (max-width: 767px) {
  .box-06 h6 + p {
    margin-top: 15px;
  }
}
.box-07 h6 {
  font-size: 16px;
  line-height: 24px;
  color: #01b9af;
  font-weight: 400;
}
.box-07 h5 + h6 {
  margin-top: 60px;
}
.box-07 h6 + p {
  margin-top: 36px;
}
.box-07 p {
  font-size: 13px;
  line-height: 21px;
}
.box-07 p + p {
  margin-top: 21px;
}
.box-07 p + h6 {
  margin-top: 60px;
}
.box-07 a {
  display: inline-block;
  color: #de0500;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-07 a:hover {
  color: #01b9af;
}
.box-07 p + a {
  margin-top: 62px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #646464;
  text-transform: uppercase;
}
footer .copyright .footer-brand {
  display: inline-block;
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  line-height: 30px;
  color: #de0500;
}
footer .copyright a:hover {
  color: #de0500;
}
footer .copyright p {
  font-size: 14px;
  line-height: 30px;
  color: #646464;
  font-weight: 400;
}
footer .copyright p a {
  text-decoration: none;
}
footer .copyright h6 + .footer-brand {
  margin-top: 15px;
}
footer .copyright .footer-brand + p {
  margin-top: 11px;
}
footer .copyright p + .soc-list {
  margin-top: 4px;
}
footer .about-us h6 + p {
  margin-top: 34px;
}
footer .about-us p {
  width: 80%;
  font-size: 13px;
  line-height: 18px;
  color: #646464;
  font-weight: 400;
}
footer .contact-us h6 + p {
  margin-top: 29px;
}
footer .contact-us p + a {
  margin-top: 13px;
}
footer .contact-us a + p {
  margin-top: 16px;
}
footer .contact-us p {
  color: #646464;
  font-size: 13px;
  line-height: 30px;
}
footer .contact-us p span {
  display: block;
  line-height: 22px;
}
footer .contact-us a {
  display: inline-block;
  color: #646464;
}
footer .contact-us a:hover {
  color: #de0500;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .copyright p + .soc-list {
    margin-top: 0px;
  }
  footer .copyright .soc-list {
    float: none;
    display: inline-block;
  }
  footer .about-us p {
    width: 100%;
  }
}

.form_input{
  display: inline-block;
  width:95%;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.form_text{
  display: inline-block;
  width:95%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
	
.form_btn{
  -webkit-appearance: button;
  cursor: pointer;
  background-color:#01b9af;
  color:#FFF; 
  border:0;
  padding:5px 5px;
}
.gmap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 485px;
	line-height: 0;
	overflow: hidden;
	}
/*******************************************/
#cats {
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

#cats.list {

}

#cats.list li {
  display: block;
  overflow: hidden;
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 0 6px 17px;
  background: url(../img/list3Tr.png) 5px 15px no-repeat;
  background-color:#f4f4f4;
  border-radius:2px;
  border-color:#ececec;
  border-style:solid;
  border-width:1px
}

#cats.list li+li {

}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	color:#838383;
}

a:hover {
    color: #01b9af;
}

.block-2 {
  overflow: hidden;
  background: #e6e6e2;
 /* margin-top: 25px;
  margin-bottom: 25px;*/
  padding: 12px 20px 12px 20px;
}
.block-2 strong {
  font-size: 43px;
  line-height: 1em;
  color: #5a5a59;
  font-weight: bold;
  font-family: Impact;
  text-transform: capitalize;
  float: left;
  letter-spacing: -1px;
  margin-right: 20px;
}
.block-2 span {
  overflow: hidden;
  display: block;
}
.shadow{
-webkit-box-shadow: 0px 0px 2px 1px rgba(226,226,226,1);
-moz-box-shadow: 0px 0px 2px 1px rgba(226,226,226,1);
box-shadow: 0px 0px 2px 1px rgba(226,226,226,1);
padding:5px;
margin-bottom:15px;
display:block;
overflow:auto
}