/*
* @subpackage _variables.css
  @subpackage _mixins.css
*/
/*
* @package _material-design.css
*/
@import url(material-design.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,100,200|Noto+Sans:400,400italic,700,700italic);
/*
*  @section  Main Styles
*/
body {
  color: #fff;
  font: 500 15px/36px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

h1, .heading-1 {
  font-size: 40px;
  line-height: 1.11111;
}
@media (min-width: 767px) {
  h1, .heading-1 {
    font-size: 62px;
  }
}
@media (min-width: 991px) {
  h1, .heading-1 {
    font-size: 72px;
  }
}

h2, .heading-2 {
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 70px;
  }
}

h7, .heading-7 {
  font-size: 36px;
  line-height: 1;
  color: #ff0000;

}
@media (min-width: 768px) {
  h7, .heading-7 {
    font-size: 52px;
	color: #ff0000;

  }
}
@media (min-width: 1200px) {
  h7, .heading-7 {
    font-size: 70px;
	color: #ff0000;

  }
}

h3, .heading-3 {
  font-size: 32px;
  line-height: 1.23684;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 38px;
  }
}

h4, .heading-4 {
  font-size: 26px;
  line-height: 1.46667;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}

h5, .heading-5 {
  font-size: 22px;
  line-height: 1.81818;
}

h6, .heading-6 {
  font-size: 18px;
  line-height: 2;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: none;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

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;
}
a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
  color: #ee3939;
}

strong, .bold {
  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;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.small {
  font-size: 27px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .small {
    font-size: 58px;
  }
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.map--1 .map_model {
  height: 505px;
}

/*
*  @section  Main Layout
*/
* + .inline-list, * + .copyright {
  margin-top: 18px;
}

* + h2 {
  margin-top: 20px;
}

* + h3 {
  margin-top: 56px;
}

h2 + * {
  margin-top: 30px;
}
@media (min-width: 768px) {
  h2 + * {
    margin-top: 45px;
  }
}

h2 + .mailform {
  margin-top: 50px;
}

h2 + h3 {
  margin-top: 33px;
}

h3 + .address {
  margin-top: 5px;
}

h2 + p {
  margin-top: 17px;
}

h2 + .map--1 {
  margin-top: 50px;
}

h3 + p {
  margin-top: 10px;
}

img + p {
  margin-top: 20px;
}

h2 + address {
  margin-top: 35px;
}

a + address {
  margin-top: 27px;
}

p + p {
  margin-top: 40px;
}

h3 + * {
  margin-top: 25px;
}

* + .link {
  margin-top: 15px;
}

* + .list {
  margin-top: 60px;
}
* + .list2 {
  margin-top: 20px;
}

* + .offset-1 {
  margin-top: 57px;
}

* + .offset-2 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .offset-2 {
    margin-top: 50px;
  }
}

* + .offset-3 {
  margin-top: 30px;
}

* + .btn {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .offset-4 {
    margin-top: 220px;
  }
}

.offset-5 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .offset-5 {
    margin-top: 176px;
  }
}

.offset-6 {
  margin-top: 37px;
}
@media (min-width: 1083px) {
  .offset-6 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .offset-7 {
    margin-top: 130px;
  }
}

.offset-8 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .offset-9 {
    margin-top: 57px;
  }
}

.offset-10 {
  margin-top: 37px;
}
@media (min-width: 992px) {
  .offset-10 {
    margin-top: 0;
  }
}

.flow-offset-1 > * + * {
  margin-top: 35px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 35px;
  }
}

.box-skin-1 + .box-skin-1, .box-skin-1 + .box-skin-1 img {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .box-skin-1 + .box-skin-1, .box-skin-1 + .box-skin-1 img {
    margin-top: -50px;
  }
}

@media (min-width: 480px) {
  .box-inset-xs {
    padding-right: 30px;
  }
}

.box-inset {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .box-inset {
    margin-top: 0;
  }
}

