<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(animate.css);
/*
* @section Page Layouts
*/
/*
* @section Main Styles
*/
body {
  color: #1c1d21;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  -webkit-text-size-adjust: none;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 20px;
  }
}

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

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #1c1d21;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1, .heading-1 {
  font-family: "Montserrat", sans-serif;
  /*font-family: "Montserrat Subrayada", sans-serif;*/
  font-weight: 700;
  font-size: 36px;
  line-height: 1.17;
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  h1, .heading-1 {
    font-size: 62px;
  }
}
@media (min-width: 1500px) {
  h1, .heading-1 {
    font-size: 80px;
  }
}
@media (min-width: 1800px) {
  h1, .heading-1 {
    font-size: 100px;
  }
}

h2, .heading-2 {
  font-family: "Montserrat", sans-serif;
  /*font-family: "Montserrat Subrayada", sans-serif;*/
  font-weight: 700;
  font-size: 36px;
  line-height: 1.39286;
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 56px;
  }
}
@media (min-width: 1500px) {
  h2, .heading-2 {
    font-size: 66px;
  }
}
@media (min-width: 1800px) {
  h2, .heading-2 {
    font-size: 84px;
  }
}

h3, .heading-3 {
  font-size: 32px;
  line-height: 1.19643;
}
@media (min-width: 1500px) {
  h3, .heading-3 {
    font-size: 44px;
  }
}
@media (min-width: 1800px) {
  h3, .heading-3 {
    font-size: 56px;
  }
}

h4, .heading-4 {
  color: #f2462e;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1500px) {
  h4, .heading-4 {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  h4, .heading-4 {
    font-size: 40px;
  }
}

h5, .heading-5 {
  font-size: 22px;
  line-height: 1.40909;
}
@media (min-width: 1500px) {
  h5, .heading-5 {
    font-size: 26px;
  }
}

h6, .heading-6 {
  font-size: 18px;
  line-height: 2;
}
@media (min-width: 1500px) {
  h6, .heading-6 {
    font-size: 22px;
  }
}
@media (min-width: 1800px) {
  h6, .heading-6 {
    font-size: 24px;
  }
}

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

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

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;
}

/*
* @section Main Layout
*/
/*
* @subsection Offsets
*/
h2 + .contact-info {
  margin-top: 39px;
}

h1 + h4 {
  margin-top: 27px;
}

.contact-info + .inline-list {
  margin-top: 9px;
}

h2 + h4 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  h2 + h4 {
    margin-top: 42px;
  }
}

h2 + form {
  margin-top: 53px;
}

h2 + .terms-list {
  margin-top: 41px;
}

.img-wrap + p {
  margin-top: 29px;
}

h4 + p {
  margin-top: 28px;
}

h2 + .marked-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  h2 + .marked-list {
    margin-top: 40px;
  }
}

h4 + .marked-list {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .bg-aside .img-wrap-lg .offset-1 {
    margin-left: -180px;
    top: 60%;
  }
}
@media (min-width: 1500px) {
  .bg-aside .img-wrap-lg .offset-1 {
    margin-left: 0;
    top: 50%;
  }
}

@media (min-width: 992px) {
  .offset-2 img {
    margin-left: 185px;
  }
}
@media (min-width: 1500px) {
  .offset-2 img {
    margin-left: 0;
  }
}

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

