@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;
  }
}
.mg-add {
  margin-top: 57px;
}
.mg-add2 {
  margin-top: 20px;
}
.mg-add3 {
  margin-top: -400px;
}
.mg-add4 {
  margin-top: -100px;
}
.mg-add5 {
  margin-top: -10px;
}
.ls__mod {
  letter-spacing: 2px;
}
.ls__mod2 {
  letter-spacing: 3.6px;
}
.ff__mod {
  font-family: "Times New Roman", serif;
}
.ls__mod3 {
  letter-spacing: 0.45px;
}
.lh__20 {
  line-height: 20px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================        HR   ========================*/
.hr__mod,
.hr__mod2 {
  border: none;
  width: 100%;
  height: 4px;
}
.hr__mod {
  background: url("../images/border-bot-img.png") repeat-x;
}
.hr__mod2 {
  background: url("../images/hr-mod2.png") repeat-x;
}
/*==================    Cont-info  ======================*/
.cont-info {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  padding-right: 15px;
}
.cont-info dl {
  font-family: "Times New Roman", serif;
}
.cont-info dl dt {
  color: #33a7d7;
  margin-top: 5px;
}
.cont-info dl dt,
.cont-info dl dd {
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
@media (max-width: 1199px) {
  .cont-info dl dt,
  .cont-info dl dd {
    font-size: 11px;
  }
}
.cont-info dl dd {
  color: #da8247;
}
.cont-info dl dd a[href^="callto:"] {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .cont-info dl dd a[href^="callto:"] {
    font-size: 20px;
  }
}
.cont-info dl * + dt {
  margin-top: 30px;
}
.cont-info dl + dl dd,
.cont-info dl + dl dt {
  display: inline-block;
  margin: 0;
}
.cont-info dl + dl dt {
  color: #da8247;
  margin: 0;
}
@media (max-width: 767px) {
  * + .cont-info {
    margin-top: 20px;
  }
}
/*==================      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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box_aside__mod {
  float: right;
  margin-top: 25px;
}
.box_aside__mod img {
  margin-left: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_cnt__no-flow h5 {
  margin-top: -14px;
}
@media (max-width: 1199px) {
  .box_cnt__no-flow h5 {
    margin-top: 0px;
  }
}
.box .box_cnt__no-flow__mod p {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .box_aside__mod {
    float: none;
    text-align: center;
  }
  .box_aside__mod img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    text-align: center;
  }
  .box_aside img {
    margin-right: 0;
  }
}
/*==================   Copyright     ====================*/
.copyright {
  text-transform: uppercase;
  color: #7ad8ff;
  font-weight: 700;
  letter-spacing: 1.4px;
}
* + .copyright {
  margin-top: 8px;
}
.copyright a:hover {
  color: #fff;
}
/*==================  404    ======================*/
.page404 h3 span {
  font-size: 400px;
  letter-spacing: 10px;
  line-height: 300px;
  text-align: center;
  display: block;
}
.page404 * + p {
  margin-top: 10px;
}
.page404 p.h5 {
  line-height: 20px;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .page404 h3 > span {
    font-size: 120px;
    line-height: 140px;
  }
}
