@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,600,700,800);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f8f8f8;
  color: #333;
  font: 300 18px/22px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

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

h2, h3, h4 {
  color: #383838; }

h2 {
  font-size: 48px;
  line-height: 48px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 36px;
      line-height: 40px; } }

h3 {
  font-size: 40px;
  line-height: 43px; }
  @media (max-width: 1199px) {
    h3 {
      font-size: 20px;
      line-height: 20px; } }

h4 {
  font-size: 36px;
  line-height: 40px; }
  @media (max-width: 1199px) {
    h4 {
      font-size: 24px;
      line-height: 28px; } }

h5, cite {
  font-size: 24px;
  line-height: 32px; }

h6 {
  font-size: 18px;
  line-height: 32px;
  color: #505050; }

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

.p__mod {
  line-height: 32px; }

.p__mod2 {
  font-size: 14px;
  line-height: 22px; }

q {
  font-size: 18px;
  line-height: 30px;
  color: #7f7f7f; }

time {
  display: block;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase; }
  time span {
    font-size: 55px;
    line-height: 35px;
    font-weight: 700; }

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.hl-link {
  font-weight:bold;
  color:#44f;
  text-decoration: underline;
}

div.boxed {
  border:solid 2px #ddd;
  padding:30px;
  border-radius:20px;
}

@media (max-width: 1199px) {
  div.boxed {
    border:none;
    padding:0px;
  }
}

.countdown {
  color:white;
  line-height:25px;
  overflow: visible;
  font-weight:normal;
  padding: 3px; margin: 0px; border: 0px;
  vertical-align: baseline;
  outline: 0px;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%);
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  box-sizing: border-box;
  user-select: none;
  cursor: inherit;
  transform-origin: 0px 0px 0px;
  border-radius: 3px;
  z-index: 0;
}

input[type="submit"], button {
  display:none;
  margin-top: 43px;
  border:0;
  font: inherit;
  color: #ff3821;
  font-size: 21px;
  line-height: 34px;
  font-weight: 800;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline:none;
}
input[type="email"] {
    margin-top: 43px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 14px 34px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ff3821;
    font-size: 21px;
    line-height: 34px;
    font-weight: 800;
    outline:0;
}
@media (max-width: 500px) {
  input[type="email"] {
    /*font-size: 18px;*/
    padding: 4px 4px;
  }
}

a[href^="tel:"],
a[href^="callto:"] {
  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; }

.center {
  text-align: center; }

.fw-exb {
  font-weight: 800; }

.fw-semib {
  font-weight: 600; }

.fw-norm {
  font-weight: 400; }

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0; }
.clear:after {
  clear: both; }

