/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: omni*/
/* Version: 1.0 Initial Release*/
/* Build Date: 25-02-2015*/
/* Author: Unbranded*/
/* Website:
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - FONTS */
/* 02 - LOADER */
/* 03 - RESET STYLES */
/* 04 - GLOBAL SETTINGS */
/* 05 - HEADER */
/* 06 - FOOTER */
/* 07 - SIMPLE BLOCK STRUCTURE */
/* 08 - BLOCK "TYPE 1" */
/* 09 - BLOCK "TYPE 2" */
/* 10 - BLOCK "TYPE 3" */
/* 11 - BLOCK "TYPE 4" */
/* 12 - BLOCK "TYPE 5" */
/* 13 - BLOCK "TYPE 6" */
/* 14 - BLOCK "TYPE 7" */
/* 15 - BLOCK "TYPE 8" (index style 2) */
/* 16 - BLOCK "TYPE 9" (index style 2) */
/* 17 - BLOCK "TYPE 10" (index style 2) */
/* 18 - BLOCK "TYPE 11" (index style 2) */
/* 19 - BLOCK "TYPE 12" (index style 2) */
/* 20 - BLOCK "TYPE 14" (index style 2) */
/* 21 - BLOCK "TYPE 15" (index style 2) */
/* 22 - BLOCK "TYPE 16" (index style 2) */
/* 23 - BLOCK "TYPE 17" (index style 2) */
/* 24 - BLOCK "TYPE 18" (index style 2) */
/* 25 - BLOCK "TYPE 19" (index style 2) */
/* 26 - BLOG */
/* 27 - POPUP "VIDEO" */
/* 28 - POPUP "GALLERY" */
/* 29 - TYPOGRAPHY */
/* 30 - THEME CONFIG */
/* 31 - WELCOME PAGE */
/* 32 - TEASER */
/* 33 - PAGE "404" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'black';
  src: url("../fonts/proximanova-black-webfont.eot");
  src: url("../fonts/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-black-webfont.woff2") format("woff2"), url("../fonts/proximanova-black-webfont.woff") format("woff"), url("../fonts/proximanova-black-webfont.ttf") format("truetype"), url("../fonts/proximanova-black-webfont.svg#proxima_novablack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bold';
  src: url("../fonts/proximanova-extrabold-webfont.eot");
  src: url("../fonts/proximanova-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("../fonts/proximanova-extrabold-webfont.woff") format("woff"), url("../fonts/proximanova-extrabold-webfont.ttf") format("truetype"), url("../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'regular';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 91, sass/_own.scss */
#loader-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: hidden;
  background: #7f7f7f;
}

/* line 92, sass/_own.scss */
#loader-wrapper.act {
  background: none;
}

/* line 93, sass/_own.scss */
#loader-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -8px;
  z-index: 1;
}

/* line 94, sass/_own.scss */
#loader-wrapper:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -90px;
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 40px;
  border: 3px solid #fff;
  -webkit-animation: magic-mouse 3s infinite ease;
  animation: magic-mouse 3s infinite ease;
}

/* line 95, sass/_own.scss */
#loader-wrapper span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -140px;
  margin-top: -140px;
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 40px;
  border: 3px solid #fcc012;
  -webkit-animation: magic-mouse1 3s infinite ease;
  animation: magic-mouse1 3s infinite ease;
}

@keyframes magic-mouse {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.5) rotate(90deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes magic-mouse {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.5) rotate(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
  }
}
@keyframes magic-mouse1 {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.5) rotate(-90deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes magic-mouse1 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.5) rotate(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 120, sass/_own.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b {
  font-family: 'bold';
}

/* HTML5 display-role reset for older browsers */
/* line 122, sass/_own.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 123, sass/_own.scss */
blockquote, q {
  quotes: none;
}

/* line 124, sass/_own.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 125, sass/_own.scss */
body * {
  -webkit-text-size-adjust: none;
}

/* line 126, sass/_own.scss */
.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

/* line 127, sass/_own.scss */
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

/* line 128, sass/_own.scss */
input, textarea, select {
  font-family: 'regular', sans-serif;
  font-weight: 400;
  /* -webkit-appearance: none; */
  border-radius: 0;
}

/* line 129, sass/_own.scss */
a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* line 130, sass/_own.scss */
body {
  font-family: 'regular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #777777;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*table*/
/* line 136, sass/_own.scss */
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

/* line 137, sass/_own.scss */
.row-view {
  display: table-row;
}

/* line 138, sass/_own.scss */
.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

/*buttons*/
/* line 140, sass/_own.scss */
.button {
  position: relative;
  font-size: 14px;
  font-family: 'bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fbc011;
  padding: 15px 25px;
  display: inline-block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  line-height: 28px;
}

/* line 141, sass/_own.scss */
.button.size-2 {
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 142, sass/_own.scss */
.button.size-3 {
  line-height: 20px;
  padding: 10px 12px;
  font-size: 10px;
}

/* line 143, sass/_own.scss */
.button.type-1 {
  background: #fff;
  color: #fbc011;
  text-shadow: none;
  box-shadow: none;
}

/* line 144, sass/_own.scss */
.button:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  content: "";
}

/* line 145, sass/_own.scss */
.button.type-1:after {
  border: 2px #fbc011 solid;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}

/* line 146, sass/_own.scss */
.button span {
  position: relative;
  float: left;
  z-index: 1;
}

/* line 147, sass/_own.scss */
.button:hover {
  color: #fff;
}

/* line 148, sass/_own.scss */
.button.type-1:hover {
  background: #fbc011;
}

/* line 149, sass/_own.scss */
.button:hover:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.02);
}

/* line 150, sass/_own.scss */
.button.black {
  background: #222222 !important;
  color: #fbc011;
}

/* line 151, sass/_own.scss */
.button.black:hover {
  color: #fff;
}

/* line 152, sass/_own.scss */
.button.black:after {
  background: #000;
}

/* line 153, sass/_own.scss */
.play-wrap {
  position: relative;
  float: left;
  width: 76px;
  height: 76px;
}

/* line 154, sass/_own.scss */
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 100px;
  z-index: 1;
}

/* line 155, sass/_own.scss */
.play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fbc011;
  border-bottom: 10px solid transparent;
}

/* line 156, sass/_own.scss */
.play:hover {
  background: #fbc011;
  border: 3px solid #fbc011;
  transform: rotate(-90deg) scale(0.9);
  -o-transform: rotate(-90deg) scale(0.9);
  -moz-transform: rotate(-90deg) scale(0.9);
  -ms-transform: rotate(-90deg) scale(0.9);
  -webkit-transform: rotate(-90deg) scale(0.9);
}

/* line 157, sass/_own.scss */
.play:hover:after {
  border-left: 15px solid #fff;
}

/*nopadding class*/
/* line 159, sass/_own.scss */
.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/*content wrapper*/
/* line 161, sass/_own.scss */
#content-wrapper {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/*typography*/
/* line 163, sass/_own.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0px !important;
}

/* line 164, sass/_own.scss */
.titel-left {
  position: relative;
}

/* line 165, sass/_own.scss */
.titel-left span {
  color: #fbc011;
}

/* line 166, sass/_own.scss */
.titel-left:after {
  position: absolute;
  left: -25px;
  top: 0px;
  content: "";
  width: 5px;
  height: 100%;
  background: #fbc011;
}

/* line 167, sass/_own.scss */
.titel-top {
  position: relative;
}

/* line 168, sass/_own.scss */
.titel-top:after {
  position: absolute;
  left: 50%;
  top: -25px;
  content: "";
  width: 30px;
  margin-left: -15px;
  height: 5px;
  background: #fbc011;
}

/* line 169, sass/_own.scss */
.h1, .h2, .h4 {
  font-family: 'black', sans-serif;
  text-transform: uppercase;
  color: #222222;
}

/* line 170, sass/_own.scss */
.h1 {
  font-size: 56px;
  margin-bottom: 40px !important;
}

/* line 171, sass/_own.scss */
.h2 {
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 40px !important;
}

/* line 172, sass/_own.scss */
.h3 {
  font-size: 30px;
  font-family: 'regular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #222222;
}

/* line 173, sass/_own.scss */
.h4 {
  font-size: 20px;
  margin-bottom: 20px !important;
}

/* line 174, sass/_own.scss */
.h5 {
  font-size: 16px;
  font-family: 'bold', sans-serif;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px !important;
}

/* line 175, sass/_own.scss */
.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 176, sass/_own.scss */
.normall {
  font-size: 16px;
  line-height: 28px;
}

/* line 177, sass/_own.scss */
.big {
  font-size: 18px;
  line-height: 30px;
}

/* line 178, sass/_own.scss */
article {
  position: relative;
  float: left;
  width: 100%;
}

/* line 179, sass/_own.scss */
article p {
  color: #777777;
  padding-bottom: 40px;
}

/* line 180, sass/_own.scss */
ul li {
  color: #777777;
  position: relative;
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: none;
}

/* line 181, sass/_own.scss */
ul li:after {
  position: absolute;
  left: 0px;
  top: 12px;
  background: #fbc011;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  content: "";
}

/* line 182, sass/_own.scss */
.white {
  color: #fff;
}

/* line 183, sass/_own.scss */
.black {
  color: #222222;
}

/*background*/
/* line 185, sass/_own.scss */
.bg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  background-attachment: scroll;
}

/* line 186, sass/_own.scss */
.bg img {
  position: absolute;
}

/* line 187, sass/_own.scss */
.bg video {
  position: absolute;
}

/* line 188, sass/_own.scss */
.bg-span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

/* line 189, sass/_own.scss */
.bg-span.light {
  background: rgba(0, 0, 0, 0.35);
}

/* line 190, sass/_own.scss */
.clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

/*slider*/
/* line 192, sass/_own.scss */
.slider {
  position: relative;
  float: left;
  width: 100%;
}

/* line 193, sass/_own.scss */
.swiper-pagination-switch {
  width: 9px;
  height: 9px;
  background: #ebebeb;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 194, sass/_own.scss */
.swiper-pagination-switch:before {
  display: none;
}

/* line 195, sass/_own.scss */
.swiper-active-switch {
  background: #fbc011;
  height: 23px;
}

/*form styles*/
/* line 197, sass/_own.scss */
form {
  position: relative;
  float: left;
  width: 100%;
}

/* line 198, sass/_own.scss */
input[type="text"], input[type="email"], input[type="password"], select, textarea {
  background: #f8f8f8;
  border: 0px;
  height: 43px;
  line-height: 43px;
  padding: 0px 15px;
  color: #777777;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  margin: 14px 2%;
  border: 1px transparent solid;
}

/* line 199, sass/_own.scss */
textarea {
  width: 94%;
  height: 125px;
}

/* line 200, sass/_own.scss */
::-webkit-input-placeholder {
  color: #777777;
}

/* line 201, sass/_own.scss */
:-moz-placeholder {
  color: #777777;
  opacity: 1;
}

/* line 202, sass/_own.scss */
::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

/* line 203, sass/_own.scss */
:-ms-input-placeholder {
  color: #777777;
}

/* line 204, sass/_own.scss */
.submit-wraper {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

/* line 205, sass/_own.scss */
form input[type="submit"] {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  z-index: 2;
}

/* line 206, sass/_own.scss */
.error-class {
  border-color: #ff0036 !important;
}

/*form popup*/
/* line 208, sass/_own.scss */
.form-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  display: none;
}

/* line 209, sass/_own.scss */
.form-popup-close-layer {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 210, sass/_own.scss */
.form-popup-content {
  max-width: 500px;
  width: 90%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  padding: 25px;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 10px #fbc011 solid;
}

/* line 211, sass/_own.scss */
.form-popup .text {
  color: #777;
  font-family: "regular";
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

/*default swiper arrows*/
/* line 214, sass/_own.scss */
.default-arrow {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  background: #fbc011;
  cursor: pointer;
}

/* line 215, sass/_own.scss */
.default-arrow:hover {
  background: #f2f2f2;
}

/* line 216, sass/_own.scss */
.default-arrow span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 52px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* line 217, sass/_own.scss */
.default-arrow:hover span {
  color: #fbc011;
}

/* line 218, sass/_own.scss */
.default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #daa508;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #daa508;
  left: 60px;
}

/* line 219, sass/_own.scss */
.default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #daa508;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #daa508;
  right: 60px;
}

/*map*/
/* line 221, sass/_own.scss */
#map-canvas {
  height: 300px;
  background: #f2f2f2;
}

/* line 222, sass/_own.scss */
.block #map-canvas {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  /* line 224, sass/_own.scss */
  .mob-hide {
    display: none;
  }

  /* line 225, sass/_own.scss */
  .bg {
    position: absolute;
  }

  /* line 226, sass/_own.scss */
  .default-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 229, sass/_own.scss */
  .h1, .h2 {
    font-size: 40px;
    margin-bottom: 20px !important;
  }

  /* line 230, sass/_own.scss */
  .button {
    width: 100%;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  /* line 231, sass/_own.scss */
  .button span {
    width: 100%;
    text-align: center;
  }

  /* line 232, sass/_own.scss */
  input[type="text"], input[type="email"], select {
    width: 94%;
  }
}
/*video*/
/* line 236, sass/_own.scss */
.block.type-1 * {
  -webkit-bakface-visibility: hidden;
}

/* line 237, sass/_own.scss */
video.bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(../assets/intro_for_ipad.jpg) no-repeat;
  background-size: cover;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 242, sass/_own.scss */
header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 11;
  -webkit-backface-visibility: hidden;
}

/* line 243, sass/_own.scss */
#logo {
  position: relative;
  float: left;
  margin-left: 50px;
  margin-top: 42px;
}

/* line 244, sass/_own.scss */
#logo img {
  position: relative;
  float: left;
}

/* line 245, sass/_own.scss */
#logo img.act {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

/* line 246, sass/_own.scss */
nav {
  position: relative;
  float: right;
  padding-right: 45px;
}

/* line 247, sass/_own.scss */
nav a {
  position: relative;
  float: left;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  height: 39px;
  line-height: 39px;
  padding: 0px 15px;
  margin: 30px 5px 0px 5px;
}

/* line 248, sass/_own.scss */
nav a:hover {
  background: #fbc011;
  color: #fff;
}

/* line 249, sass/_own.scss */
nav a.act {
  background: #fbc011;
}

/* line 250, sass/_own.scss */
nav ul {
  position: relative;
  float: left;
}

/* line 251, sass/_own.scss */
nav ul li {
  background: none;
  position: relative;
  float: left;
}

/* line 252, sass/_own.scss */
nav ul li:before, nav ul li:after {
  display: none;
}

/* line 253, sass/_own.scss */
nav .submeny a:after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fbc011;
  content: "";
}

/* line 254, sass/_own.scss */
nav .submeny .submeny-top:before {
  position: absolute;
  left: 0px;
  bottom: -11px;
  width: 100%;
  content: "";
  height: 11px;
}

/* line 255, sass/_own.scss */
nav .submeny:hover a:after, nav .submeny a.act:after {
  bottom: -7px;
}

/* line 256, sass/_own.scss */
nav ul ul {
  position: absolute;
  left: 0px;
  top: 84px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

/* line 257, sass/_own.scss */
nav ul ul li {
  position: relative;
  float: left;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

/* line 258, sass/_own.scss */
nav ul ul li a {
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
  margin: 0px;
  color: #777777;
  background: #fff;
  width: 200%;
  text-align: center;
  left: -50%;
}

/* line 259, sass/_own.scss */
nav ul ul li a:after {
  display: none;
}

/* line 260, sass/_own.scss */
nav .submeny:hover ul li a {
  height: 39px;
  font-size: 13px;
  line-height: 39px;
}

/* line 261, sass/_own.scss */
nav .submeny:hover .submeny-top {
  background: #fbc011;
  color: #fff;
}

/* line 262, sass/_own.scss */
header.act {
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

/* line 263, sass/_own.scss */
header.act #logo {
  background: #fff;
  margin-top: 27px;
}

/* line 264, sass/_own.scss */
header.act #logo img {
  opacity: 0;
}

/* line 265, sass/_own.scss */
header.act #logo img.act {
  opacity: 1;
}