/*
* @subsection Insets
*/
.container-inset {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container-inset {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1800px) {
  .container-inset {
    padding-left: 139px;
    padding-right: 139px;
  }
}

@media (min-width: 1500px) {
  .inset-0 {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .inset-1 {
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .inset-2 {
    padding-right: 70px;
  }
}
@media (min-width: 1800px) {
  .inset-2 {
    padding-right: 125px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .inset-3 {
    padding-left: 70px;
  }
}

@media (min-width: 1500px) {
  .inset-4 {
    padding-right: 125px;
  }
}

.inset-5 {
  padding-left: 0;
  padding-right: 0;
}

/*
* @subsection Prefix
*/
/*
* @subsection Well
*/
.well-md {
  padding-top: 40px;
  padding-bottom: 0;
}
.well-md--inset-3 {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 110px;
    padding-bottom: 126px;
  }
}
@media (min-width: 992px) {
  .well-md--inset-1 {
    padding-bottom: 157px;
  }
}
@media (min-width: 992px) {
  .well-md--inset-2 {
    padding-bottom: 133px;
  }
}
.well-md--inset-3 {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-md--inset-3 {
    padding-bottom: 137px;
  }
}
.well-lg {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 333px;
    padding-bottom: 131px;
  }
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 333px;
    padding-bottom: 131px;
  }
}

/*
* @section Helpers
*/
.strike {
  text-decoration: line-through;
}

.hidden-md {
  display: none;
}
@media (min-width: 992px) {
  .hidden-md {
    display: block;
  }
}

.text-primary {
  color: #f2462e;
}

.small {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.uppercase {
  text-transform: uppercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

.big {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .big {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

.relative {
  position: relative;
}

.brdr {
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}

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

.bg-fixed {
  background-attachment: fixed;
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie10 .row-no-gutter &gt; [class*='col'], .row-no-gutter &gt; [class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
html.lt-ie10 .row-no-gutter &gt; * + [class*='col'], .row-no-gutter &gt; * + [class*='col'] {
  margin-top: 0;
}

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

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Components
*/
/*
* @subsection Banner
*/
.banner {
  z-index: 3;
  position: relative;
  background: url(../images/page-2_img03.jpg) no-repeat center center;
  background-size: cover;
}
.banner:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
  background: linear-gradient(to bottom, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
}
@media (min-width: 1500px) {
  .banner:after {
    left: 43.4%;
  }
}
.banner__cnt h1, .banner__cnt h2, .banner__cnt h3, .banner__cnt h5, .banner__cnt h6, .banner__cnt .heading-1, .banner__cnt .heading-2, .banner__cnt .heading-3, .banner__cnt .heading-5, .banner__cnt .heading-6 {
  color: #fff;
}
@media (min-width: 1500px) {
  .banner__cnt {
    left: 50.8%;
    position: relative;
    text-align: left;
  }
}

/*
* @subsection Terms-list
*/
.terms-list dt + dd {
  margin-top: 28px;
}
.terms-list dd + dt {
  margin-top: 59px;
}

.privacy-link {
  color: #f2462e;
  margin-top: 37px;
  display: inline-block;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.privacy-link:hover {
  color: #000;
}

/*
* @subsection Inline-list
*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 29px;
}

/*
* @subsection Quote
*/
.quote p q {
  position: relative;
}
.quote p + p {
  margin-top: 16px;
}
.quote cite {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
}

/*
* @subsection Marked list
*/
.marked-list li {
  position: relative;
  padding-left: 41px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .marked-list li {
    font-size: 24px;
  }
}
.marked-list li:before {
  content: "\e5cc";
  position: absolute;
  left: -9px;
  top: -3px;
  font-weight: 400;
  font-size: 28px;
  font-family: "Material Icons";
  color: #f2462e;
}
.marked-list li + li {
  margin-top: 4px;
}
.marked-list a:hover {
  color: #f2462e;
  text-decoration: none;
}

/*
* @subsection List
*/
.list li + li {
  margin-top: 8px;
}

/*
* @subsection Contact-info
*/
.contact-info .icon {
  margin-top: -15px;
}
@media (min-width: 1200px) {
  .contact-info .icon {
    margin-top: -10px;
    margin-left: -4px;
  }
}
.contact-info li span {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .contact-info li span {
    margin-right: 22px;
  }
}
.contact-info li a[href^="mailto:"] {
  text-decoration: underline;
  color: #f2462e;
}
.contact-info li a[href^="mailto:"]:hover {
  color: #fff;
}
.contact-info li a:hover {
  text-decoration: none;
  color: #f2462e;
}

/*
* @subsection Markers
*/
.marker:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 139px;
  width: 10px;
  height: 60px;
  background: #f2462e;
}
@media (min-width: 1500px) {
  .marker:before {
    display: inline-block;
  }
}
@media (min-width: 2050px) {
  .marker:before {
    display: none;
  }
}

.marker-1:before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  height: 60px;
  background: #f2462e;
}
@media (min-width: 1500px) {
  .marker-1:before {
    display: inline-block;
    top: 139px;
    left: 43.39%;
  }
}
@media (min-width: 2050px) {
  .marker-1:before {
    display: none;
  }
}

/*
* @subsection Product
*/
.product {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.product h1, .product h2, .product h3, .product h4, .product h5, .product h6 {
  color: #fff;
}
.product img {
  width: 100%;
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.product__cnt {
  z-index: 1;
  position: absolute;
  left: 10%;
  bottom: 0;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
@media (min-width: 1800px) {
  .product__cnt {
    left: 20%;
    bottom: -6.6%;
  }
}
.product__cnt .pricing-table {
  margin-top: 13px;
}
.product:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(34, 34, 33, 0) 0%, rgba(34, 34, 33, 0) 25%, #222221 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222226', endColorstr='#222226', GradientType=0);
  background: linear-gradient(to bottom, rgba(34, 34, 33, 0) 0%, rgba(34, 34, 33, 0) 25%, #222221 100%);
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.product .link {
  color: #fff;
  margin-top: 0;
  margin-left: 1px;
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: 0.45s -webkit-transform ease;
  transition: 0.45s transform ease;
}
@media (min-width: 1800px) {
  .product .link {
    margin-top: 80px;
  }
}
.product .link:hover {
  color: #000;
}
.product:hover .product__cnt {
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
}
@media (min-width: 1800px) {
  .product:hover .product__cnt {
    -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}
.product:hover .text-primary {
  color: #fff;
}
.product:hover:after {
  background: rgba(242, 70, 46, 0.8);
}
.product:hover .link {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
* @subsection Pricing-table
*/
.pricing-table .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*
* @subsection Brand
*/
.rd-navbar-brand {
  display: inline-block;
}
.rd-navbar-brand_name {
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
@media (min-width: 992px) {
  .rd-navbar-brand_name {
    font-size: 34px;
  }
}
.rd-navbar-brand_name:before {
  font-family: "Raleway", sans-serif;
  content: "";
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-left: -10px;
  border-radius: 50%;
  background: #f2462e;
}
@media (min-width: 992px) {
  .rd-navbar-brand_name:before {
    width: 53px;
    height: 53px;
    margin-top: -3px;
  }
}

/*
* @subsection Backgrounds
*/
.bg-default {
  background: #000;
}

.bg-primary {
  background: #f2462e;
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #fff;
}
.bg-primary .btn-default {
  background: #4d4d4d;
}
.bg-primary .btn:hover {
  background: #000;
}
.bg-primary .marker:before, .bg-primary .marker-1:before {
  background: #1c1d21;
}
.bg-primary .marked-list li:before {
  color: #fff;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.bg-primary .marked-list li:hover:before {
  color: #000;
}
.bg-primary .marked-list a:hover {
  color: #000;
  text-decoration: none;
}

.bg-aside {
  position: relative;
}
.bg-aside .img-wrap {
  position: static;
  margin-top: 28px;
}
@media (min-width: 992px) {
  .bg-aside .img-wrap-sm img {
    min-height: 670px;
  }
}
@media (min-width: 992px) {
  .bg-aside .img-wrap-md img {
    min-height: 782px;
  }
}
@media (min-width: 992px) {
  .bg-aside .img-wrap-lg img {
    min-height: 844px;
  }
}
@media (min-width: 992px) {
  .bg-aside .img-wrap {
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
}
.bg-aside .img-wrap img {
  position: static;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .bg-aside .img-wrap img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(1.03);
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
  }
}
.bg-aside-left .img-wrap {
  right: 50%;
  left: 0;
}
@media (min-width: 1500px) {
  .bg-aside-left .img-wrap {
    right: 56.5918%;
  }
}
@media (min-width: 2050px) {
  .bg-aside-left .img-wrap img {
    right: 0;
    left: auto;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.bg-aside-right .img-wrap {
  left: 50%;
  right: 0;
}
@media (min-width: 1500px) {
  .bg-aside-right .img-wrap {
    left: 43.4082%;
  }
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  position: relative;
  line-height: inherit;
}
.icon-sm {
  font-size: 28px;
}
.icon-md {
  font-size: 32px;
}
.icon-lg {
  font-size: 40px;
}
.icon-default {
  color: #fff;
}
.icon-primary {
  color: #f2462e;
}
.icon-secondary {
  color: #000;
}

.fa-facebook:hover {
  color: #3a589b;
}

.fa-twitter:hover {
  color: #598dca;
}

.fa-google-plus:hover {
  color: #d6492f;
}

/*
* @subsection Buttons
*/
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.btn-sm {
  font-size: 20px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-md {
  line-height: 68px;
  font-size: 26px;
  padding: 0 38px;
}
.btn-lg {
  font-size: 30px;
  line-height: 80px;
  padding: 0 50px;
}
.btn-default {
  color: #fff;
  background: #f2462e;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.btn-default:hover {
  background: #a21906;
}

/*
* @subsection Links
*/
.link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  text-transform: uppercase;
  color: inherit;
}
@media (min-width: 992px) {
  .link a {
    font-size: 18px;
  }
}
.link:after {
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  display: inline-block;
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 20px;
  position: absolute;
  color: inherit;
  padding-left: 20px;
  top: -3px;
}
@media (min-width: 992px) {
  .link:after {
    font-size: 28px;
    top: -9px;
    right: -44px;
  }
}
.link:hover {
  color: #fff;
}

/*
* @subsection Box
*/
.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

/*
* @subsection Copyright
*/
.copyright {
  margin-top: 37px;
  font-size: 14px;
  margin-left: -4px;
}
.copyright a {
  font-family: "Raleway", sans-serif;
}
.copyright a:hover {
  color: #f2462e;
}

/*
* @subsection 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
*/
.sf-menu {
  display: inline-block;
  margin-top: 12px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu &gt; li {
  position: relative;
  float: left;
}
.sf-menu &gt; li + li {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .sf-menu &gt; li + li {
    margin-left: 38px;
  }
}
.sf-menu a {
  font-family: "Montserrat", sans-serif;
  display: block;
}

.sf-menu &gt; li &gt; a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .sf-menu &gt; li &gt; a {
    font-size: 18px;
  }
}
.sf-menu &gt; li.sfHover &gt; a, .sf-menu &gt; li &gt; a:hover {
  color: #f2462e;
}
.sf-menu &gt; li.active &gt; a {
  color: #f2462e;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 225px;
  margin-top: 30px;
  padding: 35px 0;
  background: #1c1d21;
  z-index: 2;
  margin-left: -115px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .sf-menu ul {
    margin-left: 0;
  }
}

.sf-menu ul &gt; li {
  position: relative;
}
.sf-menu ul &gt; li &gt; a {
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  color: #FFF;
  padding: 0 40px;
}
.sf-menu ul &gt; li.sfHover &gt; a, .sf-menu ul &gt; li &gt; a:hover {
  color: #f2462e;
}

.sf-menu ul ul {
  top: -35px;
  left: -100%;
  margin-top: 0;
  background: #1c1d21;
  margin-left: -2px;
  box-sizing: border-box;
  z-index: 2;
}

.sf-menu ul ul &gt; li &gt; a {
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  color: #FFF;
}
.sf-menu ul ul &gt; li.sfHover &gt; a, .sf-menu ul ul &gt; li &gt; a:hover {
  color: #f2462e;
}

@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-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -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;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -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 {
  -ms-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: #f2462e;
  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;
  border-radius: 50%;
  -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 {
  -ms-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;
  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;
  -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;
  -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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-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;
  }
}
/*
* @subsection Stuck menu
*/
.isStuck {
  z-index: 999;
  padding: 10px;
  background: black;
  background: -webkit-linear-gradient(top, black 0%, #3e3e3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3e3e3e', GradientType=0);
  background: linear-gradient(to bottom, black 0%, #3e3e3e 100%);
}
.isStuck .rd-navbar-brand {
  padding-top: 4px;
}
.isStuck .nav {
  padding-top: 0;
}
.isStuck .container-fluid {
  padding-top: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @subsection ToTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #f2462e;
  border-radius: 50%;
  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:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}

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

/*
* @section Scripts Modules
*/
/*
* @subsection GOOGLE-MAP.css
* @description  RD-Google Map - v0.1. Easy as hell Google Map Api Jquery plugin.
* @author       Evgeniy Gusarov (Stmechanus || Diversant)
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.map-wrap {
  margin-top: 40px;
  color: #000;
}
@media (min-width: 992px) {
  .map-wrap {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1500px) {
  .map-wrap {
    left: 43.39%;
  }
}

.map_model {
  height: 773px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 500px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 300px;
  }
}
.map_locations {
  display: none;
}

/*
* @section HEADER Section
*/
header.camera_container .stuck_container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
header .container-fluid {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header .container-fluid {
    padding-top: 90px;
  }
}
header .rd-navbar-brand {
  float: left;
  margin-left: 10px;
  padding-top: 15px;
}
header .nav {
  float: right;
  padding-top: 16px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .rd-navbar-brand, header .nav {
    float: none;
  }
}

header.mod-1 {
  background: url(../images/bg-head.png) no-repeat top left;
  background-size: cover;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  header.mod-1 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  header.mod-1 {
    padding-bottom: 103px;
  }
}

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

/*
* @section FOOTER Section
*/
footer {
  position: relative;
  background: #1e1f22;
  color: #fff;
}
footer .well-md {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .well-md {
    padding-top: 110px;
    padding-bottom: 140px;
  }
}
footer h1, footer .heading-1, footer h2, footer .heading-2, footer h3, footer .heading-3, footer h4, footer .heading-4, footer h5, footer .heading-5, footer h6, footer .heading-6 {
  color: #fff;
}
.lang-flag{
    width:20px;
    margin-top: 5px;
}</pre></body></html>