/*!
Theme Name: OpticaLight
Author: NeaVision
Version: 1.0
*/
/*******************************************************************
* Set opacity
********************************************************************/
/******************************************************************
* Clearfix
*******************************************************************/
/*******************************************************************
Box sizing, used to incluude the border in the width of the element
*******************************************************************/
/*******************************************************************
* Css transition
*******************************************************************/
/******************************************************************
* Vertical align - center element vertically
*******************************************************************/
/******************************************************************
* Horizontal align - center element horizontally
*******************************************************************/
/******************************************************************
*Translate element to position
*******************************************************************/
/******************************************************************
* Crossbrowser border radius
*******************************************************************/
/******************************************************************
* Background size
*******************************************************************/
/*****************************************************************
* Grayscale filter, from 0% to 100%
******************************************************************/
/*****************************************************************
* Blur filter
******************************************************************/
/*****************************************************************
* Scale element
******************************************************************/
/*****************************************************************
* Rotate element
******************************************************************/
/*****************************************************************
* box shadow
*****************************************************************/
/*******************************************************************
* change placeholder color
********************************************************************/
/*******************************************************************
* Disable selection
********************************************************************/
/***************************************************************************
* Fade in transition
****************************************************************************/
@-webkit-keyframes fadeInElement {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeInElement {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-o-keyframes fadeInElement {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadeInElement {
  0% {
    display: none;
    opacity: 0; }
  20% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
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, font, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, li, fieldset, form, label, legend, caption {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

@font-face {
  font-family: 'SerifaBT-Light';
  src: url("./fonts/SerifaBT-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/SerifaBT-Light.woff") format("woff"), url("./fonts/SerifaBT-Light.ttf") format("truetype"), url("./fonts/SerifaBT-Light.svg#SerifaBT-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

 
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: #999999;
  color: #666666;
  font-size: 14px;
  font-family: 'SerifaBT-Light';
  letter-spacing: 0.04em !important; /* <- hier wird die Laufweite definiert für die GANZE Seite*/
  
  overflow-x: hidden;
  overflow-y: auto; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a:focus {
  outline: none; }

a {
  color: #666979;
  text-decoration: none; }

a:hover,
a:active, input[type='button'], input[type='submit'], input[type='text'], input[type='email'], input[type='search'] {
  outline: 0; }

a img {
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

#top-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 11px; }
  #top-header:before, #top-header:after {
    content: "";
    display: table; }
  #top-header:after {
    clear: both; }
  #top-header {
    zoom: 1;
    /* IE < 8 */ }
  #top-header:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #top-header:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #top-header img.site-logo {
    width: 100%;
    max-width: 246px;
    float: left; }
  #top-header div.company-info {
    float: left;
    font-size: 14px;
    margin-top: 32px; }
    #top-header div.company-info a {
      display: inline-block;
      color: #6b6b6b; }
      #top-header div.company-info a span {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
      #top-header div.company-info a:hover span {
        color: #000 !important; }

#ajax-wrap {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  min-height: 100%; }

#center-container {
  width: 100%;
  max-width: 974px;
  height: 500px;
  background: #e5e5e5;
  position: relative;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #center-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #center-container:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.home-page-set {
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important; }

#main-wrap {
  position: relative;
  padding: 14px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #main-wrap:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #main-wrap:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #main-wrap:before, #main-wrap:after {
    content: "";
    display: table; }
  #main-wrap:after {
    clear: both; }
  #main-wrap {
    zoom: 1;
    /* IE < 8 */ }