body html .color1 {
  color: #fff; }

/*=======================================================
                       Main Layout
=========================================================*/
* + h5 {
  margin-top: 60px; }

* + h6 {
  margin-top: 52px; }

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

* + h2 {
  margin-top: 103px; }

* + h3 {
  margin-top: 24px; }

* + blockquote {
  margin-top: 75px; }

* + .btn {
  margin-top: 43px; }

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

* + .btn__mod {
  margin-top: 38px; }

h6 + p {
  margin-top: 0; }

.row + .row {
  margin-top: 114px; }

@media (max-width: 1199px) {
  * + .row, .row + .row {
    margin-top: 60px; } }
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  /*padding-top: 72px;*/
  font-size: 48px;
  line-height: 43px; }
  @media (max-width: 1199px) {
  .brand {
    font-size: 18px;
    line-height: 18px;
    }
  }
  /*.brand:before {
    font-size: 48px;
    line-height: 43px;
    font-weight: 800;
    content: url(../images/logo-img.png);
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }*/
  .brand_name {
    overflow: hidden;
    padding-bottom: 10px;
    font-weight: 800; }

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-pinterest,
.fa-instagram,
.fa-rss {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #dddddd;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 14px 34px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ff3821;
  font-size: 21px;
  line-height: 34px;
  font-weight: 800; }
  .btn:hover {
    background: #ff3821;
    color: #fff; }
  .btn:active {
    background: #ed1900; }
  .btn__mod {
    color: #ffc630;
    font-size: 18px;
    padding: 14px 31px;
    text-transform: uppercase; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================      Parallax   ===================*/
.parallax {
  color: #fff; }
  .parallax h2 {
    font-size: 80px;
    line-height: 50px;
    font-weight: 800;
    color: #fff; }
  .parallax .h2__mod {
    font-size: 150px;
    line-height: 100px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase; }
  .parallax h3 {
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }
  .parallax h4 {
    line-height: 35px; }
  @media (max-width: 767px) {
    .parallax h2, .parallax .h2__mod {
      font-size: 60px; } }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  color: #fff; }
  .index-list li {
    width: 25%;
    padding: 199px 36px 81px 46px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative; }
    .index-list li h3 {
      font-weight: 800;
      text-transform: uppercase;
      color: #fff; }
    .index-list li:before {
      content: counter(li,decimal-leading-zero);
      counter-increment: li;
      position: absolute;
      font-size: 72px;
      line-height: 43px;
      font-weight: 800;
      left: 46px;
      top: 103px;
      opacity: 0.25; }
      .lt-ie9 .index-list li:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
        filter: alpha(opacity=25); }
    .index-list li * + p {
      margin-top: 43px; }
  @media (max-width: 1199px) {
    .index-list li {
      text-align: center;
      padding: 199px 10px 81px 10px; }
      .index-list li:before {
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .index-list li {
      display: block;
      float: none;
      width: 100%; } }

.xlist-bgcolor1 {
  background: #48af99; }

.xlist-bgcolor2 {
  background: #f6d740; }

.xlist-bgcolor3 {
  background: #ff6857; }

.xlist-bgcolor4 {
  background: #ff1f3e; }

/*==================     Bord-list    ==================*/
.bord-list li {
  padding-left: 293px;
  position: relative;
  padding-top: 77px;
  border-top: 6px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bord-list li p {
    font-size: 16px;
    line-height: 24px; }
.bord-list .img1:before,
.bord-list .img2:before,
.bord-list .img3:before,
.bord-list .img4:before {
  position: absolute;
  left: 18px;
  bottom: 0; }
.bord-list .img1:before {
  content: url(../images/page-1_img01.png); }
.bord-list .img2:before {
  content: url(../images/page-1_img02.png); }
.bord-list .img3:before {
  content: url(../images/page-1_img03.png);
  top: 66px; }
.bord-list .img4:before {
  content: url(../images/page-1_img04.png);
  top: 66px; }
@media (max-width: 979px) {
  .bord-list li {
    text-align: center;
    padding: 260px 0 20px; }
  .bord-list .img1:before,
  .bord-list .img2:before,
  .bord-list .img3:before,
  .bord-list .img4:before {
    left: 50%;
    top: 10px;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

/*==================   Blockquote   ====================*/
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
blockquote q {
  display: inline-block;
  position: relative; }
  blockquote q:before {
    position: absolute;
    content: "“";
    font-size: 48px;
    font-weight: 600;
    top: -4px;
    left: 39px;
    color: #ff2907; }
    @media (max-width: 979px) {
      blockquote q:before {
        top: -10px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
blockquote cite {
  display: block;
  text-transform: uppercase; }
blockquote * + cite {
  margin-top: 42px; }
blockquote * + q {
  margin-top: 36px; }

/*==================   Article   ====================*/
article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  position: relative; }
  article time {
    position: absolute;
    display: inline-block;
    width: 182px;
    height: 182px;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 45px;
    padding-top: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    article time span {
      display: block; }
  article .article_text {
    padding: 37px 20px 70px 44px; }
    article .article_text h4 {
      color: #a0a0a0;
      text-transform: uppercase;
      line-height: 43px; }
      article .article_text h4 a:hover {
        color: #fc9f1b; }
      article .article_text h4 a.hov-col2:hover {
        color: #f86218; }
      article .article_text h4 a.hov-col3:hover {
        color: #ff2424; }
    article .article_text p {
      line-height: 28px;
      color: #7f7f7f; }
    article .article_text * + p {
      margin-top: 20px; }
  @media (max-width: 1199px) and (min-width: 768px), (max-width: 479px) {
    article time {
      width: 120px;
      height: 120px;
      padding-top: 30px;
      top: 30px; }
    article .article_text {
      padding: 37px 10px 40px 10px; }
      article .article_text h4 {
        line-height: inherit; } }
  @media (max-width: 767px) {
    article img {
      width: 100%; } }
  article .bgcol1 {
    background: #fc9f1b; }
  article .bgcol2 {
    background: #f86218; }
  article .bgcol3 {
    background: #ff2424; }

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.inline-list a:hover, .inline-list li:hover {
  color: #ff3821;
  border-color: #ff3821; }

/*==================  Copyright   ======================*/
.copyright {
  color: #525252;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }

/*==================     Shadow     ====================*/
.shadow {
  -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44); }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f8f8f8; }

.bg-color1 {
  background: #fff; }
  .bg-color1 p {
    color: #9d9d9d; }
  .bg-color1 cite {
    color: #383838; }

.bg-color2 {
  background: #fff; }
  .bg-color2 p {
    color: #000; }
  .bg-color2 cite {
    color: #000; }

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  background: #3f3f3f;
  -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: #fff;
    background: #ff3821;
    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 .parallax_cnt {
    padding-top: 100px; /* 218 */
    padding-bottom: 100px; /* 153 */
    position: relative; }
   @media (max-width: 1199px) {
  .parallax .parallax_cnt {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; } }

.parallax2 .parallax_cnt {
  padding-top: 183px;
  padding-bottom: 134px;
  position: relative;
  -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
  box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding-top: 39px;
  padding-bottom: 39px; }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

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

/*==================      Well     ======================*/
.well1 {
  padding-top: 90px;
  padding-bottom: 114px; }

.well2 {
  padding-bottom: 180px; }
  @media (max-width: 1199px) {
    .well2 {
      padding-bottom: 100px; } }

.well3 {
  padding-top: 93px;
  padding-bottom: 136px; }

.well4 {
  padding-top: 69px;
  padding-bottom: 57px; }

.well5 {
  padding-bottom: 81px;
  padding-top: 116px; }
  @media (max-width: 767px) {
    .well5 {
      padding-top: 50px; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f8f8f8; }
  footer .inline-list, footer a[href^="mailto:"] {
    margin-top: 33px; }
  footer a[href^="mailto:"] {
    display: inline-block;
    padding-left: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #3f3f3f;
    position: relative; }
    footer a[href^="mailto:"]:before {
      content: "\f0e0";
      position: absolute;
      left: 0;
      top: 0;
      font: 400 18px/24px "FontAwesome";
      color: inherit; }
    footer a[href^="mailto:"]:hover {
      color: #ff3821; }
  footer address {
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 60px; }

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