.inset-1 {
  padding: 0 10px;
}

.inset-2 {
  padding-top: 60px;
  padding-bottom: 115px;
}

.prefix-1 {
  margin-left: -15px;
}

/*
*  @section   Helpers
*/
.absolute-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media (min-width: 1999px) {
  .absolute-vertical h3 {
    margin-top: 8px;
  }
}

.img-full img {
  width: 100%;
}

.img-full-xs {
  width: 50%;
}
@media (min-width: 480px) {
  .img-full-xs {
    width: 100%;
  }
}

.max-width-col-3 {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .absolute-vertical-xs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .absolute-vertical-sm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-vertical-md {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-vertical-lg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
.box-left-xs {
  max-width: 102px;
  margin-left: 31%;
}

hr {
  border: 1px solid #2f2f2f;
  margin: 0;
  padding: 0;
}

/*
*  @section     Components
*/
.rd-mobilepanel * + h2 {
  margin-top: 0;
}

/*
*  @subsection     Slogan
*/
.big {
  font-size: 41px;
  line-height: 1.07143;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .big {
    font-size: 6.82927vw;
  }
}
@media (min-width: 1890px) {
  .big {
    font-size: 140px;
  }
}
.big .small {
  font-size: 20px;
  line-height: 1;
  color: #ee3939;
  	  text-shadow: 1px 1px #333333;
  display: block;
}
@media only screen and (min-width: 768px) {
  .big .small {
    font-size: 3.7561vw;
  }
}
@media (min-width: 1200px) {
  .big .small {
    font-weight: 300;
    font-size: 60px;
  }
}
@media (min-width: 1891px) {
  .big .small {
    font-size: 77px;
  }
}
.big a:hover {
  text-decoration: none;
}

/*
*  @subsection  Brand
*/
.brand {
  float: left;
  display: inline-block;
  font: 700 50px/80px "Raleway", sans-serif;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  .brand {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .brand {
    font-size: 3.41463vw;
  }
}
.brand img {
  width: 200px;
  margin-right: 9px;
  vertical-align: baseline;
}

/*
*  @subsection   Link
*/
.link {
  color: #ee3939;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
}
.link a {
  text-decoration: underline;
}

a.link {
  text-decoration: underline;
}

/*
*  @subsection   Backgrounds
*/
.bg-secondary {
  background: #191919;
}
.bg-secondary .btn {
  color: #fff;
  background: #ee3939;
}
.bg-secondary .btn:hover {
  background: #4f4f4f;
}
.bg-secondary .btn:active {
  background: #757575;
}
.bg-secondary .link a {
  color: #ee3939;
}
.bg-secondary .link a:hover {
  color: #a31b1b;
}
.bg-secondary .link a:active {
  color: #fff;
}

.bg-primary {
  background: #ee3939;
}
.bg-primary .btn {
  color: #fff;
  background: #191919;
}
.bg-primary .btn:hover {
  background: #3b3b3b;
}
.bg-primary .btn:active {
  background: #757575;
}
.bg-primary .link a, .bg-primary .link {
  color: #fff;
}
.bg-primary .link a:hover, .bg-primary .link:hover {
  color: #191919;
}
.bg-primary .link a:active, .bg-primary .link:active {
  color: #fff;
}

.bg-secondary-2 {
  background: #474747;
}

.bg-secondary-3 {
  background: #2f2f2f;
}

.bg-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-image-1 {
  background-image: url("../images/bg-img01.jpg");
}

.bg-image-2 {
  background-image: url("../images/bg-img02.jpg");
}

.bg-image-3 {
  background-image: url("../images/bg-img03.jpg");
}

.bg-image-4 {
  background-image: url("../images/bg-img04.jpg");
}

.bg-image-5 {
  background-image: url("../images/bg-img05.jpg");
}

.bg-image-6 {
  background-image: url("../images/bg-img06.jpg");
}

.bg-image-7 {
  background-image: url("../images/bg-img07.jpg");
}

.bg-image-8 {
  background-image: url("../images/bg-img08.jpg");
}

.bg-image-9 {
  background-image: url("../images/bg-img09.jpg");
}
.bg-image-10 {
  background-image: url("../images/bg-img10.jpg");
}
.bg-fixed {
  background-attachment: scroll;
}
@media (min-width: 1199px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

/*
*  @subsection   Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}

.icon-xs {
  font-size: 38px;
  line-height: 1.3;
}

.icon-md {
  font-size: 24px;
  line-height: 1.75;
}

.icon-sm {
  font-size: 60px;
  line-height: 1.33333;
}

.icon-lg {
  font-size: 70px;
  line-height: 1.14286;
}

.icon-primary {
  color: #ee3939;
}

.icon-default {
  color: #3b3b3b;
}
.icon-default:hover {
  color: #fff;
}

.inline-list .icon-default {
  color: #3b3b3b;
}

/*
*  @subsection  Buttons
*/
.btn {
  padding: 17px 31px 18px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-family: Raleway;
}
.btn-xs {
  font-size: 22px;
  line-height: 1.2;
}

/*
*  @subsection    Form
*/
.form-date::before {
  content: "\f073";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -18px;
  font: 400 25px/36px "FontAwesome";
}

/*
*  @subsection   Box
*/
.box-skin-1 .box__body, .box-skin-1 .box__body [class*='absolute-vertical'] {
  padding: 20px;
}
@media (min-width: 1200px) {
  .box-skin-1 {
    position: relative;
  }
  .box-skin-1 .box__body {
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 54.16667%;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 15px;
  }
  .box-skin-1--left .box__body {
    left: 0;
    right: auto;
    margin-left: 15px;
    margin-right: 0;
  }
}
.box-skin-2 {
  padding: 66px 10px 62px 10px;
  vertical-align: top;
}
.box-skin-3 {
  padding: 64px 37px;
}
.box-skin-4 a:hover {
  color: #191919;
}
.box-skin-4 h2 + h3 {
  margin-top: 38px;
}
.box-skin-4 h3 + * {
  margin-top: 12px;
}
.box-skin-4 * + h3 {
  margin-top: 44px;
}

article.box-xs + article.box-xs {
  margin-top: 56px;
}

.box-xs + .box-xs {
  margin-top: 37px;
}

/*
*  @subsection   Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 37px;
}
.box .box_right {
  padding-left: 37px;
}
.box .box-no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 37px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 37px;
}
.box-xs .box_left.box-no-gutter, .box-sm .box_left.box-no-gutter, .box-md .box_left.box-no-gutter, .box-lg .box_left.box-no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 37px;
  }
  .box-xs .box_right {
    padding-left: 37px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 37px;
  }
  .box-xs-clear .box_right {
    padding-top: 37px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 37px;
  }
  .box-sm .box_right {
    padding-left: 37px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 37px;
  }
  .box-sm-clear .box_right {
    padding-top: 37px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 37px;
  }
  .box-md .box_right {
    padding-left: 37px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 37px;
  }
  .box-md-clear .box_right {
    padding-top: 37px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 37px;
  }
  .box-lg .box_right {
    padding-left: 37px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 37px;
  }
  .box-lg-clear .box_right {
    padding-top: 37px;
  }
}
/*
*  @subsection  List
*/
.list li {
  line-height: 1;
}
.list li + li {
  margin-top: 57px;
}

/*
*  @subsection   Inline-list
*/
.inline-list {
  word-spacing: 16px;
}

.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*
*  @subsection    Terms-list
*/
.terms-list .heading-3 + * {
  margin-top: 20px;
}
.terms-list * + .heading-3 {
  margin-top: 50px;
}

/*
*  @subsection    Quote
*/
.quote {
  padding: 34px 23px 65px 30px;
}
.quote cite {
  font-size: 32px;
  line-height: 1.23684;
}
@media (min-width: 768px) {
  .quote cite {
    font-size: 38px;
  }
}
.quote a {
  color: #ee3939;
}
.quote a:hover {
  color: #a31b1b;
}

/*
*  @subsection   Imports
*
* @subpackage  menu.scss
* @subpackage  navbar.scss
* @subpackage  stuck-menu.scss
* @subpackage  to-top.scss
*/
/**
* @package Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  list-style: none;
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 50px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  top: 100%;
  margin-top: 15px;
  height: 5px;
  transition: .4s;
}
.sf-menu > li.active > a::after, .sf-menu > li.sfHover > a::after, .sf-menu > li > a:hover::after {
  right: 0;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 300px;
  margin-top: 60px;
  padding: 0;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li + li {
  border-top: 1px solid #373737;
}

.sf-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 100%;
  top: 100%;
  margin-top: 15px;
  height: 5px;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}

.sf-menu ul > li > a {
  color: #fff;
  background: #474747;
  padding-left: 23px;
  font-size: 15px;
  line-height: 52px;
  position: relative;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.sf-menu ul > li > a span:before {
  content: "\f105";
  position: absolute;
  font: 400 17px/100px "FontAwesome";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 1;
  transition: 0.3s;
}
.sf-menu ul > li > a:hover:before, .sf-menu ul > li > a:active:before {
  opacity: 1;
  
}
@media (max-width: 991px) {
  .sf-menu ul > li > a {
    padding-left: 0;
    text-align: center;
  }
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ee3939;
}

.sf-menu ul ul {
	
  top: initial;
  margin-top: -52px;
  position: absolute;
  left: 100%;
  width: auto;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #191919;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ee3939;
  background: #191919;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author     Evgeniy Gusarov (Diversant)
* @link     http://cms.devoffice.com/diversant/rd-navbar/
*/
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ee3939;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
.isStuck .brand {
  font-size: 35px;
}
@media (min-width: 992px) {
  .isStuck .brand {
    font-size: 55px;
  }
}
.isStuck .sf-menu ul {
  margin-top: -52px;
}
.isStuck .sf-menu > li > a::after {
  margin-top: 5px;
  background-color: #fff;
}
.isStuck .nav {
  margin-top: 15px;
  padding-top: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #ee3939;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:active {
  color: #fff;
  background: #ee3939;
  text-decoration: none;
}
.toTop:hover {
  color: #fff;
  background: #474747;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
*  @section   HEADER
*/
header {
  padding-top: 25px;
}
@media (min-width: 768px) {
  header {
    padding-top: 39px;
    padding-bottom: 42px;
  }
}
header .nav {
  float: right;
  font-size: 20px;
  padding-top: 26px;
}
@media only screen and (min-width: 998px) {
  header .nav {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
header .nav a:hover, header .brand a:hover {
  color: #fff;
}

/*
*  @section   CONTENT
*/
main {
  display: block;
}

.address dt, .address dd {
  display: inline-block;
}
.address * {
  vertical-align: middle;
}
.address dt::after {
  content: ':';
}
.address .icon {
  padding-right: 10px;
  line-height: 1.2;
}

time {
  font-size: 30px;
  line-height: 30px;
}

/*
*  @subsection  Well
*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .well {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well-lg {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 162px;
    padding-bottom: 165px;
  }
}

.well-xl {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-xl {
    padding-top: 167px;
    padding-bottom: 212px;
  }
}

/*
*  @section    FOOTER
*/
footer address {
  font-size: 15px;
}
footer address a {
  font-size: 30px;
  color: #ee3939;
  line-height: 1.56;
  display: inline-block;
}
@media (min-width: 768px) {
  footer address a {
    font-size: 38px;
  }
}
footer .icon-default:hover {
  color: #fff;
}
footer .copyright {
  font-size: 12px;
  line-height: 37px;
  font-family: Noto Sans;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  color: #a31b1b;
}