div.site-logo {
  width: 100%;
  max-width: 480px;
  position: relative;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.site-logo:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.site-logo:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.site-logo img {
    max-width: 100%;
    height: auto; }

a.ios-link {
  display: block;
  position: absolute;
  width: 131px;
  left: 40px;
  top: -35px; }

ul.langs {
  display: block;
  position: relative;
  list-style: none;
  width: 100%;
  -webkit-transform: translate(0, -32px);
  -moz-transform: translate(0, -32px);
  -ms-transform: translate(0, -32px);
  -o-transform: translate(0, -32px);
  transform: translate(0, -32px); }
  ul.langs li {
    display: inline-block;
    padding: 0 10px 0 0; }
    ul.langs li a {
      color: #6f6f6f;
      text-transform: lowercase;
      text-decoration: none;
      font-size: 16px;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
      ul.langs li a:hover {
        color: #000; }
  ul.langs li:first-child {
    margin-left: 100px;
    background: url(./images/text-sep.png) right center no-repeat; }

#main-footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 13px; }
  #main-footer div.company-info {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    font-size: 13px;
    margin-top: 32px; }
    #main-footer div.company-info:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #main-footer div.company-info:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #main-footer div.company-info a {
      display: inline-block;
      color: #6b6b6b; }
      #main-footer div.company-info a span {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
      #main-footer div.company-info a:hover {
        color: #000 !important; }
        #main-footer div.company-info a:hover span {
          color: #000 !important; }
    #main-footer div.company-info div.copyright {
      display: block;
      float: right !important; }
      #main-footer div.company-info div.copyright a {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
        #main-footer div.company-info div.copyright a:hover {
          color: #000 !important; }

#main-footer.mobile-footer {
  padding: 0 14px 14px 14px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #main-footer.mobile-footer:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #main-footer.mobile-footer:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #main-footer.mobile-footer div.company-info {
    padding: 0 !important; }

/*div.inline-links a {
  display: inline-block !important;
  margin-right: 5px; }*/
div.xyz {
padding-top: 5px;
}
#main-menu {
  float: left;
  width: 114px;
  height: 300px;
  background: #999999;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #main-menu:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #main-menu:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #main-menu ul {
    list-style: none; }
    #main-menu ul li {
      display: block; }
      #main-menu ul li a {
        display: block;
        text-decoration: none;
        color: #6b6b6b;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        #main-menu ul li a:hover {
          color: #fff; }
    #main-menu ul li.current-menu-item a {
      color: #fff !important; }
      li.menu-item {
      line-height: 1.3em;
      }

a.menu-trigger {
  display: none;
  position: absolute;
  padding-top: 20px;
  right: 30px;
  top: 28px;
  width: 39px;
  height: 16px;
  background: url(./images/menu-trigger.png) no-repeat; }

#mobile-menu {
  display: none;
  width: 100%; }
  #mobile-menu ul {
    list-style: none; }
    #mobile-menu ul li {
      display: block; }
      #mobile-menu ul li a {
        display: block;
        padding: 7px 0;
        text-align: left;
        border-bottom: 1px #CCC dotted; }