/* line 266, sass/_own.scss */
header.act nav a {
  color: #777777;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 267, sass/_own.scss */
header.act nav a:hover {
  background: #fbc011;
  color: #fff;
}

/* line 268, sass/_own.scss */
header.act nav a.act {
  background: #fbc011;
  color: #fff;
}

/* line 269, sass/_own.scss */
header.act nav ul ul {
  top: 69px;
}

/* line 270, sass/_own.scss */
header.act nav ul ul li a {
  margin: 0px;
}

/* line 271, sass/_own.scss */
.mob-icon {
  display: none;
}

@media (min-width: 1200px) {
  /* line 274, sass/_own.scss */
  nav ul ul {
    width: auto;
    left: 50%;
    margin-left: 6px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /* line 275, sass/_own.scss */
  nav ul li:last-child ul {
    margin-left: -25px;
  }

  /* line 276, sass/_own.scss */
  nav ul ul li {
    padding: 0;
    width: auto;
    float: none;
  }

  /* line 277, sass/_own.scss */
  nav ul ul li a {
    width: auto;
    float: none;
    display: block;
    left: 0;
    width: 185px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*header type-2 (attached to bottom)*/
@media (min-width: 1200px) {
  /* line 282, sass/_own.scss */
  body {
    overflow-x: hidden;
  }

  /* line 283, sass/_own.scss */
  header.bottom-fixed {
    top: 100vh;
    position: absolute;
    margin-top: -75px;
  }

  /* line 284, sass/_own.scss */
  header.bottom-fixed ul ul {
    top: auto !important;
    bottom: 69px;
  }

  /* line 285, sass/_own.scss */
  header.bottom-fixed nav .submeny a:after {
    top: -7px;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
  }

  /* line 286, sass/_own.scss */
  header.default-act {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -ms-transition: none;
  }
}
@media (max-width: 1199px) {
  /* line 290, sass/_own.scss */
  #logo {
    margin-left: 20px;
    margin-top: 27px;
  }

  /* line 291, sass/_own.scss */
  .mob-icon {
    display: block;
    position: relative;
    float: right;
    margin-right: 20px;
    height: 40px;
    cursor: pointer;
  }

  /* line 292, sass/_own.scss */
  .mob-icon span {
    position: relative;
    float: left;
    width: 40px;
    height: 4px;
    background: #fbc011;
    margin-top: 34px;
  }

  /* line 293, sass/_own.scss */
  .mob-icon span:before {
    position: absolute;
    left: 0px;
    top: -8px;
    content: "";
    width: 40px;
    height: 4px;
    background: #fbc011;
  }

  /* line 294, sass/_own.scss */
  .mob-icon span:after {
    position: absolute;
    left: 0px;
    top: 8px;
    content: "";
    width: 40px;
    height: 4px;
    background: #fbc011;
  }

  /* line 295, sass/_own.scss */
  .mob-icon.act span {
    width: 30px;
  }

  /* line 296, sass/_own.scss */
  .mob-icon.act span:before {
    width: 30px;
    top: -2px;
  }

  /* line 297, sass/_own.scss */
  .mob-icon.act span:after {
    width: 30px;
    top: 2px;
  }

  /* line 298, sass/_own.scss */
  nav {
    padding-right: 0px;
    float: none;
    position: absolute;
    top: 65px;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
  }

  /* line 299, sass/_own.scss */
  nav a {
    width: 100%;
    padding: 0px;
    margin: 0px !important;
    text-indent: 20px;
    font-size: 18px;
    color: #fff !important;
  }

  /* line 300, sass/_own.scss */
  nav ul li:last-child {
    margin-bottom: 65px !important;
  }

  /* line 301, sass/_own.scss */
  nav ul li {
    width: 100%;
    padding: 0px;
  }

  /* line 302, sass/_own.scss */
  nav ul ul {
    position: relative;
    float: left;
    top: 0px;
  }

  /* line 303, sass/_own.scss */
  nav ul ul li a {
    text-align: left;
    width: 100%;
    left: 0px;
    text-indent: 30px;
    font-size: 16px !important;
    color: #777 !important;
    opacity: 0;
  }

  /* line 304, sass/_own.scss */
  nav ul ul li a:hover {
    background: #fff;
  }

  /* line 305, sass/_own.scss */
  nav ul ul li:last-child {
    margin-bottom: 0px !important;
  }

  /* line 306, sass/_own.scss */
  nav .submeny a:after {
    bottom: 13px;
  }

  /* line 307, sass/_own.scss */
  nav .submeny:hover ul li a {
    opacity: 1;
  }

  /* line 308, sass/_own.scss */
  header.act nav ul ul {
    top: 0px;
  }

  /* line 309, sass/_own.scss */
  header.act nav ul ul li {
    margin-bottom: 0px !important;
  }

  /* line 310, sass/_own.scss */
  header {
    background: #fff;
    height: 65px;
  }

  /* line 311, sass/_own.scss */
  header #logo img {
    opacity: 0;
  }

  /* line 312, sass/_own.scss */
  header #logo img.act {
    opacity: 1;
  }

  /* line 313, sass/_own.scss */
  header.act-mob {
    height: 100%;
  }

  /* line 314, sass/_own.scss */
  header.act-mob nav {
    left: 0px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 327, sass/_own.scss */
footer {
  background: #1b1b1b;
  position: relative;
}

/* line 328, sass/_own.scss */
.subscribe {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  font-size: 0px;
  border-bottom: 1px solid #000;
}

/* line 329, sass/_own.scss */
.subscribe-text {
  position: relative;
  display: inline-block;
  color: #b4b4b4;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'bold', sans-serif;
  padding-right: 30px;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
}

/* line 330, sass/_own.scss */
.subscribe form {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/* line 331, sass/_own.scss */
.subscribe form input[type="email"] {
  width: 560px;
  background: #131313;
  height: 45px;
  line-height: 45px;
  padding: 0px 25px;
  margin: 0px;
  position: relative;
  float: left;
  color: #dddddd;
}

/* line 332, sass/_own.scss */
.subscribe form ::-webkit-input-placeholder {
  color: #dddddd;
}

/* line 333, sass/_own.scss */
.subscribe form :-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

/* line 334, sass/_own.scss */
.subscribe form ::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

/* line 335, sass/_own.scss */
.subscribe form :-ms-input-placeholder {
  color: #dddddd;
}

/* line 336, sass/_own.scss */
.subscribe form input[type="submit"] {
  position: relative;
  float: left;
  margin-left: -50px;
  top: 8px;
  background: url(../img/theme-1/icon9.png) no-repeat;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}

/* line 337, sass/_own.scss */
.footer-bottom {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  font-size: 0px;
}

/* line 338, sass/_own.scss */
.footer-bottom .footer-linck {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 339, sass/_own.scss */
.footer-bottom .footer-linck a {
  position: relative;
  float: left;
  margin: 0px 14px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 340, sass/_own.scss */
.footer-bottom .footer-linck a:hover {
  color: #fbc011;
}

/* line 341, sass/_own.scss */
.footer-bottom .media-icon {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 342, sass/_own.scss */
.footer-bottom .media-icon a {
  margin: 0px 8px;
  width: 35px;
  height: 35px;
  position: relative;
  float: left;
}

/* line 343, sass/_own.scss */
.footer-bottom .media-icon a img {
  position: relative;
  float: left;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 344, sass/_own.scss */
.footer-bottom .media-icon a:after {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0);
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* line 345, sass/_own.scss */
.footer-bottom .media-icon a:hover:after {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

/* line 346, sass/_own.scss */
.copy {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

/* line 347, sass/_own.scss */
.copy span {
  color: #b4b4b4;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 353, sass/_own.scss */
  .subscribe form input[type="email"] {
    width: 320px;
  }

  /* line 354, sass/_own.scss */
  .footer-bottom .footer-linck a {
    width: 50%;
    margin: 15px 0px;
  }

  /* line 355, sass/_own.scss */
  .footer-bottom .media-icon {
    margin-top: 40px;
    padding-left: 0px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SIMPLE BLOCK STRUCTURE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 361, sass/_own.scss */
.blocks-container {
  position: relative;
  width: 100%;
}

/* line 362, sass/_own.scss */
.block {
  position: relative;
  width: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - BLOCK "TYPE 1" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 368, sass/_own.scss */
.block.type-1 {
  height: 100vh;
  min-height: 600px;
}

/* line 369, sass/_own.scss */
.block.type-1.type-1-1 {
  height: auto;
  min-height: 0px;
}

/* line 370, sass/_own.scss */
.block.type-1.type-1-1 .clip {
  height: 78%;
}

/* line 371, sass/_own.scss */
.numbers {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

/* line 372, sass/_own.scss */
.numbers .col-md-3 {
  text-align: center;
  cursor: pointer;
}

/* line 373, sass/_own.scss */
.numbers .col-md-3:before {
  position: absolute;
  left: 0px;
  bottom: -125px;
  background: #fff;
  width: 100%;
  height: 125px;
  content: "";
  z-index: 0;
}

/* line 374, sass/_own.scss */
.numbers .col-md-3:after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}

/* line 375, sass/_own.scss */
.numbers .col-md-3:last-child:after {
  display: none;
}

/* line 376, sass/_own.scss */
.numbers .thumbs-image {
  position: absolute;
  left: 0px;
  bottom: -125px;
  width: 100%;
  opacity: 0;
  z-index: -1;
  backface-visibility: hidden;
}

/* line 377, sass/_own.scss */
.numbers .num {
  display: block;
  width: 100%;
  color: #fbc011;
  font-size: 20px;
  font-family: 'black', sans-serif;
  padding: 25px 0px;
  position: relative;
}

/* line 378, sass/_own.scss */
.numbers .num-text {
  display: block;
  width: 100%;
  color: #dcdcdc;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 40px;
  position: relative;
}

/* line 379, sass/_own.scss */
.type-1-text {
  height: 100%;
  position: relative;
}

/* line 380, sass/_own.scss */
.type-1-text h1, .type-1-text h2 {
  color: #fff;
}

/* line 381, sass/_own.scss */
.type-1-text p {
  color: #dddddd;
}

/* line 382, sass/_own.scss */
.type-1-text .row {
  height: 100%;
}

/* line 383, sass/_own.scss */
.type-1-text .type-1-center {
  text-align: center;
  height: 100%;
  display: table;
  vertical-align: middle;
}

/* line 384, sass/_own.scss */
.type-1-text .button {
  margin: 0px 15px;
  margin-bottom: 60px;
}

/* line 385, sass/_own.scss */
.type-1-text article {
  margin-top: 145px;
}

/* line 386, sass/_own.scss */
.type-1-text article.table {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin-top: 0px;
}

/* line 387, sass/_own.scss */
.marvel-device-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* line 388, sass/_own.scss */
.marvel-device.iphone6plus {
  height: 853px;
  transform: scale(0.65);
  -moz-transform: scale(0.65);
  -o-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -webkit-transform: scale(0.65);
  position: relative;
  float: left;
  display: block;
  margin-top: -125px;
}

/* line 389, sass/_own.scss */
.marvel-device-wrap .iphone-image-wrap {
  position: absolute;
  left: 50%;
  top: 95px;
  margin-left: -118px;
  height: 412px;
  overflow: hidden;
}

/* line 390, sass/_own.scss */
.marvel-device-wrap .iphone-image-wrap-move {
  position: relative;
  float: left;
  -webkit-animation: magic-move 7s infinite;
  animation: magic-move 7s infinite;
}

/* line 391, sass/_own.scss */
.marvel-device-wrap .iphone-image-wrap img {
  position: relative;
  float: left;
}

/* line 392, sass/_own.scss */
#content-wrapper .parallax-bg-text * {
  color: #fff;
}

/* line 393, sass/_own.scss */
#content-wrapper .parallax-bg-text p, #content-wrapper .parallax-bg-text ul li, #content-wrapper .parallax-bg-text .page-tagline .description {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 991px) {
  /* line 395, sass/_own.scss */
  .numbers .col-md-3:hover:before {
    bottom: 0px;
  }

  /* line 396, sass/_own.scss */
  .numbers .col-md-3:hover .num-text {
    color: #555;
  }

  /* line 397, sass/_own.scss */
  .numbers .col-md-3:hover .thumbs-image {
    width: 100%;
    left: 0px;
    bottom: 125px;
    opacity: 1;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  /* line 400, sass/_own.scss */
  .block.type-1 {
    height: auto;
    min-height: 0px;
  }

  /* line 401, sass/_own.scss */
  .type-1-text .button {
    margin-bottom: 10px;
  }

  /* line 402, sass/_own.scss */
  .numbers {
    position: relative;
    background: #a39b90;
  }

  /* line 403, sass/_own.scss */
  .type-1-text {
    padding-top: 94px;
  }

  /* line 404, sass/_own.scss */
  .block.type-1.type-1-1 .type-1-text {
    padding-top: 0px;
  }

  /* line 405, sass/_own.scss */
  .block.type-1.type-1-1 .type-1-text article {
    margin-top: 65px;
  }

  /* line 406, sass/_own.scss */
  .numbers .num-text {
    padding-bottom: 20px;
  }

  /* line 407, sass/_own.scss */
  .numbers .col-md-3 {
    padding-top: 40px;
    padding-bottom: 17px;
  }

  /* line 408, sass/_own.scss */
  .numbers .col-md-3:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 411, sass/_own.scss */
  .type-1-text p {
    padding-bottom: 20px;
  }

  /* line 412, sass/_own.scss */
  .marvel-device-wrap {
    display: none;
  }

  /* line 413, sass/_own.scss */
  .block.type-1.type-1-1 .clip {
    height: 100%;
  }

  /* line 414, sass/_own.scss */
  .block.type-1.type-1-1 .type-1-text article {
    margin-top: 65px;
    margin-bottom: 20px;
  }

  /* line 415, sass/_own.scss */
  .type-1-text .type-1-center {
    overflow: hidden;
  }
}
@keyframes magic-move {
  0% {
    margin-top: 0px;
  }
  14% {
    margin-top: 0px;
  }
  28% {
    margin-top: -412px;
  }
  42% {
    margin-top: -412px;
  }
  56% {
    margin-top: -824px;
  }
  70% {
    margin-top: -824px;
  }
  84% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes magic-move {
  0% {
    margin-top: 0px;
  }
  14% {
    margin-top: 0px;
  }
  28% {
    margin-top: -412px;
  }
  42% {
    margin-top: -412px;
  }
  56% {
    margin-top: -824px;
  }
  70% {
    margin-top: -824px;
  }
  84% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - BLOCK "TYPE 2" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 442, sass/_own.scss */
.block.type-2 {
  overflow: hidden;
}

/* line 443, sass/_own.scss */
.block.type-2 .image-block {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 50%;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

/* line 444, sass/_own.scss */
.block.type-2 .image-block:first-child {
  left: 0;
  right: auto;
}

/* line 445, sass/_own.scss */
.block.type-2 .col-md-6 {
  overflow: hidden;
  height: 700px;
}

/* line 446, sass/_own.scss */
.block.type-2 .col-md-6 img {
  position: relative;
  float: left;
  width: 100%;
}

/* line 447, sass/_own.scss */
.block.type-2 .col-md-4 {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 448, sass/_own.scss */
.block.type-2 article {
  display: table-cell;
  vertical-align: middle;
  float: none;
  height: 700px;
}

/* line 449, sass/_own.scss */
.block.type-2 .col-md-4.col-md-pull-6 {
  min-height: 900px;
}

/* line 450, sass/_own.scss */
.block.type-2 .col-md-6.col-md-push-6 {
  min-height: 900px;
  z-index: 1;
}

/*.block.type-2 .col-md-4:first-child article:nth-child(1){height: auto; padding-top: 120px; padding-bottom: 73px;}*/
/* line 452, sass/_own.scss */
.block.type-2 .col-md-4 article.normall {
  height: auto;
  padding-top: 120px;
  padding-bottom: 73px;
}

/* line 453, sass/_own.scss */
.block.type-2 article.normall:last-child {
  height: 700px;
}

/* line 454, sass/_own.scss */
.block.type-2 .image-block .bg {
  width: 50%;
  left: 50%;
}

/* line 455, sass/_own.scss */
.block.type-2 .image-block:first-child .bg {
  width: 50%;
  left: 0;
}

/* line 456, sass/_own.scss */
.mouse-icon {
  width: 22px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 30px;
  background: url(../img/mouse.png);
  cursor: pointer;
}

/* line 457, sass/_own.scss */
.mouse-icon:before {
  width: 4px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 8px;
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fbc011;
}

@media (max-width: 991px) {
  /* line 459, sass/_own.scss */
  .block.type-2 article {
    height: auto;
    padding: 30px 0px;
    padding-top: 35px;
  }

  /* line 460, sass/_own.scss */
  .block.type-2 .col-md-6 {
    height: 150px;
    display: none;
  }

  /*.block.type-2 .col-md-4:first-child article:nth-child(1){height: auto; padding-bottom: 0px; padding-top: 35px;}*/
  /* line 462, sass/_own.scss */
  .block.type-2 .col-md-4 article.normall, .block.type-2 article.normall:last-child {
    height: auto;
    padding-bottom: 0px;
    padding-top: 35px;
  }

  /* line 463, sass/_own.scss */
  .block.type-2 .col-md-4.col-md-pull-6 {
    min-height: 0px;
  }

  /* line 464, sass/_own.scss */
  .mouse-icon {
    display: none;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - BLOCK "TYPE 3" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 473, sass/_own.scss */
.block.type-3 {
  padding-top: 60px;
}

/* line 474, sass/_own.scss */
.block.type-2 .block.type-3 {
  padding-bottom: 15px;
}

/* line 475, sass/_own.scss */
.block.type-3:before {
  position: absolute;
  left: -1000px;
  bottom: 0px;
  width: 2000px;
  background: #f2f2f2;
  height: 1px;
  content: "";
}

/* line 476, sass/_own.scss */
.block.type-3:after {
  position: absolute;
  left: -1000px;
  top: 0px;
  width: 2000px;
  background: #f2f2f2;
  height: 1px;
  content: "";
}

/* line 477, sass/_own.scss */
.block.type-3 img {
  float: left;
  width: 30px;
  width: 30px;
}

/* line 478, sass/_own.scss */
.block.type-3 article {
  float: none;
  position: static;
  height: auto;
  padding-left: 20px;
  padding-top: 6px;
}

/* line 479, sass/_own.scss */
.block.type-3 .col-md-12 {
  margin: 10px 0px;
}

/* line 480, sass/_own.scss */
.block.type-3.type-3-1 {
  padding-top: 0px;
  margin-top: -107px;
  padding-bottom: 75px;
  float: left;
  width: 100%;
  z-index: 1;
  background: #fff;
}

/* line 481, sass/_own.scss */
.block.type-3.type-3-1 img, .new-block.type-3.type-3-1 img, .new-block .little-img-text-entry img {
  width: 50px;
  height: 50px;
  margin-top: 45px;
  float: left;
}

/* line 482, sass/_own.scss */
.icons-at-the-top {
  text-align: center;
}

/* line 483, sass/_own.scss */
#content-wrapper .icons-at-the-top img {
  float: none;
  margin-top: 0;
  margin-bottom: 25px;
}

/* line 484, sass/_own.scss */
.block.type-3.type-3-1 article, .new-block.type-3.type-3-1 article, .new-block .little-img-text-entry article {
  padding-left: 100px;
}

/* line 485, sass/_own.scss */
.new-block.type-3.type-3-1 .icons-at-the-top article {
  padding-left: 0;
}

/* line 486, sass/_own.scss */
.block.type-3.type-3-1 .col-md-4 {
  margin-top: 17px;
}

/* line 487, sass/_own.scss */
.block.type-3.type-3-1:after, .block.type-3.type-3-1:before {
  display: none;
}

@media (max-width: 991px) {
  /* line 489, sass/_own.scss */
  .block.type-3 {
    padding-top: 30px;
  }

  /* line 490, sass/_own.scss */
  .block.type-2 .block.type-3 {
    padding-bottom: 0px;
  }

  /* line 491, sass/_own.scss */
  .block.type-3 .col-md-12:nth-child(3) {
    margin-bottom: 5px;
  }

  /* line 492, sass/_own.scss */
  .block.type-3 .col-md-12:nth-child(3) article p {
    padding-bottom: 0px;
  }

  /* line 493, sass/_own.scss */
  .block.type-3.type-3-1 {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  /* line 496, sass/_own.scss */
  .block.type-3.type-3-1 {
    margin-top: 40px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOCK "TYPE 4" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 502, sass/_own.scss */
.block.type-4 {
  padding: 120px 0px;
  padding-top: 120px;
  padding-bottom: 73px;
  background: #fbfbfb;
}

/* line 503, sass/_own.scss */
.block.type-4.type-4-1 {
  padding-top: 120px;
  padding-bottom: 90px;
}

/* line 504, sass/_own.scss */
.block.type-4 .h2 {
  margin-bottom: 20px !important;
}

/* line 505, sass/_own.scss */
.block.type-4.type-4-1 .h2 {
  margin-bottom: 40px !important;
}

/* line 506, sass/_own.scss */
.block.type-4 .h3 {
  margin-bottom: 20px !important;
  text-transform: none;
}

/* line 507, sass/_own.scss */
.block.type-4 .col-md-3 article {
  margin: 20px 0px;
}

/* line 508, sass/_own.scss */
.block.type-4.type-4-1 .col-md-3 article:nth-child(1) {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 510, sass/_own.scss */
  .block.type-4 {
    padding: 40px 0px;
    padding-bottom: 0px;
  }

  /* line 511, sass/_own.scss */
  .block.type-4.type-4-1 {
    padding-top: 36px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  /* line 514, sass/_own.scss */
  .col-md-3.col-md-offset-1.col-sm-12 .small.col-md-12.col-sm-6 {
    padding: 0px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - BLOCK "TYPE 5" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 520, sass/_own.scss */
.block.type-5 {
  padding-top: 120px;
  padding-bottom: 78px;
}

/* line 521, sass/_own.scss */
.block.type-5:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #f2f2f2;
  height: 1px;
  content: "";
}

/* line 522, sass/_own.scss */
.block.type-5 .img-wrap-slider {
  position: relative;
  float: left;
  overflow: hidden;
  height: 700px;
}

/* line 523, sass/_own.scss */
.block.type-5 .img-wrap {
  position: relative;
  float: left;
  width: 100%;
  height: 700px;
  text-align: center;
}

/* line 524, sass/_own.scss */
.block.type-5 .img-wrap-move {
  position: relative;
  float: left;
  width: 100%;
}

/* line 525, sass/_own.scss */
.block.type-5 .img-wrap img {
  display: inline-block;
  max-height: 90%;
  width: auto;
}

/* line 526, sass/_own.scss */
.block.type-5 .pagination {
  width: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  margin-top: -2px;
}

/* line 527, sass/_own.scss */
.block.type-5 .swiper-container {
  padding-left: 32px;
  margin-left: -32px;
}

/* line 528, sass/_own.scss */
.block.type-5 .swiper-container:after {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  content: "";
  width: 32px;
  height: 100%;
}

/* line 529, sass/_own.scss */
.block.type-5 .register-login {
  padding-top: 70px;
  margin-top: 20px;
}

/* line 530, sass/_own.scss */
.block.type-5 .register-login:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  content: "";
  background: #f2f2f2;
}

/* line 531, sass/_own.scss */
.block.type-5 .register-login:before {
  position: absolute;
  left: -32px;
  top: 0px;
  width: 100%;
  height: 1px;
  content: "";
  background: #f2f2f2;
}

/* line 532, sass/_own.scss */
.block.type-5 h5 {
  text-transform: none;
}

/* line 533, sass/_own.scss */
.triple-images-container {
  position: relative;
  text-align: center;
  max-width: 570px;
}

/* line 535, sass/_own.scss */
.triple-images-container img:nth-child(1) {
  position: relative;
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}

/* line 536, sass/_own.scss */
.triple-images-container img:nth-child(2) {
  position: absolute;
  left: 0;
  width: 40%;
  top: 10%;
}

/* line 537, sass/_own.scss */
.triple-images-container img:nth-child(3) {
  position: absolute;
  right: 0;
  width: 33%;
  top: 18%;
}

@media (max-width: 1170px) {
  /* line 539, sass/_own.scss */
  .block.type-5 .register-login {
    padding-top: 38px;
  }

  /* line 540, sass/_own.scss */
  .block.type-5 .register-login article {
    width: 90%;
  }

  /* line 541, sass/_own.scss */
  .block.type-5 {
    padding: 40px 0px;
  }

  /* line 542, sass/_own.scss */
  .block.type-5 .col-md-5 p {
    padding-bottom: 13px;
  }

  /* line 543, sass/_own.scss */
  .block.type-5 .register-login .swiper-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* line 546, sass/_own.scss */
  .block.type-5 .img-wrap-slider {
    display: none;
  }

  /* line 547, sass/_own.scss */
  .block.type-5 .pagination {
    width: 100%;
    top: auto;
    bottom: 0px;
  }

  /* line 548, sass/_own.scss */
  .block.type-5 .pagination .swiper-active-switch {
    width: 20px;
    height: 9px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - BLOCK "TYPE 6" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 557, sass/_own.scss */
.block.type-6 {
  background: #fbc011;
  padding-top: 120px;
  padding-bottom: 112px;
}

/* line 558, sass/_own.scss */
.block.type-6 h2 {
  color: #fff;
}

/* line 559, sass/_own.scss */
.block.type-6 p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 560, sass/_own.scss */
.block.type-6 .titel-left:after {
  background: #fff;
}

/* line 561, sass/_own.scss */
.block.type-6 .touru-thumbs {
  position: relative;
  float: left;
  width: 33.33%;
}

/* line 562, sass/_own.scss */
.block.type-6 .touru-thumbs img {
  width: 90%;
  position: relative;
  float: left;
  margin: 5px 5%;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

/* line 563, sass/_own.scss */
.block.type-6 .pagination {
  margin-top: 40px;
}

/* line 564, sass/_own.scss */
.block.type-6 .swiper-pagination-switch {
  background: rgba(255, 255, 255, 0.3);
}

/* line 565, sass/_own.scss */
.block.type-6 .swiper-active-switch {
  height: 9px;
  width: 23px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 567, sass/_own.scss */
  .touru {
    margin-top: 40px;
  }

  /* line 568, sass/_own.scss */
  .block.type-6 {
    padding-top: 40px;
    padding-bottom: 38px;
  }
}
@media (max-width: 500px) {
  /* line 574, sass/_own.scss */
  .block.type-6 .touru-thumbs {
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - BLOCK "TYPE 7" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 580, sass/_own.scss */
.block.type-7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  -webkit-backface-visibility: hidden;
}

/* line 581, sass/_own.scss */
.block.type-7 h2 {
  text-align: center;
}

/* line 582, sass/_own.scss */
.block.type-7 p {
  text-align: center;
}

/* line 583, sass/_own.scss */
.block.type-7 form {
  margin-top: 8px;
}

/* line 584, sass/_own.scss */
.block.type-7 .contact-thumbs {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

/* line 585, sass/_own.scss */
.block.type-7 .contact-thumbs img {
  padding-bottom: 15px;
}

/* line 586, sass/_own.scss */
.block.type-7 .contact-thumbs a {
  color: #777777;
  font-weight: bold;
}

/* line 587, sass/_own.scss */
.block.type-7 .page-tagline *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 592, sass/_own.scss */
  .block.type-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - BLOCK "TYPE 8" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 601, sass/_own.scss */
.new-block {
  /* padding: 120px 0; */
  border-bottom: 1px #f2f2f2 solid;
  color: #fff;
  background: #fff;
  margin-top: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}

/* line 602, sass/_own.scss */
.new-block.color-background, .new-block.parallax-bg-text {
  border: none;
}

/* line 603, sass/_own.scss */
.new-block .new-block {
  padding: 0;
  border: none;
}

/* line 604, sass/_own.scss */
.new-block article *:last-child {
  padding-bottom: 0 !important;
}

/* line 605, sass/_own.scss */
.new-block *:last-child {
  margin-bottom: 0 !important;
}

/* line 606, sass/_own.scss */
.new-block article {
  float: none;
  width: auto;
}

/* line 607, sass/_own.scss */
.new-block.type-3 {
  background: #fbfbfb;
}

/* line 608, sass/_own.scss */
.new-block.color-background {
  background: #fcc012;
  color: #fcc012;
}

/* line 609, sass/_own.scss */
.new-block.color-background article *, .new-block.color-background .titel-left {
  color: #fff;
}

/* line 610, sass/_own.scss */
.new-block.color-background ul li, .new-block.color-background p, .new-block.color-background .page-tagline .description {
  color: rgba(255, 255, 255, 0.8);
}

/* line 611, sass/_own.scss */
.new-block.color-background ul li {
  font-size: 14px;
}

/**/
/* line 613, sass/_own.scss */
.new-block .pagination {
  width: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  margin-top: 0;
}

/* line 614, sass/_own.scss */
.new-block .pagination .swiper-pagination-switch {
  margin: 5px 0;
}

/* line 615, sass/_own.scss */
.new-block.color-background .swiper-pagination-switch, .new-block.parallax-bg-text .swiper-pagination-switch {
  background: rgba(255, 255, 255, 0.3);
}

/* line 616, sass/_own.scss */
.new-block.color-background .swiper-active-switch, .new-block.parallax-bg-text .swiper-active-switch {
  background: #fff;
}

/* line 617, sass/_own.scss */
.new-block.color-background .titel-left:after {
  background: #fff;
}

/* line 618, sass/_own.scss */
.new-block .swiper-container {
  margin-left: -32px;
}

/* line 619, sass/_own.scss */
.new-block .swiper-container .paddings-container {
  padding-left: 52px;
}

/* line 620, sass/_own.scss */
.new-block .swiper-container:before {
  position: absolute;
  width: 12px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: red;
  z-index: 1;
  background: currentColor;
}

/* line 621, sass/_own.scss */
.new-block .swiper-container.horizontal-pagination:before {
  display: none;
}

/* line 622, sass/_own.scss */
.new-block .swiper-container.horizontal-pagination {
  margin-left: 0;
}

/* line 623, sass/_own.scss */
.new-block .swiper-container.horizontal-pagination .pagination {
  width: auto;
  position: relative;
  margin-top: 26px;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

/* line 624, sass/_own.scss */
.new-block .swiper-container.horizontal-pagination .pagination .swiper-pagination-switch {
  margin: 0 10px;
  text-align: center;
}

/* line 625, sass/_own.scss */
.new-block .swiper-container.horizontal-pagination .pagination .swiper-active-switch {
  width: 23px;
  height: 9px;
}

/* line 626, sass/_own.scss */
.new-block .swiper-container.horizontal-pagination .paddings-container {
  padding-left: 0;
}

/**/
/* line 628, sass/_own.scss */
.new-block.type-8 .normall {
  margin-bottom: 60px;
}

/* line 629, sass/_own.scss */
.new-block.type-8 .tabs-title {
  font-size: 20px;
  color: #222;
  line-height: 40px;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  font-family: 'bold';
}

/* line 630, sass/_own.scss */
.icon-text-description-entry {
  margin-bottom: 60px;
}

/* line 631, sass/_own.scss */
.icon-text-description-entry img {
  float: left;
  width: 30px;
  height: auto;
  margin-top: -4px;
}

/* line 632, sass/_own.scss */
.icon-text-description-entry article {
  margin-left: 50px;
}

/* line 633, sass/_own.scss */
.phones-container {
  text-align: center;
}

/* line 634, sass/_own.scss */
.phones-container img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/**/
/* line 636, sass/_own.scss */
.new-block .little-img-text-entry {
  padding-bottom: 57px;
}

/* line 637, sass/_own.scss */
.new-block .little-img-text-entry:nth-last-child(1), .new-block .little-img-text-entry:nth-last-child(2), .new-block .little-img-text-entry:nth-last-child(3) {
  padding-bottom: 0;
}

/* line 638, sass/_own.scss */
.little-img-text-entry:nth-child(3n+1) {
  clear: both;
}

/**/
/* line 640, sass/_own.scss */
.page-tagline {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 25px;
}

/* line 641, sass/_own.scss */
.page-tagline .title {
  font-family: 'black';
  font-size: 46px;
  color: #222;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 40px;
  position: relative;
}

/* line 642, sass/_own.scss */
.page-tagline .title:last-child {
  padding-bottom: 0;
}

/* line 643, sass/_own.scss */
.page-tagline .title:before {
  width: 30px;
  height: 5px;
  background: #fbc011;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -25px;
  content: "";
}

/* line 644, sass/_own.scss */
.page-tagline .description {
  font-size: 16px;
  line-height: 28px;
  color: #777;
  font-family: 'regular';
  margin-bottom: 40px;
}

/* line 645, sass/_own.scss */
.color-background .page-tagline .title {
  color: #fff;
}

/* line 646, sass/_own.scss */
.color-background .page-tagline .title:before {
  background: #fff;
}

/* line 647, sass/_own.scss */
.color-background .page-tagline .description {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 650, sass/_own.scss */
  .new-block {
    padding: 50px 0;
  }

  /* line 651, sass/_own.scss */
  .page-tagline, .blog-container .page-tagline {
    margin-bottom: 40px;
  }

  /* line 652, sass/_own.scss */
  .little-img-text-entry:nth-child(3n+1) {
    clear: none;
  }

  /* line 653, sass/_own.scss */
  .little-img-text-entry:nth-child(2n+1) {
    clear: both;
  }

  /* line 654, sass/_own.scss */
  .new-block .little-img-text-entry, .new-block .little-img-text-entry:nth-last-child(3) {
    padding-bottom: 40px;
  }

  /* line 655, sass/_own.scss */
  .new-block .little-img-text-entry:nth-last-child(1), .new-block .little-img-text-entry:nth-last-child(2) {
    padding-bottom: 0;
  }

  /* line 656, sass/_own.scss */
  .new-block .swiper-container {
    margin-left: 10px;
  }

  /* line 657, sass/_own.scss */
  .new-block .swiper-container.horizontal-pagination {
    margin-left: 0;
  }

  /* line 658, sass/_own.scss */
  .new-block .swiper-container .paddings-container {
    padding-right: 10px;
  }

  /* line 659, sass/_own.scss */
  .new-block .swiper-container.horizontal-pagination .paddings-container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 662, sass/_own.scss */
  .phones-container {
    width: auto;
    left: 0;
  }

  /* line 663, sass/_own.scss */
  .new-block .content-entry:first-child {
    padding-bottom: 30px;
  }

  /* line 664, sass/_own.scss */
  .new-block .little-img-text-entry, .new-block .little-img-text-entry:nth-last-child(2) {
    padding-bottom: 40px;
  }

  /* line 665, sass/_own.scss */
  .new-block.type-3.type-3-1 img {
    margin-top: 0;
  }

  /*pagination turned to default horizontal*/
  /* line 667, sass/_own.scss */
  .new-block .swiper-container:before {
    display: none;
  }

  /* line 668, sass/_own.scss */
  .new-block .swiper-container {
    margin-left: 0;
  }

  /* line 669, sass/_own.scss */
  .new-block .swiper-container .pagination {
    width: auto;
    position: relative;
    margin-top: 30px;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }

  /* line 670, sass/_own.scss */
  .new-block .swiper-container .pagination .swiper-pagination-switch {
    margin: 0 10px;
    text-align: center;
  }

  /* line 671, sass/_own.scss */
  .new-block .swiper-container .pagination .swiper-active-switch {
    width: 23px;
    height: 9px;
  }

  /* line 672, sass/_own.scss */
  .new-block .swiper-container .paddings-container {
    padding-left: 0;
  }

  /**/
  /* line 674, sass/_own.scss */
  .page-tagline .title {
    font-size: 38px;
    line-height: 35px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - BLOCK "TYPE 9" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 680, sass/_own.scss */
.new-block.type-9 .h3 {
  text-transform: none;
  padding-bottom: 15px;
}

/* line 681, sass/_own.scss */
.new-block.type-9 .cell-view {
  width: 1000px;
  height: 495px;
}

/* line 682, sass/_own.scss */
.swiper-image-block {
  text-align: center;
}

/* line 683, sass/_own.scss */
.swiper-image-block img {
  max-width: 410px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

/*list style 1*/
/* line 685, sass/_own.scss */
.list-style-1 li {
  padding-left: 30px;
  line-height: 27px;
  background: url(../img/list-bg-style-1.png) 0 11px no-repeat;
}

/* line 686, sass/_own.scss */
.list-style-1 li:after {
  display: none;
}

/* line 687, sass/_own.scss */
.list-style-2 li {
  padding-left: 30px;
  line-height: 27px;
  background: url(../img/theme-1/list-bg-style-2.png) 0 11px no-repeat;
}

/* line 688, sass/_own.scss */
.list-style-2 li:after {
  display: none;
}

@media (max-width: 991px) {
  /* line 691, sass/_own.scss */
  .swiper-image-block {
    padding-top: 30px;
  }

  /* line 692, sass/_own.scss */
  .new-block.type-9 .cell-view {
    height: auto;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - BLOCK "TYPE 10" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 701, sass/_own.scss */
.new-block.type-10 .paddings-container {
  padding: 0 15px !important;
  text-align: center;
}

/* line 702, sass/_own.scss */
.new-block.type-10 .image-wrapper {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 24px;
  max-width: 370px;
  position: relative;
  overflow: hidden;
}

/* line 703, sass/_own.scss */
.new-block.type-10 .image-wrapper .thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 704, sass/_own.scss */
.new-block.type-10 .image-wrapper:hover .thumbnail-image {
  left: 70px;
}

/* line 705, sass/_own.scss */
.new-block.type-10 .image-socials-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: #fbc011;
}

/* line 706, sass/_own.scss */
.new-block.type-10 .image-socials-box a {
  padding: 15px;
  display: block;
  position: relative;
  left: -50px;
}

/* line 707, sass/_own.scss */
.new-block.type-10 .image-wrapper:hover .image-socials-box a {
  left: 0;
}

/* line 708, sass/_own.scss */
.new-block.type-10 .image-socials-box img {
  width: 16px;
  height: 16px;
}

/* line 709, sass/_own.scss */
.new-block.type-10 .image-wrapper .image-socials-box a:hover img {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
}

/* line 710, sass/_own.scss */
.new-block.type-10 .image-socials-box .vertical-align {
  width: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

/* line 711, sass/_own.scss */
.new-block.type-10 .paddings-container .name {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  line-height: 16px;
  font-family: 'bold';
  margin-bottom: 15px;
}

/* line 712, sass/_own.scss */
.new-block.type-10 .paddings-container .position {
  font-size: 14px;
  line-height: 24px;
  color: #fcc012;
  margin-bottom: 15px;
}

/* line 713, sass/_own.scss */
.new-block.type-10 .paddings-container .description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  padding: 0 35px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - BLOCK "TYPE 11" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 725, sass/_own.scss */
.new-block.type-11 {
  padding: 0;
}

/* line 726, sass/_own.scss */
.new-block.type-11 .container {
  position: relative;
}

/* line 727, sass/_own.scss */
.new-block.type-11 .swiper-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

@media (max-width: 1199px) {
  /* line 729, sass/_own.scss */
  .new-block.type-11 .swiper-container {
    position: absolute;
  }
}
@media (max-height: 650px) {
  /* line 732, sass/_own.scss */
  .new-block.type-11 .swiper-container {
    position: absolute;
  }
}
/* line 734, sass/_own.scss */
.new-block.type-11 .swiper-slide {
  position: relative;
  background-position: center center;
  background-size: cover;
}

/* line 735, sass/_own.scss */
.new-block.type-11 .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.35);
}

/* line 736, sass/_own.scss */
.new-block.type-11 .swiper-container, .new-block.type-11 .swiper-wrapper, .new-block.type-11 .swiper-slide {
  height: inherit !important;
  min-height: inherit !important;
}

/* line 737, sass/_own.scss */
.new-block.type-11 .center-tagline {
  width: 100%;
}

/* line 739, sass/_own.scss */
.new-block.type-11 .center-tagline .title {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-family: 'black';
  text-transform: uppercase;
  padding-bottom: 20px;
}

.new-block.type-11 .center-tagline .subtitle {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family: 'black';
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 740, sass/_own.scss */
.new-block.type-11 .center-tagline .description {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: white;
  margin-bottom: 40px;
}

.new-block.type-11 .center-tagline .description p {
  margin-bottom: 1rem;
}

/* line 741, sass/_own.scss */
.banner-tabs {
  height: 120px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

/* line 742, sass/_own.scss */
.banner-tabs .entry {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: 'bold';
  cursor: pointer;
}

/* line 743, sass/_own.scss */
.banner-tabs .entry span.title {
  display: block;
  color: #fbc011;
  padding-top: 25px;
  margin-bottom: 10px;
  position: relative;
}

/* line 744, sass/_own.scss */
.banner-tabs span.title:before {
  height: 3px;
  width: 50%;
  background: #fbc011;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  content: "";
}

/* line 745, sass/_own.scss */
.banner-tabs .entry.active span.title:before, .banner-tabs .entry:hover span.title:before {
  width: 100%;
}

/* line 746, sass/_own.scss */
.banner-tabs .entry span.description {
  display: block;
  color: #ddd;
}

/* line 747, sass/_own.scss */
.banner-tabs .entry:hover span.title {
  color: #ddd;
}

/* line 748, sass/_own.scss */
.banner-tabs .entry:hover span.description {
  color: #fbc011;
}

/* line 749, sass/_own.scss */
.new-block.type-11 .swiper-container.horizontal-pagination .pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  top: auto;
  margin: 0;
  display: none;
}

/* line 750, sass/_own.scss */
.new-block.type-11 .banner-image {
  position: static;
}

/* line 751, sass/_own.scss */
.new-block.type-11 .banner-image img {
  max-height: 450px;
  max-width: 100%;
}

/* line 752, sass/_own.scss */
.new-block.type-11 .banner-image:first-child img {
  left: 25%;
}

/* line 753, sass/_own.scss */
.banner-text.text-align-right {
  text-align: right;
}

/* line 754, sass/_own.scss */
.banner-text.text-align-center {
  text-align: center;
}

/* line 755, sass/_own.scss */
/* .banner-text {
  position: relative;
  opacity: 0;
  transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
} */

/* line 756, sass/_own.scss */
/* .banner-image {
  position: relative;
  opacity: 0;
} */

/* line 757, sass/_own.scss */
.swiper-slide-active .banner-text {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  left: 0;
}

/* line 758, sass/_own.scss */
.swiper-slide-active .banner-image {
  opacity: 1;
}

@media (max-width: 1400px) {
  /* line 761, sass/_own.scss */
  .new-block.type-11 .default-arrow.left {
    left: 30px;
  }

  /* line 762, sass/_own.scss */
  .new-block.type-11 .default-arrow.right {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  /* line 765, sass/_own.scss */
  .new-block.type-11 .default-arrow.left {
    left: 0;
  }

  /* line 766, sass/_own.scss */
  .new-block.type-11 .default-arrow.right {
    right: 0;
  }
}
@media (max-width: 1199px) {
  /* line 769, sass/_own.scss */
  .new-block.type-11 .banner-image img {
    max-height: 450px;
  }

  /* line 770, sass/_own.scss */
  .new-block.type-11.reduced-height .center-tagline {
    margin-top: 32px;
  }

  /* line 771, sass/_own.scss */
  .new-block.type-11 .swiper-slide .container {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  /* line 774, sass/_own.scss */
  .banner-tabs {
    display: none;
  }

  /* line 775, sass/_own.scss */
  .new-block.type-11 .swiper-container.horizontal-pagination .pagination {
    display: block;
  }

  /* line 776, sass/_own.scss */
  .banner-text.text-align-right, .banner-text.text-align-center {
    text-align: left;
  }

  /* line 777, sass/_own.scss */
  .new-block.type-11 .banner-image {
    display: none;
  }

  /* line 779, sass/_own.scss */
  .new-block.type-11 .center-tagline {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 783, sass/_own.scss */
  .new-block.type-11 .center-tagline .title {
    font-size: 32px;
    line-height: 36px;
  }

  .new-block.type-11 .center-tagline .subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  /* line 784, sass/_own.scss */
  .new-block.type-11 .center-tagline .description {
    margin-bottom: 20px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - BLOCK "TYPE 12" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 790, sass/_own.scss */
.new-block.type-12 {
  overflow: hidden;
}

/* line 791, sass/_own.scss */
.new-block.type-12 .normall {
  margin-bottom: 60px;
}

/* line 792, sass/_own.scss */
.logos-slider {
  margin-bottom: 60px;
}

/* line 793, sass/_own.scss */
.logos-slider .pagination {
  display: none;
}

/* line 794, sass/_own.scss */
.logos-slider .swiper-slide {
  text-align: center;
  position: relative;
}

/* line 795, sass/_own.scss */
.logos-slider .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

/* line 796, sass/_own.scss */
.logos-slider .swiper-slide:first-child:before {
  display: none;
}

/* line 797, sass/_own.scss */
.logos-slider .swiper-slide img {
  display: inline-block;
  vertical-align: bottom;
}

/* line 798, sass/_own.scss */
.testimonials-slider {
  margin-bottom: -135px;
  text-align: center;
  position: relative;
}

/* line 799, sass/_own.scss */
.testimonials-slider .pagination {
  display: none;
}

/* line 800, sass/_own.scss */
.testimonials-slider img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

/* line 801, sass/_own.scss */
.testimonials-slider .blockquote-wrapper {
  background: url(../img/theme-1/blockquote-bg.png) 38px 33px no-repeat #fff;
  padding: 25px 50px 25px 70px;
  font-size: 18px;
  line-height: 32px;
  color: #777;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* line 802, sass/_own.scss */
.testimonials-slider .blockquote-wrapper p {
  color: #777;
  font-size: 18px;
  line-height: 32px;
}

/* line 803, sass/_own.scss */
.testimonials-slider .blockquote-wrapper:before {
  background: url(../img/blockquote-triangle.png);
  width: 18px;
  height: 28px;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -14px;
  content: "";
}

/* line 804, sass/_own.scss */
.testimonials-slider .blockquote-wrapper footer {
  background: none;
  font-size: 16px;
  line-height: 28px;
  color: #777;
  margin-top: 15px;
}

/* line 805, sass/_own.scss */
.testimonials-slider .blockquote-wrapper footer cite {
  font-family: 'bold';
}

/* line 806, sass/_own.scss */
.testimonials-slider .blockquote-wrapper .cite {
  color: #222;
}

/* line 807, sass/_own.scss */
blockquote *:before {
  display: none;
}

/* line 808, sass/_own.scss */
.testimonials-slider .cell-view {
  height: 440px;
}

/* line 809, sass/_own.scss */
.testimonials-slider .swiper-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-align: center;
  cursor: pointer;
}

/* line 810, sass/_own.scss */
.testimonials-slider .swiper-arrow:hover {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

/* line 811, sass/_own.scss */
.testimonials-slider .swiper-arrow.left {
  left: 50%;
  margin-left: -600px;
}

/* line 812, sass/_own.scss */
.testimonials-slider .swiper-arrow.right {
  right: 50%;
  margin-right: -600px;
}

/* line 813, sass/_own.scss */
.testimonials-slider .swiper-arrow .glyphicon {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

/* line 814, sass/_own.scss */
.testimonials-text {
  position: relative;
  opacity: 0;
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
}

/* line 815, sass/_own.scss */
.testimonials-image {
  position: relative;
  opacity: 0;
  transform: translateY(300px);
  -moz-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
}

/* line 816, sass/_own.scss */
.swiper-slide-active .testimonials-text, .swiper-slide-active .testimonials-image {
  opacity: 1;
  transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
}

@media (max-width: 1199px) {
  /* line 818, sass/_own.scss */
  .testimonials-slider .swiper-arrow.left {
    left: 50%;
    margin-left: -500px;
  }

  /* line 819, sass/_own.scss */
  .testimonials-slider .swiper-arrow.right {
    right: 50%;
    margin-right: -500px;
  }
}
@media (max-width: 991px) {
  /* line 822, sass/_own.scss */
  .testimonials-slider {
    margin-bottom: 0;
  }

  /* line 823, sass/_own.scss */
  .testimonials-slider .cell-view {
    height: auto;
  }

  /* line 824, sass/_own.scss */
  .new-block.type-12 .normall {
    margin-bottom: 40px;
  }

  /* line 825, sass/_own.scss */
  .testimonials-slider .swiper-arrow {
    display: none;
  }

  /* line 826, sass/_own.scss */
  .testimonials-slider .pagination {
    display: block;
  }

  /* line 827, sass/_own.scss */
  .logos-slider .pagination {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 830, sass/_own.scss */
  .testimonials-slider .blockquote-wrapper {
    margin-top: 18px;
    padding: 35px 20px 20px 20px;
    background-position: 20px 15px;
    line-height: 24px;
  }

  /* line 831, sass/_own.scss */
  .testimonials-slider .blockquote-wrapper footer {
    line-height: 24px;
  }

  /* line 832, sass/_own.scss */
  .testimonials-slider .blockquote-wrapper:before {
    background: url(../img/blockquote-triangle-rotated.png);
    width: 28px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-top: 0;
    margin-left: -14px;
    content: "";
  }

  /* line 833, sass/_own.scss */
  .new-block.type-12 .normall {
    margin-bottom: 20px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - BLOCK "TYPE 14" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 839, sass/_own.scss */
.new-block.type-14 .tabs-switch {
  float: left;
  width: 100%;
  height: 114px;
  padding-top: 14px;
  border-top: 1px #f2f2f2 solid;
  border-bottom: 1px #f2f2f2 solid;
  border-right: 1px #f2f2f2 solid;
  margin-top: -1px;
  cursor: pointer;
}

/* line 840, sass/_own.scss */
.new-block.type-14 .tabs-switch img {
  float: left;
}

/* line 841, sass/_own.scss */
.new-block.type-14 .tabs-switch span {
  display: block;
  margin-left: 65px;
  font-size: 13px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  padding: 10px 0;
}

/* line 842, sass/_own.scss */
.new-block.type-14 .tabs-switch.active {
  border-right-color: #fff;
}

/* line 843, sass/_own.scss */
.new-block.type-14 .tabs-switch.active span {
  color: #fbc011;
}

/* line 844, sass/_own.scss */
.new-block.type-14 .tabs-title {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  font-family: 'bold';
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

/* line 845, sass/_own.scss */
.new-block.type-14 .tabs-text {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin-bottom: 20px !important;
}

/* line 846, sass/_own.scss */
/* .new-block.type-14 .tabs-entry img {
  width: 190px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px !important;
} */

.top-section {
  align-items: center;
  background: url(../img/content/Home-3/banner_4.jpg);
  display: flex;
  min-height: 100vh;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

.banner-container {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1rem;
}

.new-block.type-14 .tabs-entry .img-bg {
  border-radius: 50%;
  background-color: #6da6b1;
  height: 180px;
  width: 180px;
  position: relative;
}

.new-block.type-14 .tabs-entry .img-bg img {
  width: 100px !important;
  height: unset !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 847, sass/_own.scss */
.new-block.type-14 .tabs-entry .cell-view {
  height: 585px;
  width: 1000px;
}

/* line 848, sass/_own.scss */
.tabs-entry {
  display: none;
}

/* line 849, sass/_own.scss */
.tabs-entry:first-child {
  display: block;
}

/* line 850, sass/_own.scss */
.tabs-limit-container {
  padding-right: 50px;
}

@media (max-width: 1199px) {
  /* line 852, sass/_own.scss */
  .new-block.type-14 .tabs-entry img {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  /* line 855, sass/_own.scss */
  .new-block.type-14 .tabs-switch {
    margin-bottom: 40px;
  }

  /* line 856, sass/_own.scss */
  .new-block.type-14 .tabs-entry .cell-view {
    height: auto;
  }

  /**/
  /* line 858, sass/_own.scss */
  .new-block.type-14 .tabs-switch {
    width: 20%;
    text-align: center;
    border: 1px #f2f2f2 solid;
    margin-left: -1px;
    padding-top: 15px;
  }

  /* line 859, sass/_own.scss */
  .new-block.type-14 .tabs-switch.active {
    border-bottom: none;
  }

  /* line 860, sass/_own.scss */
  .new-block.type-14 .tabs-switch img {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    max-width: 60%;
    height: auto;
  }

  /* line 861, sass/_own.scss */
  .new-block.type-14 .tabs-switch span {
    display: block;
    margin-left: 0;
    line-height: 18px;
    padding: 0;
  }

  /* line 862, sass/_own.scss */
  .tabs-limit-container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 865, sass/_own.scss */
  .new-block.type-14 .tabs-switch {
    margin-bottom: 20px;
  }

  /* line 866, sass/_own.scss */
  .new-block.type-14 .tabs-entry {
    text-align: center;
  }

  /* line 867, sass/_own.scss */
  .new-block.type-14 .tabs-entry .cell-view {
    margin-bottom: 20px;
  }

  /* line 868, sass/_own.scss */
  .new-block.type-14 .tabs-switch span {
    font-size: 10px;
    line-height: 12px;
  }

  /* line 869, sass/_own.scss */
  .new-block.type-14 .tabs-switch {
    height: 100px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - BLOCK "TYPE 15" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 875, sass/_own.scss */
.video-thumbnail {
  -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 670px;
  margin: 0 auto;
}

/* line 876, sass/_own.scss */
.video-thumbnail img {
  opacity: 0.7;
  display: block;
  width: 100%;
  height: auto;
}

/* line 877, sass/_own.scss */
.new-block.type-15 .cell-view {
  height: 380px;
}

/* line 878, sass/_own.scss */
.new-block.type-15 .content-entry article {
  padding: 0 0 0 70px;
}

/* line 879, sass/_own.scss */
.new-block.type-15 .content-entry:first-child article {
  padding: 0 30px 0 0;
}

@media (max-width: 991px) {
  /* line 881, sass/_own.scss */
  .new-block.type-15 .cell-view {
    height: auto;
    display: block;
  }

  /* line 882, sass/_own.scss */
  .new-block.type-15 .pagination {
    display: block;
  }

  /* line 883, sass/_own.scss */
  .new-block.type-15 .content-entry article, .new-block.type-15 .content-entry:first-child article {
    padding: 0;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 - BLOCK "TYPE 16" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 892, sass/_own.scss */
.new-block.type-16 {
  background: #fbfbfb;
}

/* line 893, sass/_own.scss */
.compare-column-entry {
  margin-bottom: 20px;
}

/* line 894, sass/_own.scss */
.compare-column-entry .wrapper {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-align: center;
  padding: 70px;
}

/* line 895, sass/_own.scss */
.compare-column-entry .price {
  font-size: 32px;
  line-height: 40px;
  color: #fbc011;
  text-transform: uppercase;
  font-family: 'black';
}

/* line 896, sass/_own.scss */
.compare-column-entry .time {
  font-size: 16px;
  line-height: 22px;
  color: #777;
  margin-bottom: 32px;
}

/* line 897, sass/_own.scss */
.compare-column-entry .title {
  font-size: 20px;
  line-height: 25px;
  color: #222;
  text-transform: uppercase;
  font-family: 'black';
  padding: 32px 0;
  border-top: 1px #f2f2f2 solid;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 25px;
}

/* line 898, sass/_own.scss */
.compare-column-entry .description {
  font-size: 14px;
  color: #777;
  line-height: 34px;
  margin-bottom: 25px;
}

/* line 899, sass/_own.scss */
.compare-column-entry .description ul li {
  padding: 0;
}

/* line 900, sass/_own.scss */
.compare-column-entry .description ul li:after {
  display: none;
}

@media (max-width: 991px) {
  /* line 902, sass/_own.scss */
  .compare-column-entry .description {
    padding: 0;
  }

  /* line 903, sass/_own.scss */
  .compare-column-entry .wrapper {
    padding: 20px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 - BLOCK "TYPE 17" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 913, sass/_own.scss */
.blog-entry {
  margin-bottom: 70px;
}

/* line 914, sass/_own.scss */
.blog-entry-image {
  width: 100%;
  max-width: 470px;
  display: inline-block;
  vertical-align: bottom;
}

/* line 915, sass/_own.scss */
.blog-entry-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 916, sass/_own.scss */
.blog-entry .post-data {
  font-size: 12px;
  line-height: 18px;
  color: #fbc011;
  text-transform: uppercase;
  font-family: 'black';
  margin-bottom: 15px;
}

/* line 917, sass/_own.scss */
.blog-entry .post-data .date {
  display: inline-block;
  padding-right: 25px;
}

/* line 918, sass/_own.scss */
.blog-entry .post-data a {
  display: inline-block;
  color: #fbc011;
}

/* line 919, sass/_own.scss */
.blog-entry .post-data a:hover {
  text-decoration: underline;
}

/* line 920, sass/_own.scss */
.blog-entry .title {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 10px;
  display: block;
}

/* line 921, sass/_own.scss */
.blog-entry .title:hover {
  color: #fbc011;
}

/* line 922, sass/_own.scss */
.blog-entry .description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 923, sass/_own.scss */
.blog-entry .cell-view {
  height: 265px;
  padding: 20px 30px;
}

@media (max-width: 991px) {
  /* line 925, sass/_own.scss */
  .blog-entry {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 928, sass/_own.scss */
  .blog-entry .cell-view {
    height: auto;
    padding: 0 20px 20px 0;
  }

  /* line 929, sass/_own.scss */
  .blog-entry {
    padding: 0px;
    margin-bottom: 50px;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  /* line 930, sass/_own.scss */
  .blog-entry-image {
    padding: 0 20px 20px 0;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 - BLOCK "TYPE 18" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 938, sass/_own.scss */
.new-block.type-18 .tabs-switch-wrapper {
  border-bottom: 1px #f2f2f2 solid;
  text-align: center;
  font-size: 0;
  margin-bottom: 70px;
}

/* line 939, sass/_own.scss */
.new-block.type-18 .tabs-switch {
  display: inline-block;
  vertical-align: bottom;
  font-size: 13px;
  color: #777;
  font-family: 'bold';
  text-transform: uppercase;
  height: 90px;
  padding: 0 40px;
  border: 1px #f2f2f2 solid;
  margin: 0 0 -1px -1px;
  cursor: pointer;
  background: #fbfbfb;
}

/* line 940, sass/_own.scss */
.new-block.type-18 .tabs-switch.active {
  border-bottom-color: #fff;
  color: #fbc011;
  background: #fff;
}

/* line 941, sass/_own.scss */
.new-block.type-18 .tabs-switch:hover {
  color: #fbc011;
}

/*accordeon*/
/* line 944, sass/_own.scss */
.accordeon .entry {
  background: #fbfbfb;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: inset -5px 0 #ededed;
  box-shadow: inset -5px 0 #ededed;
}

/* line 945, sass/_own.scss */
.accordeon .entry.active {
  background: #fbc011;
  -webkit-box-shadow: inset -5px 0 #daa508;
  box-shadow: inset -5px 0 #daa508;
}

/* line 946, sass/_own.scss */
.accordeon .entry .title {
  font-size: 12px;
  color: #222;
  line-height: 16px;
  padding: 17px 25px 15px 45px;
  position: relative;
  text-transform: uppercase;
  font-family: 'bold';
  position: relative;
  cursor: pointer;
}

/* line 947, sass/_own.scss */
.accordeon .entry .title:hover {
  color: #fbc011;
}

/* line 948, sass/_own.scss */
.accordeon .entry.active .title {
  color: #fff;
}

/* line 949, sass/_own.scss */
.accordeon .entry.active .title:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 950, sass/_own.scss */
.accordeon .entry .title span {
  position: absolute;
  left: 25px;
  top: 17px;
  font-size: 13px;
  color: #fbc011;
}

/* line 951, sass/_own.scss */
.accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  top: 19px;
}

/* line 952, sass/_own.scss */
.accordeon .entry .text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  display: none;
}

/*accordeon drop-down*/
/* line 954, sass/_own.scss */
.accordeon.drop-down .entry .title {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  font-family: 'regular';
  text-transform: none;
  padding: 12px 35px 12px 20px;
}

/* line 955, sass/_own.scss */
.accordeon.drop-down .entry .title .glyphicon {
  font-size: 12px;
  line-height: 14px;
  left: auto;
  right: 20px;
  top: 14px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

/* line 956, sass/_own.scss */
.drop-down-list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  padding: 12px 0;
}

/* line 957, sass/_own.scss */
.drop-down-list a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

/* line 958, sass/_own.scss */
.drop-down-list a:hover {
  text-decoration: underline;
}

/* line 959, sass/_own.scss */
.accordeon.drop-down .entry .text {
  padding: 0 20px;
}

/* line 960, sass/_own.scss */
.accordeon.drop-down .entry.active .title {
  color: #fff;
}

/* line 961, sass/_own.scss */
.accordeon.drop-down .entry.active .title:hover {
  color: #fff0e0;
}

/* line 962, sass/_own.scss */
.accordeon.drop-down .entry.active .title .glyphicon {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

/**/
@media (max-width: 991px) {
  /* line 966, sass/_own.scss */
  .new-block.type-18 .tabs-switch {
    height: 70px;
    padding: 0 30px;
  }

  /* line 967, sass/_own.scss */
  .new-block.type-18 .tabs-switch-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 970, sass/_own.scss */
  .new-block.type-18 .tabs-switch {
    width: 50%;
    float: left;
  }

  /* line 971, sass/_own.scss */
  .new-block.type-18 .tabs-switch .cell-view {
    width: 500px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 25 - BLOCK "TYPE 19" (index style 2) */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 977, sass/_own.scss */
.new-block.type-19 {
  padding-bottom: 0;
}

/* line 978, sass/_own.scss */
.sorting-item, .grid-sizer {
  width: 20%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 979, sass/_own.scss */
.full-page {
  margin-bottom: 120px;
}

/* line 980, sass/_own.scss */
.full-page .sorting-item, .full-page .grid-sizer {
  width: 25%;
}

/* line 981, sass/_own.scss */
.full-page .sorting-item.w2 {
  width: 50%;
}

/* line 982, sass/_own.scss */
.sorting-item img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

/* line 983, sass/_own.scss */
.sorting-menu {
  text-align: center;
  font-size: 0;
  margin-bottom: 70px;
}

/* line 984, sass/_own.scss */
.sorting-menu a {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  color: #888;
  text-transform: uppercase;
  font-family: 'bold';
  margin-right: 15px;
  padding: 2px 10px 0 10px;
  margin-bottom: 5px;
}

/* line 985, sass/_own.scss */
.sorting-menu a.active, .sorting-menu a:hover {
  color: #fff;
  background: #fbc011;
}

/* line 986, sass/_own.scss */
.sorting-menu a:first-child {
  margin-left: 0;
}

/* line 987, sass/_own.scss */
.sorting-item.disabled {
  opacity: 0.1;
}

/* line 988, sass/_own.scss */
.full-page .sorting-item.disabled {
  opacity: 0;
}

/* line 989, sass/_own.scss */
.sorting-item .tagline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 192, 17, 0.8);
  opacity: 0;
}

/* line 990, sass/_own.scss */
.sorting-item:hover .tagline {
  opacity: 1;
}

/* line 991, sass/_own.scss */
.sorting-item .tagline .content {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}

/* line 992, sass/_own.scss */
.sorting-item .tagline .title {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'bold';
  transform: translateX(-100%);
  -oz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

/* line 993, sass/_own.scss */
.sorting-item:nth-child(2n) .tagline .title {
  transform: translateX(0%) translateY(-100%);
  -oz-transform: translateX(0%) translateY(-100%);
  -webkit-transform: translateX(0%) translateY(-100%);
  -ms-transform: translateX(0%) translateY(-100%);
}

/* line 994, sass/_own.scss */
.sorting-item .tagline .description {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  transform: translateX(100%);
  -oz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

/* line 995, sass/_own.scss */
.sorting-item:nth-child(2n) .tagline .description {
  transform: translateX(0%) translateY(100%);
  -oz-transform: translateX(0%) translateY(100%);
  -webkit-transform: translateX(0%) translateY(100%);
  -ms-transform: translateX(0%) translateY(100%);
}

/* line 996, sass/_own.scss */
.sorting-item:hover .tagline .title, .sorting-item:hover .tagline .description {
  transform: translateX(0%) translateY(0%);
  -oz-transform: translateX(0%) translateY(0%);
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
}

/* line 997, sass/_own.scss */
.full-page.borders .sorting-item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 15px #fff solid;
  left: 0;
  top: 0;
  content: "";
}

/*dropdown for responsive*/
/* line 999, sass/_own.scss */
.responsive-filtration-title {
  display: none;
  position: relative;
}

@media (max-width: 991px) {
  /* line 1002, sass/_own.scss */
  .sorting-menu {
    margin-bottom: 50px;
  }

  /* line 1003, sass/_own.scss */
  .full-page.borders .sorting-item:after {
    border-width: 5px;
  }

  /*dropdown for responsive*/
  /* line 1005, sass/_own.scss */
  .responsive-filtration-title {
    display: block;
    color: #222;
    border-bottom: 5px #fbc011 solid;
    font-size: 22px;
    font-family: 'bold';
    line-height: 40px;
    padding: 0 40px;
    cursor: pointer;
  }

  /* line 1006, sass/_own.scss */
  .responsive-filtration-title .glyphicon {
    position: absolute;
    line-height: 40px;
    width: 40px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fbc011;
  }

  /* line 1007, sass/_own.scss */
  .sorting-menu.active .responsive-filtration-title .glyphicon {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
  }

  /* line 1008, sass/_own.scss */
  .responsive-filtration-toggle {
    display: none;
  }

  /* line 1009, sass/_own.scss */
  .sorting-menu.active .responsive-filtration-toggle {
    display: block;
  }

  /* line 1010, sass/_own.scss */
  .sorting-menu a {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  /* line 1013, sass/_own.scss */
  .sorting-item, .grid-sizer {
    width: 50%;
  }

  /* line 1014, sass/_own.scss */
  .full-page .sorting-item, .full-page .grid-sizer, .full-page .sorting-item.w2 {
    width: 50%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 26 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1020, sass/_own.scss */
.blog-container {
  padding-top: 75px;
}

/* line 1021, sass/_own.scss */
.blog-post {
  margin-bottom: 90px;
  clear: both;
}

/* line 1022, sass/_own.scss */
.blog-post .thumbnail-entry {
  display: block;
  margin-bottom: 40px;
}

/* line 1023, sass/_own.scss */
.blog-post .thumbnail-entry img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1024, sass/_own.scss */
.blog-post .thumbnail-entry blockquote {
  background: url(../img/theme-1/blockquote-bg-1.png) 40px 30px no-repeat #f8f8f8;
  padding: 70px 40px 20px 40px;
  font-size: 20px;
  line-height: 24px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  border-left: 5px #fbc011 solid;
}

/* line 1025, sass/_own.scss */
.blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border: none;
}

/* line 1026, sass/_own.scss */
.blog-post .thumbnail-entry blockquote.style-2:before {
  width: 2px;
  top: 18px;
  bottom: 18px;
  position: absolute;
  left: 0;
  background: #fbc011;
  content: "";
}

/* line 1027, sass/_own.scss */
.blog-post .thumbnail-entry blockquote footer {
  background: none;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  font-family: 'regular';
  margin-top: 5px;
}

/* line 1028, sass/_own.scss */
.blog-post .thumbnail-entry blockquote cite {
  color: #fbc011;
  font-family: 'bold';
}

/* line 1029, sass/_own.scss */
.blog-post .thumbnail-entry blockquote.style-2 cite {
  color: #222;
}

/* line 1030, sass/_own.scss */
.blog-post .thumbnail-entry .default-arrow.left {
  left: 20px;
}

/* line 1031, sass/_own.scss */
.blog-post .thumbnail-entry .default-arrow.right {
  right: 20px;
}

/* line 1032, sass/_own.scss */
.blog-post .thumbnail-entry .pagination {
  position: absolute !important;
  left: 0;
  width: 100% !important;
  bottom: 10px;
  top: auto;
  display: none;
}

/* line 1034, sass/_own.scss */
.blog-post .date {
  float: left;
  width: 70px;
  border-right: 2px #fbc011 solid;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  padding-top: 3px;
}

/* line 1035, sass/_own.scss */
.blog-post .date span {
  display: block;
  font-size: 30px;
  font-family: 'bold';
}

/* line 1036, sass/_own.scss */
.blog-post .text {
  margin-left: 70px;
  padding: 0 0 0 30px;
}

/* line 1037, sass/_own.scss */
.blog-post .title {
  font-size: 30px;
  line-height: 34px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 20px !important;
  display: inline-block;
}

/* line 1038, sass/_own.scss */
.blog-post.detail-post .title {
  margin-bottom: 35px !important;
}

/* line 1039, sass/_own.scss */
.blog-post .title:hover {
  color: #fbc011;
}

/* line 1040, sass/_own.scss */
.blog-post .description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

/*paginator*/
/* line 1043, sass/_own.scss */
.paginator ul {
  list-style: none;
  margin: 0 100px -40px 100px;
  font-size: 0;
  text-align: center;
}

/* line 1044, sass/_own.scss */
.paginator ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

/* line 1045, sass/_own.scss */
.paginator ul li:after {
  display: none;
}

/* line 1046, sass/_own.scss */
.paginator ul li a {
  font-size: 12px;
  line-height: 35px;
  color: #888;
  display: block;
  width: 35px;
  font-family: 'bold';
}

/* line 1047, sass/_own.scss */
.paginator ul li a.active, .paginator ul li a:hover {
  color: #fff;
  background: #fbc011;
}

/* line 1048, sass/_own.scss */
.arrow-button:hover {
  color: #fbc011;
}

/* line 1049, sass/_own.scss */
.arrow-button {
  float: right;
  font-size: 12px;
  line-height: 42px;
  color: #888;
  font-family: 'bold';
  text-transform: uppercase;
}

/* line 1050, sass/_own.scss */
.arrow-button:first-child {
  float: left;
}

/*widgets*/
/* line 1052, sass/_own.scss */
.widget-entry {
  margin-bottom: 70px;
}

/* line 1053, sass/_own.scss */
.widget-title {
  font-size: 20px;
  line-height: 20px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 40px !important;
}

/* line 1054, sass/_own.scss */
.widget-entry .swiper-container img {
  width: 100%;
  height: auto;
}

/* line 1055, sass/_own.scss */
.widget-entry .default-arrow {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  margin-top: -44px;
}

/* line 1056, sass/_own.scss */
.widget-entry .default-arrow.left {
  left: 15px;
}

/* line 1057, sass/_own.scss */
.widget-entry .default-arrow.right {
  right: 15px;
}

/* line 1059, sass/_own.scss */
.categories-wrapper .entry {
  font-size: 12px;
  line-height: 14px;
  padding: 14px 30px 14px 0;
  display: block;
  position: relative;
  color: #888;
  text-transform: uppercase;
  border-bottom: 1px #f2f2f2 solid;
  cursor: pointer;
}

/* line 1060, sass/_own.scss */
.categories-wrapper .entry .number {
  position: absolute;
  right: 0;
  top: 14px;
  color: #fbc011;
}

/* line 1061, sass/_own.scss */
.categories-wrapper .entry .glyphicon {
  font-size: 10px;
  margin-right: 10px;
  position: relative;
}

/* line 1062, sass/_own.scss */
.categories-wrapper .entry.toggle .glyphicon:before {
  content: "+";
  color: #fbc011;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

/* line 1063, sass/_own.scss */
.categories-wrapper .entry.toggle.active .glyphicon:before {
  content: "-";
}

/* line 1064, sass/_own.scss */
.categories-wrapper .entry:hover {
  color: #fbc011;
}

/* line 1065, sass/_own.scss */
.categories-wrapper .sub-wrapper {
  border-bottom: 1px #f2f2f2 solid;
  display: none;
}

/* line 1066, sass/_own.scss */
.categories-wrapper .sub-wrapper:last-child {
  border: none;
}

/* line 1067, sass/_own.scss */
.categories-wrapper .sub-wrapper a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #888;
  padding: 14px 0 14px 40px;
}

/* line 1068, sass/_own.scss */
.categories-wrapper .sub-wrapper a span {
  color: #fbc011;
}

/**/
/* line 1070, sass/_own.scss */
.popular-post-entry {
  padding-bottom: 35px;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 35px;
}

/* line 1071, sass/_own.scss */
.popular-post-entry .popular-thumbnail {
  float: left;
}

/* line 1072, sass/_own.scss */
.popular-post-entry .popular-thumbnail img {
  display: block;
  width: 80px;
  height: 80px;
}

/* line 1073, sass/_own.scss */
.popular-post-entry .content {
  margin-left: 100px;
}

/* line 1074, sass/_own.scss */
.popular-post-entry .content .date {
  font-size: 12px;
  line-height: 14px;
  color: #fbc011;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'bold';
}

/* line 1075, sass/_own.scss */
.popular-post-entry .content .title {
  font-size: 13px;
  line-height: 20px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  display: block;
}

/* line 1076, sass/_own.scss */
.popular-post-entry .content .title:hover {
  color: #fbc011;
}

/**/
/* line 1078, sass/_own.scss */
.tags-container {
  font-size: 0;
}

/* line 1079, sass/_own.scss */
.tags-container a {
  font-size: 11px;
  line-height: 32px;
  color: #555;
  display: inline-block;
  margin-right: 10px;
  background: #f8f8f8;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 1080, sass/_own.scss */
.tags-container a:hover {
  color: #fff;
  background: #fbc011;
}

/* line 1081, sass/_own.scss */
.tags-title {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: 'bold';
}

/**/
/* line 1083, sass/_own.scss */
.text-widget-image {
  max-width: 370px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* line 1084, sass/_own.scss */
.text-widget-description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin-bottom: 20px;
}

/**/
/* line 1086, sass/_own.scss */
.latest-comment-entry {
  margin-bottom: 30px;
}

/* line 1087, sass/_own.scss */
.latest-comment-entry .date {
  font-size: 11px;
  line-height: 18px;
  color: #888;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 10px;
}

/* line 1088, sass/_own.scss */
.latest-comment-entry .date .glyphicon {
  color: #fbc011;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

/* line 1089, sass/_own.scss */
.latest-comment-entry .title {
  font-size: 13px;
  line-height: 20px;
  color: #888;
}

/* line 1090, sass/_own.scss */
.latest-comment-entry .title .name {
  color: #fbc011;
  text-transform: uppercase;
}

/* line 1091, sass/_own.scss */
.latest-comment-entry .title .name:hover {
  text-decoration: underline;
}

/* line 1092, sass/_own.scss */
.latest-comment-entry .title .post-title {
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
}

/* line 1093, sass/_own.scss */
.latest-comment-entry .title .post-title:hover {
  color: #fbc011;
}

/**/
/* line 1095, sass/_own.scss */
.gallery-preview img {
  float: left;
  width: 25%;
  height: auto;
}

/**/
/* line 1097, sass/_own.scss */
.widget-entry .items-1 .tabs-switch {
  width: 100%;
}

/* line 1098, sass/_own.scss */
.widget-entry .items-2 .tabs-switch {
  width: 50%;
}

/* line 1099, sass/_own.scss */
.widget-entry .items-3 .tabs-switch {
  width: 33.333333333%;
}

/* line 1100, sass/_own.scss */
.widget-entry .items-4 .tabs-switch {
  width: 25%;
}

/* line 1101, sass/_own.scss */
.widget-entry .tabs-switch {
  padding: 0 5px;
  border: 1px #f2f2f2 solid;
  float: left;
  height: 70px;
  font-size: 13px;
  color: #777;
  font-family: 'bold';
  text-transform: uppercase;
  text-align: center;
  background: #fbfbfb;
  cursor: pointer;
}

/* line 1102, sass/_own.scss */
.widget-entry .tabs-switch.active {
  color: #fbc011;
  background: #fff;
  border-bottom-color: #fff;
}

/* line 1103, sass/_own.scss */
.widget-entry .tabs-switch .cell-view {
  width: 1000px;
}

/* line 1104, sass/_own.scss */
.widget-tab-wrapper {
  padding: 20px 30px;
  border: 1px #f2f2f2 solid;
  border-top: none;
}

/* line 1105, sass/_own.scss */
.tab-style .widget-tab-wrapper {
  border: none;
}

/* line 1106, sass/_own.scss */
.widget-entry .tabs-entry img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* line 1107, sass/_own.scss */
.widget-entry .tabs-entry .cell-view {
  height: 250px;
}

/**/
/* line 1109, sass/_own.scss */
.widget-testimonial {
  padding-right: 10px;
}

/* line 1110, sass/_own.scss */
.widget-testimonial .text {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  padding: 15px 25px 15px 50px;
  border: 1px #f2f2f2 solid;
  border-radius: 5px;
  background: url(../img/theme-1/blockquote-bg.png) 20px 17px no-repeat #fff;
  margin-bottom: 35px;
  position: relative;
}

/* line 1111, sass/_own.scss */
.widget-testimonial .text:after {
  width: 28px;
  height: 18px;
  background: url(../img/widget-testimonial-triangle.png);
  position: absolute;
  content: "";
  left: 55px;
  top: 100%;
}

/* line 1113, sass/_own.scss */
.widget-testimonial .person img {
  width: 115px;
  height: auto;
  float: left;
  margin-left: 12px;
}

/* line 1114, sass/_own.scss */
.widget-testimonial .person .description {
  margin-left: 157px;
  font-size: 13px;
  line-height: 24px;
  color: #777;
  padding-top: 30px;
}

/* line 1115, sass/_own.scss */
.widget-testimonial .person .description span {
  display: block;
  font-size: 16px;
  color: #222;
  font-family: 'bold';
}

/* line 1116, sass/_own.scss */
.testimonial-widget-pagination {
  width: 139px !important;
}

/**/
/* line 1118, sass/_own.scss */
.search-form {
  position: relative;
}

/* line 1119, sass/_own.scss */
.search-form input {
  height: 43px;
  padding: 0 43px 0 20px;
  width: 100%;
  background: #f8f8f8;
  font-size: 14px;
  line-height: 43px;
  font-family: 'regular';
  border: none;
  margin: 0;
}

/* line 1120, sass/_own.scss */
.search-form .search-submit {
  position: absolute;
  height: 43px;
  width: 43px;
  text-align: center;
  color: #fbc011;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  cursor: pointer;
  top: 0;
  right: 0;
}

/* line 1121, sass/_own.scss */
.search-form .search-submit span {
  position: relative;
}

/* line 1122, sass/_own.scss */
.search-form .search-submit input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
}

/**/
/* line 1124, sass/_own.scss */
.widget-entry .social-icons {
  font-size: 0;
}

/* line 1125, sass/_own.scss */
.widget-entry .social-icons a {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #fbc011;
  text-align: center;
  line-height: 35px;
  margin-right: 15px;
}

/* line 1126, sass/_own.scss */
.widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1127, sass/_own.scss */
.widget-entry .social-icons a img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

/**/
/* line 1129, sass/_own.scss */
.tweet-entry {
  position: relative;
  padding-left: 35px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 1130, sass/_own.scss */
.tweet-entry a {
  color: #fbc011;
  font-family: 'bold';
}

/* line 1131, sass/_own.scss */
.tweet-entry a:hover {
  text-decoration: underline;
}

/* line 1132, sass/_own.scss */
.tw-logo {
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 1133, sass/_own.scss */
.tweet-entry .date {
  display: block;
  color: #cbcaca;
  font-family: 'bold';
}

/*blog post style 2*/
@media (min-width: 992px) {
  /* line 1139, sass/_own.scss */
  .blog-post.style-2 {
    padding-left: 100px;
  }

  /* line 1140, sass/_own.scss */
  .blog-post.style-2 .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background-color: #fbc011;
    -webkit-box-shadow: inset 3px 0 #daa508;
    box-shadow: inset 3px 0 #daa508;
    border: none;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    z-index: 1;
  }

  /* line 1141, sass/_own.scss */
  .blog-post.style-2 .date:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #fbc011;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
  }

  /* line 1142, sass/_own.scss */
  .blog-post.style-2 .date br {
    display: none;
  }

  /* line 1143, sass/_own.scss */
  .blog-post.style-2 .text {
    margin-left: 0;
    padding-left: 0;
  }
}
/*author*/
/* line 1147, sass/_own.scss */
.author-entry {
  font-size: 11px;
  color: #888;
  line-height: 15px;
  font-family: 'bold';
  margin-bottom: 20px;
}

/* line 1148, sass/_own.scss */
.author-thumbnail {
  float: left;
}

/* line 1149, sass/_own.scss */
.author-thumbnail img {
  width: 39px;
  height: 39px;
  display: block;
}

/* line 1150, sass/_own.scss */
.author-text {
  margin-left: 50px;
  padding: 12px 0;
}

/* line 1151, sass/_own.scss */
.author-text .name {
  text-transform: uppercase;
  color: #888;
}

/* line 1152, sass/_own.scss */
.author-text .category {
  text-transform: uppercase;
  color: #fbc011;
}

/* line 1153, sass/_own.scss */
.author-text a:hover {
  text-decoration: underline;
}

/* line 1154, sass/_own.scss */
.author-entry .glyphicon {
  color: #fbc011;
  font-size: 14px;
  margin-right: 7px;
  margin-left: 25px;
}

/*slider thumbnails*/
/* line 1157, sass/_own.scss */
.blog-post .thumbnails {
  cursor: pointer;
}

/* line 1158, sass/_own.scss */
.blog-post .thumbnails .entry {
  opacity: 0.3;
  margin-top: 30px;
}

/* line 1159, sass/_own.scss */
.blog-post .thumbnails .entry.active {
  opacity: 1;
}

/* line 1160, sass/_own.scss */
.blog-post .thumbnails img {
  width: 100%;
  height: auto;
}

/*blog post style 3*/
/* line 1163, sass/_own.scss */
.blog-post.style-3 {
  position: relative;
}

/* line 1164, sass/_own.scss */
.blog-post.style-3:after {
  position: absolute;
  width: 3000px;
  left: 50%;
  margin-left: -1500px;
  bottom: -30px;
  height: 1px;
  background: #f2f2f2;
  content: "";
}

@media (min-width: 992px) {
  /* line 1166, sass/_own.scss */
  .blog-post.style-3 .title {
    font-size: 18px;
    line-height: 28px;
  }

  /* line 1167, sass/_own.scss */
  .blog-post.style-3 .author-thumbnail img {
    width: 60px;
    height: 60px;
  }

  /* line 1168, sass/_own.scss */
  .blog-post.style-3 .author-text {
    margin-left: 70px;
    padding: 22px 0;
  }
}
/*blog detail page*/
/* line 1172, sass/_own.scss */
.blog-post.detail-post {
  padding-bottom: 90px;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 90px;
}

/* line 1173, sass/_own.scss */
.blog-post.detail-post .text {
  margin-left: 0;
  padding: 0;
}

/* line 1174, sass/_own.scss */
.blog-post.detail-post .author-entry {
  margin-bottom: 35px;
}

/* line 1175, sass/_own.scss */
.blog-post-hat-center-align {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1176, sass/_own.scss */
.blog-article-description {
  font-size: 18px;
  line-height: 30px;
  color: #777;
  margin-bottom: 20px;
}

/* line 1177, sass/_own.scss */
.author-center-align {
  text-align: center;
}

/* line 1178, sass/_own.scss */
.author-center-align .author-entry {
  display: inline-block;
}

/* line 1179, sass/_own.scss */
.blog-detail-article {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 1180, sass/_own.scss */
.new-block .blog-detail-article p, .new-block .blog-detail-article ul, .new-block .blog-detail-article ol, .new-block .blog-detail-article img {
  margin-bottom: 20px !important;
}

/* line 1181, sass/_own.scss */
.blog-detail-article img {
  max-width: 100%;
  height: auto;
}

/* line 1182, sass/_own.scss */
.blog-detail-article h3 {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  font-family: 'bold';
}

/* line 1183, sass/_own.scss */
.blog-post.detail-post .thumbnail-entry {
  margin-bottom: 20px !important;
}

/* line 1184, sass/_own.scss */
.share-post {
  text-align: right;
}

/* line 1185, sass/_own.scss */
.share-post a {
  display: inline-block;
  width: 32px;
  text-align: center;
  height: 32px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

/* line 1186, sass/_own.scss */
.share-post a:hover {
  background: #fbc011;
}

/* line 1187, sass/_own.scss */
.share-post a img {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  opacity: 0;
}

/* line 1188, sass/_own.scss */
.share-post a img:first-child {
  opacity: 1;
}

/* line 1189, sass/_own.scss */
.share-post a:hover img {
  opacity: 1;
}

/* line 1190, sass/_own.scss */
.share-post a:hover img:first-child {
  opacity: 0;
}

/* line 1191, sass/_own.scss */
.related-posts {
  padding-bottom: 90px;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 90px;
}

/* line 1192, sass/_own.scss */
.related-posts .titel-left {
  margin-left: 25px !important;
  margin-bottom: 60px !important;
}

/* line 1193, sass/_own.scss */
.related-entry {
  margin-bottom: 20px;
  padding-top: 10px;
}

/* line 1194, sass/_own.scss */
.related-entry.content {
  padding: 0 30px 0 0;
}

/* line 1195, sass/_own.scss */
.related-entry img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* line 1196, sass/_own.scss */
.related-entry .title {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  display: block;
  margin-bottom: 20px;
}

/* line 1197, sass/_own.scss */
.related-entry .description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 1198, sass/_own.scss */
.related-entry .blog-entry {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 1199, sass/_own.scss */
.related-entry .author-entry {
  margin-bottom: 20px;
}

/* line 1200, sass/_own.scss */
.back-button {
  margin-bottom: 35px;
  text-align: center;
}

/* line 1201, sass/_own.scss */
.back-button .glyphicon {
  position: relative;
  top: 2px !important;
  margin-right: 7px;
  float: none !important;
  width: auto !important;
}

/* line 1202, sass/_own.scss */
.new-block .article-thumbnails {
  margin-bottom: 20px !important;
}

/* line 1203, sass/_own.scss */
.new-block .article-thumbnails img {
  float: left;
  width: 33.33%;
  height: auto;
  margin-bottom: 0 !important;
}

/*comments*/
/* line 1206, sass/_own.scss */
.blog-comments {
  margin-bottom: 70px;
}

/* line 1207, sass/_own.scss */
.blog-comments .titel-left {
  margin-bottom: 60px !important;
  margin-left: 25px !important;
}

/* line 1208, sass/_own.scss */
.blog-comments-container {
  margin-left: -160px;
}

/* line 1209, sass/_own.scss */
.comment-entry {
  padding-top: 40px;
  margin-left: 120px;
  border-left: 1px #f2f2f2 solid;
  position: relative;
}

/* line 1210, sass/_own.scss */
.comment-entry:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #f2f2f2;
  height: 40px;
  left: 120px;
  top: 0;
}

/* line 1211, sass/_own.scss */
.comment-entry .comment-entry:before {
  width: 40px;
  height: 1px;
  left: 0;
  top: 122px;
}

/* line 1212, sass/_own.scss */
.comment-entry:first-child {
  padding-top: 0;
}

/* line 1213, sass/_own.scss */
.blog-comments-container > .comment-entry {
  border: none;
}

/* line 1214, sass/_own.scss */
.comment-entry:first-child:before {
  display: none;
}

/* line 1215, sass/_own.scss */
.comment-image {
  width: 165px;
  float: left;
  margin-left: 40px;
}

/* line 1216, sass/_own.scss */
.comment-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1217, sass/_own.scss */
.comment-content {
  margin-left: 235px;
  padding-top: 20px;
}

/* line 1218, sass/_own.scss */
.comment-content .name {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 10px;
  padding-right: 75px;
  position: relative;
}

/* line 1219, sass/_own.scss */
.comment-content .name .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  color: #fbc011;
  text-transform: uppercase;
  font-family: 'bold';
  cursor: pointer;
}

/* line 1220, sass/_own.scss */
.comment-content .name .reply span {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/* line 1221, sass/_own.scss */
.comment-content .name .reply:hover {
  color: #777;
}

/* line 1222, sass/_own.scss */
.comment-content .date {
  font-size: 11px;
  line-height: 14px;
  color: #cbcaca;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 15px;
}

/* line 1223, sass/_own.scss */
.comment-content .date .glyphicon {
  color: #fbc011;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

/* line 1224, sass/_own.scss */
.comment-content .description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 1225, sass/_own.scss */
.comment-form {
  margin: 0 -2%;
}

/* line 1226, sass/_own.scss */
.blog-content-column .comment-form {
  margin-top: -14px;
}

/*posts navigation*/
/* line 1229, sass/_own.scss */
.posts-navigation {
  border-top: 1px solid #f2f2f2;
  margin-top: -1px;
}

/* line 1230, sass/_own.scss */
.posts-navigation .thumbnail-image {
  width: 278px;
  float: left;
}

/* line 1231, sass/_own.scss */
.posts-navigation .align-left {
  border-right: 1px solid #f2f2f2;
}

/* line 1232, sass/_own.scss */
.posts-navigation .align-right .thumbnail-image {
  float: right;
}

/* line 1233, sass/_own.scss */
.posts-navigation .description {
  margin-left: 315px;
  margin-right: 15px;
}

/* line 1234, sass/_own.scss */
.posts-navigation .align-right .description {
  margin-left: 15px;
  margin-right: 315px;
}

/* line 1235, sass/_own.scss */
.posts-navigation .thumbnail-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1236, sass/_own.scss */
.posts-navigation .cell-view {
  height: 278px;
  width: 2000px;
}

/* line 1237, sass/_own.scss */
.posts-navigation .align-right {
  text-align: right;
}

/* line 1238, sass/_own.scss */
.posts-navigation .width-wrapper {
  float: left;
  width: 100%;
}

/* line 1239, sass/_own.scss */
.posts-navigation .align-right .width-wrapper {
  float: right;
}

/* line 1240, sass/_own.scss */
.posts-navigation .title {
  font-size: 24px;
  color: #222;
  line-height: 28px;
  display: block;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 20px;
}

/* line 1241, sass/_own.scss */
.posts-navigation .title:hover {
  color: #fbc011;
}

/* line 1242, sass/_own.scss */
.posts-navigation .data {
  font-size: 11px;
  line-height: 14px;
  color: #777;
  margin-bottom: 20px;
  font-family: 'bold';
}

/* line 1243, sass/_own.scss */
.posts-navigation .data .block {
  display: inline-block;
  margin-right: 5px;
  width: auto;
}

/* line 1244, sass/_own.scss */
.posts-navigation .data .glyphicon {
  font-size: 14px;
  color: #fbc011;
  margin-right: 5px;
}

/* line 1245, sass/_own.scss */
.posts-navigation .data .category {
  color: #fbc011;
}

/* line 1246, sass/_own.scss */
.posts-navigation .text {
  font-size: 13px;
  line-height: 24px;
  color: #777;
}

/* line 1247, sass/_own.scss */
.small-button {
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  font-family: 'bold';
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  padding: 3px 10px 0 10px;
  display: inline-block;
  background: #fbc011;
}

/* line 1248, sass/_own.scss */
.small-button:hover {
  color: #222;
  background: #f8f8f8;
}

/* line 1249, sass/_own.scss */
.posts-navigation .small-button {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 1253, sass/_own.scss */
  .blog-content-column:first-child {
    margin-bottom: 50px;
  }

  /* line 1254, sass/_own.scss */
  .blog-post .thumbnail-entry .pagination {
    display: block;
  }

  /* line 1255, sass/_own.scss */
  .blog-post {
    margin-bottom: 50px;
  }

  /* line 1256, sass/_own.scss */
  .widget-entry {
    margin-bottom: 50px;
  }

  /* line 1257, sass/_own.scss */
  .gallery-preview img {
    width: 16.6%;
  }
}
@media (max-width: 767px) {
  /* line 1260, sass/_own.scss */
  .blog-comments {
    margin-bottom: 30px;
  }

  /* line 1261, sass/_own.scss */
  .blog-post.detail-post, .related-posts {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  /* line 1262, sass/_own.scss */
  .share-post {
    text-align: left;
  }

  /* line 1263, sass/_own.scss */
  .blog-comments-container {
    margin-left: -30px;
  }

  /* line 1264, sass/_own.scss */
  .comment-entry {
    margin-left: 30px;
    border: none;
  }

  /* line 1265, sass/_own.scss */
  .comment-entry:before {
    display: none;
  }

  /* line 1266, sass/_own.scss */
  .comment-image {
    width: 100px;
    margin-left: 0;
  }

  /* line 1267, sass/_own.scss */
  .comment-content {
    margin-left: 110px;
    padding-top: 0;
  }

  /* line 1268, sass/_own.scss */
  .author-text .block {
    display: block;
  }

  /* line 1269, sass/_own.scss */
  .author-entry .glyphicon {
    margin-left: 0;
  }

  /* line 1270, sass/_own.scss */
  .posts-navigation {
    padding: 20px 0;
  }

  /* line 1271, sass/_own.scss */
  .posts-navigation .thumbnail-image {
    display: none;
  }

  /* line 1272, sass/_own.scss */
  .posts-navigation .description, .posts-navigation .align-right .description {
    margin: 0 15px 20px 15px;
    text-align: left;
  }

  /* line 1273, sass/_own.scss */
  .posts-navigation .width-wrapper, .posts-navigation .align-right .width-wrapper {
    max-width: 100%;
    float: none;
  }

  /* line 1274, sass/_own.scss */
  .posts-navigation .cell-view {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 1277, sass/_own.scss */
  .gallery-preview img {
    width: 25%;
  }

  /* line 1278, sass/_own.scss */
  .blog-post .date {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }

  /* line 1279, sass/_own.scss */
  .blog-post .date br {
    display: none;
  }

  /* line 1280, sass/_own.scss */
  .blog-post .date span {
    display: inline-block;
  }

  /* line 1281, sass/_own.scss */
  .blog-post .text {
    margin-left: 0;
    padding: 0;
  }

  /* line 1282, sass/_own.scss */
  .paginator ul {
    margin: 0;
  }

  /* line 1283, sass/_own.scss */
  .blog-post .thumbnails, .blog-post .thumbnails * {
    padding: 0;
  }

  /* line 1284, sass/_own.scss */
  .blog-post .thumbnails .entry {
    margin-top: 0;
  }

  /* line 1285, sass/_own.scss */
  .blog-comments-container {
    margin-left: 0px;
  }

  /* line 1286, sass/_own.scss */
  .comment-entry {
    margin-left: 0px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27 - POPUP "VIDEO" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1293, sass/_own.scss */
.video-popup {
  position: fixed;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
}

/* line 1294, sass/_own.scss */
.video-popup span {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0px;
  background: #000;
}

/* line 1295, sass/_own.scss */
.video-popup span:nth-child(1) {
  top: -50%;
  left: -50%;
}

/* line 1296, sass/_own.scss */
.video-popup span:nth-child(2) {
  bottom: -50%;
  left: -50%;
}

/* line 1297, sass/_own.scss */
.video-popup span:nth-child(1):after {
  position: absolute;
  left: 300%;
  top: -100%;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

/* line 1298, sass/_own.scss */
.video-popup span:nth-child(2):after {
  position: absolute;
  left: 300%;
  top: 0px;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

/* line 1299, sass/_own.scss */
.video-popup.act-act {
  left: 0px;
}

/* line 1300, sass/_own.scss */
.video-popup.act span:nth-child(1) {
  top: 0px;
  left: 0px;
}

/* line 1301, sass/_own.scss */
.video-popup.act span:nth-child(1):after {
  left: 100%;
  top: 0px;
}

/* line 1302, sass/_own.scss */
.video-popup.act span:nth-child(2) {
  bottom: 0px;
  left: 0px;
}

/* line 1303, sass/_own.scss */
.video-popup.act span:nth-child(2):after {
  left: 100%;
  top: 0px;
}

/* line 1304, sass/_own.scss */
.video-popup iframe {
  position: absolute;
  left: 0px;
  bottom: 0%;
  opacity: 0;
  width: 100%;
  height: 90%;
}

/* line 1305, sass/_own.scss */
.video-popup iframe.act {
  opacity: 1;
}

/* line 1306, sass/_own.scss */
.video-popup a {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 10%;
  text-align: center;
  cursor: pointer;
}

/* line 1307, sass/_own.scss */
.video-popup a.act {
  opacity: 1;
}

/* line 1308, sass/_own.scss */
.video-popup a:after {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  content: "";
  color: #fbc011;
  font-size: 60px;
  width: 100%;
  text-align: center;
  background: url(../img/theme-1/cross.png) no-repeat scroll 50% 50%;
}

/* line 1309, sass/_own.scss */
.video-popup a:hover {
  background: #fbc011;
  color: #fff;
}

/* line 1310, sass/_own.scss */
.video-popup a:hover:after {
  color: #fff;
  background: url(../img/cross-act.png) no-repeat scroll 50% 50%;
}

@media (max-width: 991px) {
  /* line 1312, sass/_own.scss */
  .video-popup {
    opacity: 0;
  }

  /* line 1313, sass/_own.scss */
  .video-popup.act-act {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 28 - POPUP "GALLERY" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1322, sass/_own.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 1323, sass/_own.scss */
.gallery-popup, .screen-preview-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  background: rgba(0, 0, 0, 0.8);
}

/*.gallery-popup .close-layer{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}*/
/* line 1325, sass/_own.scss */
.gallery-popup.active, .screen-preview-popup.active {
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

/* line 1326, sass/_own.scss */
.gallery-popup .overflow, .screen-preview-popup .overflow {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

/* line 1327, sass/_own.scss */
.gallery-popup .swiper-container {
  padding-bottom: 100px;
  padding-top: 50px;
}

/* line 1328, sass/_own.scss */
.gallery-popup .image-container {
  width: 80%;
  max-width: 770px;
  margin: 0 auto;
}

/* line 1329, sass/_own.scss */
.gallery-popup .image-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1330, sass/_own.scss */
.gallery-popup .image-container .description {
  background: #fff;
  padding: 40px;
}

/* line 1331, sass/_own.scss */
.gallery-popup .image-container .title {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 22px;
}

/* line 1332, sass/_own.scss */
.gallery-popup .image-container .text {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 1333, sass/_own.scss */
.gallery-popup .close-popup, .screen-preview-popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fbc011;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #000;
}

/* line 1334, sass/_own.scss */
.gallery-popup .close-popup:hover, .screen-preview-popup .close-popup:hover {
  background: #fbc011;
  color: #fff;
}

/* line 1335, sass/_own.scss */
.gallery-popup .close-popup:active span {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
}

/* line 1336, sass/_own.scss */
.gallery-popup .default-arrow {
  margin-top: 24px;
  z-index: 1;
}

/* line 1337, sass/_own.scss */
.screen-preview-popup {
  text-align: center;
}

/* line 1338, sass/_own.scss */
.screen-preview-popup img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  /* line 1340, sass/_own.scss */
  .gallery-popup .default-arrow.left {
    display: block;
    left: 3%;
  }

  /* line 1341, sass/_own.scss */
  .gallery-popup .default-arrow.right {
    display: block;
    right: 3%;
  }
}
@media (max-width: 767px) {
  /* line 1344, sass/_own.scss */
  .gallery-popup .image-container .description {
    padding: 30px 20px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 29 - TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1351, sass/_own.scss */
.typography-article {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

/* line 1352, sass/_own.scss */
.typography-article.small-font {
  font-size: 14px;
  line-height: 24px;
}

/* line 1353, sass/_own.scss */
.typography-article * {
  color: #777;
}

/* line 1354, sass/_own.scss */
.color-background .typography-article * {
  color: #fff;
}

/* line 1355, sass/_own.scss */
.typography-article h1 {
  font-size: 60px;
  line-height: 60px;
  font-family: 'bold';
  text-transform: uppercase;
  margin-bottom: 20px !important;
  color: #222;
}

/* line 1356, sass/_own.scss */
.typography-article h2 {
  font-size: 46px;
  line-height: 46px;
  font-family: 'bold';
  text-transform: uppercase;
  margin-bottom: 20px !important;
  color: #222;
}

/* line 1357, sass/_own.scss */
.typography-article h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'bold';
  text-transform: uppercase;
  margin-bottom: 20px !important;
  color: #222;
}

/* line 1358, sass/_own.scss */
.typography-article h4 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'bold';
  text-transform: uppercase;
  margin-bottom: 11px !important;
  color: #222;
}

/* line 1359, sass/_own.scss */
.typography-article h5 {
  font-size: 18px;
  line-height: 18px;
  font-family: 'bold';
  text-transform: uppercase;
  margin-bottom: 11px !important;
  color: #222;
}

/* line 1360, sass/_own.scss */
.typography-article h6 {
  font-size: 16px;
  line-height: 16px;
  font-family: 'bold';
  text-transform: uppercase;
  margin-bottom: 11px !important;
  color: #222;
}

/* line 1361, sass/_own.scss */
.typography-article p, .typography-article ul, .typography-article ol, .typography-article .table-responsive {
  color: #777;
  margin-bottom: 24px;
}

/* line 1362, sass/_own.scss */
.typography-article ul li, .typography-article ol li {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
}

/* line 1363, sass/_own.scss */
.typography-article ol {
  counter-reset: number;
  list-style: outside none none;
}

/* line 1364, sass/_own.scss */
.typography-article ol li::before {
  color: #fff;
  content: counter(number,decimal);
  counter-increment: number;
  font-family: "bold";
  margin-right: 15px;
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  background: #fbc011;
  position: relative;
  top: -3px;
}

/* line 1365, sass/_own.scss */
.typography-article ul.list-style-3 li {
  padding-left: 20px;
}

/* line 1366, sass/_own.scss */
.typography-article ul.list-style-3 li:before {
  width: 7px;
  height: 2px;
  position: absolute;
  left: 0;
  content: "";
  top: 14px;
  background: #fbc011;
}

/* line 1367, sass/_own.scss */
.typography-article ul.list-style-3 li:after {
  display: none;
}

/**/
/* line 1369, sass/_own.scss */
.message-box-entry {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-bottom: 30px;
}

/* line 1370, sass/_own.scss */
.message-box-entry.style-1 {
  background: #fbc011;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* line 1371, sass/_own.scss */
.message-box-entry.style-1:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #daa508;
}

/* line 1372, sass/_own.scss */
.message-box-entry.style-2 {
  background: #222;
  color: #c9c9c9;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* line 1373, sass/_own.scss */
.message-box-entry.style-2:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #000;
}

/* line 1374, sass/_own.scss */
.message-box-entry.style-3 {
  background: #fff;
  border: 5px #fbc011 solid;
  color: #fbc011;
  padding: 25px;
}

/* line 1375, sass/_own.scss */
.message-box-entry .close-box {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-family: 'bold';
}

/**/
/* line 1377, sass/_own.scss */
.typography-article .table {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  text-align: center;
}

/* line 1378, sass/_own.scss */
.typography-article .table th {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: 'bold';
  text-transform: uppercase;
  padding: 15px 25px;
  background: #fbc011;
  text-align: center;
}

/* line 1379, sass/_own.scss */
.typography-article .table td {
  padding: 15px 25px;
  border-bottom: 1px #f2f2f2 solid;
  background: #fbfbfb;
}

/* line 1380, sass/_own.scss */
.typography-article .table td:first-child {
  font-family: 'bold';
}

/* line 1381, sass/_own.scss */
.typography-article .table tr:nth-child(2n) td {
  background: #fff;
}

/* line 1382, sass/_own.scss */
.typography-article .table td:first-child, .typography-article .table th:first-child {
  text-align: left;
}

/**/
/* line 1384, sass/_own.scss */
.default-arrow.simple-arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-right: 20px;
  display: inline-block;
}

/* line 1385, sass/_own.scss */
.default-arrow.black {
  background: #222;
  box-shadow: none;
}

/* line 1386, sass/_own.scss */
.default-arrow.black:hover {
  color: #000;
}

/* line 1387, sass/_own.scss */
.default-arrow.black span {
  color: #9a79ae;
}

/* line 1388, sass/_own.scss */
.default-arrow.black:hover span {
  color: #fff;
}

/**/
/* line 1390, sass/_own.scss */
.checkbox-entry {
  margin: 0 0 10px 0 !important;
  float: left;
  clear: both;
}

/* line 1391, sass/_own.scss */
.checkbox-entry input {
  position: absolute;
  left: -30px;
  display: none;
}

/* line 1392, sass/_own.scss */
.checkbox-entry label {
  font-size: 14px;
  color: #777;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  position: relative;
}

/* line 1393, sass/_own.scss */
.checkbox-entry label:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px #edecec solid;
  background: #fbfbfb;
}

/* line 1394, sass/_own.scss */
.checkbox-entry.active label:before {
  background-color: #fff;
  border: 2px #fbc011 solid;
}

/* line 1395, sass/_own.scss */
.checkbox-entry.active label:after {
  content: "";
  width: 5px;
  height: 10px;
  border: 2px #fbc011 solid;
  border-bottom: none;
  border-right: none;
  position: absolute;
  left: 8px;
  top: 3px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

/* line 1396, sass/_own.scss */
.checkbox-entry.radio label:before {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

/* line 1397, sass/_own.scss */
.checkbox-entry.active.radio label:after {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fbc011;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  content: "";
}

.strikethrough {
	text-decoration: line-through;
}

.save {
  color: green;
}

.radio-group {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  /* margin-left: .75rem; */
  /* margin-top: .5rem; */
}

.radio-group label {
  display: block;
}

.radio-desc {
  display: inline-block;
  opacity: .75;
  margin-left: 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 30 - THEME CONFIG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1403, sass/_own.scss */
.theme-config {
  position: fixed;
  left: -152px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 152px;
  min-height: 50px;
  background: #fff;
  border: 1px #e7e7e7 solid;
  z-index: 10;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  padding: 10px;
}

/* line 1404, sass/_own.scss */
.theme-config.active {
  left: 0;
}

/* line 1405, sass/_own.scss */
.theme-config .open {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px #e7e7e7 solid;
  border-left: none;
  left: 100%;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

/* line 1406, sass/_own.scss */
.theme-config .open img {
  -webkit-backface-visibility: hidden;
}

/* line 1407, sass/_own.scss */
.theme-config .open img:nth-child(1) {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 32px;
  height: auto;
}

/* line 1408, sass/_own.scss */
.theme-config .open img:nth-child(2) {
  position: absolute;
  left: 33px;
  top: 23px;
  width: 22px;
  height: auto;
}

/* line 1409, sass/_own.scss */
.theme-config .open img:nth-child(3) {
  position: absolute;
  left: 23px;
  top: 40px;
  width: 15px;
  height: auto;
}

/* line 1410, sass/_own.scss */
.theme-config .open:hover img {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

/* line 1411, sass/_own.scss */
.theme-config .open:hover img:nth-child(2) {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* line 1412, sass/_own.scss */
.theme-config .title {
  color: #232c3b;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "bold", sans-serif, Arial;
  text-transform: uppercase;
  padding-bottom: 7px;
  position: relative;
  margin: 5px 10px 5px 10px;
}

/* line 1413, sass/_own.scss */
.theme-config .title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #fbc011;
}

/* line 1414, sass/_own.scss */
.theme-config .colours-wrapper .entry {
  height: 45px;
  width: 45px;
  margin: 10px;
  cursor: pointer;
  position: relative;
  float: left;
  background: currentColor;
}

/* line 1415, sass/_own.scss */
.theme-config .colours-wrapper .entry:after {
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 3px currentColor solid;
  content: "";
  opacity: 0;
}

/* line 1416, sass/_own.scss */
.theme-config .colours-wrapper .entry.active:after {
  opacity: 1;
}

/* line 1417, sass/_own.scss */
.theme-config .colours-wrapper .entry:last-child {
  margin-bottom: 0;
}

/*theme 2*/
/* line 1420, sass/_own.scss */
body[data-theme="theme-2"] nav .submeny a:after {
  border-top-color: #9a79ae;
}

/* line 1421, sass/_own.scss */
body[data-theme="theme-2"] .play::after {
  border-left-color: #9a79ae;
}

/* line 1422, sass/_own.scss */
body[data-theme="theme-2"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1423, sass/_own.scss */
body[data-theme="theme-2"] #loader-wrapper span, body[data-theme="theme-2"] .play:hover, body[data-theme="theme-2"] .blog-post .date, body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-2"] .button.type-1:after, body[data-theme="theme-2"] .checkbox-entry.active label:before, body[data-theme="theme-2"] .checkbox-entry.active label:after, body[data-theme="theme-2"] .message-box-entry.style-3, body[data-theme="theme-2"] .responsive-filtration-title {
  border-color: #9a79ae;
}

/* line 1424, sass/_own.scss */
body[data-theme="theme-2"] .styled-form .submit-wrapper:hover {
  background-color: #9a79ae;
}

/* line 1425, sass/_own.scss */
body[data-theme="theme-2"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #9a79ae;
}

/* line 1427, sass/_own.scss */
body[data-theme="theme-2"] nav a.act, body[data-theme="theme-2"] nav a:hover, body[data-theme="theme-2"] .button, body[data-theme="theme-2"] nav .submeny:hover .submeny-top, body[data-theme="theme-2"] header.act nav a:hover, body[data-theme="theme-2"] header.act nav a.act, body[data-theme="theme-2"] .titel-left:after, body[data-theme="theme-2"] .titel-top:after, body[data-theme="theme-2"] .swiper-active-switch, body[data-theme="theme-2"] ul li:after, body[data-theme="theme-2"] .block.type-6, body[data-theme="theme-2"] .video-popup a:hover, body[data-theme="theme-2"] .play:hover, body[data-theme="theme-2"] .mob-icon span, body[data-theme="theme-2"] .mob-icon span:before, body[data-theme="theme-2"] .mob-icon span:after, body[data-theme="theme-2"] .default-arrow, body[data-theme="theme-2"] .page-tagline .title:before, body[data-theme="theme-2"] .accordeon .entry.active, body[data-theme="theme-2"] .new-block.color-background, body[data-theme="theme-2"] .sorting-menu a.active, body[data-theme="theme-2"] .sorting-menu a:hover, body[data-theme="theme-2"] .banner-tabs span.title:before, body[data-theme="theme-2"] .new-block.type-10 .image-socials-box, body[data-theme="theme-2"] .tags-container a:hover, body[data-theme="theme-2"] .paginator ul li a.active, body[data-theme="theme-2"] .paginator ul li a:hover, body[data-theme="theme-2"] .blog-post.style-2 .date, body[data-theme="theme-2"] .share-post a:hover, body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-2"] .small-button, body[data-theme="theme-2"] .widget-entry .social-icons a, body[data-theme="theme-2"] .button.type-1:hover, body[data-theme="theme-2"] .checkbox-entry.active.radio label:after, body[data-theme="theme-2"] .typography-article ol li:before, body[data-theme="theme-2"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-2"] .message-box-entry.style-1, body[data-theme="theme-2"] .typography-article .table th, body[data-theme="theme-2"] .mouse-icon:before, body[data-theme="theme-2"] .back-to-top {
  background: #9a79ae;
}

/* line 1428, sass/_own.scss */
body[data-theme="theme-2"] .numbers .num, body[data-theme="theme-2"] .button.black, body[data-theme="theme-2"] .default-arrow:hover span, body[data-theme="theme-2"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-2"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-2"] .compare-column-entry .price, body[data-theme="theme-2"] .blog-entry .post-data, body[data-theme="theme-2"] .blog-entry .post-data a, body[data-theme="theme-2"] .blog-entry .title:hover, body[data-theme="theme-2"] .banner-tabs span.title, body[data-theme="theme-2"] .banner-tabs .entry:hover span.description, body[data-theme="theme-2"] .new-block.color-background, body[data-theme="theme-2"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-2"] .new-block.type-10 .position, body[data-theme="theme-2"] .popular-post-entry .content .date, body[data-theme="theme-2"] .popular-post-entry .content .title:hover, body[data-theme="theme-2"] .categories-wrapper .entry:hover, body[data-theme="theme-2"] .categories-wrapper .entry .number, body[data-theme="theme-2"] .blog-post .title:hover, body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-2"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-2"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-2"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-2"] .latest-comment-entry .title .name, body[data-theme="theme-2"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-2"] .arrow-button:hover, body[data-theme="theme-2"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-2"] .accordeon .entry .title span, body[data-theme="theme-2"] .accordeon .entry .title:hover, body[data-theme="theme-2"] .author-text .category, body[data-theme="theme-2"] .author-entry .glyphicon, body[data-theme="theme-2"] .titel-left span, body[data-theme="theme-2"] .comment-content .name .reply, body[data-theme="theme-2"] .comment-content .date .glyphicon, body[data-theme="theme-2"] .posts-navigation .data .glyphicon, body[data-theme="theme-2"] .posts-navigation .data .category, body[data-theme="theme-2"] .posts-navigation .data .category, body[data-theme="theme-2"] .search-form .search-submit, body[data-theme="theme-2"] .tweet-entry a, body[data-theme="theme-2"] .widget-entry .tabs-switch.active, body[data-theme="theme-2"] .button.type-1, body[data-theme="theme-2"] .default-arrow.black span, body[data-theme="theme-2"] .message-box-entry.style-3, body[data-theme="theme-2"] .responsive-filtration-title .glyphicon, body[data-theme="theme-2"].teaser .teaser-date .date-square p, body[data-theme="theme-2"] .teaser-copyright .copyright a, body[data-theme="theme-2"] .content-404 .title, body[data-theme="theme-2"] .content-404 .description a, body[data-theme="theme-2"] .phone-icons-description .entry:hover .title {
  color: #9a79ae;
}

/* line 1430, sass/_own.scss */
body[data-theme="theme-2"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1431, sass/_own.scss */
body[data-theme="theme-2"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1432, sass/_own.scss */
body[data-theme="theme-2"] .button.type-1:hover, body[data-theme="theme-2"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1433, sass/_own.scss */
body[data-theme="theme-2"] .default-arrow:hover {
  background: #fff;
}

/* line 1434, sass/_own.scss */
body[data-theme="theme-2"] .default-arrow.black {
  background: #222;
}

/* line 1435, sass/_own.scss */
body[data-theme="theme-2"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1436, sass/_own.scss */
body[data-theme="theme-2"] .sorting-item .tagline {
  background: rgba(0, 187, 210, 0.8);
}

/* line 1437, sass/_own.scss */
body[data-theme="theme-2"] .gallery-popup .close-popup, body[data-theme="theme-2"] .screen-preview-popup .close-popup {
  color: #9a79ae;
}

/* line 1438, sass/_own.scss */
body[data-theme="theme-2"] .gallery-popup .close-popup:hover, body[data-theme="theme-2"] .screen-preview-popup .close-popup:hover {
  background: #9a79ae;
  color: #fff;
}

/* line 1439, sass/_own.scss */
body[data-theme="theme-2"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1440, sass/_own.scss */
body[data-theme="theme-2"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #9a79ae;
}

/* line 1441, sass/_own.scss */
body[data-theme="theme-2"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1442, sass/_own.scss */
body[data-theme="theme-2"] .button.type-1 {
  background: #fff;
}

/* line 1444, sass/_own.scss */
body[data-theme="theme-2"] .default-arrow.left {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1445, sass/_own.scss */
body[data-theme="theme-2"] .default-arrow.right {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1446, sass/_own.scss */
body[data-theme="theme-2"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #9a79ae inset;
  box-shadow: 3px 0 #9a79ae inset;
}

/* line 1447, sass/_own.scss */
body[data-theme="theme-2"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #009fb3;
  box-shadow: inset -5px 0 #9a79ae;
}

/* line 1448, sass/_own.scss */
body[data-theme="theme-2"] .message-box-entry.style-1:before {
  background: #009fb3;
}

/* line 1450, sass/_own.scss */
body[data-theme="theme-2"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-2/icon9.png);
}

/* line 1451, sass/_own.scss */
body[data-theme="theme-2"] .video-popup a:after {
  background-image: url(../img/theme-2/cross.png);
}

/* line 1452, sass/_own.scss */
body[data-theme="theme-2"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1453, sass/_own.scss */
body[data-theme="theme-2"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-2/blockquote-bg.png);
}

/* line 1454, sass/_own.scss */
body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-2/blockquote-bg-1.png);
}

/* line 1455, sass/_own.scss */
body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1456, sass/_own.scss */
body[data-theme="theme-2"] .list-style-2 li {
  background-image: url(../img/theme-2/list-bg-style-2.png);
}

/* line 1457, sass/_own.scss */
body[data-theme="theme-2"] .widget-testimonial .text {
  background-image: url(../img/theme-2/blockquote-bg.png);
}

/* line 1458, sass/_own.scss */
body[data-theme="theme-2"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-2/icon9.png);
}

/*theme 3*/
/* line 1462, sass/_own.scss */
body[data-theme="theme-3"] nav .submeny a:after {
  border-top-color: #4caf50;
}

/* line 1463, sass/_own.scss */
body[data-theme="theme-3"] .play::after {
  border-left-color: #4caf50;
}

/* line 1464, sass/_own.scss */
body[data-theme="theme-3"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1465, sass/_own.scss */
body[data-theme="theme-3"] #loader-wrapper span, body[data-theme="theme-3"] .play:hover, body[data-theme="theme-3"] .blog-post .date, body[data-theme="theme-3"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-3"] .button.type-1:after, body[data-theme="theme-3"] .checkbox-entry.active label:before, body[data-theme="theme-3"] .checkbox-entry.active label:after, body[data-theme="theme-3"] .message-box-entry.style-3, body[data-theme="theme-3"] .responsive-filtration-title {
  border-color: #4caf50;
}

/* line 1466, sass/_own.scss */
body[data-theme="theme-3"] .styled-form .submit-wrapper:hover {
  background-color: #4caf50;
}

/* line 1467, sass/_own.scss */
body[data-theme="theme-3"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #4caf50;
}

/* line 1469, sass/_own.scss */
body[data-theme="theme-3"] nav a.act, body[data-theme="theme-3"] nav a:hover, body[data-theme="theme-3"] .button, body[data-theme="theme-3"] nav .submeny:hover .submeny-top, body[data-theme="theme-3"] header.act nav a:hover, body[data-theme="theme-3"] header.act nav a.act, body[data-theme="theme-3"] .titel-left:after, body[data-theme="theme-3"] .titel-top:after, body[data-theme="theme-3"] .swiper-active-switch, body[data-theme="theme-3"] ul li:after, body[data-theme="theme-3"] .block.type-6, body[data-theme="theme-3"] .video-popup a:hover, body[data-theme="theme-3"] .play:hover, body[data-theme="theme-3"] .mob-icon span, body[data-theme="theme-3"] .mob-icon span:before, body[data-theme="theme-3"] .mob-icon span:after, body[data-theme="theme-3"] .default-arrow, body[data-theme="theme-3"] .page-tagline .title:before, body[data-theme="theme-3"] .accordeon .entry.active, body[data-theme="theme-3"] .new-block.color-background, body[data-theme="theme-3"] .sorting-menu a.active, body[data-theme="theme-3"] .sorting-menu a:hover, body[data-theme="theme-3"] .banner-tabs span.title:before, body[data-theme="theme-3"] .new-block.type-10 .image-socials-box, body[data-theme="theme-3"] .tags-container a:hover, body[data-theme="theme-3"] .paginator ul li a.active, body[data-theme="theme-3"] .paginator ul li a:hover, body[data-theme="theme-3"] .blog-post.style-2 .date, body[data-theme="theme-3"] .share-post a:hover, body[data-theme="theme-3"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-3"] .small-button, body[data-theme="theme-3"] .widget-entry .social-icons a, body[data-theme="theme-3"] .button.type-1:hover, body[data-theme="theme-3"] .checkbox-entry.active.radio label:after, body[data-theme="theme-3"] .typography-article ol li:before, body[data-theme="theme-3"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-3"] .message-box-entry.style-1, body[data-theme="theme-3"] .typography-article .table th, body[data-theme="theme-3"] .mouse-icon:before, body[data-theme="theme-3"] .back-to-top {
  background: #4caf50;
}

/* line 1470, sass/_own.scss */
body[data-theme="theme-3"] .numbers .num, body[data-theme="theme-3"] .button.black, body[data-theme="theme-3"] .default-arrow:hover span, body[data-theme="theme-3"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-3"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-3"] .compare-column-entry .price, body[data-theme="theme-3"] .blog-entry .post-data, body[data-theme="theme-3"] .blog-entry .post-data a, body[data-theme="theme-3"] .blog-entry .title:hover, body[data-theme="theme-3"] .banner-tabs span.title, body[data-theme="theme-3"] .banner-tabs .entry:hover span.description, body[data-theme="theme-3"] .new-block.color-background, body[data-theme="theme-3"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-3"] .new-block.type-10 .position, body[data-theme="theme-3"] .popular-post-entry .content .date, body[data-theme="theme-3"] .popular-post-entry .content .title:hover, body[data-theme="theme-3"] .categories-wrapper .entry:hover, body[data-theme="theme-3"] .categories-wrapper .entry .number, body[data-theme="theme-3"] .blog-post .title:hover, body[data-theme="theme-3"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-3"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-3"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-3"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-3"] .latest-comment-entry .title .name, body[data-theme="theme-3"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-3"] .arrow-button:hover, body[data-theme="theme-3"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-3"] .accordeon .entry .title span, body[data-theme="theme-3"] .accordeon .entry .title:hover, body[data-theme="theme-3"] .author-text .category, body[data-theme="theme-3"] .author-entry .glyphicon, body[data-theme="theme-3"] .titel-left span, body[data-theme="theme-3"] .comment-content .name .reply, body[data-theme="theme-3"] .comment-content .date .glyphicon, body[data-theme="theme-3"] .posts-navigation .data .glyphicon, body[data-theme="theme-3"] .posts-navigation .data .category, body[data-theme="theme-3"] .posts-navigation .data .category, body[data-theme="theme-3"] .search-form .search-submit, body[data-theme="theme-3"] .tweet-entry a, body[data-theme="theme-3"] .widget-entry .tabs-switch.active, body[data-theme="theme-3"] .button.type-1, body[data-theme="theme-3"] .default-arrow.black span, body[data-theme="theme-3"] .message-box-entry.style-3, body[data-theme="theme-3"] .responsive-filtration-title .glyphicon, body[data-theme="theme-3"] .posts-navigation .title:hover, body[data-theme="theme-3"].teaser .teaser-date .date-square p, body[data-theme="theme-3"] .teaser-copyright .copyright a, body[data-theme="theme-3"] .content-404 .title, body[data-theme="theme-3"] .content-404 .description a, body[data-theme="theme-3"] .phone-icons-description .entry:hover .title {
  color: #4caf50;
}

/* line 1472, sass/_own.scss */
body[data-theme="theme-3"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1473, sass/_own.scss */
body[data-theme="theme-3"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1474, sass/_own.scss */
body[data-theme="theme-3"] .button.type-1:hover, body[data-theme="theme-3"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1475, sass/_own.scss */
body[data-theme="theme-3"] .default-arrow:hover {
  background: #fff;
}

/* line 1476, sass/_own.scss */
body[data-theme="theme-3"] .default-arrow.black {
  background: #222;
}

/* line 1477, sass/_own.scss */
body[data-theme="theme-3"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1478, sass/_own.scss */
body[data-theme="theme-3"] .sorting-item .tagline {
  background: rgba(76, 175, 80, 0.8);
}

/* line 1479, sass/_own.scss */
body[data-theme="theme-3"] .gallery-popup .close-popup, body[data-theme="theme-3"] .screen-preview-popup .close-popup {
  color: #4caf50;
}

/* line 1480, sass/_own.scss */
body[data-theme="theme-3"] .gallery-popup .close-popup:hover, body[data-theme="theme-3"] .screen-preview-popup .close-popup:hover {
  background: #4caf50;
  color: #fff;
}

/* line 1481, sass/_own.scss */
body[data-theme="theme-3"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1482, sass/_own.scss */
body[data-theme="theme-3"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #4caf50;
}

/* line 1483, sass/_own.scss */
body[data-theme="theme-3"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1484, sass/_own.scss */
body[data-theme="theme-3"] .button.type-1 {
  background: #fff;
}

/* line 1486, sass/_own.scss */
body[data-theme="theme-3"] .default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #419544;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #419544;
}

/* line 1487, sass/_own.scss */
body[data-theme="theme-3"] .default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #419544;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #419544;
}

/* line 1488, sass/_own.scss */
body[data-theme="theme-3"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #419544 inset;
  box-shadow: 3px 0 #419544 inset;
}

/* line 1489, sass/_own.scss */
body[data-theme="theme-3"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #419544;
  box-shadow: inset -5px 0 #419544;
}

/* line 1490, sass/_own.scss */
body[data-theme="theme-3"] .message-box-entry.style-1:before {
  background: #419544;
}

/* line 1492, sass/_own.scss */
body[data-theme="theme-3"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-3/icon9.png);
}

/* line 1493, sass/_own.scss */
body[data-theme="theme-3"] .video-popup a:after {
  background-image: url(../img/theme-3/cross.png);
}

/* line 1494, sass/_own.scss */
body[data-theme="theme-3"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1495, sass/_own.scss */
body[data-theme="theme-3"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-3/blockquote-bg.png);
}

/* line 1496, sass/_own.scss */
body[data-theme="theme-3"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-3/blockquote-bg-1.png);
}

/* line 1497, sass/_own.scss */
body[data-theme="theme-3"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1498, sass/_own.scss */
body[data-theme="theme-3"] .list-style-2 li {
  background-image: url(../img/theme-3/list-bg-style-2.png);
}

/* line 1499, sass/_own.scss */
body[data-theme="theme-3"] .widget-testimonial .text {
  background-image: url(../img/theme-3/blockquote-bg.png);
}

/* line 1500, sass/_own.scss */
body[data-theme="theme-3"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-3/icon9.png);
}

/*theme 4*/
/* line 1504, sass/_own.scss */
body[data-theme="theme-4"] nav .submeny a:after {
  border-top-color: #ba68c8;
}

/* line 1505, sass/_own.scss */
body[data-theme="theme-4"] .play::after {
  border-left-color: #ba68c8;
}

/* line 1506, sass/_own.scss */
body[data-theme="theme-4"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1507, sass/_own.scss */
body[data-theme="theme-4"] #loader-wrapper span, body[data-theme="theme-4"] .play:hover, body[data-theme="theme-4"] .blog-post .date, body[data-theme="theme-4"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-4"] .button.type-1:after, body[data-theme="theme-4"] .checkbox-entry.active label:before, body[data-theme="theme-4"] .checkbox-entry.active label:after, body[data-theme="theme-4"] .message-box-entry.style-3, body[data-theme="theme-4"] .responsive-filtration-title {
  border-color: #ba68c8;
}

/* line 1508, sass/_own.scss */
body[data-theme="theme-4"] .styled-form .submit-wrapper:hover {
  background-color: #ba68c8;
}

/* line 1509, sass/_own.scss */
body[data-theme="theme-4"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #ba68c8;
}

/* line 1511, sass/_own.scss */
body[data-theme="theme-4"] nav a.act, body[data-theme="theme-4"] nav a:hover, body[data-theme="theme-4"] .button, body[data-theme="theme-4"] nav .submeny:hover .submeny-top, body[data-theme="theme-4"] header.act nav a:hover, body[data-theme="theme-4"] header.act nav a.act, body[data-theme="theme-4"] .titel-left:after, body[data-theme="theme-4"] .titel-top:after, body[data-theme="theme-4"] .swiper-active-switch, body[data-theme="theme-4"] ul li:after, body[data-theme="theme-4"] .block.type-6, body[data-theme="theme-4"] .video-popup a:hover, body[data-theme="theme-4"] .play:hover, body[data-theme="theme-4"] .mob-icon span, body[data-theme="theme-4"] .mob-icon span:before, body[data-theme="theme-4"] .mob-icon span:after, body[data-theme="theme-4"] .default-arrow, body[data-theme="theme-4"] .page-tagline .title:before, body[data-theme="theme-4"] .accordeon .entry.active, body[data-theme="theme-4"] .new-block.color-background, body[data-theme="theme-4"] .sorting-menu a.active, body[data-theme="theme-4"] .sorting-menu a:hover, body[data-theme="theme-4"] .banner-tabs span.title:before, body[data-theme="theme-4"] .new-block.type-10 .image-socials-box, body[data-theme="theme-4"] .tags-container a:hover, body[data-theme="theme-4"] .paginator ul li a.active, body[data-theme="theme-4"] .paginator ul li a:hover, body[data-theme="theme-4"] .blog-post.style-2 .date, body[data-theme="theme-4"] .share-post a:hover, body[data-theme="theme-4"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-4"] .small-button, body[data-theme="theme-4"] .widget-entry .social-icons a, body[data-theme="theme-4"] .button.type-1:hover, body[data-theme="theme-4"] .checkbox-entry.active.radio label:after, body[data-theme="theme-4"] .typography-article ol li:before, body[data-theme="theme-4"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-4"] .message-box-entry.style-1, body[data-theme="theme-4"] .typography-article .table th, body[data-theme="theme-4"] .mouse-icon:before, body[data-theme="theme-4"] .back-to-top {
  background: #ba68c8;
}

/* line 1512, sass/_own.scss */
body[data-theme="theme-4"] .numbers .num, body[data-theme="theme-4"] .button.black, body[data-theme="theme-4"] .default-arrow:hover span, body[data-theme="theme-4"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-4"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-4"] .compare-column-entry .price, body[data-theme="theme-4"] .blog-entry .post-data, body[data-theme="theme-4"] .blog-entry .post-data a, body[data-theme="theme-4"] .blog-entry .title:hover, body[data-theme="theme-4"] .banner-tabs span.title, body[data-theme="theme-4"] .banner-tabs .entry:hover span.description, body[data-theme="theme-4"] .new-block.color-background, body[data-theme="theme-4"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-4"] .new-block.type-10 .position, body[data-theme="theme-4"] .popular-post-entry .content .date, body[data-theme="theme-4"] .popular-post-entry .content .title:hover, body[data-theme="theme-4"] .categories-wrapper .entry:hover, body[data-theme="theme-4"] .categories-wrapper .entry .number, body[data-theme="theme-4"] .blog-post .title:hover, body[data-theme="theme-4"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-4"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-4"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-4"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-4"] .latest-comment-entry .title .name, body[data-theme="theme-4"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-4"] .arrow-button:hover, body[data-theme="theme-4"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-4"] .accordeon .entry .title span, body[data-theme="theme-4"] .accordeon .entry .title:hover, body[data-theme="theme-4"] .author-text .category, body[data-theme="theme-4"] .author-entry .glyphicon, body[data-theme="theme-4"] .titel-left span, body[data-theme="theme-4"] .comment-content .name .reply, body[data-theme="theme-4"] .comment-content .date .glyphicon, body[data-theme="theme-4"] .posts-navigation .data .glyphicon, body[data-theme="theme-4"] .posts-navigation .data .category, body[data-theme="theme-4"] .posts-navigation .data .category, body[data-theme="theme-4"] .search-form .search-submit, body[data-theme="theme-4"] .tweet-entry a, body[data-theme="theme-4"] .widget-entry .tabs-switch.active, body[data-theme="theme-4"] .button.type-1, body[data-theme="theme-4"] .default-arrow.black span, body[data-theme="theme-4"] .message-box-entry.style-3, body[data-theme="theme-4"] .responsive-filtration-title .glyphicon, body[data-theme="theme-4"] .posts-navigation .title:hover, body[data-theme="theme-4"].teaser .teaser-date .date-square p, body[data-theme="theme-4"] .teaser-copyright .copyright a, body[data-theme="theme-4"] .content-404 .title, body[data-theme="theme-4"] .content-404 .description a, body[data-theme="theme-4"] .phone-icons-description .entry:hover .title {
  color: #ba68c8;
}

/* line 1514, sass/_own.scss */
body[data-theme="theme-4"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1515, sass/_own.scss */
body[data-theme="theme-4"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1516, sass/_own.scss */
body[data-theme="theme-4"] .button.type-1:hover, body[data-theme="theme-4"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1517, sass/_own.scss */
body[data-theme="theme-4"] .default-arrow:hover {
  background: #fff;
}

/* line 1518, sass/_own.scss */
body[data-theme="theme-4"] .default-arrow.black {
  background: #222;
}

/* line 1519, sass/_own.scss */
body[data-theme="theme-4"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1520, sass/_own.scss */
body[data-theme="theme-4"] .sorting-item .tagline {
  background: rgba(186, 104, 200, 0.8);
}

/* line 1521, sass/_own.scss */
body[data-theme="theme-4"] .gallery-popup .close-popup, body[data-theme="theme-4"] .screen-preview-popup .close-popup {
  color: #ba68c8;
}

/* line 1522, sass/_own.scss */
body[data-theme="theme-4"] .gallery-popup .close-popup:hover, body[data-theme="theme-4"] .screen-preview-popup .close-popup:hover {
  background: #ba68c8;
  color: #fff;
}

/* line 1523, sass/_own.scss */
body[data-theme="theme-4"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1524, sass/_own.scss */
body[data-theme="theme-4"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #ba68c8;
}

/* line 1525, sass/_own.scss */
body[data-theme="theme-4"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1526, sass/_own.scss */
body[data-theme="theme-4"] .button.type-1 {
  background: #fff;
}

/* line 1528, sass/_own.scss */
body[data-theme="theme-4"] .default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #9e59aa;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #9e59aa;
}

/* line 1529, sass/_own.scss */
body[data-theme="theme-4"] .default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #9e59aa;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #9e59aa;
}

/* line 1530, sass/_own.scss */
body[data-theme="theme-4"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #9e59aa inset;
  box-shadow: 3px 0 #9e59aa inset;
}

/* line 1531, sass/_own.scss */
body[data-theme="theme-4"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #9e59aa;
  box-shadow: inset -5px 0 #9e59aa;
}

/* line 1532, sass/_own.scss */
body[data-theme="theme-4"] .message-box-entry.style-1:before {
  background: #9e59aa;
}

/* line 1534, sass/_own.scss */
body[data-theme="theme-4"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-4/icon9.png);
}

/* line 1535, sass/_own.scss */
body[data-theme="theme-4"] .video-popup a:after {
  background-image: url(../img/theme-4/cross.png);
}

/* line 1536, sass/_own.scss */
body[data-theme="theme-4"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1537, sass/_own.scss */
body[data-theme="theme-4"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-4/blockquote-bg.png);
}

/* line 1538, sass/_own.scss */
body[data-theme="theme-4"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-4/blockquote-bg-1.png);
}

/* line 1539, sass/_own.scss */
body[data-theme="theme-4"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1540, sass/_own.scss */
body[data-theme="theme-4"] .list-style-2 li {
  background-image: url(../img/theme-4/list-bg-style-2.png);
}

/* line 1541, sass/_own.scss */
body[data-theme="theme-4"] .widget-testimonial .text {
  background-image: url(../img/theme-4/blockquote-bg.png);
}

/* line 1542, sass/_own.scss */
body[data-theme="theme-4"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-4/icon9.png);
}

/*theme 5*/
/* line 1546, sass/_own.scss */
body[data-theme="theme-5"] nav .submeny a:after {
  border-top-color: #d80d0d;
}

/* line 1547, sass/_own.scss */
body[data-theme="theme-5"] .play::after {
  border-left-color: #d80d0d;
}

/* line 1548, sass/_own.scss */
body[data-theme="theme-5"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1549, sass/_own.scss */
body[data-theme="theme-5"] #loader-wrapper span, body[data-theme="theme-5"] .play:hover, body[data-theme="theme-5"] .blog-post .date, body[data-theme="theme-5"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-5"] .button.type-1:after, body[data-theme="theme-5"] .checkbox-entry.active label:before, body[data-theme="theme-5"] .checkbox-entry.active label:after, body[data-theme="theme-5"] .message-box-entry.style-3, body[data-theme="theme-5"] .responsive-filtration-title {
  border-color: #d80d0d;
}

/* line 1550, sass/_own.scss */
body[data-theme="theme-5"] .styled-form .submit-wrapper:hover {
  background-color: #d80d0d;
}

/* line 1551, sass/_own.scss */
body[data-theme="theme-5"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #d80d0d;
}

/* line 1553, sass/_own.scss */
body[data-theme="theme-5"] nav a.act, body[data-theme="theme-5"] nav a:hover, body[data-theme="theme-5"] .button, body[data-theme="theme-5"] nav .submeny:hover .submeny-top, body[data-theme="theme-5"] header.act nav a:hover, body[data-theme="theme-5"] header.act nav a.act, body[data-theme="theme-5"] .titel-left:after, body[data-theme="theme-5"] .titel-top:after, body[data-theme="theme-5"] .swiper-active-switch, body[data-theme="theme-5"] ul li:after, body[data-theme="theme-5"] .block.type-6, body[data-theme="theme-5"] .video-popup a:hover, body[data-theme="theme-5"] .play:hover, body[data-theme="theme-5"] .mob-icon span, body[data-theme="theme-5"] .mob-icon span:before, body[data-theme="theme-5"] .mob-icon span:after, body[data-theme="theme-5"] .default-arrow, body[data-theme="theme-5"] .page-tagline .title:before, body[data-theme="theme-5"] .accordeon .entry.active, body[data-theme="theme-5"] .new-block.color-background, body[data-theme="theme-5"] .sorting-menu a.active, body[data-theme="theme-5"] .sorting-menu a:hover, body[data-theme="theme-5"] .banner-tabs span.title:before, body[data-theme="theme-5"] .new-block.type-10 .image-socials-box, body[data-theme="theme-5"] .tags-container a:hover, body[data-theme="theme-5"] .paginator ul li a.active, body[data-theme="theme-5"] .paginator ul li a:hover, body[data-theme="theme-5"] .blog-post.style-2 .date, body[data-theme="theme-5"] .share-post a:hover, body[data-theme="theme-5"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-5"] .small-button, body[data-theme="theme-5"] .widget-entry .social-icons a, body[data-theme="theme-5"] .button.type-1:hover, body[data-theme="theme-5"] .checkbox-entry.active.radio label:after, body[data-theme="theme-5"] .typography-article ol li:before, body[data-theme="theme-5"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-5"] .message-box-entry.style-1, body[data-theme="theme-5"] .typography-article .table th, body[data-theme="theme-5"] .mouse-icon:before, body[data-theme="theme-5"] .back-to-top {
  background: #d80d0d;
}

/* line 1554, sass/_own.scss */
body[data-theme="theme-5"] .numbers .num, body[data-theme="theme-5"] .button.black, body[data-theme="theme-5"] .default-arrow:hover span, body[data-theme="theme-5"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-5"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-5"] .compare-column-entry .price, body[data-theme="theme-5"] .blog-entry .post-data, body[data-theme="theme-5"] .blog-entry .post-data a, body[data-theme="theme-5"] .blog-entry .title:hover, body[data-theme="theme-5"] .banner-tabs span.title, body[data-theme="theme-5"] .banner-tabs .entry:hover span.description, body[data-theme="theme-5"] .new-block.color-background, body[data-theme="theme-5"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-5"] .new-block.type-10 .position, body[data-theme="theme-5"] .popular-post-entry .content .date, body[data-theme="theme-5"] .popular-post-entry .content .title:hover, body[data-theme="theme-5"] .categories-wrapper .entry:hover, body[data-theme="theme-5"] .categories-wrapper .entry .number, body[data-theme="theme-5"] .blog-post .title:hover, body[data-theme="theme-5"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-5"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-5"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-5"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-5"] .latest-comment-entry .title .name, body[data-theme="theme-5"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-5"] .arrow-button:hover, body[data-theme="theme-5"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-5"] .accordeon .entry .title span, body[data-theme="theme-5"] .accordeon .entry .title:hover, body[data-theme="theme-5"] .author-text .category, body[data-theme="theme-5"] .author-entry .glyphicon, body[data-theme="theme-5"] .titel-left span, body[data-theme="theme-5"] .comment-content .name .reply, body[data-theme="theme-5"] .comment-content .date .glyphicon, body[data-theme="theme-5"] .posts-navigation .data .glyphicon, body[data-theme="theme-5"] .posts-navigation .data .category, body[data-theme="theme-5"] .posts-navigation .data .category, body[data-theme="theme-5"] .search-form .search-submit, body[data-theme="theme-5"] .tweet-entry a, body[data-theme="theme-5"] .widget-entry .tabs-switch.active, body[data-theme="theme-5"] .button.type-1, body[data-theme="theme-5"] .default-arrow.black span, body[data-theme="theme-5"] .message-box-entry.style-3, body[data-theme="theme-5"] .responsive-filtration-title .glyphicon, body[data-theme="theme-5"] .posts-navigation .title:hover, body[data-theme="theme-5"].teaser .teaser-date .date-square p, body[data-theme="theme-5"] .teaser-copyright .copyright a, body[data-theme="theme-5"] .content-404 .title, body[data-theme="theme-5"] .content-404 .description a, body[data-theme="theme-5"] .phone-icons-description .entry:hover .title {
  color: #d80d0d;
}

/* line 1556, sass/_own.scss */
body[data-theme="theme-5"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1557, sass/_own.scss */
body[data-theme="theme-5"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1558, sass/_own.scss */
body[data-theme="theme-5"] .button.type-1:hover, body[data-theme="theme-5"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1559, sass/_own.scss */
body[data-theme="theme-5"] .default-arrow:hover {
  background: #fff;
}

/* line 1560, sass/_own.scss */
body[data-theme="theme-5"] .default-arrow.black {
  background: #222;
}

/* line 1561, sass/_own.scss */
body[data-theme="theme-5"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1562, sass/_own.scss */
body[data-theme="theme-5"] .sorting-item .tagline {
  background: rgba(216, 13, 13, 0.8);
}

/* line 1563, sass/_own.scss */
body[data-theme="theme-5"] .gallery-popup .close-popup, body[data-theme="theme-5"] .screen-preview-popup .close-popup {
  color: #d80d0d;
}

/* line 1564, sass/_own.scss */
body[data-theme="theme-5"] .gallery-popup .close-popup:hover, body[data-theme="theme-5"] .screen-preview-popup .close-popup:hover {
  background: #d80d0d;
  color: #fff;
}

/* line 1565, sass/_own.scss */
body[data-theme="theme-5"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1566, sass/_own.scss */
body[data-theme="theme-5"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #d80d0d;
}

/* line 1567, sass/_own.scss */
body[data-theme="theme-5"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1568, sass/_own.scss */
body[data-theme="theme-5"] .button.type-1 {
  background: #fff;
}

/* line 1570, sass/_own.scss */
body[data-theme="theme-5"] .default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #b22c2c;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #b22c2c;
}

/* line 1571, sass/_own.scss */
body[data-theme="theme-5"] .default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #b22c2c;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #b22c2c;
}

/* line 1572, sass/_own.scss */
body[data-theme="theme-5"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #b22c2c inset;
  box-shadow: 3px 0 #b22c2c inset;
}

/* line 1573, sass/_own.scss */
body[data-theme="theme-5"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #b22c2c;
  box-shadow: inset -5px 0 #b22c2c;
}

/* line 1574, sass/_own.scss */
body[data-theme="theme-5"] .message-box-entry.style-1:before {
  background: #b22c2c;
}

/* line 1576, sass/_own.scss */
body[data-theme="theme-5"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-5/icon9.png);
}

/* line 1577, sass/_own.scss */
body[data-theme="theme-5"] .video-popup a:after {
  background-image: url(../img/theme-5/cross.png);
}

/* line 1578, sass/_own.scss */
body[data-theme="theme-5"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1579, sass/_own.scss */
body[data-theme="theme-5"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-5/blockquote-bg.png);
}

/* line 1580, sass/_own.scss */
body[data-theme="theme-5"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-5/blockquote-bg-1.png);
}

/* line 1581, sass/_own.scss */
body[data-theme="theme-5"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1582, sass/_own.scss */
body[data-theme="theme-5"] .list-style-2 li {
  background-image: url(../img/theme-5/list-bg-style-2.png);
}

/* line 1583, sass/_own.scss */
body[data-theme="theme-5"] .widget-testimonial .text {
  background-image: url(../img/theme-5/blockquote-bg.png);
}

/* line 1584, sass/_own.scss */
body[data-theme="theme-5"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-5/icon9.png);
}

/*theme 6*/
/* line 1588, sass/_own.scss */
body[data-theme="theme-6"] nav .submeny a:after {
  border-top-color: #0045ad;
}

/* line 1589, sass/_own.scss */
body[data-theme="theme-6"] .play::after {
  border-left-color: #0045ad;
}

/* line 1590, sass/_own.scss */
body[data-theme="theme-6"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1591, sass/_own.scss */
body[data-theme="theme-6"] #loader-wrapper span, body[data-theme="theme-6"] .play:hover, body[data-theme="theme-6"] .blog-post .date, body[data-theme="theme-6"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-6"] .button.type-1:after, body[data-theme="theme-6"] .checkbox-entry.active label:before, body[data-theme="theme-6"] .checkbox-entry.active label:after, body[data-theme="theme-6"] .message-box-entry.style-3, body[data-theme="theme-6"] .responsive-filtration-title {
  border-color: #0045ad;
}

/* line 1592, sass/_own.scss */
body[data-theme="theme-6"] .styled-form .submit-wrapper:hover {
  background-color: #0045ad;
}

/* line 1593, sass/_own.scss */
body[data-theme="theme-6"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #0045ad;
}

/* line 1595, sass/_own.scss */
body[data-theme="theme-6"] nav a.act, body[data-theme="theme-6"] nav a:hover, body[data-theme="theme-6"] .button, body[data-theme="theme-6"] nav .submeny:hover .submeny-top, body[data-theme="theme-6"] header.act nav a:hover, body[data-theme="theme-6"] header.act nav a.act, body[data-theme="theme-6"] .titel-left:after, body[data-theme="theme-6"] .titel-top:after, body[data-theme="theme-6"] .swiper-active-switch, body[data-theme="theme-6"] ul li:after, body[data-theme="theme-6"] .block.type-6, body[data-theme="theme-6"] .video-popup a:hover, body[data-theme="theme-6"] .play:hover, body[data-theme="theme-6"] .mob-icon span, body[data-theme="theme-6"] .mob-icon span:before, body[data-theme="theme-6"] .mob-icon span:after, body[data-theme="theme-6"] .default-arrow, body[data-theme="theme-6"] .page-tagline .title:before, body[data-theme="theme-6"] .accordeon .entry.active, body[data-theme="theme-6"] .new-block.color-background, body[data-theme="theme-6"] .sorting-menu a.active, body[data-theme="theme-6"] .sorting-menu a:hover, body[data-theme="theme-6"] .banner-tabs span.title:before, body[data-theme="theme-6"] .new-block.type-10 .image-socials-box, body[data-theme="theme-6"] .tags-container a:hover, body[data-theme="theme-6"] .paginator ul li a.active, body[data-theme="theme-6"] .paginator ul li a:hover, body[data-theme="theme-6"] .blog-post.style-2 .date, body[data-theme="theme-6"] .share-post a:hover, body[data-theme="theme-6"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-6"] .small-button, body[data-theme="theme-6"] .widget-entry .social-icons a, body[data-theme="theme-6"] .button.type-1:hover, body[data-theme="theme-6"] .checkbox-entry.active.radio label:after, body[data-theme="theme-6"] .typography-article ol li:before, body[data-theme="theme-6"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-6"] .message-box-entry.style-1, body[data-theme="theme-6"] .typography-article .table th, body[data-theme="theme-6"] .mouse-icon:before, body[data-theme="theme-6"] .back-to-top {
  background: #0045ad;
}

/* line 1596, sass/_own.scss */
body[data-theme="theme-6"] .numbers .num, body[data-theme="theme-6"] .button.black, body[data-theme="theme-6"] .default-arrow:hover span, body[data-theme="theme-6"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-6"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-6"] .compare-column-entry .price, body[data-theme="theme-6"] .blog-entry .post-data, body[data-theme="theme-6"] .blog-entry .post-data a, body[data-theme="theme-6"] .blog-entry .title:hover, body[data-theme="theme-6"] .banner-tabs span.title, body[data-theme="theme-6"] .banner-tabs .entry:hover span.description, body[data-theme="theme-6"] .new-block.color-background, body[data-theme="theme-6"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-6"] .new-block.type-10 .position, body[data-theme="theme-6"] .popular-post-entry .content .date, body[data-theme="theme-6"] .popular-post-entry .content .title:hover, body[data-theme="theme-6"] .categories-wrapper .entry:hover, body[data-theme="theme-6"] .categories-wrapper .entry .number, body[data-theme="theme-6"] .blog-post .title:hover, body[data-theme="theme-6"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-6"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-6"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-6"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-6"] .latest-comment-entry .title .name, body[data-theme="theme-6"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-6"] .arrow-button:hover, body[data-theme="theme-6"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-6"] .accordeon .entry .title span, body[data-theme="theme-6"] .accordeon .entry .title:hover, body[data-theme="theme-6"] .author-text .category, body[data-theme="theme-6"] .author-entry .glyphicon, body[data-theme="theme-6"] .titel-left span, body[data-theme="theme-6"] .comment-content .name .reply, body[data-theme="theme-6"] .comment-content .date .glyphicon, body[data-theme="theme-6"] .posts-navigation .data .glyphicon, body[data-theme="theme-6"] .posts-navigation .data .category, body[data-theme="theme-6"] .posts-navigation .data .category, body[data-theme="theme-6"] .search-form .search-submit, body[data-theme="theme-6"] .tweet-entry a, body[data-theme="theme-6"] .widget-entry .tabs-switch.active, body[data-theme="theme-6"] .button.type-1, body[data-theme="theme-6"] .default-arrow.black span, body[data-theme="theme-6"] .message-box-entry.style-3, body[data-theme="theme-6"] .responsive-filtration-title .glyphicon, body[data-theme="theme-6"] .posts-navigation .title:hover, body[data-theme="theme-6"].teaser .teaser-date .date-square p, body[data-theme="theme-6"] .teaser-copyright .copyright a, body[data-theme="theme-6"] .content-404 .title, body[data-theme="theme-6"] .content-404 .description a, body[data-theme="theme-6"] .phone-icons-description .entry:hover .title {
  color: #0045ad;
}

/* line 1598, sass/_own.scss */
body[data-theme="theme-6"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1599, sass/_own.scss */
body[data-theme="theme-6"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1600, sass/_own.scss */
body[data-theme="theme-6"] .button.type-1:hover, body[data-theme="theme-6"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1601, sass/_own.scss */
body[data-theme="theme-6"] .default-arrow:hover {
  background: #fff;
}

/* line 1602, sass/_own.scss */
body[data-theme="theme-6"] .default-arrow.black {
  background: #222;
}

/* line 1603, sass/_own.scss */
body[data-theme="theme-6"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1604, sass/_own.scss */
body[data-theme="theme-6"] .sorting-item .tagline {
  background: rgba(0, 69, 173, 0.8);
}

/* line 1605, sass/_own.scss */
body[data-theme="theme-6"] .gallery-popup .close-popup, body[data-theme="theme-6"] .screen-preview-popup .close-popup {
  color: #0045ad;
}

/* line 1606, sass/_own.scss */
body[data-theme="theme-6"] .gallery-popup .close-popup:hover, body[data-theme="theme-6"] .screen-preview-popup .close-popup:hover {
  background: #0045ad;
  color: #fff;
}

/* line 1607, sass/_own.scss */
body[data-theme="theme-6"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1608, sass/_own.scss */
body[data-theme="theme-6"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #0045ad;
}

/* line 1609, sass/_own.scss */
body[data-theme="theme-6"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1610, sass/_own.scss */
body[data-theme="theme-6"] .button.type-1 {
  background: #fff;
}

/* line 1612, sass/_own.scss */
body[data-theme="theme-6"] .default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #16396f;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #16396f;
}

/* line 1613, sass/_own.scss */
body[data-theme="theme-6"] .default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #16396f;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #16396f;
}

/* line 1614, sass/_own.scss */
body[data-theme="theme-6"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #16396f inset;
  box-shadow: 3px 0 #16396f inset;
}

/* line 1615, sass/_own.scss */
body[data-theme="theme-6"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #16396f;
  box-shadow: inset -5px 0 #16396f;
}

/* line 1616, sass/_own.scss */
body[data-theme="theme-6"] .message-box-entry.style-1:before {
  background: #16396f;
}

/* line 1618, sass/_own.scss */
body[data-theme="theme-6"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-6/icon9.png);
}

/* line 1619, sass/_own.scss */
body[data-theme="theme-6"] .video-popup a:after {
  background-image: url(../img/theme-6/cross.png);
}

/* line 1620, sass/_own.scss */
body[data-theme="theme-6"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1621, sass/_own.scss */
body[data-theme="theme-6"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-6/blockquote-bg.png);
}

/* line 1622, sass/_own.scss */
body[data-theme="theme-6"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-6/blockquote-bg-1.png);
}

/* line 1623, sass/_own.scss */
body[data-theme="theme-6"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1624, sass/_own.scss */
body[data-theme="theme-6"] .list-style-2 li {
  background-image: url(../img/theme-6/list-bg-style-2.png);
}

/* line 1625, sass/_own.scss */
body[data-theme="theme-6"] .widget-testimonial .text {
  background-image: url(../img/theme-6/blockquote-bg.png);
}

/* line 1626, sass/_own.scss */
body[data-theme="theme-6"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-6/icon9.png);
}

/*theme 7*/
/* line 1630, sass/_own.scss */
body[data-theme="theme-7"] nav .submeny a:after {
  border-top-color: #dd137b;
}

/* line 1631, sass/_own.scss */
body[data-theme="theme-7"] .play::after {
  border-left-color: #dd137b;
}

/* line 1632, sass/_own.scss */
body[data-theme="theme-7"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1633, sass/_own.scss */
body[data-theme="theme-7"] #loader-wrapper span, body[data-theme="theme-7"] .play:hover, body[data-theme="theme-7"] .blog-post .date, body[data-theme="theme-7"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-7"] .button.type-1:after, body[data-theme="theme-7"] .checkbox-entry.active label:before, body[data-theme="theme-7"] .checkbox-entry.active label:after, body[data-theme="theme-7"] .message-box-entry.style-3, body[data-theme="theme-7"] .responsive-filtration-title {
  border-color: #dd137b;
}

/* line 1634, sass/_own.scss */
body[data-theme="theme-7"] .styled-form .submit-wrapper:hover {
  background-color: #dd137b;
}

/* line 1635, sass/_own.scss */
body[data-theme="theme-7"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #dd137b;
}

/* line 1637, sass/_own.scss */
body[data-theme="theme-7"] nav a.act, body[data-theme="theme-7"] nav a:hover, body[data-theme="theme-7"] .button, body[data-theme="theme-7"] nav .submeny:hover .submeny-top, body[data-theme="theme-7"] header.act nav a:hover, body[data-theme="theme-7"] header.act nav a.act, body[data-theme="theme-7"] .titel-left:after, body[data-theme="theme-7"] .titel-top:after, body[data-theme="theme-7"] .swiper-active-switch, body[data-theme="theme-7"] ul li:after, body[data-theme="theme-7"] .block.type-6, body[data-theme="theme-7"] .video-popup a:hover, body[data-theme="theme-7"] .play:hover, body[data-theme="theme-7"] .mob-icon span, body[data-theme="theme-7"] .mob-icon span:before, body[data-theme="theme-7"] .mob-icon span:after, body[data-theme="theme-7"] .default-arrow, body[data-theme="theme-7"] .page-tagline .title:before, body[data-theme="theme-7"] .accordeon .entry.active, body[data-theme="theme-7"] .new-block.color-background, body[data-theme="theme-7"] .sorting-menu a.active, body[data-theme="theme-7"] .sorting-menu a:hover, body[data-theme="theme-7"] .banner-tabs span.title:before, body[data-theme="theme-7"] .new-block.type-10 .image-socials-box, body[data-theme="theme-7"] .tags-container a:hover, body[data-theme="theme-7"] .paginator ul li a.active, body[data-theme="theme-7"] .paginator ul li a:hover, body[data-theme="theme-7"] .blog-post.style-2 .date, body[data-theme="theme-7"] .share-post a:hover, body[data-theme="theme-7"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-7"] .small-button, body[data-theme="theme-7"] .widget-entry .social-icons a, body[data-theme="theme-7"] .button.type-1:hover, body[data-theme="theme-7"] .checkbox-entry.active.radio label:after, body[data-theme="theme-7"] .typography-article ol li:before, body[data-theme="theme-7"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-7"] .message-box-entry.style-1, body[data-theme="theme-7"] .typography-article .table th, body[data-theme="theme-7"] .mouse-icon:before, body[data-theme="theme-7"] .back-to-top {
  background: #dd137b;
}

/* line 1638, sass/_own.scss */
body[data-theme="theme-7"] .numbers .num, body[data-theme="theme-7"] .button.black, body[data-theme="theme-7"] .default-arrow:hover span, body[data-theme="theme-7"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-7"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-7"] .compare-column-entry .price, body[data-theme="theme-7"] .blog-entry .post-data, body[data-theme="theme-7"] .blog-entry .post-data a, body[data-theme="theme-7"] .blog-entry .title:hover, body[data-theme="theme-7"] .banner-tabs span.title, body[data-theme="theme-7"] .banner-tabs .entry:hover span.description, body[data-theme="theme-7"] .new-block.color-background, body[data-theme="theme-7"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-7"] .new-block.type-10 .position, body[data-theme="theme-7"] .popular-post-entry .content .date, body[data-theme="theme-7"] .popular-post-entry .content .title:hover, body[data-theme="theme-7"] .categories-wrapper .entry:hover, body[data-theme="theme-7"] .categories-wrapper .entry .number, body[data-theme="theme-7"] .blog-post .title:hover, body[data-theme="theme-7"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-7"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-7"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-7"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-7"] .latest-comment-entry .title .name, body[data-theme="theme-7"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-7"] .arrow-button:hover, body[data-theme="theme-7"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-7"] .accordeon .entry .title span, body[data-theme="theme-7"] .accordeon .entry .title:hover, body[data-theme="theme-7"] .author-text .category, body[data-theme="theme-7"] .author-entry .glyphicon, body[data-theme="theme-7"] .titel-left span, body[data-theme="theme-7"] .comment-content .name .reply, body[data-theme="theme-7"] .comment-content .date .glyphicon, body[data-theme="theme-7"] .posts-navigation .data .glyphicon, body[data-theme="theme-7"] .posts-navigation .data .category, body[data-theme="theme-7"] .posts-navigation .data .category, body[data-theme="theme-7"] .search-form .search-submit, body[data-theme="theme-7"] .tweet-entry a, body[data-theme="theme-7"] .widget-entry .tabs-switch.active, body[data-theme="theme-7"] .button.type-1, body[data-theme="theme-7"] .default-arrow.black span, body[data-theme="theme-7"] .message-box-entry.style-3, body[data-theme="theme-7"] .responsive-filtration-title .glyphicon, body[data-theme="theme-7"] .posts-navigation .title:hover, body[data-theme="theme-7"].teaser .teaser-date .date-square p, body[data-theme="theme-7"] .teaser-copyright .copyright a, body[data-theme="theme-7"] .content-404 .title, body[data-theme="theme-7"] .content-404 .description a, body[data-theme="theme-7"] .phone-icons-description .entry:hover .title {
  color: #dd137b;
}

/* line 1640, sass/_own.scss */
body[data-theme="theme-7"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1641, sass/_own.scss */
body[data-theme="theme-7"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1642, sass/_own.scss */
body[data-theme="theme-7"] .button.type-1:hover, body[data-theme="theme-7"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1643, sass/_own.scss */
body[data-theme="theme-7"] .default-arrow:hover {
  background: #fff;
}

/* line 1644, sass/_own.scss */
body[data-theme="theme-7"] .default-arrow.black {
  background: #222;
}

/* line 1645, sass/_own.scss */
body[data-theme="theme-7"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1646, sass/_own.scss */
body[data-theme="theme-7"] .sorting-item .tagline {
  background: rgba(221, 19, 123, 0.8);
}

/* line 1647, sass/_own.scss */
body[data-theme="theme-7"] .gallery-popup .close-popup, body[data-theme="theme-7"] .screen-preview-popup .close-popup {
  color: #dd137b;
}

/* line 1648, sass/_own.scss */
body[data-theme="theme-7"] .gallery-popup .close-popup:hover, body[data-theme="theme-7"] .screen-preview-popup .close-popup:hover {
  background: #dd137b;
  color: #fff;
}

/* line 1649, sass/_own.scss */
body[data-theme="theme-7"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1650, sass/_own.scss */
body[data-theme="theme-7"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #dd137b;
}

/* line 1651, sass/_own.scss */
body[data-theme="theme-7"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1652, sass/_own.scss */
body[data-theme="theme-7"] .button.type-1 {
  background: #fff;
}

/* line 1654, sass/_own.scss */
body[data-theme="theme-7"] .default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #bb347a;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #bb347a;
}

/* line 1655, sass/_own.scss */
body[data-theme="theme-7"] .default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #bb347a;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #bb347a;
}

/* line 1656, sass/_own.scss */
body[data-theme="theme-7"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #bb347a inset;
  box-shadow: 3px 0 #bb347a inset;
}

/* line 1657, sass/_own.scss */
body[data-theme="theme-7"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #bb347a;
  box-shadow: inset -5px 0 #bb347a;
}

/* line 1658, sass/_own.scss */
body[data-theme="theme-7"] .message-box-entry.style-1:before {
  background: #bb347a;
}

/* line 1660, sass/_own.scss */
body[data-theme="theme-7"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-7/icon9.png);
}

/* line 1661, sass/_own.scss */
body[data-theme="theme-7"] .video-popup a:after {
  background-image: url(../img/theme-7/cross.png);
}

/* line 1662, sass/_own.scss */
body[data-theme="theme-7"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1663, sass/_own.scss */
body[data-theme="theme-7"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-7/blockquote-bg.png);
}

/* line 1664, sass/_own.scss */
body[data-theme="theme-7"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-7/blockquote-bg-1.png);
}

/* line 1665, sass/_own.scss */
body[data-theme="theme-7"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1666, sass/_own.scss */
body[data-theme="theme-7"] .list-style-2 li {
  background-image: url(../img/theme-7/list-bg-style-2.png);
}

/* line 1667, sass/_own.scss */
body[data-theme="theme-7"] .widget-testimonial .text {
  background-image: url(../img/theme-7/blockquote-bg.png);
}

/* line 1668, sass/_own.scss */
body[data-theme="theme-7"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-7/icon9.png);
}

/*theme 8*/
/* line 1672, sass/_own.scss */
body[data-theme="theme-8"] nav .submeny a:after {
  border-top-color: #482d1d;
}

/* line 1673, sass/_own.scss */
body[data-theme="theme-8"] .play::after {
  border-left-color: #482d1d;
}

/* line 1674, sass/_own.scss */
body[data-theme="theme-8"] .play:hover::after {
  border-left-color: #fff;
}

/* line 1675, sass/_own.scss */
body[data-theme="theme-8"] #loader-wrapper span, body[data-theme="theme-8"] .play:hover, body[data-theme="theme-8"] .blog-post .date, body[data-theme="theme-8"] .blog-post .thumbnail-entry blockquote, body[data-theme="theme-8"] .button.type-1:after, body[data-theme="theme-8"] .checkbox-entry.active label:before, body[data-theme="theme-8"] .checkbox-entry.active label:after, body[data-theme="theme-8"] .message-box-entry.style-3, body[data-theme="theme-8"] .responsive-filtration-title {
  border-color: #482d1d;
}

/* line 1676, sass/_own.scss */
body[data-theme="theme-8"] .styled-form .submit-wrapper:hover {
  background-color: #482d1d;
}

/* line 1677, sass/_own.scss */
body[data-theme="theme-8"] .teaser-date-circles .date-square .circle-box svg circle {
  stroke: #482d1d;
}

/* line 1679, sass/_own.scss */
body[data-theme="theme-8"] nav a.act, body[data-theme="theme-8"] nav a:hover, body[data-theme="theme-8"] .button, body[data-theme="theme-8"] nav .submeny:hover .submeny-top, body[data-theme="theme-8"] header.act nav a:hover, body[data-theme="theme-8"] header.act nav a.act, body[data-theme="theme-8"] .titel-left:after, body[data-theme="theme-8"] .titel-top:after, body[data-theme="theme-8"] .swiper-active-switch, body[data-theme="theme-8"] ul li:after, body[data-theme="theme-8"] .block.type-6, body[data-theme="theme-8"] .video-popup a:hover, body[data-theme="theme-8"] .play:hover, body[data-theme="theme-8"] .mob-icon span, body[data-theme="theme-8"] .mob-icon span:before, body[data-theme="theme-8"] .mob-icon span:after, body[data-theme="theme-8"] .default-arrow, body[data-theme="theme-8"] .page-tagline .title:before, body[data-theme="theme-8"] .accordeon .entry.active, body[data-theme="theme-8"] .new-block.color-background, body[data-theme="theme-8"] .sorting-menu a.active, body[data-theme="theme-8"] .sorting-menu a:hover, body[data-theme="theme-8"] .banner-tabs span.title:before, body[data-theme="theme-8"] .new-block.type-10 .image-socials-box, body[data-theme="theme-8"] .tags-container a:hover, body[data-theme="theme-8"] .paginator ul li a.active, body[data-theme="theme-8"] .paginator ul li a:hover, body[data-theme="theme-8"] .blog-post.style-2 .date, body[data-theme="theme-8"] .share-post a:hover, body[data-theme="theme-8"] .blog-post .thumbnail-entry blockquote.style-2:before, body[data-theme="theme-8"] .small-button, body[data-theme="theme-8"] .widget-entry .social-icons a, body[data-theme="theme-8"] .button.type-1:hover, body[data-theme="theme-8"] .checkbox-entry.active.radio label:after, body[data-theme="theme-8"] .typography-article ol li:before, body[data-theme="theme-8"] .typography-article ul.list-style-3 li:before, body[data-theme="theme-8"] .message-box-entry.style-1, body[data-theme="theme-8"] .typography-article .table th, body[data-theme="theme-8"] .mouse-icon:before, body[data-theme="theme-8"] .back-to-top {
  background: #482d1d;
}

/* line 1680, sass/_own.scss */
body[data-theme="theme-8"] .numbers .num, body[data-theme="theme-8"] .button.black, body[data-theme="theme-8"] .default-arrow:hover span, body[data-theme="theme-8"] .new-block.type-18 .tabs-switch.active, body[data-theme="theme-8"] .new-block.type-18 .tabs-switch:hover, body[data-theme="theme-8"] .compare-column-entry .price, body[data-theme="theme-8"] .blog-entry .post-data, body[data-theme="theme-8"] .blog-entry .post-data a, body[data-theme="theme-8"] .blog-entry .title:hover, body[data-theme="theme-8"] .banner-tabs span.title, body[data-theme="theme-8"] .banner-tabs .entry:hover span.description, body[data-theme="theme-8"] .new-block.color-background, body[data-theme="theme-8"] .new-block.type-14 .tabs-switch.active span, body[data-theme="theme-8"] .new-block.type-10 .position, body[data-theme="theme-8"] .popular-post-entry .content .date, body[data-theme="theme-8"] .popular-post-entry .content .title:hover, body[data-theme="theme-8"] .categories-wrapper .entry:hover, body[data-theme="theme-8"] .categories-wrapper .entry .number, body[data-theme="theme-8"] .blog-post .title:hover, body[data-theme="theme-8"] .blog-post .thumbnail-entry blockquote cite, body[data-theme="theme-8"] .categories-wrapper .sub-wrapper a span, body[data-theme="theme-8"] .categories-wrapper .entry.toggle .glyphicon:before, body[data-theme="theme-8"] .latest-comment-entry .date .glyphicon, body[data-theme="theme-8"] .latest-comment-entry .title .name, body[data-theme="theme-8"] .latest-comment-entry .title .post-title:hover, body[data-theme="theme-8"] .arrow-button:hover, body[data-theme="theme-8"] .footer-bottom .footer-linck a:hover, body[data-theme="theme-8"] .accordeon .entry .title span, body[data-theme="theme-8"] .accordeon .entry .title:hover, body[data-theme="theme-8"] .author-text .category, body[data-theme="theme-8"] .author-entry .glyphicon, body[data-theme="theme-8"] .titel-left span, body[data-theme="theme-8"] .comment-content .name .reply, body[data-theme="theme-8"] .comment-content .date .glyphicon, body[data-theme="theme-8"] .posts-navigation .data .glyphicon, body[data-theme="theme-8"] .posts-navigation .data .category, body[data-theme="theme-8"] .posts-navigation .data .category, body[data-theme="theme-8"] .search-form .search-submit, body[data-theme="theme-8"] .tweet-entry a, body[data-theme="theme-8"] .widget-entry .tabs-switch.active, body[data-theme="theme-8"] .button.type-1, body[data-theme="theme-8"] .default-arrow.black span, body[data-theme="theme-8"] .message-box-entry.style-3, body[data-theme="theme-8"] .responsive-filtration-title .glyphicon, body[data-theme="theme-8"] .posts-navigation .title:hover, body[data-theme="theme-8"].teaser .teaser-date .date-square p, body[data-theme="theme-8"] .teaser-copyright .copyright a, body[data-theme="theme-8"] .content-404 .title, body[data-theme="theme-8"] .content-404 .description a, body[data-theme="theme-8"] .phone-icons-description .entry:hover .title {
  color: #482d1d;
}

/* line 1682, sass/_own.scss */
body[data-theme="theme-8"] .comment-content .name .reply:hover {
  color: #777;
}

/* line 1683, sass/_own.scss */
body[data-theme="theme-8"] .widget-entry .social-icons a:hover {
  background: #777;
}

/* line 1684, sass/_own.scss */
body[data-theme="theme-8"] .button.type-1:hover, body[data-theme="theme-8"] .default-arrow.black:hover span {
  color: #fff;
}

/* line 1685, sass/_own.scss */
body[data-theme="theme-8"] .default-arrow:hover {
  background: #fff;
}

/* line 1686, sass/_own.scss */
body[data-theme="theme-8"] .default-arrow.black {
  background: #222;
}

/* line 1687, sass/_own.scss */
body[data-theme="theme-8"] .color-background .page-tagline .title:before {
  background: #fff;
}

/* line 1688, sass/_own.scss */
body[data-theme="theme-8"] .sorting-item .tagline {
  background: rgba(72, 45, 29, 0.8);
}

/* line 1689, sass/_own.scss */
body[data-theme="theme-8"] .gallery-popup .close-popup, body[data-theme="theme-8"] .screen-preview-popup .close-popup {
  color: #482d1d;
}

/* line 1690, sass/_own.scss */
body[data-theme="theme-8"] .gallery-popup .close-popup:hover, body[data-theme="theme-8"] .screen-preview-popup .close-popup:hover {
  background: #482d1d;
  color: #fff;
}

/* line 1691, sass/_own.scss */
body[data-theme="theme-8"] .accordeon .entry.active .title span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1692, sass/_own.scss */
body[data-theme="theme-8"] .blog-post.style-2 .date:before {
  border-color: transparent transparent transparent #482d1d;
}

/* line 1693, sass/_own.scss */
body[data-theme="theme-8"] .small-button:hover {
  background: #f8f8f8;
}

/* line 1694, sass/_own.scss */
body[data-theme="theme-8"] .button.type-1 {
  background: #fff;
}

/* line 1696, sass/_own.scss */
body[data-theme="theme-8"] .default-arrow.left {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #806250;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1), inset -3px 0 #806250;
}

/* line 1697, sass/_own.scss */
body[data-theme="theme-8"] .default-arrow.right {
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #806250;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1), inset 3px 0 #806250;
}

/* line 1698, sass/_own.scss */
body[data-theme="theme-8"] .blog-post.style-2 .date {
  -webkit-box-shadow: 3px 0 #806250 inset;
  box-shadow: 3px 0 #806250 inset;
}

/* line 1699, sass/_own.scss */
body[data-theme="theme-8"] .accordeon .entry.active {
  -webkit-box-shadow: inset -5px 0 #806250;
  box-shadow: inset -5px 0 #806250;
}

/* line 1700, sass/_own.scss */
body[data-theme="theme-8"] .message-box-entry.style-1:before {
  background: #806250;
}

/* line 1702, sass/_own.scss */
body[data-theme="theme-8"] .subscribe form input[type="submit"] {
  background-image: url(../img/theme-8/icon9.png);
}

/* line 1703, sass/_own.scss */
body[data-theme="theme-8"] .video-popup a:after {
  background-image: url(../img/theme-8/cross.png);
}

/* line 1704, sass/_own.scss */
body[data-theme="theme-8"] .video-popup a:hover:after {
  background-image: url(../img/cross-act.png);
}

/* line 1705, sass/_own.scss */
body[data-theme="theme-8"] .testimonials-slider .blockquote-wrapper {
  background-image: url(../img/theme-8/blockquote-bg.png);
}

/* line 1706, sass/_own.scss */
body[data-theme="theme-8"] .blog-post .thumbnail-entry blockquote {
  background-image: url(../img/theme-8/blockquote-bg-1.png);
}

/* line 1707, sass/_own.scss */
body[data-theme="theme-8"] .blog-post .thumbnail-entry blockquote.style-2 {
  background: none;
}

/* line 1708, sass/_own.scss */
body[data-theme="theme-8"] .list-style-2 li {
  background-image: url(../img/theme-8/list-bg-style-2.png);
}

/* line 1709, sass/_own.scss */
body[data-theme="theme-8"] .widget-testimonial .text {
  background-image: url(../img/theme-8/blockquote-bg.png);
}

/* line 1710, sass/_own.scss */
body[data-theme="theme-8"] .styled-form .submit-wrapper {
  background-image: url(../img/theme-8/icon9.png);
}

/* line 1712, sass/_own.scss */
body[data-theme="theme-8"] .button.black {
  color: #fff;
}

/*  ==============
	CSS ANIMATIONS
	==============  */
/* line 1718, sass/_own.scss */
.class {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -ms-transition: none;
}

/* line 1719, sass/_own.scss */
.button:after, .footer-bottom .footer-linck a, .footer-bottom .media-icon a, .banner-tabs .entry span, .banner-tabs .entry span:before, .new-block.type-10 .paddings-container .image-wrapper img, .new-block.type-10 .image-socials-box a, .new-block.type-10 .image-socials-box a img, .testimonials-slider .swiper-arrow, .blog-entry .title, .new-block.type-18 .tabs-switch, .sorting-menu a, .accordeon .entry, .accordeon .entry .title, .accordeon .entry .title span, .default-arrow, .default-arrow span, .blog-post .title, .popular-post-entry .content .title, .tags-container a, .arrow-button, .blog-post .thumbnails .entry, .share-post a, .posts-navigation .title, .small-button, .sorting-item .tagline, .gallery-popup .close-popup, .screen-preview-popup .close-popup, .paginator ul li a, .categories-wrapper .entry, .latest-comment-entry .title a, .comment-content .name .reply, .gallery-popup .close-popup span, .screen-preview-popup .close-popup span, .sorting-item .tagline .title, .sorting-item .tagline .description, .button, .widget-entry .social-icons a, .styled-form .submit-wrapper, .teaser-copyright .copyright a, .back-to-top {
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

/* line 1720, sass/_own.scss */
.play:hover, .play:hover:after, nav a, header, #logo img, .mob-icon span, .mob-icon span:before, .mob-icon span:after, nav, nav .submeny a:after, .numbers .col-md-3:before, .numbers .num-text, .video-popup a, .video-popup a:after, .footer-bottom .media-icon a:after, .img-wrap-move, .numbers .thumbs-image, .screens-preview-box .im, .custom-screen-wrapper, .phone-icons-image, .filter-item img, .phone-icons-description .entry .title {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

/* line 1721, sass/_own.scss */
.theme-config, .banner-text, .banner-image, .testimonials-text, .testimonials-image, .loaded .gallery-popup, .loaded .screen-preview-popup, .screens-preview-animation {
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
}

/* line 1722, sass/_own.scss */
.video-popup span, .video-popup span:nth-child(1):after, .video-popup span:nth-child(2):after, .video-popup iframe, .theme-config .open img {
  -moz-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;
}

/* line 1723, sass/_own.scss */
.class {
  -moz-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -ms-transition: all 1000ms ease-out;
}

/* line 1724, sass/_own.scss */
.iphone6plus, .iphone6plus * {
  -moz-transition: all 2000ms ease-out;
  -o-transition: all 2000ms ease-out;
  -webkit-transition: all 2000ms ease-out;
  transition: all 2000ms ease-out;
  -ms-transition: all 2000ms ease-out;
}

/*transition delay*/
/* line 1727, sass/_own.scss */
.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(1) {
  transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
}

/* line 1728, sass/_own.scss */
.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(2) {
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
}

/* line 1729, sass/_own.scss */
.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(3) {
  transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -webkit-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
}

/* line 1730, sass/_own.scss */
.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(4) {
  transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
}

/* line 1732, sass/_own.scss */
.loaded .banner-text, .loaded .banner-image, .loaded .testimonials-text, .loaded .testimonials-image {
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

/* line 1733, sass/_own.scss */
.screens-preview-animation {
  transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

/*  =====================
	VERTICAL ALIGN STYLES
	=====================  */
/* line 1738, sass/_own.scss */
.class {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

/*  =================
	BORDER BOX STYLES
	=================  */
/* line 1743, sass/_own.scss */
.subscription-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*  ===============
	BOX SIZE STYLES
	===============  */
/* line 1748, sass/_own.scss */
.box-size {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 31 - WELCOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1754, sass/_own.scss */
.welcome-slide {
  min-height: 500px;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* line 1755, sass/_own.scss */
.welcome-banner {
  background-image: url(../img/welcome/banner.jpg);
  background-attachment: fixed;
}

/* line 1756, sass/_own.scss */
.welcome-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}

/* line 1757, sass/_own.scss */
.welcome-banner .container {
  position: relative;
  height: inherit;
  min-height: inherit;
}

/* line 1758, sass/_own.scss */
.welcome-vertical-center {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}

/* line 1759, sass/_own.scss */
.welcome-logo {
  margin-bottom: 50px;
}

/* line 1760, sass/_own.scss */
.welcome-title {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'bold';
  margin-bottom: 50px !important;
}

/* line 1761, sass/_own.scss */
.welcome-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 1762, sass/_own.scss */
.welcome-tab-entry {
  height: 100px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'bold';
}

@media (min-width: 992px) {
  /* line 1764, sass/_own.scss */
  .welcome-tab-entry:hover {
    height: 150px;
  }
}
/* line 1766, sass/_own.scss */
.welcome-tab-entry:nth-child(1) {
  background: #fbc011;
}

/* line 1767, sass/_own.scss */
.welcome-tab-entry:nth-child(2) {
  background: #00bbd2;
}

/* line 1768, sass/_own.scss */
.welcome-tab-entry:nth-child(3) {
  background: #4caf50;
}

/* line 1769, sass/_own.scss */
.welcome-tab-entry:nth-child(4) {
  background: #ba68c8;
}

/* line 1770, sass/_own.scss */
.welcome-tab-entry .cell-view {
  width: 1000px;
}

/* line 1771, sass/_own.scss */
.welcome-slide .align-container {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 90px;
}

/* line 1772, sass/_own.scss */
.template-link-entry {
  display: block;
  position: relative;
}

/* line 1773, sass/_own.scss */
.template-link-entry .background {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1774, sass/_own.scss */
.template-link-entry .preview {
  position: absolute;
  width: 92%;
  height: 64%;
  left: 4%;
  top: 4.5%;
  overflow: hidden;
}

/* line 1775, sass/_own.scss */
.template-link-entry .preview img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -moz-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -ms-transition: all 1000ms ease-out;
}

/* line 1776, sass/_own.scss */
.template-link-entry .preview .button {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) -webkit-translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*.template-link-entry .preview:after{position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.7); content: "";}*/
/* line 1778, sass/_own.scss */
.template-link-entry:hover .preview img {
  transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -moz-transition: all 10000ms linear;
  -o-transition: all 10000ms linear;
  -webkit-transition: all 10000ms linear;
  transition: all 10000ms linear;
  -ms-transition: all 10000ms linear;
}

/* line 1779, sass/_own.scss */
.template-link-entry:hover .preview:after, .template-link-entry:hover .preview .button {
  opacity: 0;
}

/* line 1780, sass/_own.scss */
.align-container .description {
  text-align: center;
  top: 100%;
  margin-top: 40px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'bold';
  color: #222;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
  display: inline-block;
}

/* line 1781, sass/_own.scss */
.align-container .description:after {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #fbc011;
  left: 0;
  bottom: 0;
  content: "";
}

/* line 1782, sass/_own.scss */
.align-container .buttons-wrapper {
  text-align: center;
}

/* line 1783, sass/_own.scss */
.welcome-subtitle {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-family: 'bold';
  padding-top: 120px;
}

/* line 1784, sass/_own.scss */
.welcome-subtitle-description {
  font-size: 18px;
  line-height: 24px;
  color: #777;
  text-align: center;
  margin-bottom: 70px;
}

/* line 1785, sass/_own.scss */
.welcome-developed-by {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  text-transform: uppercase;
  font-family: 'bold';
  font-size: 16px;
  line-height: 16px;
}

/* line 1786, sass/_own.scss */
.template-link-entry .description:after, .template-link-entry .preview:after, .template-link-entry .preview .button, .welcome-tab-entry {
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

/* line 1787, sass/_own.scss */
.label-new {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-family: 'bold';
  background: #d80d0d;
  position: absolute;
  left: -39px;
  top: 19px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  /* line 1789, sass/_own.scss */
  .welcome-slide {
    height: auto;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  /* line 1792, sass/_own.scss */
  .welcome-vertical-center {
    margin-top: -115px;
  }

  /* line 1793, sass/_own.scss */
  .welcome-slide {
    min-height: 400px;
  }

  /* line 1794, sass/_own.scss */
  .welcome-title {
    font-size: 22px;
  }

  /* line 1795, sass/_own.scss */
  .welcome-tabs {
    position: relative;
  }

  /* line 1796, sass/_own.scss */
  .welcome-tab-entry {
    height: 70px;
  }

  /* line 1797, sass/_own.scss */
  .welcome-subtitle {
    padding-top: 50px;
  }

  /* line 1798, sass/_own.scss */
  .welcome-subtitle-description {
    margin-bottom: 40px;
  }

  /* line 1799, sass/_own.scss */
  .welcome-slide .align-container {
    padding-bottom: 50px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 32 - TEASER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*teaser 1*/
/* line 1808, sass/_own.scss */
.teaser-container {
  height: 100%;
  position: relative;
}

/* line 1809, sass/_own.scss */
.teaser-container .page-tagline .title {
  color: #fff;
}

/* line 1810, sass/_own.scss */
.teaser-container .page-tagline .description {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1811, sass/_own.scss */
.teaser-container .cell-view {
  vertical-align: middle;
}

/* line 1812, sass/_own.scss */
.teaser-container .row-view:first-child, .teaser-container .row-view:last-child {
  height: 40px;
}

/* line 1813, sass/_own.scss */
.teaser-logo {
  text-align: center;
  padding: 20px 0;
}

/* line 1814, sass/_own.scss */
.teaser-logo .logo {
  display: inline-block;
}

/* line 1815, sass/_own.scss */
.teaser-logo .logo img {
  display: block;
  max-height: 40px;
}

/* line 1816, sass/_own.scss */
.teaser-content {
  background: #fff;
  padding: 70px 0;
  text-align: center;
}

/* line 1817, sass/_own.scss */
.teaser-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 11px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'bold', sans-serif;
}

/* line 1818, sass/_own.scss */
.teaser-description {
  font-size: 15px;
  line-height: 22px;
  color: #b6b6b6;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 35px;
}

/* line 1819, sass/_own.scss */
.teaser-date {
  margin-bottom: 55px;
}

/* line 1820, sass/_own.scss */
.teaser-date .date-square {
  font-family: 'bold', sans-serif;
  float: left;
  width: 25%;
  position: relative;
}

/* line 1821, sass/_own.scss */
.teaser-date .date-square:after {
  height: 60px;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  content: "";
}

/* line 1822, sass/_own.scss */
.teaser-date .date-square:first-child:after {
  display: none;
}

/* line 1823, sass/_own.scss */
.teaser-date .date-square span {
  display: block;
  font-size: 72px;
  line-height: 70px;
  display: block;
  font-weight: 400;
  color: #262626;
}

/* line 1824, sass/_own.scss */
.teaser-date .date-square p {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #c8c8c8;
  text-transform: uppercase;
  font-family: 'bold', sans-serif;
}

/* line 1825, sass/_own.scss */
.teaser-content .center {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 1826, sass/_own.scss */
.teaser-copyright {
  text-align: center;
  padding: 25px 0;
}

/* line 1827, sass/_own.scss */
.teaser-copyright .copyright {
  margin-bottom: 0;
  color: #b4b4b4;
}

/* line 1828, sass/_own.scss */
.teaser-copyright .copyright a {
  color: #d7af23;
}

/* line 1829, sass/_own.scss */
.styled-form {
  max-width: 430px;
  margin: 0 auto;
}

/* line 1830, sass/_own.scss */
.styled-form .form-title {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: 'bold', sans-serif;
  margin-bottom: 5px;
}

/* line 1831, sass/_own.scss */
.styled-form .submit-wrapper {
  position: relative;
  float: right;
  height: 45px;
  white-space: nowrap;
  line-height: 45px;
  width: 45px;
  background: url("../img/theme-1/icon9.png") no-repeat center center rgba(255, 255, 255, 0.1);
}

/* line 1832, sass/_own.scss */
.styled-form .submit-wrapper:hover {
  background: url("../img/icon9-white.png") no-repeat center center #fcc012;
  background-image: url("../img/icon9-white.png") !important;
}

/* line 1833, sass/_own.scss */
.styled-form .submit-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  font-family: 'regular', sans-serif;
}

/* line 1834, sass/_own.scss */
.styled-form .field-wrapper {
  border: 1px #e6e6e6 solid;
  border-right: none;
  height: 45px;
  margin-right: 45px;
}

/* line 1835, sass/_own.scss */
.styled-form .field-wrapper input {
  width: 100%;
  padding: 0 20px;
  border: none;
  font-size: 13px;
  line-height: 43px;
  height: 43px;
  margin: 0 !important;
  color: #777 !important;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
  /* line 1838, sass/_own.scss */
  .teaser-date .date-square span {
    font-size: 38px;
    line-height: 34px;
  }

  /* line 1839, sass/_own.scss */
  .teaser-date .date-square p {
    font-size: 14px;
  }

  /* line 1840, sass/_own.scss */
  .teaser-content {
    padding: 35px 0;
  }
}
/* line 1842, sass/_own.scss */
body.teaser {
  background: #000;
}

/* line 1843, sass/_own.scss */
body.teaser .teaser-container {
  background-color: transparent;
}

/* line 1844, sass/_own.scss */
.teaser-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}

/* line 1845, sass/_own.scss */
body.teaser .teaser-content {
  background: none;
}

/* line 1846, sass/_own.scss */
body.teaser .teaser-title {
  color: #fff;
}

/* line 1847, sass/_own.scss */
body.teaser .teaser-description {
  color: #b6b6b6;
}

/* line 1848, sass/_own.scss */
body.teaser .teaser-date .date-square span {
  color: #fff;
}

/* line 1849, sass/_own.scss */
body.teaser .teaser-date .date-square p {
  color: #edc32f;
}

/* line 1850, sass/_own.scss */
body.teaser .teaser-date .date-square:after {
  background: rgba(255, 255, 255, 0.3);
}

/* line 1851, sass/_own.scss */
body.teaser .styled-form .field-wrapper {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1852, sass/_own.scss */
body.teaser .styled-form .field-wrapper input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 1853, sass/_own.scss */
.teaser-copyright .copyright a:hover {
  color: #fff !important;
}

/*teaser circles*/
/* line 1855, sass/_own.scss */
.teaser-date-circles {
  max-width: 650px;
  margin-bottom: 55px;
}

/* line 1856, sass/_own.scss */
.teaser-date-circles .date-entry {
  float: left;
  width: 25%;
  text-align: center;
}

/* line 1857, sass/_own.scss */
.teaser-date-circles .date-square {
  width: 130px;
  height: 130px;
  display: inline-block;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1858, sass/_own.scss */
.teaser-date-circles .date-square span {
  font-family: 'bold', sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding-top: 37px;
  display: block;
  position: relative;
}

/* line 1859, sass/_own.scss */
.teaser-date-circles .date-square p {
  font-size: 11px;
  line-height: 22px;
  color: #c9c9c9;
  text-transform: uppercase;
  position: relative;
}

/* line 1860, sass/_own.scss */
.teaser-date-circles .date-square .circle-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

/* line 1861, sass/_own.scss */
.teaser-date-circles .date-square .circle-box svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  stroke-width: 3px;
  stroke: #fcc012;
}

/* line 1862, sass/_own.scss */
.teaser-date-circles .date-square .circle-box.stop-animation svg circle {
  transition: none;
  -webkit-transition: none;
}

/* line 1863, sass/_own.scss */
.teaser-background video.bgvid {
  position: absolute;
}

@media (max-width: 767px) {
  /* line 1865, sass/_own.scss */
  .teaser-date-circles .date-entry {
    width: 50%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 33 - PAGE "404" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1872, sass/_own.scss */
.canvas-overflow {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

/* line 1873, sass/_own.scss */
.canvas-overflow:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}

/* line 1874, sass/_own.scss */
.canvas-background {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1875, sass/_own.scss */
.content-404 {
  text-align: center;
  max-width: 500px;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

/* line 1876, sass/_own.scss */
.content-404 .title {
  font-size: 170px;
  line-height: 170px;
  color: #fcc012;
  font-family: 'black', sans-serif;
}

/* line 1877, sass/_own.scss */
.content-404 .description {
  font-size: 18px;
  line-height: 24px;
  color: #b4b4b4;
}

/* line 1878, sass/_own.scss */
.content-404 .description a {
  color: #fcc012;
}

/* line 1879, sass/_own.scss */
.content-404 .description a:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  /* line 1881, sass/_own.scss */
  .content-404 .title {
    font-size: 70px;
    line-height: 70px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 34 - HOMEPAGE "INDEX 5" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1889, sass/_own.scss */
.screens-preview-animation {
  position: relative;
  top: 200px;
  opacity: 0;
}

/* line 1890, sass/_own.scss */
.loaded .screens-preview-animation {
  position: relative;
  top: 0px;
  opacity: 1;
}

/* line 1891, sass/_own.scss */
.screens-preview-box {
  position: relative;
  top: -120px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 1892, sass/_own.scss */
.screens-preview-margin {
  margin-top: -270px;
}

/* line 1893, sass/_own.scss */
.screens-preview-box .im {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* line 1894, sass/_own.scss */
.screens-preview-box > .im {
  width: 23%;
  position: relative;
  left: 38.5%;
}

/* line 1895, sass/_own.scss */
.screens-preview-box > .im > img {
  z-index: 5;
}

/* line 1896, sass/_own.scss */
.screens-preview-box > .im .im {
  position: absolute;
}

/* line 1897, sass/_own.scss */
.screens-preview-box .left .im:nth-child(1) {
  right: 75%;
  width: 90%;
  top: 5%;
  z-index: 4;
}

/* line 1898, sass/_own.scss */
.screens-preview-box .left .im:nth-child(1):hover {
  right: 95%;
}

/* line 1899, sass/_own.scss */
.screens-preview-box .left .im:nth-child(2) {
  right: 125%;
  width: 80%;
  top: 10%;
  z-index: 3;
}

/* line 1900, sass/_own.scss */
.screens-preview-box .left .im:nth-child(2):hover {
  right: 145%;
}

/* line 1901, sass/_own.scss */
.screens-preview-box .left .im:nth-child(3) {
  right: 170%;
  width: 70%;
  top: 15%;
  z-index: 2;
}

/* line 1902, sass/_own.scss */
.screens-preview-box .left .im:nth-child(3):hover {
  right: 185%;
}

/* line 1903, sass/_own.scss */
.screens-preview-box .left .im:nth-child(4) {
  right: 205%;
  width: 60%;
  top: 20%;
  z-index: 1;
}

/* line 1904, sass/_own.scss */
.screens-preview-box .left .im:nth-child(4):hover {
  right: 225%;
}

/* line 1905, sass/_own.scss */
.screens-preview-box .right .im:nth-child(1) {
  left: 75%;
  width: 90%;
  top: 5%;
  z-index: 4;
}

/* line 1906, sass/_own.scss */
.screens-preview-box .right .im:nth-child(1):hover {
  left: 95%;
}

/* line 1907, sass/_own.scss */
.screens-preview-box .right .im:nth-child(2) {
  left: 125%;
  width: 80%;
  top: 10%;
  z-index: 3;
}

/* line 1908, sass/_own.scss */
.screens-preview-box .right .im:nth-child(2):hover {
  left: 145%;
}

/* line 1909, sass/_own.scss */
.screens-preview-box .right .im:nth-child(3) {
  left: 170%;
  width: 70%;
  top: 15%;
  z-index: 2;
}

/* line 1910, sass/_own.scss */
.screens-preview-box .right .im:nth-child(3):hover {
  left: 185%;
}

/* line 1911, sass/_own.scss */
.screens-preview-box .right .im:nth-child(4) {
  left: 205%;
  width: 60%;
  top: 20%;
  z-index: 1;
}

/* line 1912, sass/_own.scss */
.screens-preview-box .right .im:nth-child(4):hover {
  left: 225%;
}

/* line 1913, sass/_own.scss */
.screens-preview-box .right .im {
  transform-origin: 0% 50% 0px;
  -moz-transform-origin: 0% 50% 0px;
  -webkit-transform-origin: 0% 50% 0px;
  -ms-transform-origin: 0% 50% 0px;
  transform: perspective(500px) rotateY(5deg);
  -moz-transform: perspective(500px) rotateY(5deg);
  -webkit-transform: perspective(500px) rotateY(5deg);
  -ms-transform: perspective(500px) rotateY(5deg);
}

/* line 1914, sass/_own.scss */
.screens-preview-box .left .im {
  transform-origin: 100% 50% 0px;
  -moz-transform-origin: 100% 50% 0px;
  -webkit-transform-origin: 100% 50% 0px;
  -ms-transform-origin: 100% 50% 0px;
  transform: perspective(500px) rotateY(-5deg);
  -moz-transform: perspective(500px) rotateY(-5deg);
  -webkit-transform: perspective(500px) rotateY(-5deg);
  -ms-transform: perspective(500px) rotateY(-5deg);
}

/* line 1915, sass/_own.scss */
.screens-preview-box .im:hover {
  transform: perspective(500px) rotateY(0deg);
  -moz-transform: perspective(500px) rotateY(0deg);
  -webkit-transform: perspective(500px) rotateY(0deg);
  -ms-transform: perspective(500px) rotateY(0deg);
}

/* line 1916, sass/_own.scss */
.screens-preview-box img {
  display: block;
  width: 100%;
  position: relative;
}

/**/
/* line 1918, sass/_own.scss */
.new-block .styled-form {
  max-width: 730px;
}

/* line 1919, sass/_own.scss */
.new-block .styled-form form {
  float: none;
}

/* line 1920, sass/_own.scss */
.new-block .styled-form .form-title {
  text-align: center;
}

/**/
/* line 1922, sass/_own.scss */
.screens-slider-box {
  max-width: 300px;
  margin: 0 auto;
}

/* line 1923, sass/_own.scss */
.screens-slider-box img {
  width: 100%;
  height: auto;
}

/* line 1924, sass/_own.scss */
.align-slider-article {
  height: 535px;
}

/**/
/* line 1926, sass/_own.scss */
.bottom-screens-align {
  padding-bottom: 70px;
}

/* line 1927, sass/_own.scss */
.counters-box {
  text-align: center;
  color: #fff;
}

/* line 1928, sass/_own.scss */
.counters-box .fa {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}

/* line 1929, sass/_own.scss */
.counters-box .description {
  font-size: 14px;
  line-height: 24px;
  margin: 0 30px 20px 30px;
}

/* line 1930, sass/_own.scss */
.counters-box .counter {
  font-size: 36px;
  line-height: 36px;
  font-family: 'bold', sans-serif;
  display: block;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

/**/
/* line 1932, sass/_own.scss */
.filtergrid-sizer, .filter-item {
  width: 25%;
}

/* line 1933, sass/_own.scss */
.filter-item img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}

/* line 1934, sass/_own.scss */
.filter-item:hover {
  z-index: 1;
}

/* line 1935, sass/_own.scss */
.filter-item img:hover {
  transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
}

/* line 1936, sass/_own.scss */
.filter-align {
  padding: 10px;
}

/**/
/* line 1938, sass/_own.scss */
.two-columns-icons .little-img-text-entry {
  padding-bottom: 40px !important;
}

/**/
/* line 1940, sass/_own.scss */
.footer-animation-screen-box {
  text-align: center;
  left: 9%;
  position: relative;
  margin-bottom: -50px;
}

/* line 1941, sass/_own.scss */
.footer-animation-screen {
  display: inline-block;
  width: 30%;
  margin-left: -17%;
}

/* line 1942, sass/_own.scss */
.footer-animation-screen img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.2) -12px 0px 17px 0px, rgba(0, 0, 0, 0.09804) -5px 0px 5px 0px;
  transform: perspective(1500px) rotateY(30deg);
  -moz-transform: perspective(1500px) rotateY(30deg);
  -webkit-transform: perspective(1500px) rotateY(30deg);
  -ms-transform: perspective(1500px) rotateY(30deg);
}

/**/
/* line 1944, sass/_own.scss */
.layer-animation-screen-box {
  width: 60%;
  position: relative;
  left: 20%;
  top: 50px;
}

/* line 1945, sass/_own.scss */
.layer-animation-screen {
  margin-top: -47%;
  position: relative;
}

/* line 1946, sass/_own.scss */
.layer-animation-screen:nth-child(1) {
  margin-top: 0%;
}

/* line 1947, sass/_own.scss */
.layer-animation-screen:nth-child(2) .scale {
  transform: scale(0.95);
}

/* line 1948, sass/_own.scss */
.layer-animation-screen:nth-child(3) .scale {
  transform: scale(0.9);
}

/* line 1949, sass/_own.scss */
.layer-animation-screen:nth-child(4) .scale {
  transform: scale(0.85);
}

/* line 1950, sass/_own.scss */
.layer-animation-screen:nth-child(5) .scale {
  transform: scale(0.8);
}

/* line 1951, sass/_own.scss */
.layer-animation-screen:nth-last-child(1) {
  z-index: 0;
}

/* line 1952, sass/_own.scss */
.layer-animation-screen:nth-last-child(2) {
  z-index: 1;
}

/* line 1953, sass/_own.scss */
.layer-animation-screen:nth-last-child(3) {
  z-index: 2;
}

/* line 1954, sass/_own.scss */
.layer-animation-screen:nth-last-child(4) {
  z-index: 3;
}

/* line 1955, sass/_own.scss */
.layer-animation-screen:nth-last-child(4) {
  z-index: 4;
}

/* line 1956, sass/_own.scss */
.layer-animation-screen:nth-last-child(5) {
  z-index: 5;
}

/* line 1957, sass/_own.scss */
.layer-animation-screen img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 17px 0px, rgba(0, 0, 0, 0.09804) 0px 5px 5px 0px;
  transform: perspective(1000px) rotateX(55deg);
  -moz-transform: perspective(1000px) rotateX(55deg);
  -webkit-transform: perspective(1000px) rotateX(55deg);
  -ms-transform: perspective(1000px) rotateX(55deg);
  transform-origin: 50% 0% 0px;
  -moz-transform-origin: 50% 0% 0px;
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
}

@media (max-width: 991px) {
  /* line 1959, sass/_own.scss */
  .screens-preview-box {
    top: auto;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }

  /* line 1960, sass/_own.scss */
  .screens-preview-margin {
    margin-top: 40px;
  }

  /* line 1961, sass/_own.scss */
  .bottom-screens-align {
    padding-bottom: 30px;
  }

  /* line 1962, sass/_own.scss */
  .filtergrid-sizer, .filter-item {
    width: 33.33333333333%;
  }

  /* line 1963, sass/_own.scss */
  .layer-animation-screen-box {
    top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1966, sass/_own.scss */
  .counter-entry {
    padding-bottom: 40px;
  }

  /* line 1967, sass/_own.scss */
  .counters-box .fa {
    margin-bottom: 10px;
  }

  /* line 1968, sass/_own.scss */
  .counters-box .counter {
    font-size: 30px;
    line-height: 30px;
  }

  /* line 1969, sass/_own.scss */
  .align-slider-article {
    height: auto;
    display: block;
  }

  /* line 1970, sass/_own.scss */
  .filtergrid-sizer, .filter-item {
    width: 50%;
  }

  /* line 1971, sass/_own.scss */
  .layer-animation-screen-box {
    top: 40px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 34 - HOMEPAGE "INDEX 6" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* line 1978, sass/_own.scss */
.hand-image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 80%;
  width: auto;
}

/**/
/* line 1981, sass/_own.scss */
.custom-screen-wrapper {
  text-align: center;
}

/* line 1982, sass/_own.scss */
.custom-screen-wrapper img {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 25px;
}

/* line 1983, sass/_own.scss */
.screens-custom-slider-box .swiper-slide .custom-screen-wrapper {
  opacity: 0.5;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
}

/* line 1984, sass/_own.scss */
.screens-custom-slider-box .swiper-slide-visible .custom-screen-wrapper {
  transform-origin: 100% 50% 0px;
  -moz-transform-origin: 100% 50% 0px;
  -webkit-transform-origin: 100% 50% 0px;
  -ms-transform-origin: 100% 50% 0px;
  transform: perspective(1000px) rotateY(-40deg) scale(0.7);
  -moz-transform: perspective(1000px) rotateY(-40deg) scale(0.7);
  -webkit-transform: perspective(1000px) rotateY(-40deg) scale(0.7);
  -ms-transform: perspective(1000px) rotateY(-40deg) scale(0.7);
  cursor: pointer;
}

/* line 1985, sass/_own.scss */
.screens-custom-slider-box .swiper-slide-active .custom-screen-wrapper {
  opacity: 1;
  transform: perspective(1000px) rotateY(0deg) scale(1);
  -moz-transform: perspective(1000px) rotateY(0deg) scale(1);
  -webkit-transform: perspective(1000px) rotateY(0deg) scale(1);
  -ms-transform: perspective(1000px) rotateY(0deg) scale(1);
  cursor: default;
}

/* line 1986, sass/_own.scss */
.screens-custom-slider-box .swiper-slide-active + .swiper-slide-visible .custom-screen-wrapper {
  transform-origin: 0% 50% 0px;
  -moz-transform-origin: 0% 50% 0px;
  -webkit-transform-origin: 0% 50% 0px;
  -ms-transform-origin: 0% 50% 0px;
  transform: perspective(1000px) rotateY(40deg) scale(0.7);
  -moz-transform: perspective(1000px) rotateY(40deg) scale(0.7);
  -webkit-transform: perspective(1000px) rotateY(40deg) scale(0.7);
  -ms-transform: perspective(1000px) rotateY(40deg) scale(0.7);
  cursor: pointer;
}

/* line 1987, sass/_own.scss */
.custom-screen-wrapper:hover {
  opacity: 1 !important;
}

/* line 1988, sass/_own.scss */
.screens-custom-slider-box .text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/**/
/* line 1990, sass/_own.scss */
.phone-icons-image {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

/* line 1991, sass/_own.scss */
.phone-icons-image.visible {
  opacity: 1;
}

/* line 1992, sass/_own.scss */
.phone-icons-image:first-child {
  position: relative;
  opacity: 1;
}

/* line 1993, sass/_own.scss */
.phone-icons-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1995, sass/_own.scss */
.phone-icons-description .entry {
  margin-bottom: 100px;
  min-height: 105px;
  cursor: pointer;
}

/* line 1996, sass/_own.scss */
.phone-icons-description .entry .icon {
  width: 50px;
  float: left;
  padding-top: 5px;
}

/* line 1997, sass/_own.scss */
.phone-icons-description .entry .content {
  margin-left: 75px;
}

/* line 1998, sass/_own.scss */
.phone-icons-description .entry .icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1999, sass/_own.scss */
.phone-icons-description .entry .title {
  color: #222;
  font-family: "bold",sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 2000, sass/_own.scss */
.phone-icons-description .entry:hover .title {
  color: #fbc011;
}

/* line 2001, sass/_own.scss */
.phone-icons-description .entry .description {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* line 2002, sass/_own.scss */
.phone-icons-description.right-align {
  text-align: right;
}

/* line 2003, sass/_own.scss */
.phone-icons-description.right-align .entry .icon {
  float: right;
}

/* line 2004, sass/_own.scss */
.phone-icons-description.right-align .entry .content {
  margin-right: 75px;
  margin-left: 0;
}

/**/
/* line 2006, sass/_own.scss */
.left-right-entry {
  margin-bottom: 120px;
}

/* line 2007, sass/_own.scss */
.left-right-entry .image-entry {
  text-align: center;
}

/* line 2008, sass/_own.scss */
.left-right-entry .image-entry img {
  max-width: 400px;
  width: 70%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

/* line 2009, sass/_own.scss */
.left-right-entry .cell-view {
  height: 585px;
}

/**/
/* line 2011, sass/_own.scss */
.dividing-image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/**/
/* line 2013, sass/_own.scss */
.inline-play-button {
  position: relative;
  display: inline-block;
  margin: 0;
  left: auto;
  top: auto;
  float: none;
}

/**/
/* line 2015, sass/_own.scss */
#content-wrapper .team-inline-entry {
  margin-bottom: 40px;
}

/**/
@media (min-width: 1200px) {
  /* line 2018, sass/_own.scss */
  .sidebar-menu-added header {
    left: 0;
    width: 180px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #f2f2f2;
  }

  /* line 2019, sass/_own.scss */
  .sidebar-menu-added #content-wrapper {
    padding-left: 180px;
  }

  /* line 2020, sass/_own.scss */
  .sidebar-menu-added nav {
    padding-right: 0;
    width: 100%;
  }

  /* line 2021, sass/_own.scss */
  .sidebar-menu-added nav > ul {
    float: none;
  }

  /* line 2022, sass/_own.scss */
  .sidebar-menu-added nav > ul > li {
    float: none;
    padding-right: 15px;
    padding-left: 5px;
  }

  /* line 2023, sass/_own.scss */
  .sidebar-menu-added nav > ul > li > a {
    float: none;
    display: block;
    text-align: center;
    height: auto;
    line-height: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
  }

  /* line 2024, sass/_own.scss */
  .sidebar-menu-added nav > ul > li > a:hover {
    color: #fff !important;
  }

  /* line 2025, sass/_own.scss */
  .sidebar-menu-added nav > ul > li > a:not(.act) {
    color: #777;
  }

  /* line 2026, sass/_own.scss */
  .sidebar-menu-added nav .submeny a:after {
    left: 100%;
    top: 50%;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin-left: -4px;
    margin-top: -3px;
  }

  /* line 2027, sass/_own.scss */
  .sidebar-menu-added nav ul ul {
    left: 100%;
    top: 0;
    margin: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    max-height: 500px;
    overflow-y: auto;
    width: auto;
  }

  /* line 2028, sass/_own.scss */
  .sidebar-menu-added nav ul li:last-child ul {
    margin-left: 0;
    top: auto;
    bottom: -10px;
  }

  /* line 2029, sass/_own.scss */
  .sidebar-menu-added #logo {
    margin-left: 44px;
    margin-bottom: 20px;
  }

  /* line 2030, sass/_own.scss */
  .sidebar-menu-added #logo .act {
    opacity: 1;
  }

  /* line 2031, sass/_own.scss */
  .sidebar-menu-added .theme-config {
    right: -152px;
    left: auto;
  }

  /* line 2032, sass/_own.scss */
  .sidebar-menu-added .theme-config.active {
    right: 0;
  }

  /* line 2033, sass/_own.scss */
  .sidebar-menu-added .theme-config .open {
    right: 100%;
    left: auto;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  /* line 2036, sass/_own.scss */
  .hand-image {
    display: none;
  }

  /* line 2037, sass/_own.scss */
  .phone-icons-description .entry {
    margin-bottom: 10px;
    min-height: 0;
  }

  /* line 2038, sass/_own.scss */
  .left-right-entry {
    margin-bottom: 50px;
  }

  /* line 2039, sass/_own.scss */
  .left-right-entry .cell-view {
    display: block;
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 2042, sass/_own.scss */
  .phone-icons-image {
    padding-bottom: 20px;
  }

  /* line 2043, sass/_own.scss */
  #content-wrapper .phone-icons-description .entry {
    text-align: center;
    margin-bottom: 20px !important;
  }

  /* line 2044, sass/_own.scss */
  #content-wrapper .phone-icons-description .entry .icon {
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 10px;
  }

  /* line 2045, sass/_own.scss */
  #content-wrapper .phone-icons-description .entry .content {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 2046, sass/_own.scss */
  .left-right-entry .image-entry {
    padding-bottom: 50px;
  }

  /* line 2047, sass/_own.scss */
  #content-wrapper .team-inline-entry {
    margin-bottom: 0px;
  }

  /* line 2048, sass/_own.scss */
  #content-wrapper .team-inline-entry .paddings-container {
    padding-bottom: 40px !important;
  }
}
/*ie*/
/* line 2053, sass/_own.scss */
_:-ms-input-placeholder, :root .type-2.block .image-block .bg {
  position: absolute;
  width: 100%;
  left: 0;
}

/* line 2055, sass/_own.scss */
.block.type-5 .swiper-container {
  padding-left: 0;
}

/* line 2056, sass/_own.scss */
.block.type-5 .swiper-container .swiper-slide > * {
  padding-left: 35px;
}

/*back to top button*/
/* line 2058, sass/_own.scss */
.back-to-top {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #fbc011;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* line 2059, sass/_own.scss */
.back-to-top:hover {
  background: #fff !important;
  color: #222;
}

@media (max-width: 767px) {
  /* line 2061, sass/_own.scss */
  .back-to-top {
    width: 40px;
    line-height: 40px;
  }
}
/* line 3, sass/_general.scss */
.rounded {
  border-radius: 5px;
}

/* line 7, sass/_general.scss */
.button-purple-rounded {
  border-style: none;
  border-radius: 2rem;
  width: 14.2rem;
  height: 3.1rem;
  background-color: #9a79ae;
  color: white;
  font-size: 18px;
  font-family: bold;
}

/* line 18, sass/_general.scss */
.button-green-rounded {
  border-style: none;
  border-radius: 2rem;
  width: 14.2rem;
  height: 3.1rem;
  background-color: #2EBD59;
  color: white;
  font-size: 18px;
  font-family: bold;
}

/* line 29, sass/_general.scss */
.button-black-rounded {
  border-style: none;
  border-radius: 2rem;
  width: 14.2rem;
  height: 3.1rem;
  background-color: black;
  color: white;
  font-size: 18px;
  font-family: bold;
}

/* line 40, sass/_general.scss */
.button-gray-rounded {
  border-style: none;
  border-radius: 2rem;
  width: 14.2rem;
  height: 3.1rem;
  background-color: #929292;
  color: white;
  font-size: 18px;
  font-family: bold;
}

/* line 53, sass/_general.scss */
.background-black {
  background-color: black;
}

/* line 57, sass/_general.scss */
.background-white {
  background-color: white;
}

/* line 61, sass/_general.scss */
.background-purple-medium {
  background-color: #9a79ae;
}

/* line 65, sass/_general.scss */
.background-gray-light {
  background-color: #EBEBEB;
}

/* line 71, sass/_general.scss */
.border-top-black {
  border-top: 1px solid black;
}

/* line 75, sass/_general.scss */
.border-bottom-black {
  border-bottom: 1px solid black;
}

/* line 81, sass/_general.scss */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media screen and (max-width: 768px) {
  /* line 88, sass/_general.scss */
  .small-center {
    text-align: center;
  }

  /* line 92, sass/_general.scss */
  .small-right {
    text-align: right;
  }

  /* line 96, sass/_general.scss */
  .small-left {
    text-align: left;
  }
}
/* line 6, sass/style.scss */
#un-home-block-general .app-store, #un-home-block-general .google-play {
  display: inline-block;
  height: 3.6rem;
}
/* line 11, sass/style.scss */
#un-home-block-general .google-play {
  border: 1.8px solid lightgray;
  border-radius: 0.5rem;
}
/* line 18, sass/style.scss */
#un-home-block-general .accreditation .first-col img {
  width: 100%;
  max-width: 27rem;
}
@media screen and (max-width: 1350px) {
  /* line 27, sass/style.scss */
  #un-home-block-general .swiper-slide .container {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1199px) {
  /* line 35, sass/style.scss */
  #un-home-block-general .swiper-slide {
    padding-top: 4rem;
  }
  /* line 37, sass/style.scss */
  #un-home-block-general .swiper-slide .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  /* line 51, sass/style.scss */
  #un-home-block-general .accreditation .second-col .title {
    font-size: 2.2rem !important;
    line-height: 2.5rem !important;
  }
  /* line 59, sass/style.scss */
  #un-home-block-general .swiper-container .swiper-arrow {
    display: none;
  }
  /* line 64, sass/style.scss */
  #un-home-block-general .app-store, #un-home-block-general .google-play {
    display: inline-block;
    height: 3.5rem;
  }
}
@media screen and (max-width: 777px) {
  /* line 73, sass/style.scss */
  #un-home-block-general .accreditation .second-col .description {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 81, sass/style.scss */
  #un-home-block-general .description, #un-home-block-general .title {
    padding: 1rem;
  }
  /* line 85, sass/style.scss */
  #un-home-block-general .description {
    line-height: 24px;
    /* text-align: justify; */
  }
  /* line 89, sass/style.scss */
  #un-home-block-general .title {
    text-align: center;
  }
  /* line 93, sass/style.scss */
  #un-home-block-general .app-buttons {
    text-align: center;
  }
}
@media screen and (max-width: 543px) {
  /* line 101, sass/style.scss */
  #un-home-block-general .col-xs-offset-2 {
    margin: 0;
  }
  /* line 105, sass/style.scss */
  #un-home-block-general .col-xs-4 {
    width: 50%;
  }
}

/* line 115, sass/style.scss */
#un-pricing-block-general {
  padding: 1rem 1rem 0rem 1rem;
  margin-top: 0rem;
  background: white;
}
/* line 120, sass/style.scss */
#un-pricing-block-general .first-column {
  padding: 4rem 0rem;
}
/* line 122, sass/style.scss */
#un-pricing-block-general .first-column .row {
  padding: 1rem 0rem;
}
/* line 126, sass/style.scss */
#un-pricing-block-general .first-column .text-1 {
  color: black;
  font-size: 36px;
  font-family: bold;
}
/* line 132, sass/style.scss */
#un-pricing-block-general .first-column .text-2 {
  color: black;
  font-size: 22px;
}
/* line 137, sass/style.scss */
#un-pricing-block-general .first-column .app-button {
  width: 10rem;
  height: 3.5rem;
  margin-left: 2rem;
}
/* line 145, sass/style.scss */
#un-pricing-block-general .second-column img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 115, sass/style.scss */
  #un-pricing-block-general {
    padding: 2rem 1rem;
  }
  /* line 153, sass/style.scss */
  #un-pricing-block-general .first-column {
    padding: 1rem 0rem;
  }
  /* line 156, sass/style.scss */
  #un-pricing-block-general .first-column .text-1 {
    font-size: 28px;
  }
  /* line 160, sass/style.scss */
  #un-pricing-block-general .first-column .text-2 {
    font-size: 18px;
  }
  /* line 164, sass/style.scss */
  #un-pricing-block-general .first-column .app-button {
    margin-left: 0;
  }
  /* line 171, sass/style.scss */
  #un-pricing-block-general .second-column img {
    max-width: 20rem;
  }
}

/* line 179, sass/style.scss */
#un-home-block-first-links img {
  padding: 2.5rem 0rem 0.8rem 0rem;
}
/* line 183, sass/style.scss */
#un-home-block-first-links .text-1 {
  color: white;
  font-size: 18px;
  font-family: bold;
  padding: 0.5rem 0rem;
}
/* line 190, sass/style.scss */
#un-home-block-first-links .text-2 {
  color: white;
  font-size: 14px;
  padding: 0.5rem 0rem 2.5rem 0rem;
}
@media screen and (max-width: 768px) {
  /* line 197, sass/style.scss */
  #un-home-block-first-links .un-home-block-first-links-col {
    height: 12rem;
  }
  /* line 201, sass/style.scss */
  #un-home-block-first-links img {
    padding: 1rem 0rem 0.8rem 0rem;
  }
  /* line 205, sass/style.scss */
  #un-home-block-first-links .text-1 {
    font-size: 14px;
  }
  /* line 209, sass/style.scss */
  #un-home-block-first-links .text-2 {
    font-size: 12px;
  }
}

/* line 215, sass/style.scss */
.divider-white {
  background: white;
  height: 6rem;
  width: 100%;
  position: relative;
}

/* line 222, sass/style.scss */
#un-features-block {
  padding-top: 1rem;
}

/* line 226, sass/style.scss */
#un-home-block-second-links {
  padding: 2.5rem 0rem;
  font-weight: bolder;
  color: white;
}
/* line 231, sass/style.scss */
#un-home-block-second-links .col {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/* line 235, sass/style.scss */
#un-home-block-second-links .col .text-1 {
  font-size: 50px;
}
/* line 239, sass/style.scss */
#un-home-block-second-links .col .text-2 {
  font-size: 14px;
}
/* line 243, sass/style.scss */
#un-home-block-second-links .col .text-3 {
  font-size: 30px;
}
/* line 247, sass/style.scss */
#un-home-block-second-links .col .text-4 {
  font-size: 22px;
}
/* line 251, sass/style.scss */
#un-home-block-second-links .col .text-5 {
  font-size: 10px;
}

/* line 257, sass/style.scss */
#un-home-block-pricing {
  padding: 0rem 0rem 4rem 0rem;
}
/* line 259, sass/style.scss */
#un-home-block-pricing .title {
  font-weight: normal;
  font-size: 38px;
  color: black;
}
/* line 264, sass/style.scss */
#un-home-block-pricing .title strong {
  font-weight: bold;
}
/* line 269, sass/style.scss */
#un-home-block-pricing .card-container {
  height: 25rem;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
  margin-top: 4rem;
  background-color: white;
  padding: 3rem 2rem;
}
/* line 278, sass/style.scss */
#un-home-block-pricing .card-container .row {
  margin-bottom: 2rem;
}
/* line 282, sass/style.scss */
#un-home-block-pricing .card-container .text-1 {
  font-size: 2.2rem;
}
/* line 286, sass/style.scss */
#un-home-block-pricing .card-container .text-2 {
  font-size: 2.2rem;
  font-family: bold;
}
/* line 291, sass/style.scss */
#un-home-block-pricing .card-container .text-3 {
  font-size: 1.4rem;
}
/* line 295, sass/style.scss */
#un-home-block-pricing .card-container .text-4 {
  font-size: 1rem;
  color: gray;
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
/* line 302, sass/style.scss */
#un-home-block-pricing .card-container input {
  margin-top: 2rem;
  line-height: 3.1rem;
}
/* line 308, sass/style.scss */
#un-home-block-pricing .third-card {
  color: #2EBD59;
  border-top: 0.6rem solid #2EBD59;
}
/* line 313, sass/style.scss */
#un-home-block-pricing .first-card {
  border-top: 0.6rem solid #9a79ae;
  color: #9a79ae;
}
/* line 318, sass/style.scss */
#un-home-block-pricing .second-card {
  border-top: 0.6rem solid black;
  color: black;
}
@media screen and (max-width: 1999px) {
  /* line 325, sass/style.scss */
  #un-home-block-pricing .card-container .text-1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 332, sass/style.scss */
  #un-home-block-pricing .card-container {
    margin-top: 3rem;
    padding: 2rem 2rem;
  }
  /* line 336, sass/style.scss */
  #un-home-block-pricing .card-container .row {
    margin-bottom: 2rem;
  }
  /* line 340, sass/style.scss */
  #un-home-block-pricing .card-container .text-1 {
    font-size: 1.3rem;
  }
  /* line 344, sass/style.scss */
  #un-home-block-pricing .card-container .text-2 {
    font-size: 2rem;
  }
  /* line 348, sass/style.scss */
  #un-home-block-pricing .card-container .text-3 {
    font-size: 1rem;
  }
  /* line 352, sass/style.scss */
  #un-home-block-pricing .card-container .text-4 {
    font-size: 0.8rem;
  }
  /* line 356, sass/style.scss */
  #un-home-block-pricing .card-container input {
    width: 9.5rem;
  }
  /* line 360, sass/style.scss */
  #un-home-block-pricing .card-container .card-footer {
    position: absolute;
    top: 20rem;
    width: 100%;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 257, sass/style.scss */
  #un-home-block-pricing {
    padding: 2rem 0rem;
  }
  /* line 372, sass/style.scss */
  #un-home-block-pricing .title {
    font-size: 26px;
  }
  /* line 376, sass/style.scss */
  #un-home-block-pricing .card-container {
    height: 18rem;
    margin-top: 1rem;
    padding: 2rem 2rem;
  }
  /* line 381, sass/style.scss */
  #un-home-block-pricing .card-container .row {
    margin-bottom: 1rem;
  }
  /* line 385, sass/style.scss */
  #un-home-block-pricing .card-container .text-1 {
    font-size: 2rem;
  }
  /* line 389, sass/style.scss */
  #un-home-block-pricing .card-container .text-2 {
    font-size: 2rem;
  }
  /* line 393, sass/style.scss */
  #un-home-block-pricing .card-container .text-3 {
    font-size: 1rem;
  }
  /* line 397, sass/style.scss */
  #un-home-block-pricing .card-container .text-4 {
    font-size: 0.8rem;
    padding-top: 1rem;
  }
  /* line 402, sass/style.scss */
  #un-home-block-pricing .card-container input {
    margin-top: 1rem;
  }
  /* line 406, sass/style.scss */
  #un-home-block-pricing .card-container .text-left {
    text-align: center;
  }
  /* line 410, sass/style.scss */
  #un-home-block-pricing .card-container .card-footer {
    top: 14rem;
  }
}

/* line 419, sass/style.scss */
#un-home-block-logos .swiper-slide span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 425, sass/style.scss */
#un-home-block-logos .swiper-slide img {
  vertical-align: middle;
}

/* line 432, sass/style.scss */
#sign-up-modal .modal-header, #sign-up-modal-step-2 .modal-header, #sign-up-modal-step-3 .modal-header {
  border-bottom: none;
}
/* line 434, sass/style.scss */
#sign-up-modal .modal-header .close, #sign-up-modal-step-2 .modal-header .close, #sign-up-modal-step-3 .modal-header .close {
  font-size: 2.2rem;
  opacity: 1;
}
/* line 441, sass/style.scss */
#sign-up-modal .modal-body .title, #sign-up-modal-step-2 .modal-body .title, #sign-up-modal-step-3 .modal-body .title {
  font-size: 22px;
  font-weight: bold;
  color: black;
  margin: 2rem 0rem 4rem 0rem;
  font-family: avenir;
}
/* line 449, sass/style.scss */
#sign-up-modal .modal-body input, #sign-up-modal-step-2 .modal-body input, #sign-up-modal-step-3 .modal-body input {
  display: initial;
  width: 100%;
  max-width: 30rem;
  margin: 0;
  background-color: white;
  border: 1px solid #EBEBEB;
}
/* line 458, sass/style.scss */
#sign-up-modal .modal-body .button-purple-rounded, #sign-up-modal-step-2 .modal-body .button-purple-rounded, #sign-up-modal-step-3 .modal-body .button-purple-rounded {
  margin: 2rem 0rem 5rem 0rem;
  font-family: avenir next;
  font-weight: 600;
  font-size: 15px;
}
/* line 464, sass/style.scss */
#sign-up-modal .modal-body .button-purple-rounded img, #sign-up-modal-step-2 .modal-body .button-purple-rounded img, #sign-up-modal-step-3 .modal-body .button-purple-rounded img {
  position: relative;
  top: 2px;
  margin-left: 0.5rem;
}
/* line 472, sass/style.scss */
#sign-up-modal .modal-body .form-group label.error, #sign-up-modal-step-2 .modal-body .form-group label.error, #sign-up-modal-step-3 .modal-body .form-group label.error {
  display: none !important;
}
/* line 478, sass/style.scss */
#sign-up-modal .has-error .form-control, #sign-up-modal-step-2 .has-error .form-control, #sign-up-modal-step-3 .has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
/* line 484, sass/style.scss */
#sign-up-modal .has-success .form-control, #sign-up-modal-step-2 .has-success .form-control, #sign-up-modal-step-3 .has-success .form-control {
  border-color: #3c763d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

/* line 492, sass/style.scss */
#sign-up-modal-step-2 .row {
  padding: 0rem 4rem;
}
/* line 496, sass/style.scss */
#sign-up-modal-step-2 .student-button, #sign-up-modal-step-2 .faculty-button {
  width: 100%;
  height: 40px;
  margin-bottom: 2rem;
  border: none;
  background-color: #EBEBEB;
}
/* line 503, sass/style.scss */
#sign-up-modal-step-2 .student-button i, #sign-up-modal-step-2 .faculty-button i {
  color: #2EBD59;
  margin-left: 1rem;
  position: absolute;
}
/* line 510, sass/style.scss */
#sign-up-modal-step-2 .fa-search {
  position: relative;
  left: -12rem;
  font-size: 1.4rem;
  top: 2rem;
}
/* line 517, sass/style.scss */
#sign-up-modal-step-2 .search {
  margin-right: 1.4rem;
  width: 75%;
  margin-bottom: 2rem !important;
  padding-left: 3rem;
  background-color: white;
  border: 1px solid #EBEBEB;
}
/* line 526, sass/style.scss */
#sign-up-modal-step-2 select {
  height: 2.6rem;
  margin: 0rem 0rem 2rem 0rem;
}
/* line 531, sass/style.scss */
#sign-up-modal-step-2 .select-school {
  width: 100%;
  padding-left: 3rem;
}
/* line 536, sass/style.scss */
#sign-up-modal-step-2 .checkbox {
  margin-bottom: 2rem;
}
/* line 538, sass/style.scss */
#sign-up-modal-step-2 .checkbox .fa-square-o, #sign-up-modal-step-2 .checkbox .fa-check-square-o {
  font-size: 2rem;
}
/* line 541, sass/style.scss */
#sign-up-modal-step-2 .checkbox p {
  display: inline-block;
  padding-left: 1rem;
  position: relative;
  top: -0.45rem;
  font-family: 'Avenir next';
}
/* line 549, sass/style.scss */
#sign-up-modal-step-2 .checkbox input {
  border: none;
}
/* line 554, sass/style.scss */
#sign-up-modal-step-2 .g-recaptcha {
  margin-bottom: 2rem;
}
/* line 558, sass/style.scss */
#sign-up-modal-step-2 .button-purple-rounded, #sign-up-modal-step-2 .button-gray-rounded {
  margin: 0rem 0rem 2rem 0rem !important;
  width: 100%;
}

/* line 565, sass/style.scss */
#sign-up-modal-step-3 .row {
  padding: 0rem 4rem;
}
/* line 569, sass/style.scss */
#sign-up-modal-step-3 .select2 {
  width: 100% !important;
  margin: 0rem 0rem 1rem 0rem;
}
/* line 573, sass/style.scss */
#sign-up-modal-step-3 .select2 span {
  height: 4rem;
}
/* line 578, sass/style.scss */
#sign-up-modal-step-3 .text-1 {
  font-family: 'Avenir next';
  font-size: 12px;
  text-align-last: center;
  margin-bottom: 3rem;
}
/* line 585, sass/style.scss */
#sign-up-modal-step-3 .divider {
  font-family: 'Avenir next';
  font-size: 11px;
  margin-bottom: 1rem;
  border-top: 1px solid #EBEBEB;
}
/* line 591, sass/style.scss */
#sign-up-modal-step-3 .divider p.col1 {
  position: relative;
  top: -0.45rem;
  background-color: white;
  width: 6.7rem;
  left: 4rem;
  padding-left: 0.6rem;
}
/* line 600, sass/style.scss */
#sign-up-modal-step-3 .divider p.col2 {
  position: relative;
  top: -0.45rem;
  background-color: white;
  width: 4rem;
  left: 2rem;
  padding-left: 0.6rem;
}
/* line 610, sass/style.scss */
#sign-up-modal-step-3 label {
  font-family: 'Avenir next';
  font-size: 14px;
  margin-bottom: 0.5rem;
}
/* line 616, sass/style.scss */
#sign-up-modal-step-3 input {
  height: 3rem;
  background-color: white;
  border: 1px solid #EBEBEB;
  box-shadow: none;
  margin-bottom: 2rem;
}
/* line 626, sass/style.scss */
#sign-up-modal-step-3 .month-year .row, #sign-up-modal-step-3 .sec-zip .row {
  padding: 0;
}
/* line 630, sass/style.scss */
#sign-up-modal-step-3 .month-year select, #sign-up-modal-step-3 .sec-zip select {
  height: 3rem;
  background-color: white;
  box-shadow: none;
}
/* line 638, sass/style.scss */
#sign-up-modal-step-3 .buttons .row {
  padding: 0;
}
/* line 642, sass/style.scss */
#sign-up-modal-step-3 .buttons button {
  width: 100%;
  height: 3rem;
  margin: 2rem 0rem 4rem 0rem;
}

