@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=Roboto:400,300,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #22272b;
  color: #979db1;
  font: 400 14px/28px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
img + h6 {
  margin-top: 35px;
}
img + h6 + p {
  margin-top: 24px;
}
h1 {
  font-size: 122px;
  line-height: 130px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
h2 {
  font-size: 56px;
  line-height: 72px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
h3 {
  font-size: 45px;
  line-height: 72px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 38px;
    line-height: 44px;
  }
}
h3 + .row {
  margin-top: 39px;
}
h3 + p {
  margin-top: 21px;
}
h3 + h6 {
  line-height: 39px;
  margin-top: 20px;
}
h3 + h6 + p {
  margin-top: 11px;
}
h4 {
  font-size: 34px;
  line-height: 40px;
}
h5 {
  font-size: 28px;
  line-height: 36px;
}
h6 {
  font-size: 24px;
  line-height: 28px;
}
h6 + p {
  margin-top: 17px;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
p + .subscribe-form {
  margin-top: 32px;
}
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;
}
.underlined {
  text-decoration: underline;
}
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-weight: 500;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #2095f2;
  color: #fff;
}
.bg-secondary {
  background: #22272b;
}
.bg {
  background: #293034;
}
/*============ Colors ==============*/
.col-primary {
  color: #2095f2;
}
.col-default {
  color: #979db1;
}
.col-white {
  color: #fff;
}
/*============ Text Aligns ===========*/
.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
/*==================     Icons     ======================*/
.icon {
  font-size: 77px;
  line-height: 77px;
  margin-top: -5px;
  margin-left: -3px;
}
.icon__mod {
  margin-top: 0;
}
.icon__mod2 {
  margin-top: 0;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .icon {
    margin-top: 0;
    margin-left: 0;
  }
}
.icon + h6 {
  margin-top: 27px;
}
.icon + h6 + p {
  margin-top: 24px;
}
.icon__mod2 + h6 {
  margin-top: 23px;
  line-height: 39px;
}
.icon__mod2 + h6 + p {
  margin-top: 11px;
}
.icon2 {
  position: relative;
}
.icon2:before {
  color: #393f46;
  font-size: 42px;
  line-height: 46px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  margin-left: -8px;
}
.icon2__mod:before {
  top: 11px;
  margin-left: -7px;
  font-size: 35px;
}
.icon2__mod2:before {
  top: 6px;
  margin-left: -3px;
  font-size: 37px;
}
/*==================    Lists    ======================*/
.list li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 12.5px 0;
  padding-left: 48px;
  color: #3f464d;
}
.list li:before {
  content: "\e054";
  font-family: Material Design;
  position: absolute;
  font-size: 35px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.list li.included {
  color: #2095f2;
}
.list li.included:before {
  color: #2095f2;
  content: "\e048";
}
.contact-list li {
  color: #2095f2;
  font-size: 24px;
  line-height: 36px;
  padding: 9px 0;
  padding-left: 47px;
}
/*==================    Buttons    ======================*/
/*==================      Box      ======================*/
.box {
  background: #293034;
  padding: 30px;
  padding-left: 30px;
  padding-bottom: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box p {
  color: #979db1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.box form + p {
  margin-top: 21px;
}
.box-1:before,
.box-1:after {
  content: " ";
  display: table;
}
.box-1:after {
  clear: both;
}
.box-1_aside {
  float: left;
  margin-right: 16px;
}
.box-1_cnt {
  overflow: hidden;
}
.box-1 + .box-1 {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .box-1_aside {
    float: none;
    margin-right: 0;
    display: block;
  }
}
.box-2:before,
.box-2:after {
  content: " ";
  display: table;
}
.box-2:after {
  clear: both;
}
.box-2_top-block {
  padding: 18px 20px;
  color: #fff;
}
.box-2_top-block h4 {
  padding-left: 7px;
}
.box-2_top-block h4 + .price {
  margin-top: 4px;
}
.box-2_top-block .price {
  font-size: 112px;
  line-height: 112px;
  display: inline-block;
  position: relative;
  font-weight: 300;
}
.box-2_top-block .price_period {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 63px;
  margin-top: 62px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .box-2_top-block .price {
    font-size: 70px;
    line-height: 70px;
  }
  .box-2_top-block .price_period {
    margin-top: 25px;
  }
}
@media (max-width: 979px) {
  .box-2_top-block .price {
    font-size: 60px;
    line-height: 60px;
  }
  .box-2_top-block .price_period {
    margin-top: 19px;
  }
}
.box-2_cnt {
  padding: 16px 23px;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .box-2_cnt {
    text-align: left;
  }
}
.cnt {
  margin-top: -20px;
  padding: 0 18px;
}
@media (max-width: 1199px) {
  .cnt {
    padding: 0;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #2095f2;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #08518a;
  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;
}
/**
 * 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-check51:before {
  content: "\e047";
}
.material-design-check52:before {
  content: "\e048";
}
.material-design-help18:before {
  content: "\e0b3";
}
.material-design-light88:before {
  content: "\e0ca";
}
.material-design-history6:before {
  content: "\e0b9";
}
.material-design-play107:before {
  content: "\e102";
}
.material-design-settings49:before {
  content: "\e147";
}
.material-design-map103:before {
  content: "\e0d7";
}
.material-design-write20:before {
  content: "\e1a5";
}
.material-design-close47:before {
  content: "\e054";
}
.material-design-cell12:before {
  content: "\e043";
}
/*==================   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: #2095f2;
  background: transparent;
}
.lt-ie9 .thumb_overlay {
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 73px;
  line-height: 73px;
  margin-top: -36.5px;
  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 {
  filter: alpha(opacity=100);
}
.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);
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #444444;
  color: #fff;
}
header .brand + h2 {
  margin-top: 33px;
}
header h2 + .row {
  margin-top: 70px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #22272b;
}
/*==================      Well     ======================*/
.header-well {
  padding-top: 64px;
  padding-bottom: 119px;
}
.well {
  padding-top: 104px;
  padding-bottom: 88px;
}
.well__mod {
  padding-top: 72px;
  padding-bottom: 101px;
}
.well__mod2 {
  padding-top: 114px;
  padding-bottom: 140px;
}
.well__mod3 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.well__mod4 {
  padding-top: 62px;
  padding-bottom: 80px;
}
.well__mod5 {
  padding-top: 80px;
  padding-bottom: 110px;
}
.well__mod5 * + .row {
  margin-top: 44px;
}
.well__mod6 {
  padding-top: 95px;
  padding-bottom: 123px;
}
.well__mod6 * + .row {
  margin-top: 35px;
}
.well__mod7 {
  padding-top: 72px;
  padding-bottom: 110px;
}
.well__mod7 * + .row {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .well {
    text-align: center;
  }
}
.footer-well {
  padding-top: 86px;
  padding-bottom: 96px;
}
.off {
  margin-top: -13px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #22272b;
}
footer .footer-top-block h3 + * {
  margin-top: 41px;
}
footer .footer-top-block h3 + p {
  margin-top: 32px;
}
footer .footer-top-block * + .contact-list {
  margin-top: 24px;
}
footer .footer-top-block ul + * {
  margin-top: 51px;
}
@media (max-width: 979px) {
  footer .footer-top-block h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  footer .footer-top-block {
    text-align: center;
  }
  footer .footer-top-block .soc-list {
    display: inline-block;
  }
  footer .footer-top-block .contact-list,
  footer .footer-top-block .contact-form {
    text-align: left;
  }
}
footer .footer-bottom-block {
  position: relative;
  display: inline-block;
  margin-top: -18px;
  font-size: 12px;
  line-height: 27px;
  color: #979db1;
}
@media (max-width: 979px) {
  footer .footer-bottom-block {
    margin-top: 40px;
    text-align: center;
    display: block;
  }
}