div.cat-posts {
  width: 830px;
  height: 300px;
  position: relative;
  float: left; }
  div.cat-posts div.cat-single-post {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #999999;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    z-index: 1; }
  div.cat-posts div.cat-single-post:first-child {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    z-index: 10; }
  div.cat-posts div.cat-single-post-mobile {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: 100% !important;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    max-width: 100% !important; }
    div.cat-posts div.cat-single-post-mobile div.middle-container {
      width: 100% !important;
      max-width: 100% !important; }
      div.cat-posts div.cat-single-post-mobile div.middle-container img {
        max-width: 100% !important;
        display: block;
        margin: 0 auto; }
    div.cat-posts div.cat-single-post-mobile div.img-hidden-default {
      display: none !important; }
  div.cat-posts div.cat_posts-navi {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px; }
    div.cat-posts div.cat_posts-navi img {
      display: block;
      float: left;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      /* IE 5-7 */
      filter: alpha(opacity=80);
      /* Netscape */
      -moz-opacity: 0.8;
      /* Safari 1.x */
      -khtml-opacity: 0.8;
      /* Good browsers */
      opacity: 0.8;
      width: 39px;
      height: 30px; }
      div.cat-posts div.cat_posts-navi img:hover {
        border: 1px #000 solid;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
  div.cat-posts div.owl-wrapper-outer, div.cat-posts div.owl-wrapper, div.cat-posts div.owl-item, div.cat-posts div.media-cat-posts div.right-container {
    height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.cat-posts div.owl-wrapper-outer:before, div.cat-posts div.owl-wrapper:before, div.cat-posts div.owl-item:before, div.cat-posts div.media-cat-posts div.right-container:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    div.cat-posts div.owl-wrapper-outer:after, div.cat-posts div.owl-wrapper:after, div.cat-posts div.owl-item:after, div.cat-posts div.media-cat-posts div.right-container:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

div.optica-scrollbar {
  height: 100% !important;
  padding-bottom: 3px; }

div.cat-posts-mobile {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 50px; }

div.inline-optica-gallery {
  position: relative;
  width: 100%;
  height: 300px; }

div.inline-optica-gallery.inline-optica-gallery-mobile img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  display: none !important; }
div.inline-optica-gallery.inline-optica-gallery-mobile img:first-child {
  display: block !important;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1; }

div.middle-container {
  float: left;
  width: 100%;
  max-width: 534px;
  height: 300px;
  background: #999999;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  div.middle-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.middle-container:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.middle-container a.download-file-opt {
    display: inline-block;
    position: absolute;
    z-index: 1000;
    left: 5px;
    bottom: 5px;
    color: #333;
    background: rgba(255, 255, 255, 0.7);
    padding: 4px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  div.middle-container a.link-download-visible {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */
    -moz-opacity: 1 !important;
    /* Safari 1.x */
    -khtml-opacity: 1 !important;
    /* Good browsers */
    opacity: 1 !important; }
  div.middle-container:hover a.download-file-opt {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

div.middle-container.img-hidden-default img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: 300px;
  left: 0;
  top: 0; }

div.parts-holder {
  background: #999999; }
  div.parts-holder:before, div.parts-holder:after {
    content: "";
    display: table; }
  div.parts-holder:after {
    clear: both; }
  div.parts-holder {
    zoom: 1;
    /* IE < 8 */ }

div.middle-container article {
  padding: 14px 12px 12px 12px;
  position: relative;
  overflow: hidden;
  height: 100%;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e5e5e5; }
  div.middle-container article:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.middle-container article:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

div.right-container {
  float: left;
  width: 100%;
  max-width: 296px;
  height: 300px;
  background: #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 1.2em !important;
  overflow: hidden; }
  div.right-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.right-container:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  div.right-container article {
    padding: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.right-container article:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    div.right-container article:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    div.right-container article div.optica-scrollbar {
      display: block;
      width: 100%;
      /*height: 280px;*/
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow: hidden; }
      div.right-container article div.optica-scrollbar:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      div.right-container article div.optica-scrollbar:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  div.right-container h3.post-title {
    padding: 0 0 8px 0;
    margin-bottom: 10px;
    border-bottom: 1px #e5e5e5 dashed; }

a.opti-block-link {
  display: block;
  width: 100%;
  color: #676767;
  margin: 18px 0 5px 0;
  font-size: 16px; }
  a.opti-block-link:before, a.opti-block-link:after {
    content: "";
    display: table; }
  a.opti-block-link:after {
    clear: both; }
  a.opti-block-link {
    zoom: 1;
    /* IE < 8 */ }
  a.opti-block-link span {
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  a.opti-block-link span.fsizesmall {
    font-size: 12px; }
  a.opti-block-link:hover span {
    color: #fff !important; }

div.cat-posts div.middle-container {
  max-width: 400px !important; }

div.cat-posts div.right-container {
  max-width: 430px; }
  div.cat-posts div.right-container article {
    padding: 14px 28px; }

div.main-article-content {
  padding: 0 0 25px 0; }

.cssload-container {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  z-index: 9999;
  display: none; }

.cssload-speeding-wheel {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear; }

a.download-link {
  color: #737373;
  display: block;
  position: absolute;
  bottom: 5px;
  padding-top: 6px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }
  a.download-link:before, a.download-link:after {
    content: "";
    display: table; }
  a.download-link:after {
    clear: both; }
  a.download-link {
    zoom: 1;
    /* IE < 8 */ }
  a.download-link:hover {
    color: #e5e5e5 !important; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
a.ref-link {
  display: block;
  position: absolute;
  right: 24px;
  bottom: 20px; }

div.owl-wrapper-outer div.owl-item {
  margin: 0 0 0 0px; }
  
div.owl-item {
  margin: 0 10 0 0px; }

div.media-cat-posts div.owl-wrapper-outer {
  height: auto !important; }
div.media-cat-posts div.owl-wrapper-outer div.owl-item {
  margin: 0 !important; }
  div.media-cat-posts div.owl-wrapper-outer div.owl-item img {
    position: relative !important;
    display: block !important;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    width: 100% !important;
    height: auto !important; }

/* Responsive styles */
@media (max-width: 1024px) {
  html, body {
    height: auto; }

  body.category #main-wrap {
    height: auto !important; }

  div.site-logo {
    padding-top: 80px; }

  #top-header img.site-logo {
    clear: both; }
  #top-header div.company-info {
    text-align: center; }
    #top-header div.company-info a {
      display: block; }
      #top-header div.company-info a span {
        display: block;
        clear: both; }

  a.menu-trigger {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    clear: both;
    overflow: hidden;
    background-position: left center; }

  div.cat-posts {
    width: 100%; }

  #center-container {
    height: auto;
    max-width: 1024px;
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important; }

  #center-container.home-page-set {
    height: 100% !important; }

  #main-wrap {
    padding-bottom: 100px; }

  div.middle-container {
    height: auto !important; }

  div.middle-container, div.right-container {
    max-width: none !important;
    width: 100% !important; }

  #main-wrap.home-page-set {
    position: relative;
    padding: 230px 14px 14px 14px !important; }

  a.ios-link {
    width: 100px;
    left: 50%;
    margin-left: -50px;
    top: 10px !important; }

  #main-menu {
    display: none !important; }

  a.menu-trigger {
    display: block; }

  #top-header div.company-info {
    float: none;
    font-size: 14px;
    margin-top: 10px;
    clear: both;
    width: 100%; }

  #main-footer {
    bottom: 0;
    padding-bottom: 10px; }
    #main-footer div.company-info {
      float: none;
      margin-top: 10px;
      clear: both;
      width: 100%; }

  a.download-link {
    position: relative !important;
    bottom: 15px !important;
    margin-top: 15px; }
    a.download-link:before, a.download-link:after {
      content: "";
      display: table; }
    a.download-link:after {
      clear: both; }
    a.download-link {
      zoom: 1;
      /* IE < 8 */ }

  ul.langs {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center; }
    ul.langs li {
      display: inline; }
    ul.langs li:first-child {
      margin-left: 0; }

  #main-footer {
    position: fixed !important;
    right: 0;
    bottom: 0 !important;
    background: #e5e5e5; }

  div.inline-optica-gallery {
    height: auto !important; }

  a.ref-link {
    display: none; }

  div.img-hidden-default {
    display: block !important; }

  div.cat-posts div.cat-single-post-mobile div.img-hidden-default {
    display: block !important; }

  div.media-cat-posts div.middle-container {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block !important;
    overflow: hidden !important;
    clear: both; }

  div.cat-posts-auto-height {
    height: auto !important;
    float: none !important; }
    div.cat-posts-auto-height div.cat-single-post {
      position: relative !important;
      background: #999999;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1; } }
@media (max-width: 920px) {
  #main-footer div.company-info {
    text-align: left; }
    #main-footer div.company-info a {
      display: block; }
      #main-footer div.company-info a span {
        display: block;
        clear: both; }

  div.copyright {
    width: 100%;
    float: none !important; }
    div.copyright a {
      display: inline-block !important; } }
@media (max-width: 900px) {
  div.middle-container, div.right-container {
    width: 100% !important;
    float: none !important; }

  #main-wrap.home-page-set {
    padding: 150px 14px 14px 14px; }

  a.ios-link {
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 0; }

  div.cat-posts div.right-container {
    max-width: 100%; }
    div.cat-posts div.right-container article {
      padding: 14px 12px 14px 14px !important; } }
@media (max-width: 450px) {
  div.owl-wrapper-outer div.owl-item {
    margin: 0 !important; } }
@media (max-width: 380px) {
  div.site-logo {
    padding-top: 0; } }

/*# sourceMappingURL=style.css.map */