/* line 650, sass/style.scss */
.select2-results__option, .select2-selection__rendered {
  font-family: 'Avenir next';
  font-size: 18px;
  height: 3.5rem;
  padding: 1.2rem !important;
  color: black !important;
}
/* line 657, sass/style.scss */
.select2-results__option strong, .select2-selection__rendered strong {
  font-weight: bold;
  float: right;
  font-family: 'Avenir next';
  font-size: 18px;
  color: black;
  display: inline-block;
}
/* line 666, sass/style.scss */
.select2-results__option p, .select2-selection__rendered p {
  font-size: 14px;
  display: inline-block;
}

/* line 672, sass/style.scss */
.select2-selection__rendered {
  text-align: left;
  padding: 1.2rem 3rem 1.2rem 1.5rem !important;
}

/* line 677, sass/style.scss */
.select2-results__option:after {
  display: none !important;
}

/* line 681, sass/style.scss */
.select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

/* line 685, sass/style.scss */
.select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important;
}

#sign-up-modal-step-2 .professions div{

}

#sign-up-modal-step-2 .professions label{
  font-size:12px;
  text-align:center;
  color:#bdbdbd;
  cursor:pointer;
  margin-bottom: 2rem;
}

#sign-up-modal-step-2 .professions .profession_box_icon{
  height:75px;
  width:75px;
  border-radius:60%;
  margin:0 auto;
}

#sign-up-modal-step-2 .professions input{
  width:12px;
  height:12px;
  float:left;
  margin-right:5px;
  display:none;
}

.description strong{
  font-weight:bold;
}
