@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(material-design.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #706F6F;
  color: #fff;
  font: 400 14px/26px "Raleway", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  text-transform: uppercase; }

h1 {
  font-size: 65px;
  line-height: 70px; }

h2 {
  font-size: 105px;
  line-height: 70px; }

h3 {
  font-size: 65px;
  line-height: 70px; }
  h3 span {
    font-weight: 300; }

h4 {
  font-size: 20px;
  line-height: 37px; }

h5 {
  font-size: 18px;
  line-height: 20px; }

h6 {
  font-size: 16px;
  line-height: 20px; }

p {
  color: #FFFFFF; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

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

time {
  display: block;
  font: 800 65px/70px "Raleway", sans-serif;
  color: #555759; }
  time span {
    font-size: 40px;
    line-height: 47px;
    font-weight: 300; }

address {
  font-size: 20px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  color: #4d4f51; }

article a:hover {
  color: #706F6F; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.center {
  text-align: center; }

@media (max-width: 767px) {
  .resp-center {
    text-align: center; } }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

@media (max-width: 500px) {
  h3 {
    font-size: 50px; } }
/*=======================================================
                       Main Layout
=========================================================*/
* + .index-list {
  margin-top: 35px; }

* + h4 {
  margin-top: 36px; }

* + p {
  margin-top: 11px; }

* + .row {
  margin-top: 53px; }

* + .offset {
  margin-top: 40px; }

time + h4 {
  margin-top: 21px; }

address + a {
  margin-top: 18px; }

* + .contact-form {
  margin-top: 34px; }

* + .resp-center {
  margin-top: 49px; }

* + .copyright {
  margin-top: 33px; }

* + address {
  margin-top: 36px; }

/*=======================================================
                        Components
=========================================================*/
/*================  Custom Wrapper =====================*/
.custom-wrapper:before, .custom-wrapper:after {
  display: table;
  content: "";
  line-height: 0; }
.custom-wrapper:after {
  clear: both; }
.custom-wrapper a {
  float: left;
  width: 25%; }

@media (min-width: 768px) and (max-width: 979px) {
  .custom-wrapper a {
    width: 50%; } }
@media (max-width: 767px) {
  .custom-wrapper a {
    width: 50%; } }
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative; }
    .index-list li:before {
      content: counter(li,decimal);
      counter-increment: li;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 41px;
      line-height: 71px;
      text-align: center;
      font-weight: 700;
      height: 77px;
      width: 77px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff; }
    .index-list li + li {
      margin-top: 32px; }
  .index-list .wrapper {
    padding-left: 107px; }
    .index-list .wrapper h4 {
      font-weight: 700; }
      .index-list .wrapper h4 + p {
        margin-top: 14px; }
    .index-list .wrapper p {
      color: #fff; }
  .index-list li.grid_1:nth-child(12n + 13),
  .index-list li.grid_2:nth-child(6n + 7),
  .index-list li.grid_3:nth-child(4n + 5),
  .index-list li.grid_4:nth-child(3n + 4),
  .index-list li.grid_6:nth-child(2n + 3) {
    clear: left; }

/*==================  Inline List  ======================*/
.inline-list li {
  float: left;
  display: inline-block; }
  .inline-list li a {
    height: 49px;
    width: 49px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 1px solid #333333; }
.inline-list li + li {
  margin-left: 10px; }
.inline-list a:hover {
  border: 1px solid #36383a;
  color: #fff;
  background: #36383a; }

@media (max-width: 767px) {
  .inline-list {
    display: inline-block; } }
/*==================  Image Aside  ======================*/
.img {
  padding-right: 30px; }
  .img:after {
    content: '';
    background: url("../images/page-1_img01.jpg") no-repeat right center;
    background-size: cover;
    left: 100%;
    margin-left: 31px; }

.img2:after {
  content: '';
  background: url("../images/page-1_img02.jpg") no-repeat right center;
  background-size: cover;
  right: 100%;
  margin-right: 70px; }

.img_aside {
  position: relative;
  padding-top: 58px;
  padding-bottom: 72px; }
  .img_aside:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 1025px;
    height: 100%; }

@media (max-width: 767px) {
  .img, .img2 {
    padding-right: 0;
    padding-left: 0; }
    .img:after, .img2:after {
      background: none;
      left: 0;
      margin-left: 0;
      margin-right: 0; } }
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #706F6F;
  position: relative; }
  .bg-primary:before {
    content: " ";
    position: absolute;
    width: 3000px;
    height: 100%;
    right: 100%;
    top: 0; }

.bg-secondary {
  background: #706F6F;
  position: relative; }
  .bg-secondary h4 {
    color: #ffffff; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt {
  padding: 14px 10px 23px 10px;
  display: block;
  background: #706F6F;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  .box_cnt h4 + p {
    color: #fff;
    margin-top: 0;
    line-height: 15px; }
.box:hover .box_cnt {
  background: #fff; }
  .box:hover .box_cnt p, .box:hover .box_cnt h4 {
    color: #706F6F; }
.box_cnt__no-flow {
  overflow: hidden; }

@media (max-width: 767px) {
  .box_img img {
    width: 100%; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 34px;
  line-height: 37px;
  color: #fff;
  background: #706F6F;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%; }
  .toTop:hover {
    color: #706F6F;
    background: #fff;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }
  @media (max-width: 479px) {
    .parallax h3 span {
      font-size: 35px;
      line-height: 70px;
      font-weight: 300; } }

/*==================   Thumbnail    ======================*/
.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: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 55px "material-design";
      line-height: 55px;
      margin-top: -27.5px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(43, 45, 47, 0.88); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E02B2D2F', endColorstr='#E02B2D2F')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E02B2D2F', endColorstr='#E02B2D2F');
      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); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #706F6F; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #706F6F; }

/*==================      Well     ======================*/
.well {
  padding-top: 58px;
  padding-bottom: 72px; }

.well2 {
  padding-top: 87px;
  padding-bottom: 118px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 70px;
  padding-bottom: 90px;
  background: #444444;
  position: relative; }
  footer address {
    color: #ffffff; }
  footer .wrapper {
    margin-right: 50px; }
  footer h4 {
    color: #ffffff; }
  footer a[href^="callto"] {
    color: #ffffff;
    font-size: 40px;
    line-height: 37px;
    font-weight: 700;
    display: inline-block; }
    footer a[href^="callto"]:hover {
      color: #ffffff; }
    footer a[href^="callto"]:active {
      color: #ffffff; }
  footer .copyright {
    color: #ffffff;
    float: right; }

@media (min-width: 768px) and (max-width: 979px) {
  footer .copyright {
    float: none;
    text-align: center; } }
@media (max-width: 767px) {
  footer {
    padding-bottom: 0; }
    footer .wrapper {
      margin-right: 0; }
    footer .copyright {
      float: none;
      text-align: center;
      display: block; }
    footer * + .map {
      margin-top: 50px; } }

/*# sourceMappingURL=style.css.map */

.imagelogosize {
	width: relative;
	height: relative;
}
