@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);
@import "../css/animate.css";
.bold{
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
}
.white {
  color: #ffffff;
}
.primary {
  color: #d90a0a;
}

/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 979px) {
  .f__none-979 {
    float: none;
  }
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  background: #333;
  color: #888;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p span.fa-play {
  font-size: 12px;
  line-height: 21px;
  margin-left: 5px;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h3 {
  text-transform: uppercase;
  color: #ffffff;
}
h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
h3 a:hover {
  text-decoration: none !important;
  color: #d90a0a;
}
.page {
  overflow: hidden;
  background: url("../images/bg-page.jpg") no-repeat;
}
/* Heading */
.heading {
  padding: 12px 13px 13px 16px;
}
.heading h2 {
  float: left;
  color: #d90a0a;
}
.heading .btn2 {
  float: right;
}
.heading_skin1 {
  background: #444444;
}
.heading_skin2 {
  background: #2e2e2e;
  /*мои изменения*/
  width: 750px;
  
}
.heading:before,
.heading:after {
  content: " ";
  display: table;
}
.heading:after {
  clear: both;
}
@media (max-width: 479px) {
  .heading {
    text-align: center;
  }
  .heading h2,
  .heading .btn2 {
    float: none;
  }
  .heading h2 {
    text-align: left;
  }
  .heading h2 + .btn2 {
    margin-top: 5px;
  }
}
/* Button Play */
.btn-play {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
}
.btn-play:after {
  content: '';
  position: absolute;
  width: 41px;
  height: 41px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.btn-play__mod1 {
  font-size: 40px;
}
.btn-play__mod1:after {
  display: none;
}
.btn-play_skin1 {
  background: #444444;
}
.btn-play_skin1:hover {
  text-decoration: none;
  background: #282828;
}
.btn-play_skin2 {
  background: #d90a0a;
}
.btn-play_skin2:hover {
  text-decoration: none;
  background: #444444;
}
/* Backgrounds */
.bg-red,
.box_skin1 .box_cnt,
.ie8 a.box_skin2:hover .box_cnt,
.ie9 a.box_skin2:hover .box_cnt,
.box_skin2 .box_cnt:after,
.ie8 a[data-gal] .hover,
.ie9 a[data-gal] .hover,
a[data-gal] .hover:before {
  background: -moz-linear-gradient(top, rgba(217, 10, 10, 0) 0%, rgba(217, 10, 10, 0.5) 14%, #d90a0a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 10, 10, 0)), color-stop(14%, rgba(217, 10, 10, 0.5)), color-stop(100%, #d90a0a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(217, 10, 10, 0) 0%, rgba(217, 10, 10, 0.5) 14%, #d90a0a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(217, 10, 10, 0) 0%, rgba(217, 10, 10, 0.5) 14%, #d90a0a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(217, 10, 10, 0) 0%, rgba(217, 10, 10, 0.5) 14%, #d90a0a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(217, 10, 10, 0) 0%, rgba(217, 10, 10, 0.5) 14%, #d90a0a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d90a0a', endColorstr='#d90a0a', GradientType=0);
}
.bg-dark,
.ie8 .box_skin2 .box_cnt,
.ie9 .box_skin2 .box_cnt,
.box_skin2 .box_cnt:before {
  background: -moz-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 181, 181, 0)), color-stop(16%, rgba(160, 160, 160, 0.2)), color-stop(43%, rgba(125, 125, 125, 0.5)), color-stop(67%, rgba(93, 93, 93, 0.75)), color-stop(99%, rgba(51, 51, 51, 0.99)), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5b5b5', endColorstr='#333333', GradientType=0);
}
/*========================================================
                    Main Layout
=========================================================*/
p + .btn2 {
  margin-top: 5px;
}
p + p {
  margin-top: 22px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header .btn-play_skin1:hover {
  background: #282828;
}
.panel {
  background: #d90a0a;
  color: #ffffff;
  margin-bottom: 30px;
}
.company {
  padding: 20px 0 0 32px;
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .company {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .company {
    float: none;
    text-align: center;
    margin: 15px 0;
  }
}
.header-wrap {
  background: #282828;
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 18px 21px;
  line-height: 24px;
  background: #444444;
}
.btn span {
  font-size: 15px;
  line-height: 24px;
  margin-right: 4px;
}
.btn:hover {
  text-decoration: none;
  background: #282828;
}
.btn + .btn {
  margin-left: -4px;
  border-left: 1px solid #282828;
}
/* Search form wrap */
.form-wrap {
  float: right;
}
.form-wrap form,
.form-wrap a {
  display: inline-block;
}
.form-wrap a {
  margin-left: -4px;
}
@media (max-width: 767px) {
  .form-wrap {
    float: none;
    margin-top: 20px;
  }
}
.btn-wrap {
  float: left;
}
@media (max-width: 767px) {
  .btn-wrap {
    float: none;
    text-align: center;
  }
}
/* Main menu styles
========================================================*/
nav {
  float: right;
}
@media (max-width: 767px) {
  nav {
    float: none;
  }
}
.sf-menu > li {
  position: relative;
  float: left;
  background: transparent;
}
.sf-menu > li > a {
  display: inline-block;
  font: 700 20px/29px 'Lato', sans-serif;
  border-left: 1px solid #000;
  text-transform: uppercase;
  padding: 37px 19px 34px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #d90a0a;
  -webkit-box-shadow: 0px 10px 10px 0px transparent;
  -moz-box-shadow: 0px 15px 10px 0px transparent;
  box-shadow: 0px 15px 10px 0px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: 15px;
  left: 50%;
  margin-left: -6px;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a:hover:after {
  height: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 37px 13px 34px;
  }
}
.sf-menu > li.current > a:after {
  height: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
}
.sf-menu > li.sfHover > a:after {
  height: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 4;
  width: 232px;
  display: none;
  background: #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.sf-menu ul li a {
  display: block;
  padding: 3px 20px;
  color: #ffffff;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  background: #d90a0a;
}
.sf-menu ul li a.sf-with-ul:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 30px;
  top: 0;
  right: 10px;
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #d90a0a;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    width: 200px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 232px;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul ul {
    left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*============ Background ==============*/\
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #282828;
  z-index: 999;
}
#header .isStuck nav {
  border-right: 1px solid #000;
}
#header .isStuck .sf-menu > li > a {
  padding: 20px 18px;
}
#header .isStuck .sf-menu > li > a.sf-with-ul:before {
  bottom: 5px;
}
#header .isStuck .sf-menu > li > ul {
  top: 69px;
}
#header .isStuck .company {
  padding: 6px 0 5px 32px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
