@font-face {
  font-family: UniversLTStd-LightCn;
  src: url("UniversLTStd-LightCn.otf"); }
@font-face {
  font-family: UniversLTStd-BoldCn;
  src: url("UniversLTStd-BoldCn.otf"); }
body {
  font-family: "UniversLTStd-LightCn";
  background-color: #f8f8f8; }

p {
  font-family: "Courier New";
  font-weight: 100;
  font-size: 13px;
  line-height: 21px; }

a:hover {
  text-decoration: none; }

h1, h2, h3 {
  margin-bottom: 30px; }

.container_nav {
  padding: 0 100px; }

.effect-oscar img {
  width: 100%;
  max-width: 100px !important;
  object-fit: cover !important;
  height: 100% !important; }

nav {
  z-index: 1;
  margin-top: 10px;
  font-family: "UniversLTStd-LightCn";
  text-transform: uppercase; }
  nav li {
    padding-top: -10px; }
  nav .active {
    font-family: "UniversLTStd-BoldCn"; }
  nav a {
    color: black !important;
    padding-top: -20px; }

.navbar-brand img {
  width: 150px; }

header {
  background: #1b6d84 url(images/heder.png) no-repeat;
  background-size: contain;
  height: 570px;
  z-index: 0;
  margin-top: -50px;
  position: relative; }

.header_group {
  background: url(images/header_single.svg) no-repeat;
  background-size: contain;
  height: 400px; }

.header_home {
  background: #1b6d84 url(images/header_hom.svg) no-repeat;
  background-size: contain;
  height: 200px; }

.sub_header {
  position: absolute;
  right: 0%;
  width: 45%;
  padding: 150px 150px;
  margin-top: 50px;
  background: url(images/blue_header.svg) no-repeat;
  background-size: cover;
  color: white; }

.clear-both {
  clear: both; }

.line_sales {
  padding-bottom: 200px; }

.group_header .sub_header {
  position: absolute;
  right: 0%;
  width: 45%;
  padding: 100px 200px;
  margin-top: 50px;
  background: url(images/group_subheader.svg) no-repeat;
  background-size: cover;
  color: white; }

.line_home {
  padding: 100px 0 100px 0; }

.margin {
  margin-bottom: 100px; }
  .margin a {
    background-color: black;
    color: white;
    padding: 10px 40px; }

.carousel {
  margin-top: 50px; }
  .carousel .carousel-indicators {
    bottom: -50px; }
    .carousel .carousel-indicators li {
      background-color: #ccc; }
    .carousel .carousel-indicators .active {
      background-color: black; }
  .carousel img {
    width: 90%;
    height: 450px;
    object-fit: cover; }

footer {
  padding-bottom: 60px;
  padding-top: 70px;
  background-color: black;
  color: white; }
  footer h3 {
    width: 100%; }
  footer h3:after {
    content: ' ';
    display: block;
    border: 1px solid black; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      display: inline-block;
      margin: 10px 20px; }
  footer a {
    color: white; }

.sub_footer {
  padding-top: 60px;
  background-color: black;
  color: white;
  padding: 10px 0 20px 0; }
  .sub_footer a {
    color: white; }
  .sub_footer p {
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 0; }

.single {
  margin-top: -300px;
  margin-bottom: 200px; }
  .single img {
    width: 90% !important;
    height: auto !important; }

.page {
  margin: 50px auto 100px;
  width: 100%; }

.wpcf7 {
  width: 70%; }
  .wpcf7 input, .wpcf7 textarea {
    width: 300px !important;
    inset: none !important;
    border: 1px solid #ededed !important; }
  .wpcf7 .wpcf7-submit {
    background-color: black !important;
    color: white !important;
    padding: 10px; }

.single h1 {
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid black;
  text-transform: uppercase; }
  .single h1 span {
    font-size: 18px;
    text-transform: none;
    margin-left: 10px; }
.single h2, .single h3 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0; }
.single h3 {
  margin-bottom: 40px; }

.next {
  position: absolute;
  background-color: black;
  color: white;
  top: 50vh;
  right: 0;
  padding: 15px 20px; }
  .next a {
    color: white;
    font-size: 13px; }

.previous {
  position: absolute;
  background-color: black;
  color: white;
  top: 50vh;
  left: 0;
  padding: 15px 20px; }
  .previous a {
    color: white;
    font-size: 13px; }

.rectangle {
  position: absolute;
  top: 0;
  right: 30px;
  width: 30%;
  height: 400px;
  background-color: #f2191c;
  z-index: -1; }

@media (max-width: 1250px) {
  .grid figure {
    position: relative;
    overflow: hidden;
    margin: 15px 1%;
    height: 300px !important;
    width: 100% !important;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }

  .single {
    margin-top: -300px;
    margin-bottom: 200px;
    width: 80%;
    margin: -300px auto 200px; }
    .single img {
      width: 90% !important;
      height: auto !important; } }
@media (max-width: 992px) {
  .sub_header {
    position: absolute;
    right: 0%;
    width: 55%;
    padding: 150px 100px;
    margin-top: 50px;
    background: url(images/blue_header.svg) no-repeat;
    background-size: cover;
    color: white; }

  .container_nav {
    padding: 0 50px; }

  .single {
    margin-top: -300px;
    margin-bottom: 200px;
    width: 100%;
    margin: -300px auto 200px; }
    .single img {
      width: 90% !important;
      height: auto !important; }

  .navbar-light .navbar-toggler {
    border: none !important; }

  .grid figure {
    position: relative;
    overflow: hidden;
    margin: 15px 1%;
    height: 350px !important;
    width: 100% !important;
    background: #3085a3;
    text-align: center;
    cursor: pointer; } }
@media (max-width: 768px) {
  .sub_header {
    position: absolute;
    right: 0%;
    width: 100%;
    padding: 50px 100px;
    margin-top: 50px;
    background: url(images/blue_header.svg) no-repeat;
    background-size: cover;
    color: white; }

  .page {
    margin: 50px auto 100px;
    width: 90%; }

  .grid figure {
    position: relative;
    overflow: hidden;
    margin: 15px 1%;
    height: 320px !important;
    width: 100% !important;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }

  .container_nav {
    padding: 0 10px; }

  .header_group {
    display: none; }

  .single {
    margin-top: -300px;
    margin-bottom: 200px;
    width: 90%;
    margin: 0px auto 100px; }
    .single img {
      width: 100% !important;
      height: auto !important;
      margin-bottom: 30px; }

  .navbar {
    padding-bottom: 20px; }

  .navbar-brand img {
    width: 100px; }

  header {
    background: url(images/header.png) no-repeat;
    background-size: contain;
    height: 570px;
    z-index: 0;
    margin-top: 0px;
    position: relative; }

  .next {
    display: none; }

  .previous {
    display: none; }

  .line_home {
    padding: 0px 0 50px 0;
    width: 90%;
    margin: auto; }
    .line_home .carousel img {
      width: 100% !important;
      margin-bottom: 10px; }

  iframe {
    width: 100% !important;
    height: 200px !important; } }
@media (max-width: 568px) {
  .grid figure {
    position: relative;
    overflow: hidden;
    margin: 15px 1%;
    height: 450px !important;
    width: 100% !important;
    background: #3085a3;
    text-align: center;
    cursor: pointer; } }

/*# sourceMappingURL=style.css.map */
