@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
html {
  border-top: 5px solid #fff;
  background: #222222;
  color: #2a2a2a;
  font-family: 'Montserrat',sans-serif;
  margin: 0; }

a {
  text-decoration: none;
  color: #8e0202; }

html, body {
  margin: -3px;
  padding: 0; }

img {
  max-width: 100%; }

p, a, div, h1, h2, h3, h3, section {
  box-sizing: border-box; }

h1 {
  color: #fff;
  text-align: center;
  font-weight: 900; }

button {
  padding: 15px;
  color: white;
  background: #bc0000;
  border: none;
  width: auto;
  font-weight: 600;
  text-transform: uppercase;
  float: left; }

footer {
  text-align: center;
  color: white; }

#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0 auto;
  border-radius: 4px; }

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none; }

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 600px;
  background: #ccc;
  text-align: center;
  line-height: 300px; }

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 2% 2%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer; }

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease; }

a.control_prev {
  border-radius: 0 2px 2px 0; }

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px; }

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px; }

.slider-text-wrapper {
  background: rgba(202, 202, 202, 0);
  position: absolute;
  bottom: 8%;
  height: 30%;
  left: 6%;
  width: 40%;
  color: white;
  text-align: left; }
  .slider-text-wrapper h1 {
    height: auto;
    line-height: 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    margin: 0; }
  .slider-text-wrapper p {
    height: auto;
    line-height: 30px; }

@media (max-width: 1000px) {
  #slider-area {
    display: none; } }

header {
  z-index: 9999;
  height: 74px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0; }

.logo-wrapper {
  float: left; }
  .logo-wrapper img {
    max-height: 40px;
    padding: 0 20px;
    position: relative;
    top: 14px; }

nav {
  float: right;
  color: red;
  padding-right: 30px;
  position: relative;
  top: 8px; }
  nav li {
    display: inline-block;
    margin: 0 4px; }
    nav li a {
      text-decoration: none;
      color: #ff7373;
      text-transform: uppercase; }

.scrolled {
  background: #eeeeee;
  z-index: 9999; }

@media (max-width: 1000px) {
  header {
    height: 70px;
    background: white !important; }
  .logo-wrapper {
    width: 100%;
    text-align: center; }
    .logo-wrapper img {
      max-height: 20px; }
  nav {
    width: 100%;
    text-align: center;
    padding: 0;
    top: 0; }
    nav li a {
      font-size: 12px; } }

section {
  width: 100%;
  padding: 40px 0; }
  section .section-inner {
    max-width: 1200px;
    margin: 0 auto; }
    section .section-inner .section-header {
      max-width: 600px;
      padding: 10px 20px;
      text-align: center;
      margin: 0 auto; }
      section .section-inner .section-header h1 {
        font-weight: 900;
        color: white;
        font-size: 42px;
        margin: 0 0; }
        section .section-inner .section-header h1.red {
          background: linear-gradient(#c65b62, #a7030e);
          background: -webkit-linear-gradient(#c65b62, #a7030e);
          background-clip: border-box;
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      section .section-inner .section-header p {
        font-size: 14px; }
    section .section-inner article {
      padding: 20px; }
      section .section-inner article p {
        font-size: 14px; }
  section#slider-area {
    padding: 0; }
  section#services {
    background: #222;
    color: white; }
    @media (max-width: 1000px) {
      section#services {
        margin-top: 30px; } }
  section#products {
    background: white;
    color: black; }
    section#products .section-box {
      width: 24%; }
  section#about {
    background: #222;
    color: white; }
    section#about .collaps {
      width: 20%;
      border: 1px solid white; }
      section#about .collaps .collaps-info {
        display: none;
        padding: 0 10px;
        font-size: 12px; }
      @media (max-width: 1000px) {
        section#about .collaps {
          width: 70%;
          margin-bottom: 20px; } }
    section#about .img-wrapper {
      text-align: center;
      margin: 20px; }
      section#about .img-wrapper img:first-child {
        margin-right: 20px; }
  section#support {
    background: white;
    color: black; }
    section#support .profile {
      float: right; }
    section#support .support-button {
      border: 1px solid #8e0202;
      margin-top: 15px;
      width: 200px;
      text-align: center; }
      section#support .support-button a {
        font-size: 12px;
        padding: 10px;
        display: inline-block;
        width: 100%; }
  section#contact {
    background: #f2f2f2; }
    section#contact .profile-wrapper {
      max-width: 1000px;
      margin: 30px auto;
      text-align: center; }
      section#contact .profile-wrapper .profile {
        width: 20%;
        display: inline-block; }
        section#contact .profile-wrapper .profile:first-child {
          margin-right: 20px; }

.profile {
  text-align: center; }
  .profile img {
    border-radius: 50%; }

.hidden {
  display: none; }

.section-box-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section-box-wrapper .section-box {
    text-align: center;
    width: 33%; }
    .section-box-wrapper .section-box img {
      max-width: 140px; }
    .section-box-wrapper .section-box .short-text {
      font-size: 14px; }
    .section-box-wrapper .section-box em {
      padding-left: 5px;
      color: #ff7373; }
  @media (max-width: 1000px) {
    .section-box-wrapper .section-box {
      width: 50% !important; } }
  @media (max-width: 650px) {
    .section-box-wrapper .section-box {
      width: 100% !important; } }

.show {
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  .show .overlay-container {
    background: white;
    margin: 0 auto;
    max-width: 1000px;
    max-height: 600px;
    padding: 40px;
    position: relative;
    top: 90px;
    overflow: scroll; }
  .show h3 {
    background: linear-gradient(#c65b62, #a7030e);
    background: -webkit-linear-gradient(#c65b62, #a7030e);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    text-align: center;
    font-weight: 900; }
  .show .close {
    font-size: 30px; }
  .show .short-text {
    display: none; }
  .show img {
    display: none; }
  .show .section-hidden {
    display: inline-block !important; }

.section-hidden {
  display: none; }

.open .collaps-info {
  display: inline-block !important; }
