@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
=========================================================*/
#menu{
width: 100%;
max-width: 940px;
margin: 0 auto;
padding: 0;
}
#menu li{
display: block;
float: left;
width: 20%;
margin: 0;
padding: 0; }
#menu li a{
display: block;
padding: 12px 0 10px;
background: #333;
color: #fff;
text-align: center;
text-decoration: none;
}
#menu li a:hover{
background: #444;
}
#toggle{
display: none;
}
@media only screen and (max-width: 768px) {
#menu li{
width: 50%;
border-bottom: 1px solid #444;
}
}
@media only screen and (max-width: 480px) {
#menu{
display: none;
}
#menu li{
width: 100%;
}
#toggle{
display: block;
position: relative;
width: 100%;
background: #222;
}
#toggle a{
display: block;
position: relative;
padding: 12px 0 10px;
border-bottom: 1px solid #444;
color: #fff;
text-align: center;
text-decoration: none;
}
#toggle:before{
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 20px;
height: 20px;
margin-top: -10px;
background: #fff;
}
#toggle a:before, #toggle a:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 20px;
height: 4px;
background: #222;
}
#toggle a:before{
margin-top: -6px;
}
#toggle a:after{
margin-top: 2px;
}
}


span{display:inline-block;}


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: 38px;
  line-height: 58px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 20px;
      line-height: 50px; } }

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

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

h5, cite {
  font-size: 18px;
  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: 16px;
  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[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: 10px; }

* + 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; }
  .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-blog,
.fa-facebook,
.fa-instagram,
.fa-google-plus,
.fa-twitter,
.fa-rss {
  display: inline-block;
  width: 69px;
  height: 69px;
  line-height: 69px;
  border: 1px solid #dddddd;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px; }

/*==================    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: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #000000; }
  .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: 40px; } }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  color: #fff; }
  .index-list li {
    width: 100%;
    padding: 69px 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;
	text-align: left;
}
    .index-list li * + p {
	margin-top: 43px;
	text-align: left;
}
  @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,
.bord-list .img5: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); } 
.bord-list .img4:before {
  content: url(../images/page-1_img04.png); }
.bord-list .img5:before {
  content: url(../images/page-1_img05.png); }
  @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,
  .bord-list .img5: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; }
 
 blockquote 7:before {
   margin-left: auto;
   margin-right: auto;
}
/*==================   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: 7px 10px 30px 7px; }
    article .article_text h4 {
      color: #a0a0a0;
      text-transform: uppercase;
      line-height: 43px; }
    article .article_text p {
      line-height: 23px;
      color: #7f7f7f; }
    article .article_text * + p {
      margin-top: 5px; }
  @media (max-width: 1199px) and (min-width: 768px), (max-width: 479px) {
    article time {
      width: 120px;
      height: 120px;
      padding-top: 10px;
      top: 10px; }
    article .article_text {
      padding: 7px 10px 30px 7px; }
      article .article_text h4 {
        line-height: inherit; } }
  @media (max-width: 767px) {
    article img {
      width: 100%; } }

/*==================  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; }

/*==================     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: 20px;
  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: 900px) {
  .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: 218px;
    padding-bottom: 153px;
    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: 69px; }
  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: 100px; }

.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: 100px;
    font-weight: 400;
    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: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 60px; }

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