@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=Open+Sans:400,300,700);
/*=======================================================*\
		MAIN STYLES
\*=======================================================*/
html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
  font-weight: 400;
  color: #c8c8c8;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #3f4245;
  line-height: 1;
  font-weight: 300;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #f54f29;
}

h1 {
  font-size: 0.8rem;
}

h2 {
  font-size: 0.6rem;
}

h3 {
  font-size: 0.5rem;
}

h4 {
  font-size: 0.3rem;
}

p {
  font-family: 'Arial';
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold, strong {
  font-weight: 700;
}

[class*='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;
}

@media (max-width: 767px) {
  h2 br {
    display: none;
  }
}
/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .sm-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .sm-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .md-left {
    text-align: left;
  }
}

/*==================    Colors    ======================*/
.bg-primary {
  background: #f54f29;
}
.bg-primary a.icon-2 {
  background: #fff;
  color: #3f4245;
}
.bg-primary a.icon-2:hover {
  background: #3f4245;
  color: #fff;
}

.bg-secondary {
  background: #3f4245;
}

.bg-color-1 {
  background: #f6f6f6;
}

.bg-primary, .bg-secondary {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: inherit;
}

.primary {
  color: #f54f29;
}

.secondary {
  color: #3f4245;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + .btn {
  margin-top: 50px;
}

* + .offset-1 {
  margin-top: 61px;
}
* + .offset-2 {
  margin-top: 55px;
}
* + .offset-3 {
  margin-top: 50px;
}

h2 + h4 {
  margin-top: 47px;
}

h4 + p {
  margin-top: 17px;
}

.icon-1 + h3 {
  margin-top: 26px;
}

h3 + p {
  margin-top: 37px;
}

.row + .icon-2,
.row + .icon-2 + span {
  display: inline-block;
  margin-top: 94px;
}

@media (max-width: 767px) {
  .offset-1 {
    margin-top: 0px;
  }

  .icon-1 + h3 + p {
    margin-bottom: 60px;
  }
}
/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 150px;
  text-align: left;
}
.brand:before {
  position: absolute;
  top: 59px;
  left: 0;
  content: "";
  font-family: "FontAwesome";
  font-size: 132px;
  color: #3f4245;
}
.brand_name {
  font-size: 80px;
  line-height: 1;
  color: #fff;
}
.brand_slogan {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.brand a:hover {
  color: inherit;
}
@media (max-width: 479px) {
  .brand {
    text-align: center;
    padding-left: 0;
  }
  .brand:before {
    position: static;
    line-height: 1;
  }
  .brand_name {
    margin-top: 30px;
  }
}

/*==================    Buttons    ======================*/
.btn {
  color: #fff;
  background: #3f4245;
  display: inline-block;
  min-width: 2.88889em;
  height: 2.83333em;
  line-height: 1.2;
  padding: 0.77778em 3.33333em 0.83333em;
  text-align: center;
  font-size: 0.24948rem;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.2079rem;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 0.189rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    font-size: 0.18rem;
  }
}
.btn:hover {
  background: #f54f29;
}
.btn:active {
  background: #e1320a;
}

/*==================     Icons     ======================*/
.icon-1 {
  color: #3f4245;
  background: transparent;
  border: 7px solid #3f4245;
  display: inline-block;
  width: 2.475em;
  height: 2.475em;
  line-height: 2.475em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.4rem;
  box-sizing: content-box;
}

.icon-2 {
  color: #fff;
  background: #f54f29;
  display: inline-block;
  width: 3.76667em;
  height: 3.76667em;
  line-height: 3.76667em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.3rem;
}

.icon-3 {
  color: #fff;
  background: #5d6166;
  display: inline-block;
  width: 3.08em;
  height: 3.08em;
  line-height: 3.08em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.25rem;
}
.icon-3:hover {
  background: #f54f29;
}

a.icon-2 {
  display: inline-block;
  width: 3.22857em;
  height: 3.22857em;
  line-height: 3.22857em;
  text-align: center;
  border-radius: 50%;
  font-size: 35px;
}

a.icon-2:hover {
  background: #fff;
  color: #f54f29;
}

a.icon-2 + span {
  padding-left: 32px;
  font-size: 25px;
  font-weight: 300;
  line-height: 113px;
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 16px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 29px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #a93d24;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #fff;
}
.marked-list li + li {
  margin-top: 36px;
}
.marked-list a:hover {
  color: #fff;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #3f4245;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #f54f29;
  text-decoration: none;
}

.mobile .toTop,
.tablet .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;
}
.parallax h2,
.parallax h4,
.parallax p {
  color: #fff;
}
.parallax h2 + * {
  margin-top: 51px;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-top: 92px;
  padding-bottom: 564px;
  background-image: url(../images/header-bg.png);
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: transparent;
  margin-top: -363px;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 268px;
  padding-bottom: 0.92rem;
}
.well-2 {
  padding-top: 97px;
  padding-bottom: 92px;
}
.well-3 {
  padding-top: 254px;
  padding-bottom: 269px;
}
.well-4 {
  padding-top: 89px;
  padding-bottom: 88px;
}
.well-5 {
  padding-top: 156px;
  padding-bottom: 146px;
}
.well-6 {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .well-2, .well-3, .well-4, .well-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding-top: 152px;
  padding-bottom: 195px;
  color: #fff;
  background: #323537;
}
footer .copyright {
  margin-top: 7px;
  font-size: 15px;
  text-transform: uppercase;
  color: #5d6166;
}
footer .copyright a:hover {
  color: #3f4245;
}
footer .brand:before {
  color: #f54f29;
}
footer * + .inline-list {
  margin-top: 18px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
