@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.pd-add {
  padding: 0 45px 0;
}
.mg-add {
  margin-top: 25px;
}
* + .row {
  margin-top: 52px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
* + .btn {
  margin-top: 30px;
}
* + p {
  margin-top: 15px;
}
* + h5 {
  margin-top: 20px;
}
article + hr {
  margin-top: 46px;
  margin-bottom: 66px;
}
.row + .btn {
  margin-top: 50px;
}
.btn + hr {
  margin-top: 82px;
  margin-bottom: 70px;
}
.row + .offs {
  margin-top: 45px;
}
h4 + img {
  margin-top: 50px;
}
h4 + article {
  margin-top: 47px;
}
h4 + h5 {
  margin-top: 48px;
}
h4 + img + h5 {
  margin-top: 36px;
}
h4 + img + h5 + p + .btn {
  margin-top: 44px;
}
.row + hr {
  margin-top: 75px;
  margin-bottom: 72px;
}
h4 + .block-icon {
  margin-top: 45px;
}
.row + .offs2 {
  margin-top: 55px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
  padding-left: 101px;
}
.block-icon .icon {
  position: absolute;
  font: 400 26px 'FontAwesome';
  color: #fff;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff4754;
  left: 0px;
  top: 4px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon:hover .icon {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
.block-icon + .block-icon {
  margin-top: 48px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================      Icons    ======================*/
/*==================    Phone-icon  ==================*/
.phone-ico,
.address-ico {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
}
.phone-ico:before,
.address-ico:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font: 400 18px/20px 'FontAwesome';
}
.phone-ico {
  margin-left: 20px;
}
.phone-ico:before {
  content: '\f095';
}
.address-ico:before {
  content: '\f041';
}
@media (max-width: 767px) {
  text-align: center;
  
  .phone-ico {
    margin-left: 10px;
  }
  .address-ico {
    margin-right: 10px;
  }
  .phone-ico,
  .address-ico {
    font-size: 12px;
  }
}
/*==================        HR      =====================*/
.hr__mod {
  margin-top: 21px;
  border: none;
  height: 1px;
  max-width: 585px;
  background: #fff;
  margin-left: 0;
}
@media (max-width: 991px) {
  .hr__mod {
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================   Contact-info   ====================*/
/*==================   Copyright     ====================*/
.copyright {
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 400;
}
.copyright a:hover {
  color: #2a2d2d;
}
/*==================  Marked List  ======================*/
* + .marked-list {
  margin-top: 14px;
}
.marked-list li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  letter-spacing: 0.36px;
  text-align: left;
}
.marked-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff4754;
}
.marked-list li + li {
  margin-top: 9px;
}
.marked-list a:hover {
  color: #ff4754;
}
/*==================    Cont-info  ======================*/
.contact-info {
  max-width: 370px;
  font-weight: 400;
  margin-top: 60px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.contact-info dl {
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 4px;
}
.contact-info dl dd,
.contact-info dl dt {
  letter-spacing: 0.32px;
}
.contact-info dd + dt {
  clear: both;
  margin-top: 0px;
}
.contact-info a[href^="callto:"]:hover {
  color: #2a2d2d;
}
.contact-info address + dl {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-info {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-info__mod {
  margin-top: 45px;
  text-transform: none;
  font-weight: 300;
}
.contact-info__mod address {
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
}
.contact-info__mod dt,
.contact-info__mod dd {
  line-height: 24px;
  color: #4e5151;
}
.contact-info__mod a[href^="callto:"]:hover {
  color: #ff4754;
}
.contact-info__mod address + dl {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .contact-info__mod {
    margin-left: auto;
    margin-right: auto;
  }
}
.term-list dd,
.term-list dt {
  color: #fff;
}
.term-list dd {
  margin-left: 0;
}
.term-list * + dt {
  margin-top: 45px;
}
.term-list dt + * {
  margin-top: 15px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 38px;
  letter-spacing: 0.32px;
}
.term-list a[href^="mailto:"]:hover {
  color: #ff4754;
}
* + .term-list {
  margin-top: 45px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .navbar-brand {
  float: left;
  margin-top: 61px;
  margin-bottom: 61px;
}
header .navbar-nav {
  margin-top: 80px;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-brand {
    margin-top: 30px;
    margin-bottom: 0;
  }
  header .navbar-nav {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  header .navbar-brand,
  header .navbar-nav {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================  404    ======================*/
.page404 {
  padding-top: 115px;
  padding-bottom: 87px;
  color: #ffffff;
  background: url("../images/bg-404.jpg") no-repeat;
}
.page404 p > strong {
  font-size: 110px;
  letter-spacing: -2.2px;
  font-weight: 500;
  line-height: 43px;
}
.page404 p + h2 {
  margin-top: 10px;
}
.page404 h2 {
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
}
.page404 * + p {
  margin-top: 32px;
}
.page404 * + .search-form {
  margin-top: 14px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 94px;
  padding-bottom: 77px;
  background: #ff4754;
}
footer * {
  color: #ffffff;
}
footer ul {
  margin-top: 57px;
  text-transform: uppercase;
  font-weight: 400;
}
footer ul a:hover {
  color: #2a2d2d;
}
footer .row + * {
  margin-top: 88px;
}
