@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=Lato:400,300,700,900);
@import url(arrows.css);
/*========================================================
					  Main Styles
=========================================================*/
html {
  font-size: 10px;
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 12px;
  }
}

body {
  color: #333333;
  font: 400 18px/28px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #db0003;
}

h2 {
  font-size: 3.33333rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.77778rem;
  line-height: 1.2;
}

h4 {
  font-size: 2.22222rem;
  line-height: 1.2;
}

h5 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h5 {
    font-size: 24px;
  }
}

p {
  color: #777777;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

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

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

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-top: 1px solid #fff;
}

.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;
}

.center {
  text-align: center;
}

.circle {
  border-radius: 50%;
}

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

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

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

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

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

@media (max-width: 1199px) {
  .br-hide-md br {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .shift-1 {
    margin-left: -30px;
    width: 59%;
  }
  .shift-2 {
    margin-left: -44px;
    width: 61%;
  }
}

@media (min-width: 1200px) {
  .img-shift-1 {
    position: relative;
    top: -37px;
  }
  .img-shift-2 {
    position: relative;
    top: 18px;
  }
  .img-shift-3 {
    position: relative;
    top: -13px;
  }
  .img-shift-4 {
    position: relative;
    top: 36px;
  }
}

.mg-add {
  margin-top: 21px;
}

/*=======================================================
					   Main Layout
=========================================================*/
* + .btn {
  margin-top: 2.5rem;
}

h2 + p {
  margin-top: 1.5rem;
}

h4 + p {
  margin-top: 0.55556rem;
}

* + form {
  margin-top: 2.38889rem;
}

.media + .media {
  margin-top: 0.66667rem;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  font-size: 8.16667rem;
  line-height: 1;
  	text-shadow: 2px 2px #000000;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #db0003;
  color: #fff;
}
.bg-primary.btn {
  background: #db0003;
}
.bg-primary.btn:hover {
  background: #c20003;
}
.bg-primary.btn:active {
  background: #750002;
}

.bg-secondary {
  background: #c0a702;
  color: #fff;
}
.bg-secondary.btn {
  background: #c0a702;
}
.bg-secondary.btn:hover {
  background: #a79102;
}
.bg-secondary.btn:active {
  background: #5b4f01;
}

.bg-color {
  background: #f4f4f4;
}

.bg-image {
  background: url(../images/page-1_bgimg01.jpg) center no-repeat;
  background-size: cover;
}

.primary {
  color: #db0003;
}

.secondary {
  color: #c0a702;
}

.default {
  color: #333333;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}
.icon:hover {
  color: #db0003;
  background: #fff;
}

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

.icon-3 {
  display: inline-block;
  font-size: 36px;
  line-height: 71px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  min-width: 11.88889em;
  padding: 0.94444em 0.94444em 1em;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3.16667em;
  background: #333333;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}

.btn-2 {
  display: inline-block;
  min-width: 14.1em;
  padding: 1.3em 2.85em 1.3em;
  font-weight: 700;
  font-size: 1.11111rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 1.4em;
}
.btn-2:hover {
  background: #fff;
  color: #db0003;
}
.btn-2:active {
  background: #999999;
  border-color: #999999;
}
@media (max-width: 767px) {
  .btn-2 {
    font-size: 16px;
  }
}

.btn-link {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #db0003;
}
.btn-link:hover {
  color: #c0a702;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
@media (max-width: 1199px) {
  .inline-list li + li {
    margin-left: 12px;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 40px;
}
.marked-list li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "FontAwesome";
  color: #db0003;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list .price {
  color: #db0003;
  font-weight: 700;
}

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

/*==================  Table layout  ====================*/
.table-layout {
  font-size: 16px;
  line-height: 26px;
}
.table-layout > * {
  padding-top: 15px;
  padding-bottom: 30px;
}
.table-layout .col-md-4:nth-child(2) {
  padding-left: 35px;
  position: relative;
}
.table-layout .col-md-4:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: url(../images/border.png) repeat-y;
}
.table-layout .col-md-4:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: url(../images/border.png) repeat-y;
}
@media (max-width: 991px) {
  .table-layout .col-md-4:nth-child(2) {
    padding-left: 15px;
  }
  .table-layout .col-md-4:nth-child(2):before, .table-layout .col-md-4:nth-child(2):after {
    display: none;
  }
}
.table-layout .col-md-4:nth-child(3) {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .table-layout .col-md-4:nth-child(3) {
    padding-left: 15px;
  }
}
.table-layout h5 + * {
  margin-top: 31px;
}
.table-layout .btn-link {
  font-size: 18px;
}
.table-layout * + .btn-link {
  margin-top: 39px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 37px;
  height: 37px;
  font-size: 37px;
  line-height: 37px;
  color: #db0003;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #333333;
  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;
}
.parallax h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  position: relative;
  padding-top: 7.16667rem;
  padding-bottom: 13.88889rem;
  text-align: center;
  color: #fff;
  background: url(../images/header-bg.jpg) center no-repeat;
  background-size: cover;
}
header h2 {
  font-size: 6.11111rem;
  line-height: 1;
  text-transform: uppercase;
  	text-shadow: 2px 2px #000000;
}
@media (max-width: 479px) {
  header h2 {
    font-size: 4rem;
  }
}
header .brand + h2 {
  margin-top: 4.61111rem;
}
header h2 + span, header h5 {
  margin-top: 12px;
  display: block;
  font-size: 2rem;
  line-height: 1;
  	text-shadow: 2px 2px #000000;
}
header * + .btn-2 {
  margin-top: 3.11111rem;
  	text-shadow: 2px 2px #000000;
}
@media (min-width: 1200px) {
  header .inline-list {
    position: absolute;
    top: 50%;
    right: 48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .inline-list li {
    display: block;
  }
  header .inline-list li + li {
    margin-top: 9px;
  }
}
@media (max-width: 1199px) {
  header * + .inline-list {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  header {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 4.44444rem;
  padding-bottom: 5.72222rem;
}
.well-2 {
  padding-top: 9.55556rem;
  padding-bottom: 10.5rem;
}
.well-3 {
  padding-top: 5.05556rem;
  padding-bottom: 6.11111rem;
}
.well-inset-1 {
  padding-bottom: 1.33333rem;
}
.well-inset-2 {
  padding-bottom: 4.55556rem;
}
.well-inset-3 {
  padding-bottom: 4.05556rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #e1e1e1;
  text-align: center;
}
footer > section:first-child {
  padding-top: 6.11111rem;
  padding-bottom: 5.66667rem;
}
footer > section:first-child * + hr {
  margin-top: 4.66667rem;
}
footer .inline-list li + li {
  margin-left: 3.88889rem;
}
footer .copyright {
  font-size: 16px;
  font-weight: 300;
}
footer .copyright span:first-child {
  font-weight: 700;
  text-transform: uppercase;
  color: #db0003;
}
footer hr {
  margin-top: 0;
  margin-bottom: 0;
}
footer * + .copyright {
  margin-top: 4.05556rem;
}
