@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500,700,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #363232;
  color: #fff;
  font: 400 14px/28px 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  font-size: 90px;
  line-height: 100px;
}
h2 {
  font-size: 75px;
  line-height: 85px;
}
h3 {
  font-size: 45px;
  line-height: 65px;
}
h3 + p {
  margin-top: 10px;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
ul a:hover {
  text-decoration: none;
}
p {
  color: #a2a0a0;
}
time {
  display: block;
}
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[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;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  font-size: 37px;
  line-height: 47px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 19.5px 24px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #25589a;
}
/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-youtube {
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #393535;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4a4747;
}
.fa-facebook:before,
.fa-twitter:before,
.fa-google-plus:before,
.fa-youtube:before {
  line-height: 50px;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-youtube:hover {
  text-decoration: none;
  background: #524f4f;
  border-color: #fff;
}
/*==================    Lists    ======================*/
.gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.gallery li {
  position: relative;
  width: 25%;
  float: left;
}
@media (max-width: 479px) {
  .gallery li {
    width: 50%;
  }
}
.soc-list {
  display: inline-block;
}
.soc-list li {
  position: relative;
  float: left;
}
.soc-list li + li {
  margin-left: 10px;
}
/*==================      Box, cnt      ======================*/
.cnt h3 {
  margin-top: -17px;
  font-weight: 300;
}
.cnt p {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cnt {
    text-align: center;
  }
  .cnt h3 {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .cnt h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #010101;
  border: 1px solid transparent;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #010101;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #010101;
  text-decoration: none;
}
.lt-ie9 .toTop:hover {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff');
  zoom: 1;
}
@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;
}
/*==================   Countdown   ======================*/
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  clear: both;
}
.countdown-section {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.countdown-section + .countdown-section {
  position: relative;
  margin-left: 57px;
}
.countdown-amount {
  font-size: 164px;
  line-height: 100px;
  color: #fff;
  font-weight: 700;
}
.countdown-period {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 37px;
  line-height: 66px;
  text-transform: uppercase;
}
.countdown-amount + .countdown-period {
  margin-top: 21px;
}
.countdown-descr {
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .countdown-section + .countdown-section {
    margin-left: 30px;
  }
  .countdown-section + .countdown-section:before {
    margin-right: 34px;
  }
  .countdown-amount {
    font-size: 100px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown-section {
    font-size: 18px;
  }
  .countdown-section + .countdown-section {
    margin-left: 40px;
  }
  .countdown-section + .countdown-section:before {
    margin-right: 14px;
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  .countdown-amount {
    font-size: 45px;
    line-height: 34px;
  }
  .countdown-amount + .countdown-period {
    margin-top: 5px;
  }
  .countdown-period {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    text-transform: uppercase;
  }
}
@media (max-width: 479px) {
  .countdown-section {
    font-size: 14px;
    line-height: 20px;
  }
  .countdown-section + .countdown-section {
    margin-left: 10px;
  }
  .countdown-period {
    font-size: 14px;
    line-height: 20px;
  }
  .countdown-amount {
    font-size: 30px;
    line-height: 30px;
  }
  .countdown-amount + .countdown-period {
    margin-top: 0px;
  }
}
/*==================   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: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: "\e007";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 50px;
  font-family: Material Design;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  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);
}
/**
 * Title: Material Design
 * Author: Google
 * Source: http://www.flaticon.com/packs/material-design
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "Material Design";
  src: url("../fonts/material-design.eot");
  src: url("../fonts/material-design.eot#iefix") format("embedded-opentype"), url("../fonts/material-design.woff") format("woff"), url("../fonts/material-design.ttf") format("truetype"), url("../fonts/material-design.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="material-design-"]:before,
[class*=" material-design-"]:before,
[class^="material-design-"]:after,
[class*=" material-design-"]:after {
  font-family: Material Design;
}
.material-design-add186:before {
  content: "\e007";
}
.material-design-drafts:before {
  content: "\e070";
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #363232;
}
header .header {
  color: #fff;
  text-align: center;
  padding-top: 92px;
  padding-bottom: 219px;
}
header .header .brand + * {
  margin-top: 106px;
}
header .header_middle-bar {
  display: block;
}
header .header_middle-bar h2 {
  font-weight: 500;
}
header .header_middle-bar h2 span {
  display: block;
  font-size: 45px;
  line-height: 64px;
  font-weight: 300;
}
@media (max-width: 479px) {
  header .header_middle-bar h2 {
    font-size: 55px;
    line-height: 65px;
  }
  header .header_middle-bar h2 span {
    font-size: 35px;
    line-height: 45px;
  }
}
header .header_middle-bar h2 + .countdown {
  margin-top: 105px;
}
header .header_middle-bar + * {
  margin-top: 80px;
}
@media (max-width: 767px) {
  header .header {
    padding-bottom: 100px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #363232;
}
/*==================      Well     ======================*/
.well {
  padding-top: 129px;
  padding-bottom: 123px;
}
.well-2 {
  padding-top: 113px;
  padding-bottom: 122px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #363232;
}
.footer h3 {
  font-weight: 300;
}
.footer h3 + * {
  margin-top: 25px;
}
.footer .address {
  margin-top: 18px;
  text-transform: uppercase;
}
.footer .address + .telephone {
  margin-top: 19px;
}
.footer .telephone {
  display: block;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer .telephone + ul {
  margin-top: 47px;
}
.footer .copyright {
  display: inline-block;
  margin-top: -18px;
  font-size: 11px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer .copyright a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer form {
    text-align: left;
  }
  .footer form .btn-wr {
    text-align: center;
  }
  .footer .copyright {
    margin-top: 40px;
  }
}
