@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #2d2d2d;
  color: #000000;
  font: 400 14px/24px 'Arial', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 52px;
  line-height: 1;
}
h2 {
  font-size: 44px;
  line-height: 1;
}
h3 {
  font-size: 36px;
  line-height: 1;
}
h4 {
  font-size: 28px;
  line-height: 1;
}
h5 {
  font-size: 20px;
  text-transform: uppercase;
}
hr {
  padding: 0;
  margin: 0 auto;
  border: none;
  height: 2px;
  background: #333;
  max-width: 850px;
}
p a {
  font-weight: 700;
}
p a:after {
  content: '\f0c1';
  padding-left: 5px;
  font-weight: 400;
  font-family: 'FontAwesome';
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p a:hover:after {
  color: #64c2de;
}
ul a:hover {
  text-decoration: underline;
}
ul em,
p em {
  font-weight: 700;
  color: #2ba6ca;
}
blockquote {
  padding: 15px;
  border-left: 7px solid #64c2de;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
dl {
  font-size: 16px;
}
dl dt,
dl dd {
  display: inline;
}
dl dt:after {
  content: ':';
}
dl dd {
  padding: 1px 5px;
  background: #F7F7F7;
  color: #BD260D;
}
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
=========================================================*/
.brand + hr {
  margin-top: 164px;
}
hr + p {
  margin-top: 10px;
}
* + blockquote {
  margin-top: 30px;
}
* + article {
  margin-top: 80px;
}
* + ul {
  margin-top: 20px;
}
* + h5 {
  margin-top: 40px;
}
* + h4 {
  margin-top: 50px;
}
* + p,
* + code {
  margin-top: 20px;
}
* + dl {
  margin-top: 20px;
}
dl + dl {
  margin-top: 0;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*==================   Marked List  ======================*/
.marked-list {
  padding-left: 10px;
}
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.marked-list li + li {
  margin-top: 10px;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #64c2de;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2795b5;
  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;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  color: #FFF;
  text-align: center;
  padding: 175px 0 86px;
  background-color: #FFF;
}
header p {
  color: #727272;
}
header hr {
  background: #FFF;
}
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  padding-top: 170px;
  padding-right: 221px;
  min-height: 264px;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand_name {
  color: #f1f1f1;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 2px;
}
.brand_name span {
  color: #64c2de;
}
.brand_slogan {
  color: #f1f1f1;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
}
.brand_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -52px;
  width: 264px;
  height: auto;
}
.brand_name + .brand_slogan {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .brand {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .brand_logo {
    position: static;
  }
  .brand_slogan {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .brand_logo {
    width: 200px;
  }
  .brand_name {
    font-size: 36px;
  }
  .brand_slogan {
    letter-spacing: 0;
    font-size: 16px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding: 30px 0;
}
.well2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #64c2de;
}
.bg-secondary {
  background: #f1f1f1;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 30px 0;
  background: #2d2d2d;
  color: #ececec;
  text-align: center;
}