@media (max-width: 767px) {
  .content img {
    width: 100%;
  }
}
/* Float Box */
.float-box {
  background: #282828;
}
.float-box_w33 {
  float: left;
  width: 33.333333333%;

}
.float-box_w66 {
  float: left;
  width: 66.666666666%;
}
.float-box_w50 {
  float: left;
  width: 100%;
}
.float-box_w25 {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  .float-box_w33,
  .float-box_w66,
  .float-box_w50,
  .float-box_w25 {
    float: none;
    width: 100%;
  }
}
.float-box:before,
.float-box:after {
  content: " ";
  display: table;
}
.float-box:after {
  clear: both;
}
@media (max-width: 767px) {
  .float-box_-mod .float-box_w33,
  .float-box_-mod .float-box_w25,
  .float-box_-mod .float-box_w50,
  .float-box_-mod .float-box_w66 {
    margin-top: 30px;
  }
  .float-box_-mod .float-box_w33:first-child,
  .float-box_-mod .float-box_w25:first-child,
  .float-box_-mod .float-box_w50:first-child,
  .float-box_-mod .float-box_w66:first-child {
    margin-top: 0;
  }
}
/* Box */
.box {
  position: relative;
  display: block;
  color: #ffffff;
}
.box_cnt {
  position: absolute;
  padding: 10px 90px 14px 19px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box_cnt:before,
.box_cnt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.ie8 .box_cnt:before,
.ie8 .box_cnt:after,
.ie9 .box_cnt:before,
.ie9 .box_cnt:after {
  display: none;
}
.box_cnt:before {
  opacity: 1;
}
.box_cnt:after {
  opacity: 0;
}
.box .date,
.box .btn-play {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box .btn-play {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.box .comment {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #ffffff;
  z-index: 1;
}
.box .comment span {
  font-size: 14px;
  margin-right: 10px;
}
.box .comment a:hover {
  text-decoration: underline;
}
a.box:hover .date {
  color: #ffffff;
}
a.box:hover .btn-play {
  background: #444444;
}
a.box:hover .box_cnt:before {
  opacity: 0;
}
a.box:hover .box_cnt:after {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .box img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .box_cnt {
    position: relative;
    padding: 20px 5px 60px 5px;
  }
}
.box_mod1 {
  padding-bottom: 132px;
}
.box_mod1 .box_cnt {
  bottom: auto;
  top: 30%;
  padding: 70px 42px 48px 19px;
}
@media (max-width: 1199px) {
  .box_mod1 {
    padding-bottom: 0;
  }
  .box_mod1 .box_cnt {
    position: relative;
    padding: 20px 15px 60px 19px;
    top: 0;
  }
}
.box_skin1 {
  background: #d90a0a;
}
.box_skin1 .box_cnt:before,
.box_skin1 .box_cnt:after {
  display: none;
}
/* Gallery Hover */
a[data-gal] {
  position: relative;
  display: block;
  color: #ffffff;
}
a[data-gal] .hover {
  position: absolute;
  padding: 100px 90px 14px 19px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 a[data-gal] .hover,
.ie9 a[data-gal] .hover {
  display: none;
}
a[data-gal] .hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
a[data-gal] .hover .btn-play {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #444444;
}
a[data-gal]:hover .hover {
  opacity: 1;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  a[data-gal] h2 {
    font-size: 18px;
    line-height: 24px;
  }
  a[data-gal] p {
    display: none;
  }
}
@media (max-width: 479px) {
  a[data-gal] p {
    display: none;
  }
}
.box2 {
  display: block;
  padding: 17px 20px 29px;
}
.box2_left {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .box2_left {
    float: none;
    margin: 0 0 15px 0;
  }
}
.box2_cnt {
  padding: 14px 20px 29px 0;
}
@media (max-width: 767px) {
  .box2_cnt {
    padding-left: 15px;
  }
}
.box2_reset {
  padding: 0;
}
.box2_in1 {
  padding-bottom: 22px;
}
.box2_skin1 {
  background: #282828;
}
.box2_skin2 {
  background: #2e2e2e;
}
/* Wrappers for box2 */
.wrapper1 {
  padding-bottom: 32px;
}
.wrapper2 {
  padding-bottom: 23px;
}
.mt-img {
  margin-top: 5px;
}
.news-list li a:hover {
  text-decoration: none;
  background: #d90a0a;
}
.news-list li a:hover .time,
.news-list li a:hover p {
  color: #ffffff;
}
.btn2 {
  display: inline-block;
  padding: 4px 10px 5px;
  border: 1px solid #6a6a6a;
  color: #ffffff;
}
.btn2:hover {
  text-decoration: none;
  background: #d90a0a;
  border-color: #d90a0a;
}
/* Owl Carousel */
.img-box .pag {
  display: inline-block;
  float: left;
  width: 20%;
  position: relative;
  z-index: 1;
}
.img-box .pag:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #d90a0a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-box .pag:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #d90a0a transparent;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .img-box .pag:after {
  display: none;
}
.img-box .pag:hover:before,
.img-box .pag.active:before {
  height: 10px;
}
.img-box .pag:hover:after,
.img-box .pag.active:after {
  opacity: 1;
}
.ie8 .img-box .pag:hover:after,
.ie8 .img-box .pag.active:after {
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .img-box .pag.active:before,
  .img-box .pag:hover:before {
    height: 5px;
  }
}
@media (max-width: 767px) {
  .img-box .pag {
    width: 50%;
  }
  .img-box .pag img {
    width: 100%;
  }
  .img-box .pag:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .img-box {
    margin-top: 10px;
  }
}
.img-box:before,
.img-box:after {
  content: " ";
  display: table;
}
.img-box:after {
  clear: both;
}
.owl {
  position: relative;
  z-index: 0;
}
@media (max-width: 479px) {
  .owl .box_cnt {
    display: none;
  }
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 46.5%;
  display: block;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  color: #ffffff;
  background: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-prev:before,
.owl-next:before {
  font-family: FontAwesome;
  position: relative;
}
.owl-prev:hover,
.owl-next:hover {
  text-decoration: none;
  background: #d90a0a;
}
.owl-prev {
  left: 0;
}
.owl-prev:before {
  content: '\f053  ';
}
.owl-next {
  right: 0;
}
.owl-next:before {
  content: '\f054';
}
/* Facebook Follow */
.fb-like-box {
  width: 100%;
  background: #ffffff;
  padding: 18px 18px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fb-like-box {
    padding: 1px;
  }
}
/* Number-box */
.number-box {
  position: relative;
  padding-left: 80px;
}
.number-box:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font: 700 35px/60px 'Lato', sans-serif;
  text-align: center;
  background: #d90a0a;
  color: #ffffff;
}
.number-box:after {
  content: '';
  position: absolute;
  left: 60px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10px;
  border-color: transparent transparent transparent #d90a0a;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-box {
    padding: 75px 0 0 0;
  }
  .number-box:before {
    left: 50%;
    margin-left: -30px;
  }
  .number-box:after {
    display: none;
  }
}
/* Quote */
.quote {
  padding: 15px 20px 22px;
}
.quote a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .quote img {
    width: auto;
  }
}
/* Icon box */
.icon {
  display: inline-block;
  font-size: 48px;
  line-height: 53px;
  color: #d90a0a;
}
.icon-box {
  padding: 14px 20px 5px;
}
@media (max-width: 767px) {
  .icon-box {
    text-align: center;
  }
  .icon-box .o__hidden {
    text-align: left;
  }
}
/* Map */
.map {
  height: 444px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/* Contacts */
address,
dl,
.mail {
  padding: 0 15px;
}
address,
dl {
  padding-top: 15px;
}
dt,
dd {
  display: inline-block;
}
dt {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  dt {
    padding-right: 5px;
  }
}
.mail {
  padding-bottom: 27px;
}
.policy-link {
  margin: 10px 20px 26px;
}
.mail a,
.policy-link a {
  color: #ffffff;
  text-decoration: underline;
}
.mail a:hover,
.policy-link a:hover {
  color: #d90a0a;
}
.policy-box {
  padding: 14px 20px 8px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  .footer .float-box > div {
    margin-top: 0;
    border: none;
    border-top: 1px solid #000;
  }
}
.footer .float-box_w25 {
  background: #2e2e2e;
  border-left: 1px solid #000000;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .float-box_w25:first-child {
  border: none;
}
.footer h3 {
  padding: 24px 0 0 20px;
}
.footer h3 + .link-list,
.footer h3 + .social-list {
  margin-top: 8px;
}
.link-list li a {
  display: block;
  padding: 5px 5px 4px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-list li a:hover {
  text-decoration: none;
  background: #d90a0a;
  color: #ffffff;
}
.link-list__off1 {
  padding: 10px 0 38px;
}
@media (max-width: 1199px) {
  .link-list__off1 {
    margin-bottom: 10px;
  }
}
.social-list {
  margin-left: 20px;
}
.social-list li {
  display: inline-block;
  margin: 7px 1px 0;
}
.social-list li a {
  font-size: 27px;
  color: #4a4949;
}
.social-list li a:hover {
  text-decoration: none;
  color: #d90a0a;
}
.copyright {
  margin: 10px 0;
}
.copyright a:hover {
  text-decoration: underline;
}
/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url(../images/page1-img1.jpg);
  background-position: center 0%;
}
.stellar-section .stellar1 .overlay {
  padding: 450px 0 100px;
}
@media (max-width: 1199px) {
  .stellar-section .stellar1 .overlay {
    padding-top: 200px;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img5.jpg);
  background-position: center 0%;
}
.stellar-section .stellar2 .overlay {
  padding: 276px 0 300px;
}
@media (max-width: 767px) {
  .stellar-section .stellar2 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar3 {
  background-image: url(../images/page2-img1.jpg);
}
.stellar-section .stellar3 .overlay {
  padding: 175px 0 248px;
}
.stellar-section .stellar4 {
  background-image: url(../images/page2-img2.jpg);
  background-position: center 0%;
}
.stellar-section .stellar4 .overlay {
  padding: 276px 0 489px;
}
@media (max-width: 767px) {
  .stellar-section .stellar4 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar5 {
  background-image: url(../images/page3-img1.jpg);
  background-position: center 0%;
}
.stellar-section .stellar5 .overlay {
  padding: 175px 0 257px;
}
@media (max-width: 767px) {
  .stellar-section .stellar5 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar6 {
  background-image: url(../images/page3-img3.jpg);
  background-position: center 100%;
}
.stellar-section .stellar6 .overlay {
  padding: 276px 0 251px;
}
@media (max-width: 767px) {
  .stellar-section .stellar6 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar7 {
  background-image: url(../images/page4-img1.jpg);
}
.stellar-section .stellar7 .overlay {
  padding: 175px 0 277px;
}
@media (max-width: 767px) {
  .stellar-section .stellar7 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar8 {
  background-image: url(../images/page4-img2.jpg);
  background-position: center 0%;
}
.stellar-section .stellar8 .overlay {
  padding: 284px 0 285px;
}
@media (max-width: 767px) {
  .stellar-section .stellar8 .overlay {
    padding-top: 150px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .stellar-section {
    background-size: auto 100%;
  }
}
.search {
  display: block;
  position: relative;
  width: 209px;
  height: 60px;
  line-height: 30px;
  background: #f8f8f7;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: inset 3px 3px 10px 0px rgba(50, 50, 50, 0.4);
  box-shadow: inset 3px 3px 10px 0px rgba(50, 50, 50, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search .input_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  -webkit-appearance: none;
}
.search input {
  display: block;
  position: relative;
  line-height: 30px;
  height: 30px;
  padding: 15px 0 15px 50px;
  width: 70%;
  outline: none;
  background-color: transparent;
  color: #000;
  border: none;
}
@media (max-width: 767px) {
  .search input {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .search input {
    width: 70%;
  }
}
.search span {
  display: inline-block;
  position: absolute;
  left: 23px;
  bottom: 22px;
  font-size: 17px;
  line-height: 20px;
  color: #b9b9b9;
}
@media (max-width: 767px) {
  .search {
    width: 84%;
  }
}
@media (max-width: 479px) {
  .search {
    width: 77%;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 44px;
  font-size: 36px;
  z-index: 20;
  text-align: center;
  background: #d90a0a;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #444444;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
