/* 
 *  Owl Carousel - Animate Plugin
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700);
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@font-face {
  font-family: map-icons;
  src: url(fonts/map-icons.eot);
  src: url(fonts/map-icons.eot#iefix) format("embedded-opentype"), url(fonts/map-icons.ttf) format("truetype"), url(fonts/map-icons.woff) format("woff"), url(fonts/map-icons.svg#map-icons) format("svg");
  font-weight: 400;
  font-style: normal; }

.map-icon-label {
  z-index: 99;
  position: absolute; }

.map-icon-label .map-icon {
  font-size: 24px;
  color: #FFF;
  line-height: 48px;
  text-align: center;
  white-space: nowrap; }

.map-icon {
  font-family: map-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.map-icon-abseiling:before {
  content: "\e800"; }

.map-icon-accounting:before {
  content: "\e801"; }

.map-icon-airport:before {
  content: "\e802"; }

.map-icon-amusement-park:before {
  content: "\e803"; }

.map-icon-aquarium:before {
  content: "\e804"; }

.map-icon-archery:before {
  content: "\e805"; }

.map-icon-art-gallery:before {
  content: "\e806"; }

.map-icon-assistive-listening-system:before {
  content: "\e807"; }

.map-icon-atm:before {
  content: "\e808"; }

.map-icon-audio-description:before {
  content: "\e809"; }

.map-icon-bakery:before {
  content: "\e80a"; }

.map-icon-bank:before {
  content: "\e80b"; }

.map-icon-bar:before {
  content: "\e80c"; }

.map-icon-baseball:before {
  content: "\e80d"; }

.map-icon-beauty-salon:before {
  content: "\e80e"; }

.map-icon-bicycle-store:before {
  content: "\e80f"; }

.map-icon-bicycling:before {
  content: "\e810"; }

.map-icon-boat-ramp:before {
  content: "\e811"; }

.map-icon-boat-tour:before {
  content: "\e812"; }

.map-icon-boating:before {
  content: "\e813"; }

.map-icon-book-store:before {
  content: "\e814"; }

.map-icon-bowling-alley:before {
  content: "\e815"; }

.map-icon-braille:before {
  content: "\e816"; }

.map-icon-bus-station:before {
  content: "\e817"; }

.map-icon-cafe:before {
  content: "\e818"; }

.map-icon-campground:before {
  content: "\e819"; }

.map-icon-canoe:before {
  content: "\e81a"; }

.map-icon-car-dealer:before {
  content: "\e81b"; }

.map-icon-car-rental:before {
  content: "\e81c"; }

.map-icon-car-repair:before {
  content: "\e81d"; }

.map-icon-car-wash:before {
  content: "\e81e"; }

.map-icon-casino:before {
  content: "\e81f"; }

.map-icon-cemetery:before {
  content: "\e820"; }

.map-icon-chairlift:before {
  content: "\e821"; }

.map-icon-church:before {
  content: "\e822"; }

.map-icon-circle:before {
  content: "\e823"; }

.map-icon-city-hall:before {
  content: "\e824"; }

.map-icon-climbing:before {
  content: "\e825"; }

.map-icon-closed-captioning:before {
  content: "\e826"; }

.map-icon-clothing-store:before {
  content: "\e827"; }

.map-icon-compass:before {
  content: "\e828"; }

.map-icon-convenience-store:before {
  content: "\e829"; }

.map-icon-courthouse:before {
  content: "\e82a"; }

.map-icon-cross-country-skiing:before {
  content: "\e82b"; }

.map-icon-crosshairs:before {
  content: "\e82c"; }

.map-icon-dentist:before {
  content: "\e82d"; }

.map-icon-department-store:before {
  content: "\e82e"; }

.map-icon-diving:before {
  content: "\e82f"; }

.map-icon-doctor:before {
  content: "\e830"; }

.map-icon-electrician:before {
  content: "\e831"; }

.map-icon-electronics-store:before {
  content: "\e832"; }

.map-icon-embassy:before {
  content: "\e833"; }

.map-icon-expand:before {
  content: "\e834"; }

.map-icon-female:before {
  content: "\e835"; }

.map-icon-finance:before {
  content: "\e836"; }

.map-icon-fire-station:before {
  content: "\e837"; }

.map-icon-fish-cleaning:before {
  content: "\e838"; }

.map-icon-fishing-pier:before {
  content: "\e839"; }

.map-icon-fishing:before {
  content: "\e83a"; }

.map-icon-florist:before {
  content: "\e83b"; }

.map-icon-food:before {
  content: "\e83c"; }

.map-icon-fullscreen:before {
  content: "\e83d"; }

.map-icon-funeral-home:before {
  content: "\e83e"; }

.map-icon-furniture-store:before {
  content: "\e83f"; }

.map-icon-gas-station:before {
  content: "\e840"; }

.map-icon-general-contractor:before {
  content: "\e841"; }

.map-icon-golf:before {
  content: "\e842"; }

.map-icon-grocery-or-supermarket:before {
  content: "\e843"; }

.map-icon-gym:before {
  content: "\e844"; }

.map-icon-hair-care:before {
  content: "\e845"; }

.map-icon-hang-gliding:before {
  content: "\e846"; }

.map-icon-hardware-store:before {
  content: "\e847"; }

.map-icon-health:before {
  content: "\e848"; }

.map-icon-hindu-temple:before {
  content: "\e849"; }

.map-icon-horse-riding:before {
  content: "\e84a"; }

.map-icon-hospital:before {
  content: "\e84b"; }

.map-icon-ice-fishing:before {
  content: "\e84c"; }

.map-icon-ice-skating:before {
  content: "\e84d"; }

.map-icon-inline-skating:before {
  content: "\e84e"; }

.map-icon-insurance-agency:before {
  content: "\e84f"; }

.map-icon-jet-skiing:before {
  content: "\e850"; }

.map-icon-jewelry-store:before {
  content: "\e851"; }

.map-icon-kayaking:before {
  content: "\e852"; }

.map-icon-laundry:before {
  content: "\e853"; }

.map-icon-lawyer:before {
  content: "\e854"; }

.map-icon-library:before {
  content: "\e855"; }

.map-icon-liquor-store:before {
  content: "\e856"; }

.map-icon-local-government:before {
  content: "\e857"; }

.map-icon-location-arrow:before {
  content: "\e858"; }

.map-icon-locksmith:before {
  content: "\e859"; }

.map-icon-lodging:before {
  content: "\e85a"; }

.map-icon-low-vision-access:before {
  content: "\e85b"; }

.map-icon-male:before {
  content: "\e85c"; }

.map-icon-map-pin:before {
  content: "\e85d"; }

.map-icon-marina:before {
  content: "\e85e"; }

.map-icon-mosque:before {
  content: "\e85f"; }

.map-icon-motobike-trail:before {
  content: "\e860"; }

.map-icon-movie-rental:before {
  content: "\e861"; }

.map-icon-movie-theater:before {
  content: "\e862"; }

.map-icon-moving-company:before {
  content: "\e863"; }

.map-icon-museum:before {
  content: "\e864"; }

.map-icon-natural-feature:before {
  content: "\e865"; }

.map-icon-night-club:before {
  content: "\e866"; }

.map-icon-open-captioning:before {
  content: "\e867"; }

.map-icon-painter:before {
  content: "\e868"; }

.map-icon-park:before {
  content: "\e869"; }

.map-icon-parking:before {
  content: "\e86a"; }

.map-icon-pet-store:before {
  content: "\e86b"; }

.map-icon-pharmacy:before {
  content: "\e86c"; }

.map-icon-physiotherapist:before {
  content: "\e86d"; }

.map-icon-place-of-worship:before {
  content: "\e86e"; }

.map-icon-playground:before {
  content: "\e86f"; }

.map-icon-plumber:before {
  content: "\e870"; }

.map-icon-point-of-interest:before {
  content: "\e871"; }

.map-icon-police:before {
  content: "\e872"; }

.map-icon-political:before {
  content: "\e873"; }

.map-icon-post-box:before {
  content: "\e874"; }

.map-icon-post-office:before {
  content: "\e875"; }

.map-icon-postal-code-prefix:before {
  content: "\e876"; }

.map-icon-postal-code:before {
  content: "\e877"; }

.map-icon-rafting:before {
  content: "\e878"; }

.map-icon-real-estate-agency:before {
  content: "\e879"; }

.map-icon-restaurant:before {
  content: "\e87a"; }

.map-icon-roofing-contractor:before {
  content: "\e87b"; }

.map-icon-route-pin:before {
  content: "\e87c"; }

.map-icon-route:before {
  content: "\e87d"; }

.map-icon-rv-park:before {
  content: "\e87e"; }

.map-icon-sailing:before {
  content: "\e87f"; }

.map-icon-school:before {
  content: "\e880"; }

.map-icon-scuba-diving:before {
  content: "\e881"; }

.map-icon-search:before {
  content: "\e882"; }

.map-icon-shield:before {
  content: "\e883"; }

.map-icon-shopping-mall:before {
  content: "\e884"; }

.map-icon-sign-language:before {
  content: "\e885"; }

.map-icon-skateboarding:before {
  content: "\e886"; }

.map-icon-ski-jumping:before {
  content: "\e887"; }

.map-icon-skiing:before {
  content: "\e888"; }

.map-icon-sledding:before {
  content: "\e889"; }

.map-icon-snow-shoeing:before {
  content: "\e88a"; }

.map-icon-snow:before {
  content: "\e88b"; }

.map-icon-snowboarding:before {
  content: "\e88c"; }

.map-icon-snowmobile:before {
  content: "\e88d"; }

.map-icon-spa:before {
  content: "\e88e"; }

.map-icon-square-pin:before {
  content: "\e88f"; }

.map-icon-square-rounded:before {
  content: "\e890"; }

.map-icon-square:before {
  content: "\e891"; }

.map-icon-stadium:before {
  content: "\e892"; }

.map-icon-storage:before {
  content: "\e893"; }

.map-icon-store:before {
  content: "\e894"; }

.map-icon-subway-station:before {
  content: "\e895"; }

.map-icon-surfing:before {
  content: "\e896"; }

.map-icon-swimming:before {
  content: "\e897"; }

.map-icon-synagogue:before {
  content: "\e898"; }

.map-icon-taxi-stand:before {
  content: "\e899"; }

.map-icon-tennis:before {
  content: "\e89a"; }

.map-icon-toilet:before {
  content: "\e89b"; }

.map-icon-trail-walking:before {
  content: "\e89c"; }

.map-icon-train-station:before {
  content: "\e89d"; }

.map-icon-transit-station:before {
  content: "\e89e"; }

.map-icon-travel-agency:before {
  content: "\e89f"; }

.map-icon-unisex:before {
  content: "\e8a0"; }

.map-icon-university:before {
  content: "\e8a1"; }

.map-icon-veterinary-care:before {
  content: "\e8a2"; }

.map-icon-viewing:before {
  content: "\e8a3"; }

.map-icon-volume-control-telephone:before {
  content: "\e8a4"; }

.map-icon-walking:before {
  content: "\e8a5"; }

.map-icon-waterskiing:before {
  content: "\e8a6"; }

.map-icon-whale-watching:before {
  content: "\e8a7"; }

.map-icon-wheelchair:before {
  content: "\e8a8"; }

.map-icon-wind-surfing:before {
  content: "\e8a9"; }

.map-icon-zoo:before {
  content: "\e8aa"; }

.map-icon-zoom-in-alt:before {
  content: "\e8ab"; }

.map-icon-zoom-in:before {
  content: "\e8ac"; }

.map-icon-zoom-out-alt:before {
  content: "\e8ad"; }

.map-icon-zoom-out:before {
  content: "\e8ae"; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'gotham_medium';
  src: url("fonts/gothamhtf_medium.eot");
  src: url("fonts/gothamhtf_medium.eot?#iefix") format("embedded-opentype"), url("fonts/gothamhtf_medium.woff2") format("woff2"), url("fonts/gothamhtf_medium.woff") format("woff"), url("fonts/gothamhtf_medium.ttf") format("truetype"), url("fonts/gothamhtf_medium.svg#gotham_medmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham_bold';
  src: url("fonts/gothamhtf_bold.eot");
  src: url("fonts/gothamhtf_bold.eot?#iefix") format("embedded-opentype"), url("fonts/gothamhtf_bold.woff2") format("woff2"), url("fonts/gothamhtf_bold.woff") format("woff"), url("fonts/gothamhtf_bold.ttf") format("truetype"), url("fonts/gothamhtf_bold.svg#gothamn_boldbold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
  font-family: 'akzidenz_medium';
  src: url("fonts/akzidgrobemd-webfont.eot");
  src: url("fonts/akzidgrobemd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/akzidgrobemd-webfont.woff2") format("woff2"), url("fonts/akzidgrobemd-webfont.woff") format("woff"), url("fonts/akzidgrobemd-webfont.ttf") format("truetype"), url("fonts/akzidgrobemd-webfont.svg#akzidenz_medmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akzidenz_regular';
  src: url("fonts/akzidgrobereg-webfont.eot");
  src: url("fonts/akzidgrobereg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/akzidgrobereg-webfont.woff2") format("woff2"), url("fonts/akzidgrobereg-webfont.woff") format("woff"), url("fonts/akzidgrobereg-webfont.ttf") format("truetype"), url("fonts/akzidgrobereg-webfont.svg#akzidenz_regregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ag_book';
  src: url("fonts/agbook-s-webfont.eot");
  src: url("fonts/agbook-s-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/agbook-s-webfont.woff2") format("woff2"), url("fonts/agbook-s-webfont.woff") format("woff"), url("fonts/agbook-s-webfont.ttf") format("truetype"), url("fonts/agbook-s-webfont.svg#ag_bookbook") format("svg");
  font-weight: normal;
  font-style: normal; }*/

.wrapper {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  padding: 0px;
  position: relative; }

html {
  position: relative;
  scroll-behavior: smooth; }

body {
  font-family: 'gotham_medium', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  float: left;
  width: 100%;
  background-color: white;
  overflow-x: hidden;
  position: relative; }

body #main_wrapper {
  float: left;
  width: 100%; }

body #main_wrapper .wrapper {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  padding: 0px;
  position: relative; }

body #main_wrapper .wrapper .content {
  float: left;
  width: 100%; }

body #main_wrapper .wrapper .content .main {
  float: left;
  width: 100%; }

body.sidebar-active #main_wrapper .wrapper .content .main {
  float: left;
  width: 72%;
  padding: 0 20px 0 0; }

body.sidebar-active #main_wrapper .wrapper .content .sidebar {
  float: left;
  width: 28%;
  padding: 0 0 0 20px;
  border-left: solid 1px #DEDEDE; }

.alert-ie-appeared {
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #FF6767;
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  z-index: 10; }

.alert-ie-appeared a {
  color: #000;
  font-weight: bold; }

.clear {
  clear: both;
  *zoom: 1; }

.clear:before {
  content: '';
  display: table; }

.clear:after {
  content: '';
  display: table; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

h1,
h2,
h3,
h4 {
  color: #3d3d3d; }

h1 {
  margin: 0 0 10px;
  font-weight: 600;
  font-family: 'gotham_bold', sans-serif;
  font-size: 38px; }

h2 {
  margin: 0 0 8px;
  font-weight: 400;
  font-family: 'gotham_bold', sans-serif; }

h3 {
  margin: 0 0 6px;
  font-weight: 400;
  font-family: 'gotham_bold', sans-serif;
  color: white; }

h4 {
  margin: 0 0 4px;
  font-weight: 400;
  font-family: 'gotham_medium',  sans-serif; }

p {
  margin: 0 0 10px 0;
  line-height: 24px; }

i,
em {
  font-style: italic; }

blockquote {
  font-style: italic;
  margin: 0 0 10px 20px; }

b,
strong {
  font-weight: bold; }

ul {
  margin: 0 0 10px 35px; }

ul li {
  list-style: disc;
  padding: 3px 0; }

ol {
  margin: 0 0 10px 35px; }

ol li {
  list-style: decimal;
  padding: 3px 0; }

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

a:hover {
  color: #2d2d2d;
  text-decoration: none; }

a:focus {
  outline: 0; }

a:active {
  outline: 0; }

.error {
  background-image: url(../images/error.png) no-repeat right 5px center; }

.valid {
  background-image: url(../images/valid.png) no-repeat right 5px center; }

.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-response-output {
  float: left;
  padding: 4px 0;
  width: 100%;
  text-align: center; }

.wpcf7-mail-sent-ok {
  background: rgba(93, 224, 36, 0.1);
  border: 1px solid #398f14; }

.read-more-link {
  float: left;
  width: 100%;
  margin: 10px 0; }

.read-more-link .view-article {
  border: solid 1px #B5B3B3;
  padding: 5px 20px;
  background: transparent;
  float: right;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.read-more-link .view-article:hover {
  border: solid 1px #222; }

.title-ex {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.extra_margin {
  display: relative;
  top: 57px; }

#map {
  float: left;
  width: 100%;
  height: 500px;
  display: none; }

#map .map-icon-postal-code {
  color: #222;
  font-size: 45px; }

.breadcrumb {
  float: left;
  width: 100%;
  padding: 20px 0 10px;
  margin: 0 0 20px;
  font-size: small;
  border-bottom: solid 1px #CCCCCC;
  font-weight: 600;
  color: #222; }

.breadcrumb span {
  color: #000; }

.breadcrumb span a span {
  font-weight: normal;
  opacity: .8; }

.breadcrumb span span span {
  font-weight: bold;
  opacity: 1; }

.breadcrumb span.d {
  color: #000; }

.big_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100; }

.big_overlay.open {
  visibility: visible;
  opacity: 1; }

.big_overlay.map_overlay {
  z-index: 201;
  visibility: visible;
  opacity: 1; }

.map_container {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 202;
  border: 5px solid white; }

.map_container.open {
  visibility: visible;
  opacity: 1; }

.fa-times.map {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 6;
  color: #000; }

.fa-times.map:hover {
  cursor: pointer; }

#map-canvas {
  position: relative;
  min-height: 500px;
  min-width: 500px;
  height: 100%;
  width: 100%; }

#grid[data-columns]::before {
  content: '4 .column.size-1of4'; }

/* These are the classes that are going to be applied: */
.column {
  float: left;
  padding: 2px; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33%; }

.size-1of4 {
  width: 25%; }

.size-1of5 {
  width: 20%; }

#click-menu {
  border-radius: 3px; }

.red_gradient {
  background: #e73827;
  background: -moz-linear-gradient(45deg, #e73827 0%, #ae100a 62%, #ae100a 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #e73827), color-stop(62%, #ae100a), color-stop(100%, #ae100a));
  background: -webkit-linear-gradient(45deg, #e73827 0%, #ae100a 62%, #ae100a 100%);
  background: -o-linear-gradient(45deg, #e73827 0%, #ae100a 62%, #ae100a 100%);
  background: -ms-linear-gradient(45deg, #e73827 0%, #ae100a 62%, #ae100a 100%);
  background: linear-gradient(45deg, #e73827 0%, #ae100a 62%, #ae100a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#ae100a', GradientType=1 ); }

.gray_gradient {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f6f6f6), to(#ededed));
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

.red_gradient_vertical {
  background: #e30615;
  background: -moz-linear-gradient(top, #e30615 0%, #e30615 23%, #ae100a 69%, #ae100a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e30615), color-stop(23%, #e30615), color-stop(69%, #ae100a), color-stop(100%, #ae100a));
  background: -webkit-linear-gradient(top, #e30615 0%, #e30615 23%, #ae100a 69%, #ae100a 100%);
  background: -o-linear-gradient(top, #e30615 0%, #e30615 23%, #ae100a 69%, #ae100a 100%);
  background: -ms-linear-gradient(top, #e30615 0%, #e30615 23%, #ae100a 69%, #ae100a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e30615), color-stop(23%, #e30615), color-stop(69%, #ae100a), to(#ae100a));
  background: linear-gradient(to bottom, #e30615 0%, #e30615 23%, #ae100a 69%, #ae100a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30615', endColorstr='#ae100a', GradientType=0 ); }

article.news {
  padding: 0px 10px 30px 10px;
  max-width: 650px;
  float: left; }

article.news header h2.entry-title {
  font-weight: 400;
  font-family: 'gotham_bold', sans-serif;
  font-size: 24px;
  margin: 20px 0px; }

article.news header .entry-date {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  font-size: x-small;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 20px; }

article.news figure {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border: 8px solid white; }

article.news .entry-summary {
  padding: 20px 0px; }

article.single-post {
  padding: 30px;
  max-width: 650px;
  float: left; }

article.single-post header.post-header h1 {
  font-weight: 400;
  font-family: 'gotham_bold', sans-serif;
  font-size: 24px;
  margin: 20px 0px; }

article.single-post header.post-header .entry-date {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  font-size: x-small;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 20px; }

article.single-post figure {
  border: 8px solid white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

article.single-post .post-content p {
  margin-bottom: 30px; }

article.single-post .ssba-wrap {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa; }

/* ///////////////////// GENERAL CSS /////////////////////// */


.top_top_menu{
  height: 36px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.fixed_header_margin{
  margin-top: 57px;

}

.display_none{
  display:none;
}


.hero_text h2 {
  font-family: 'gotham_bold';
  text-transform: uppercase; }

.hero_text p {
  font-family: 'gotham_medium';
  text-transform: uppercase;
  color: #ffed00; }

h2.sektionsrubrik {
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  margin-bottom: 40px;
  padding-top: 40px; }

h2.sektionsrubrik:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ae0f0a;
  bottom: 0; }

h2.sektionsrubrik_vit {
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  margin-bottom: 30px;
  padding-top: 40px;
  color: #fff;
  letter-spacing: 0.5px; }

h2.sektionsrubrik_vit:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #3c3c3c;
  bottom: 0; }

.news_knapp_container {
  margin: 10px 0px;
  text-align: center; }

a.news_knapp {
  padding: 6px 8px;
  color: #999;
  border: 1px solid #999;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a.news_knapp:hover {
  color: white;
  background-color: black;
  border-color: black; }

a.news_knapp .fa {
  margin-left: 5px; }

.knapp_container {
  width: 100%;
  text-align: center;
  margin-top: 30px; }

a.knapp {
  border: 2px solid #999;
  color: #999;
  font-size: 12px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }

a.knapp:hover {
  color: white;
  background-color: black;
  border-color: black; }

a.knapp .fa {
  margin-left: 5px; }

.white {
  color: #fff; }

.last {
  margin-right: 0px; }

.jr-insta-thumb ul.thumbnails.no-border.jr_col_4 li {
  width: 100% !important; }

.jr-insta-thumb ul.thumbnails li img {
  width: 100% !important; }

/* ///////////////////// 404 ERROR /////////////////////// */
.alert-warning {
  width: 100%;
  text-align: center; }

.alert-warning .warning-message {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }

.alert-warning .warning-message i {
  display: block; }

.alert-warning form {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px; }

.display_table {
  display: table; }

.vertical_align_middle {
  display: table-cell;
  vertical-align: middle; }

.horisontal_align_center {
  margin-left: auto;
  margin-right: auto; }

.absolute_positioned {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay_radiell {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -o-radial-gradient(center ellipse, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 ); }

#header {
  width: 100%;
  position: relative;
  top: 0px;
  z-index: 7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  margin-bottom: 0px;
  z-index: 200; 
  background-color: #263231;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.header_logo{
  width:90px;
  margin-left:50px;
  float:left;
  position:absolute;
  top:4px;
  left:0;
}

@media screen and (max-width:950px){
  .header_logo{
    width:90px;
    margin-left:20px;
    position:absolute;
    top:-33px;
  }

}

.top_top_menu{
  padding: 2px 20px;
}

.top_top_item a{
  color: #aaa;
}


.top_top_item i{
  color: #ae0f0a;
  font-size:16px;
  line-height: 28px;
  margin-top:2px;
  margin-bottom: 2px;
  transition: background-color 0.4s;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align:center;
}

.top_top_item:hover i{
  color: white;
  background-color: #ae0f0a;
  transition: all 0.4s;
}

.top_top_item{
  color:#aaa;
  font-size: 12px;
  line-height: 32px;
  padding:0px 5px;
}

.top_top_item span{
  margin-left:5px;
}

.top_top_item.icon1{
  border-right: 1px solid #ddd;
}

.top_top_item.icon1, .top_top_item.icon2{
  float:left;
}

.top_top_item.icon3, .top_top_item.icon4, .top_top_item.icon5{
  float:right;
}

@media screen and (max-width:950px){
  
.top_top_item.icon1, .top_top_item.icon2{
  float:right;
}

  .top_top_menu{
  padding: 2px 80px;
  margin:auto;
}

.top_top_item i{
  color: #aaa;
}

.top_top_item span{
  display:none;
}

.top_top_item.icon1{
  border-right: none;
}

.top_top_item.icon2, .top_top_item.icon3, .top_top_item.icon4, .top_top_item.icon5{
  border-right: 1px solid #ddd;
}


}


#header.fixed, #header.perma_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ae0f0a;
     }

#header.menu_open #header_logo {
  opacity: 0.2; }

#header_logo {
  float: left;
  margin-right: 30px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 70px;
  display: none; }

#header_logo.liten {
  width: 52px;
  top: 2px; }

#header_logo.display_none {
  opacity: 0; }

#header_logo img {
  margin-top: 5px;
  margin-bottom: 5px; }

#header_logo img.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

#primary_nav_wrap {
  z-index: 1000; }

#primary_nav_wrap .menu_close_button {
  display: none; }

#primary_nav_wrap.responsive_menu > div > ul {
  margin-top: 60px; }

#primary_nav_wrap ul {
  height: 97px;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  z-index: 10; }

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#primary_nav_wrap ul li ul.sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 5; }

#primary_nav_wrap ul li ul.sub-menu ul {
  top: 0;
  left: 100%; }

#primary_nav_wrap ul li ul.sub-menu li {
  float: none;
  width: 200px; }

#primary_nav_wrap ul li ul.sub-menu li:hover a {
  color: white;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#primary_nav_wrap ul li ul.sub-menu li:hover a::before {
  color: white; }

#primary_nav_wrap ul li ul.sub-menu li:last-child {
  border-bottom: none; }

#primary_nav_wrap ul li ul.sub-menu li:last-child a {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }

#primary_nav_wrap ul li ul.sub-menu li i {
  color: black; }

#primary_nav_wrap ul li ul.sub-menu li a {
  position: relative;
  line-height: 100%;
  padding: 10px 20px;
  background: white;
  color: #666;
  text-transform: lowercase;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1em;
  letter-spacing: 1.3px; }

#primary_nav_wrap ul li ul.sub-menu li a::before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 0.8em;
  color: white;
  position: absolute;
  left: 2px; }

#primary_nav_wrap ul li:hover a {
  color: white;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#primary_nav_wrap ul li:hover ul {
  display: block;
  opacity: 1; }

#primary_nav_wrap ul li:hover ul li:hover a {
  background-color: #ddd;
  color: #3e3e3e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#primary_nav_wrap ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 97px;
  padding: 0 15px;
  font-family: 'gotham_bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

#primary_nav_wrap.responsive_menu {
  overflow-x: scroll;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: fixed;
  top: 0;
  right: -300px;
  background-color: white;
  color: #666;
  height: 100%;
  max-width: 95%;
  width: 300px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  display: block; }

#primary_nav_wrap.responsive_menu .menu_close_button {
  border: 2px solid #888;
  color: #888;
  display: none;
  margin: 5px 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px; }

#primary_nav_wrap.responsive_menu .menu_close_button:hover {
  cursor: pointer;
  background-color: #888;
  color: white; }

#primary_nav_wrap.responsive_menu.active {
  opacity: 1;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

#primary_nav_wrap.responsive_menu.active .menu_close_button {
  display: block; }

#primary_nav_wrap.responsive_menu ul {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  height: auto; }

#primary_nav_wrap.responsive_menu ul li {
  clear: both;
  display: relative;
  width: 100%;
  text-align: left; }

#primary_nav_wrap.responsive_menu ul li:hover a {
  background-color: #ddd;
  color: #666; }

#primary_nav_wrap.responsive_menu ul li a {
  line-height: 40px;
  color: #666; }

#primary_nav_wrap.responsive_menu ul li.menu-item-has-children a:hover ul.sub-menu li a {
  color: black; }

#primary_nav_wrap.responsive_menu ul li ul.sub-menu {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: display 0.5s;
  -o-transition: display 0.5s;
  transition: display 0.5s;
  display: block;
  height: auto;
  width: 100%;
  opacity: 1; }

#primary_nav_wrap.responsive_menu ul li ul.sub-menu li {
  padding-right: 0px;
  padding-top: 2px;
  margin-right: 5%;
  width: 95%;
  background: white;
  border-bottom: none; }

#primary_nav_wrap.responsive_menu ul li ul.sub-menu li a {
  padding-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

#primary_nav_wrap.responsive_menu ul li ul.sub-menu li a::before {
  left: 8px; }

#primary_nav_wrap.responsive_menu ul li ul.sub-menu li:hover {
  background: white; }

#primary_nav_wrap.responsive_menu ul li ul.sub-menu li:hover a {
  background: #eee; }

#toggle_navigation {
  float: right;
  margin: 5px 10px;
  text-align: center;
  width: 50px;
  background: #ae0f0a; }

#toggle_navigation i {
  line-height: 50px;
  color: white; }

  .display_none{
    display:none;
  }

  .display_block{
    display:block;
  }

#toggle_navigation:hover {
  cursor: pointer; 
}


.page-header {
  height: 100px;
  width: 100%;
  background-color: #ae0f0a;
  margin: 0;
  padding: 0;
  background-image: url("../images/red_raster_repeatpattern.svg");
  background-repeat: repeat-x;
  background-size: auto 225px;
  background-position: left 25px; }

.page-header.display_none {
  height: 33px; }

.page-content p:last-child {
  margin: 0; }

/*/////////////////////// PAGE //////////////////////*/
/*///////////////////// STARTSIDA //////////////////////*/
/*
.sektion1 {

  position: relative;
  background-color: $darkred;
  left:0;
  width:100%;
  text-align:center;
  overflow:hidden;

  &.fadeIn {
      animation-name: fadeIn;
      animation-delay:0.2s;
      animation-duration: 0.3s;
  }


  .sektion1_1{
    position:relative;
    height:50%;
  }

  .sektion1_2{
    position:relative;
    height:50%;

    .raster_div{
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right:0;
      background-image: url("../images/red_raster_repeatpattern.svg");
      background-repeat: repeat-x;
      background-position: top left;

      &.fadeIn {
          animation-name: fadeIn;
          animation-delay: 0.5s;
          animation-duration: 2.5s;
      }
    }

  }


  .logo{
    width:65%;
    max-height:80%;
    margin:auto;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:flex;

    .logo_svg {
        filter: drop-shadow(4px 4px 5px rgba(0,0,0,0.4));
    }

    &.pulse {
        animation-name: pulse;
    }

    
  }

/*

@media screen and (min-width: 0px) {
  
  .sektion1{
    height:300px;

    .logo {

      //margin-top:60px;
      //width:260px;
    }

    .raster_div{

      background-size: 8px auto;
      //background-position: left 100px;

    }

  }
  
}

@media screen and (min-width: 388px) {
  
  .sektion1{
    height:400px;
    

    .logo {

      //margin-top:70px;
      //width:300px;
      //min-width:65%;
    }

    .raster_div{
      background-size: 9px auto;
      //background-position: left 130px;

    }
  
  }

}

@media screen and (min-width: 630px) {
  
  .sektion1{

    height:550px;
    

    .logo {
      //top: 60px;
      //width:65%;
    }

    .raster_div{
      background-size: 10px auto;
      //background-position: left 242px;

    }
  
  }

}

@media screen and (min-width: 781px) {
    
  .sektion1 {
    height:600px;

    .logo {
      //top:50px;
      //width:65%;
    }

    .raster_div{
      background-size: 11px auto;
      //background-position: left bottom;

    }

  }


}

@media screen and (min-width: 900px) {
  
  .sektion1 {
      height:650px;

    .logo {
      //top:70px;
      //width:65%;
    }

    .raster_div{
      background-size: 11px auto;
      //background-position: left bottom;

    }

  }

}

@media screen and (min-width: 1024px) {
  
  .sektion1 {
      height:650px;

    .logo {
      //top:40px;
      //width:65%;
    }

    .raster_div{
      background-size: 12px auto;
      //background-position: left bottom;

    }

  }

}

@media screen and (min-width: 1200px) {
  
  .sektion1 {
      height:650px;

    .logo {
      //top:40px;
      //width:65%;
    }

    .raster_div{
      background-size: 12px auto;
      //background-position: left bottom;

    }

  }

}
*/
.sektion2 {
  width: 100%;
  overflow: hidden;
  position: relative;

  /*
    .bildsnurra_1_text{
  
      width:40%;
      position:absolute;
      top:0;
      right:0;
      bottom:0;
        padding: 50px 50px;
        background-color: rgba($darkred,.85);
      color: white;
      box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
      transform:translateX(400px);
      opacity:0;
      transition: all 0.5s ease;
    
  
      &.animate_box{
  
        transform:translateX(0);
        opacity: 1;
      }
  
      h3{
  
        border-bottom: 1px solid white;
        padding:10px;
        text-align:center;
        font-family: 'ag_book';
        letter-spacing: 1px;
      }
  
      p {
        line-height:30px;
      }
  
    }
  
    .bildsnurra_1_statisk_text{
  
      width:100%;
      height:100%;
      text-align:center;
      vertical-align:center;
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right:0;
      padding-top:13%;
      padding-left:30px;
      padding-right:30px;
      
  
      h1{
        font-size: 60px;
        line-height:60px;
        letter-spacing:2px;
        color: rgba(#fff,.8);
        font-family: 'akzidenz_medium';
        font-weight:100;
        position:relative;
        padding-bottom:20px;
        margin-bottom: 15px;
  
        &:after{
  
          content:'';
          position:absolute;
          height: 5px;
          width: 45%;
          left:0;
          right:0;
          margin:auto;
          background-color: rgba(#fff,.8);
          bottom: 0px;
        }
  
      }
  
  
      p{
        text-transform: uppercase;
        letter-spacing:6px;
        color: white;
  
      }
  
      @media screen and (max-width: 550px){
  
        padding-top:11%;
  
        h1{
          font-size: 50px;
          line-height:50px;
          letter-spacing:1.8px;
          padding-bottom:20px;
          margin-bottom: 15px;
        }
  
  
        p{
          font-size: 15px;
          letter-spacing:4px; 
        }
      }
      
    }*/ }

.sektion2 .overlay_owlslider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.sektion2 .overlay_raster {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -o-radial-gradient(center ellipse, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 ); }

.sektion2 .bildsnurra_1 {
  min-height: 100%;
  min-width: 100%; }

.sektion2 .bildsnurra_1 ul {
  margin: 0px;
  overflow: hidden; }

.sektion2 .bildsnurra_1 li {
  padding: 0px; }

.sektion2 ul.bildsnurra_1_owlslider {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
  overflow: hidden; }

.sektion2 li.bildsnurra_1_item {
  width: 100%;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 960px) {
  .sektion2 li.bildsnurra_1_item {
    height: 400px; }
  .sektion2 li.bildsnurra_1_item img.hero_logo {
    max-height: 255px; } }

@media screen and (min-width: 961px) {
  .sektion2 li.bildsnurra_1_item {
    height: 500px; }
  .sektion2 li.bildsnurra_1_item img.hero_logo {
    max-height: 355px; } }

@media screen and (min-width: 1201px) {
  .sektion2 li.bildsnurra_1_item {
    height: 600px; }
  .sektion2 li.bildsnurra_1_item img.hero_logo {
    max-height: 455px; } }

@media screen and (min-width: 1441px) {
  .sektion2 li.bildsnurra_1_item {
    height: 600px; }
  .sektion2 li.bildsnurra_1_item img.hero_logo {
    max-height: 455px; } }

@media screen and (min-width: 1681px) {
  .sektion2 li.bildsnurra_1_item {
    height: 600px; }
  .sektion2 li.bildsnurra_1_item img.hero_logo {
    max-height: 455px; } }

.sektion2 li.item_raster {
  background-color: #ae0f0a;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 60%; }

.sektion2 .owl-item div.hero_text_container {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }

.sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text {
  padding: 0px 20px; }

.sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 4px;
  max-width: 650px;
  text-align:center;
  margin: auto;
  margin-bottom: 10px;
  color: white;
  font-family: 'gotham_bold';
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
 }

.sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text p {
  text-transform: uppercase;
  font-family: 'gotham_medium';
  letter-spacing: 0.5px;
  color: #ffed00;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }

.sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text img.hero_logo {
  display: block;
  max-width: 100%;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px; }

.sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text .logo_tagline {
  display: block;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-top: 10px;
  display: none; }

@media screen and (max-width: 550px) {
  .sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text h1 {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-bottom: 15px; }
  .sektion2 .owl-item div.hero_text_container div.hero_text_vertical_container div.hero_text p {
    font-size: 15px;
    letter-spacing: 0.5px; } }

.sektion2 .owl-item.active {
  /*
  div.hero_logo{
    transform: translate3d(0,0,0);
    transition: all 1.5s;
    transition-delay: 1s;
    opacity:1;
  }*/ }

.sektion2 .owl-item.active div.hero_text_container {
  /*
          h1{
            transform: translate3d(0,0,0);
            transition: all 1s;
            transition-delay: 1s;
            opacity:1;  
          }
          p{
            transform: translate3d(0,0,0);
            transition: all 1s;
            transition-delay: 1.5s;
            opacity:1;  
          }
  
          .hero_logo{
            transform: translate3d(0,0,0);
            transition: all 1.5s;
            transition-delay: 1s;
            opacity:1;
  
          }
  
          .logo_tagline{
            transform: translate3d(0,0,0);
            transition: all 1.5s;
            transition-delay: 1.5s;
            opacity:1;
  
          }*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1; }

.sektion2 .owl-controls {
  margin: 0; }

.sektion2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }

.sektion2 .owl-nav .owl-prev {
  float: left;
  visibility: hidden; }

.sektion2 .owl-nav .owl-prev::before {
  background: rgba(128, 128, 128, 0.6);
  color: white;
  content: "<";
  font-size: 35px;
  padding: 25px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  visibility: visible;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s; }

@media screen and (max-width: 700px) {
  .sektion2 .owl-nav .owl-prev::before {
    font-size: 20px;
    padding: 25px 10px; } }

.sektion2 .owl-nav .owl-prev:hover::before {
  background: rgba(174, 15, 10, 0.8);
  -webkit-transform: translate3d(-5px, -50%, 0);
  transform: translate3d(-5px, -50%, 0); }

.sektion2 .owl-nav .owl-next {
  float: right;
  visibility: hidden; }

.sektion2 .owl-nav .owl-next::after {
  content: ">";
  background: rgba(128, 128, 128, 0.6);
  color: white;
  font-size: 35px;
  padding: 25px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  visibility: visible;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s; }

@media screen and (max-width: 700px) {
  .sektion2 .owl-nav .owl-next::after {
    font-size: 20px;
    padding: 25px 10px; } }

.sektion2 .owl-nav .owl-next:hover::after {
  background: rgba(174, 15, 10, 0.8);
  -webkit-transform: translate3d(5px, -50%, 0);
  transform: translate3d(5px, -50%, 0); }

.sektion2 .owl-dots {
  bottom: 5px;
  height: 20px;
  position: absolute;
  width: 100%; }

.sektion2 .owl-dots .owl-dot {
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px; }

.sektion2 .owl-dots .owl-dot.active {
  background-color: #dadada; }

.sektion2 .bildsnurra_1_item {
  width: 100%;
  list-style: none; }

.sektion3 {
  position: relative;
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 80px;
  overflow: hidden; }

.sektion3 .grid {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  list-style: none;
  text-align: center; }

.sektion3 .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  height: 250px;
  width: 23%;
  background: #283635;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.75); }

.sektion3 .grid figure img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  bottom: 20px;
  max-height: 60%;
  width: 70%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sektion3 .grid figure:hover img {
  opacity: 0.2;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.sektion3 .grid figure:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sektion3 .grid figure p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.sektion3 .grid figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sektion3 .grid figure figcaption {
  padding: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
  letter-spacing: 0.5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center; }

.sektion3 .grid figure figcaption::before,
.sektion3 .grid figure figcaption::after {
  pointer-events: none; }

.sektion3 .grid figure figcaption,
.sektion3 .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sektion3 .grid figure figcaption > a {
  z-index: 100;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.sektion3 .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 1em; }

.sektion3 .grid figure h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0); }

.sektion3 .grid figure h2 span {
  font-weight: 800;
  padding: 0px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sektion3 .grid figure p {
  letter-spacing: .6px;
  font-size: 86%;
  font-family: 'gotham_medium', sans-serif;
  margin: 0; }

.sektion3 .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.sektion3 .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.sektion3 .transparent {
  opacity: 0; }

.sektion3 .products {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

@media screen and (min-width: 960px) {
  .sektion3 figure.products {
    width: 23%; } }

@media screen and (max-width: 780px) {
  .sektion3 .grid {
    width: 100%;
    padding: 0; }
  .sektion3 .grid figure.products {
    position: relative;
    width: 47%;
    display: inline-block;
    float: none;
    text-align: center; }
  .sektion3 .grid figure.products img {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sektion3 .grid figure.products:hover img {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  .sektion3 .grid figure.products figcaption {
    padding: 2em; } }

@media screen and (max-width: 450px) {
  .sektion3 .grid {
    padding: 0;
    width: 100%; }
  .sektion3 .grid figure.products {
    margin: 0;
    height: 100px;
    position: relative;
    width: 100%;
    display: inline-block;
    float: none; }
  .sektion3 .grid figure.products figcaption {
    padding: 1.5em; }
  .sektion3 .grid figure.products img {
    max-height: 80%;
    height: 80%;
    width: auto;
    bottom: 9px;
    left: -200px; }
  .sektion3 .grid figure.products h2::after {
    width: 0px; }
  .sektion3 .grid figure.products p {
    display: none; }
  .sektion3 .grid figure.products h2 {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    padding: 0.5em 0;
    left: 50px;
    padding: 0.5em 0; }
  .sektion3 .grid figure.products:hover img {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sektion3 .grid figure.products:active img {
    opacity: 0.8;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.sektion4 {
  background-color: #283635;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
  width: 100%;
  font-size: 16px;
  font-family: 'gotham_medium'; }

.about_image{
border-radius: 50%;
max-width: 200px;
}

.sektion4 .sektionsrubrik {
  color: white;
  font-weight: 100; }

.sektion4 .container {
  position: relative;
  margin: auto;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sektion4 .about_pair_container {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sektion4 .about_pair_container.pair_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap; }

.sektion4 .about_pair_container.pair_2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }

.sektion4 .about_pair_container.pair_3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap; }

.sektion4 .about_pair_container.pair_4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }

@media screen and (min-width: 925px) {
  .sektion4 .about_pair_container {
    width: 25%; } }

@media screen and (max-width: 450px) {
  .sektion4 .about_pair_container {
    width: 100%; }
  .sektion4 .about_pair_container.pair_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .sektion4 .about_pair_container.pair_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .sektion4 .about_pair_container.pair_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .sektion4 .about_pair_container.pair_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; } }

.sektion4 .about_field {
  width: 100%;
  font-size: 14px;
  position: relative;
  border: 5px solid #283635; }

.sektion4 .about_field.text {
  padding: 30px 20px;
  color: #bbb;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.sektion5 {
  background-color: #eee;
  color: #222;
  overflow: hidden;
  padding-bottom: 100px;
  text-align: center;
  padding-top: 20px; }

.sektion5 .news article.post {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6); }

.sektion5 .news article.post.last {
  margin-right: 0; }

.sektion5 .news article.post .thumbnail {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%; }

.sektion5 .news article.post img {
  width: 100%; }

.sektion5 .news article.post .text_container {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 25px; }

.sektion5 .news article.post h3.artikelrubrik {
  position: relative;
  color: #3d3d3d;
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 18px; }

.sektion5 .news article.post h3.artikelrubrik:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #ae0f0a;
  bottom: 0px; }

.sektion5 .news article.post .artikeltext {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  color: #5d5d5d;
   }

@media screen and (max-width: 625px) {
  .sektion5 .news article.post {
    width: 100%; }
  .sektion5 .news article.post a {
    text-align: center; }
  .sektion5 .news article.post .thumbnail {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    float: left; }
  .sektion5 .news article.post img {
    position: relative;
    top: 0px;
    margin: 0 auto;
    padding-right: 0px; }
  .sektion5 .news article.post .text_container {
    width: 100%;
    display: block;
    padding: 5px 30px;
    clear: both; }
  .sektion5 .news article.post .rubrik_container {
    height: auto;
    text-align: center;
    margin: 5px 0px;
    position: relative; }
  .sektion5 .news article.post h3.artikelrubrik {
    position: relative;
    max-width: 100%;
    text-align: center;
    margin: auto auto 10px;
    padding-bottom: 0px; }
  .sektion5 .news article.post .artikeltext {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0; }
  .sektion5 .news article.post .news_knapp_container {
    margin: 15px 0px; } }

@media screen and (min-width: 626px) {
  .sektion5 .news article.post {
    width: 100%; }
  .sektion5 .news article.post.last {
    border-bottom: none; }
  .sektion5 .news article.post .thumbnail {
    width: 50%;
    height: 255px;
    background-size: cover;
    background-position: 50% 50%;
    float: left; }
  .sektion5 .news article.post img {
    position: relative;
    width: 50%;
    height: 255px;
    float: left;
    padding-right: 0px;
    top: 0; }
  .sektion5 .news article.post .text_container {
    width: 50%;
    height: 255px;
    float: left;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .sektion5 .news article.post .rubrik_container {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sektion5 .news article.post h3.artikelrubrik {
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sektion5 .news article.post h3.artikelrubrik:after {
    width: 90%;
    left: 0; }
  .sektion5 .news article.post .artikeltext {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0; }
  .sektion5 .news article.post .knapp_container {
    float: left;
    margin-top: 0;
    text-align: left; } }

@media screen and (min-width: 920px) {
  .sektion5 .news article.post {
    width: 32%;
    margin-right: 1%;
    border-bottom: none; }
  .sektion5 .news article.post img {
    height: 200px;
    width: 100%;
    padding-right: 0px; }
  .sektion5 .news article.post .thumbnail {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%; }
  .sektion5 .news article.post .rubrik_container {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sektion5 .news article.post h3.artikelrubrik {
    color: #3d3d3d;
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 100;
    font-size: 18px; }
  .sektion5 .news article.post h3.artikelrubrik:after {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto; }
  .sektion5 .news article.post .text_container {
    padding: 20px 30px;
    text-align: left;
    width: 100%;
    height: 300px; }
  .sektion5 .news article.post .artikeltext {
    line-height: 20px;
    color: #5d5d5d;
     } }

.sektion6 {
  background-image: url("../images/micke_lager.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 900px;
  overflow: hidden; }

.sektion7 {
  background-color: #ccc;
  text-align: center; }

.sektion7 div.instagram {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center; }

@media screen and (max-width: 399px) {
  #instagram-journal-1 a.instagram-photo {
    width: 33.33% !important;
	height: 33.33vw !important;}
  }

@media screen and (min-width: 400px) {
  #instagram-journal-1 a.instagram-photo {
    width: 33.33% !important;
	height: 33.33vw !important;}
 }

@media screen and (min-width: 600px) {
  #instagram-journal-1 a.instagram-photo {
    width: 25% !important;
	height: 25vw !important;}
}

@media screen and (min-width: 900px) {
  #instagram-journal-1 a.instagram-photo  {
    width: 16.66% !important;
	height: 16.66vw !important;}
}


 #instagram-journal-1 a.instagram-photo img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: 0.9; }

  #instagram-journal-1 a.instagram-photo{
    background: #000 !important;
	  padding-bottom:0px;
  }

  .journal-meta{
    display:none;
  }


  .instagram-stage{
    height:0px;
    width:0px;
    display:none !important;
  }

  #instagram-journal-1 a.instagram-photo:hover .journal-meta{
    display:none;
  }

  #instagram-journal-1 a.instagram-photo:hover img  {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; }

.sektion7 .instagram_text {
  text-align: center;
  color: #888; }

.sektion7 .circle {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 58%;
  bottom: 0;
  color: #3e3e3e;
  display: inline-block;
  font-family: "gotham_bold";
  height: 200px;
  left: 0;
  margin: auto;
  padding: 42px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 200px; }

.sektion7 .circle:hover {
  background: #eeeeee;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

  .sektion7 .circle:hover .instarubrik{
  color: #ae0f0a;
  transition: all 0.4s; }

.sektion7 .circle .instaname {
  font-size: 13px;
  display: block;
  position: relative;
}

.insta_ikon{
  font-size: 3.5em;
}

.instarubrik{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  padding-top:10px;
  padding-bottom:5px;
  color: #666;
  transition: all 0.4s;
}



.sektion8 {
  background-image: url("../images/red_handkontroll.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 35% auto;
  background-color: #e30613;
  height: 450px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }

.sektion8 h2.bred_bild_3_text {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  text-align: center;
  font-family: 'ag_book';
  font-size: 30px;
  letter-spacing: .8px; }

.sektion8 h2.bred_bild_3_text.animate_text {
  opacity: 1; }

.sektion8 .contactform {
  width: 400px;
  height: 550px;
  border-radius: 10px 10px 0px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -500px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5 ease;
  transition: -webkit-transform 0.5 ease;
  -o-transition: transform 0.5 ease;
  transition: transform 0.5 ease;
  transition: transform 0.5 ease, -webkit-transform 0.5 ease; }

.sektion8 .contactform .fa {
  padding: 10px; }

.sektion8 .contactform:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.sektion8 .contactform.active {
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px); }

/*///////////////////// PAGE //////////////////////*/
/*/////////////////// THE TEAM ////////////////////*/
.aboutUs {
  background-color: #eee;
  position: relative; }

.aboutUs p {
  color: black; }

.aboutUs .employee_group {
  margin-bottom: 20px;
  padding: 0px 50px; }

@media screen and (max-width: 599px) {
  .aboutUs {
    text-align: center;
    margin: auto; }
  .aboutUs .employee {
    width: 100%; } }

@media screen and (min-width: 600px) {
  .aboutUs {
    text-align: center;
    margin: auto; }
  .aboutUs .employee {
    width: 50%; } }

@media screen and (min-width: 900px) {
  .aboutUs .employee {
    width: 33%; } }

.aboutUs .employees {
  color: #333;
  position: relative;
  margin: auto; }

.aboutUs .employees h3 {
  background: #333 none repeat scroll 0 0;
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: auto auto 20px;
  text-transform: uppercase;
  width: 150px;
  /*&:after{
    content:'';
    position:absolute;
    height: 2px;
    width: 70%;
    left:0;
    right:0;
    margin:auto;
    margin-bottom:10px;
    background-color: #eee;
  }*/ }

.aboutUs .employee {
  padding: 10px;
  float: left; }

.aboutUs .employee .contact_card {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6); }

.aboutUs .employee .namn_titel {
  border-bottom: 2px solid '$darkred';
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative; }

.aboutUs .employee .namn {
  	font-size: 15px;
    font-family: 'gotham_bold', sans-serif;
    letter-spacing: 0.6px;
    color: #333;
    padding-bottom: 4px; }

.aboutUs .employee .title {
  color: #888;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .5px;
  position: relative; }

.aboutUs .employee .title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100px;
  left: 0;
  right: 0;
  top: 18px;
  margin: auto;
  margin-bottom: 10px;
  background-color: #ae0f0a; }

.aboutUs .employee .department {
  display: none; }

.aboutUs .employee .mobile {
  font-size: 12px; }

.aboutUs .employee .mobile span {
  font-family: 'gotham_medium', sans-serif;
  font-size: 12px;
  letter-spacing: .5px; }

.aboutUs .employee .phone {
  font-size: 12px; }

.aboutUs .employee .phone span {
  font-family: 'gotham_medium', sans-serif;
  font-size: 12px;
  letter-spacing: .5px; }

.aboutUs .employee .email {
  font-size: 12px; }

.aboutUs .employee .email span i {
  color: '$darkred';
}

.aboutUs .employee img {
  border-radius: 50%;
  border: 3px solid #ccc;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 5px; }

/*///////////////////// PAGE //////////////////////*/
/*/////////////////// PRODUCTS ////////////////////*/
.accountCTA {
  background-color: #ae0f0a;
  background-image: url("../images/red_raster_repeatpattern.svg");
  background-repeat: repeat-x;
  background-size: auto 380px;
  background-position: left bottom;
  color: white;
  padding: 40px 30px;
  position: relative; }

.accountCTA .wpcf7-response-output {
  float: none !important;
  display: inline-block !important;
  width: auto; }

.accountCTA h2.accountRubrik {
  color: white;
  font-family: 'gotham_bold', sans-serif;
  font-size: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 30px 10px 20px; }

.accountCTA p.accountByline {
  font-family: 'gotham_medium', sans-serif;
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: auto;
  max-width: 900px;
  position: relative;
  padding: 0px 15px; }

.accountCTA .CTAform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 100%; }

@media screen and (max-width: 670px) {
  .accountCTA .CTAform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.accountCTA .CTAform .CTAform_element {
  margin: 10px;
  text-align: left;
  max-width: 100%; }

.accountCTA .CTAform .CTAform_element label {
  text-transform: uppercase;
  padding: 8px;
  font-size: 12px;
  letter-spacing: 1px;
  color: white; }

.accountCTA .CTAform .CTAform_element input {
  height: 40px;
  padding: 0px 10px;
  font-size: 13px;
  color: #888;
  margin-top: 3px;
  max-width: 100%; }

.accountCTA .CTAform .CTAform_element.submit input {
  width: 100px;
  height: 45px;
  line-height: 0px;
  background-color: #3e3e3e;
  color: white;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s; }

.accountCTA .CTAform .CTAform_element.submit input:hover {
  background-color: #000;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s; }

.accountCTA .CTAform .CTAform_element.message {
  width: 100%;
  position: relative; }

.accountCTA .CTAform .CTAform_element.message label {
  text-align: center; }

.accountCTA .CTAform .CTAform_element.message div.centered_message {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.accountCTA .CTAform .CTAform_element.message textarea {
  padding: 10px;
  font-size: 14px;
  color: #888;
  margin-top: 3px;
  width: 100%;
  resize: vertical !important; }

.header_text_box_1 {
  font-size: 14px;
  font-family: 'gotham_medium', sans-serif';
  font-weight: 600;
  position: relative;
  margin: auto;
  letter-spacing: 0.7px;
  padding: 10px 0px 40px; }

.header_text_box_1 .header_text_1 {
  max-width: 420px;
  font-size: 0.9em;
  background: white;
  padding: 10px 30px;
  margin: auto;
  font-weight: 300; }

@media screen and (min-width: 1075px) {
  .header_text_box_1 .header_text_1 {
    margin-bottom: 40px; } }

@media screen and (max-width: 1074px) {
  .header_text_box_1 .header_text_1 {
    display: block;
    margin-bottom: 40px; } }

.header_text_3 {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 25px;
  max-height: 400px;
  padding: 10px;
  text-align: center; }

@media screen and (max-width: 393px) {
  .header_text_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.header_text_3 .benefit {
  background-color: grey;
  border-radius: 50%;
  height: 130px;
  margin: -6px;
  padding: 20px;
  text-transform: capitalize;
  width: 130px; }

.header_text_3 .benefit p {
	line-height: 16px;
    letter-spacing: 0px;
    padding-top: 5px;
}

.header_text_3 .benefit:nth-child(1), .header_text_3 .benefit:nth-child(3), .header_text_3 .benefit:nth-child(5) {
  color: #333;
  background-color: #888; }

.header_text_3 .benefit:nth-child(1) i, .header_text_3 .benefit:nth-child(3) i, .header_text_3 .benefit:nth-child(5) i {
  color: white; }

.header_text_3 .benefit:nth-child(2), .header_text_3 .benefit:nth-child(4), .header_text_3 .benefit:nth-child(6) {
  color: #888;
  background-color: #333; }

.header_text_3 .benefit:nth-child(2) i, .header_text_3 .benefit:nth-child(4) i, .header_text_3 .benefit:nth-child(6) i {
  color: white; }

.header_text_3 .benefit i {
  color: white; }

.header_text_box_2 {
  display: inline-block;
  position: relative;
  margin: auto; }

.header_text_box_2 .header_text_2 {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: white;
  background: #444;
  font-size: 14px;
  padding: 16px 10px; }

.header_text_box_2 .header_text_2 .fa {
  margin-bottom: 7px; }

@media screen and (min-width: 1075px) {
  .header_text_box_2 .header_text_2 {
    top: -10px;
    left: -2px; } }

@media screen and (max-width: 1074px) {
  .header_text_box_2 .header_text_2 {
    left: 0px;
    top: 0px; } }

.na_text {
  font-size: 14px;
  font-family: 'gotham_medium', sans-serif;
  position: relative;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  background: white;
  max-width: 500px;
  padding: 10px 30px; }

.pre_text {
  font-size: 14px;
  font-family: 'gotham_medium', sans-serif;
  position: relative;
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  background: white;
  padding: 10px 30px; }

.top_text {
  font-size: 14px;
  font-family: 'gotham_medium', sans-serif;
  position: relative;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  background: white;
  max-width: 500px;
  padding: 10px 30px; }

.new_arrivals {
  padding-bottom: 60px; }

.pre_orders {
  padding-bottom: 60px; }

.topsellers {
  padding-bottom: 60px; }

.format_logos {
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 15px; }

.format_logos h3 {
  display: block; }

@media screen and (max-width: 488px) {
  .format_logos ul.brands {
    width: 310px; } }

@media screen and (min-width: 489px) {
  .format_logos ul.brands {
    width: 465px; } }

@media screen and (min-width: 652px) {
  .format_logos ul.brands {
    width: 620px; } }

@media screen and (min-width: 815px) {
  .format_logos ul.brands {
    width: 775px; } }

@media screen and (min-width: 978px) {
  .format_logos ul.brands {
    width: 930px; } }

h3.produktrubrik_brands {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  background: #333;
  padding: 5px 30px;
  margin-bottom: 30px;
  max-width: 250px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

h3.produktrubrik {
  background: #333 none repeat scroll 0 0;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  max-width: 250px;
  padding: 5px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

h3.produktrubrik:after {
  border-bottom: 12px solid transparent;
  border-left: 20px solid #333;
  border-top: 11px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0; }

.products {
  color: #333;
  background-color: #eee;
  text-align: center;
  position: relative;
  /*
    .produktrubrik_brands{
      display:inline;
      text-transform:uppercase;
      color:white;
      font-size:12px;
      letter-spacing:2px;
      background: #333;
      padding:5px 30px;
      margin-bottom:30px;
  
  
    }*/ }

.products div.owl-item:hover .hoverOverlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .35s ease .8s;
  transition: -webkit-transform .35s ease .8s;
  -o-transition: transform .35s ease .8s;
  transition: transform .35s ease .8s;
  transition: transform .35s ease .8s, -webkit-transform .35s ease .8s; }

.products li {
  list-style: none;
  text-alignment: bottom;
  padding-top: 0;
  overflow: hidden;
  position: relative;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4)); }

.products li .hoverOverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

@media screen and (max-width: 449px) {
  .products li .hoverOverlay {
    padding: 20% 5px; } }

@media screen and (min-width: 450px) {
  .products li .hoverOverlay {
    padding: 30% 5px; } }

@media screen and (min-width: 600px) {
  .products li .hoverOverlay {
    padding: 20% 5px; } }

@media screen and (min-width: 650px) {
  .products li .hoverOverlay {
    padding: 30% 5px; } }

.products li .hoverOverlay a {
  display: block;
  color: white; }

.products li .hoverOverlay p {
  color: white;
  font-size: 0.8em; }

.products .owl-stage-outer {
  padding: 10px 5px; }

.products .item_text {
  position: relative;
  margin: auto;
  padding: 10px 5px;
  height: 75px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.products p.format {
  color: #888;
  font-size: .8em; }

.products h3.titel {
  color: #888;
  font-size: 1em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.products ul {
  margin: 0;
  margin-left: 5px; }

.products .owl-controls {
  width: 100%;
  z-index: 3; }

.products .owl-controls .owl-prev {
  float: left;
  position: absolute;
  top: 45%;
  font-size: 0;
  padding: 4px 14px 4px 12px;
  border-radius: 50%;
  background: #333;
  margin: 0;
  left: -10px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  opacity: 0.6; }

.products .owl-controls .owl-prev:hover {
  left: 0;
  opacity: 1; }

.products .owl-controls .owl-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 25px;
  color: #fff; }

.products .owl-controls .owl-next {
  float: right;
  position: absolute;
  top: 45%;
  font-size: 0;
  padding: 4px 12px 4px 14px;
  border-radius: 50%;
  background: #333;
  margin: 0;
  right: -10px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  opacity: 0.6; }

.products .owl-controls .owl-next:hover {
  right: 0;
  opacity: 1; }

.products .owl-controls .owl-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 25px;
  color: #fff; }

.products .owl-controls .owl-dots {
  display: block;
  left: 0;
  right: 0;
  margin: auto; }

.products .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc; }

.products .owl-controls .owl-dots .owl-dot.active {
  background-color: #444; }

.new_arrival_item {
  background-color: white;
  margin-right: 10px; }

.new_arrival_item img {
  margin-bottom: 10px; }

.pre_order_item {
  background-color: white;
  margin-right: 10px; }

.pre_order_item img {
  margin-bottom: 10px; }

.topsellers_item {
  background-color: white;
  margin-right: 10px; }

.topsellers_item img {
  margin-bottom: 10px; }

#products_accessories {
  position: relative;
  text-align: center; }

#products_retro {
  position: relative;
  text-align: center; }

#products_collectibles {
  position: relative;
  text-align: center; }

#products_games {
  position: relative;
  text-align: center; }

.format_logos {
  width: 100%;
  text-align: center; }

.format_logos li.logo_item {
  float: left;
  display: table;
  width: 14%;
  min-width: 150px;
  height: auto;
  padding: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  list-style: none;
  background-color: white;
  min-height: 0px; }

.format_logos img {
  width: 100%;
  -webkit-box-shadow: 2px 4px 3px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 3px -3px rgba(0, 0, 0, 0.5);
  padding: 0px 5px;
  background-color: white; }

p.description {
  width: 65%;
  margin: auto;
  padding-bottom: 30px;
  color: #888; }

ul.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 40px; }

ul.owl-carousel-games {
  text-align: center;
  position: relative;
  width: 70%;
  margin: auto;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-games li {
  display: inline;
  padding: 10px;
  margin: 10px;
  width: 120px;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-accessories {
  text-align: center;
  position: relative;
  width: 70%;
  margin: auto;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-accessories li {
  padding: 10px;
  width: 120px;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-retro {
  text-align: center;
  position: relative;
  width: 70%;
  margin: auto;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-retro li {
  padding: 10px;
  width: 120px;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-collectibles {
  text-align: center;
  position: relative;
  width: 70%;
  margin: auto;
  vertical-align: top;
  list-style: none; }

ul.owl-carousel-collectibles li {
  padding: 10px;
  width: 120px;
  vertical-align: top;
  list-style: none; }

/*///////////////////// PAGE //////////////////////*/
/*/////////////////// CONTACT /////////////////////*/
.page_contact {
  text-align: center;
  background: #eee; }

.contact_container {
  width: 100%;
  position: relative;
  margin-bottom: 30px; }

.map_container_contact_page {
  position: relative;
  margin: auto;
  width: 95%; }

@media screen and (max-width: 1051px) {
  .map_container_contact_page {
    display: inline-block;
    max-width: 600px;
    margin-right: 20px;
    height: 250px; } }

@media screen and (min-width: 1052px) {
  .map_container_contact_page {
    float: left;
    max-width: 580px;
    margin: 0px 5px 10px 5px;
    height: 400px; } }

.map_container_contact_page #map-contact-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 8px solid white;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.75);
  padding: 20px 30px; }

.contact_form {
  text-align: left;
  margin: auto;
  min-width: 318px;
  width: 95%;
  padding: 20px 30px;
  font-family: 'gotham_medium', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  background: #aaa; }

@media screen and (max-width: 1051px) {
  .contact_form {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 600px;
    margin-right: 20px; } }

@media screen and (min-width: 1052px) {
  .contact_form {
    float: right;
    margin-bottom: 30px;
    max-width: 400px; } }

.contact_form .form_row {
  margin: 5px 0px; }

.contact_form .wpcf7-form-control {
  width: 100%;
  border: 1px solid #ddd;
  margin: 5px 0px; }

.contact_form .wpcf7-select {
  width: 70%;
  padding: 5px 10px; }

.contact_form .wpcf7-text {
  padding: 5px 10px;
  font-size: 12px;
  height: 32px;
  line-height: 25px;
  padding: 5px 10px; }

.contact_form .wpcf7-textarea {
  padding: 10px 15px; }

.contact_form .wpcf7-submit {
  padding: 1px 5px;
  color: black;
  border: 1px solid black;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'gotham_medium', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  width: 20%;
  max-width: 100px;
  background-color: #eee; }

.contact_form .wpcf7-submit:hover {
  color: white;
  background-color: black; }

/*///////////////////// PAGE //////////////////////*/
/*/////////////////// CAREER //////////////////////*/
.page_career_content {
  background-color: #eee; }

.page_career_content .career_bild_container {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  border: none; }

.page_career_content .career_bild_container div.career_bild {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 8px solid white;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6); }

.page_career_content .career_bild_container div.career_bild.image_3 {
  padding-right: 0px; }

.page_career_content .jobpost {
  display: block;
  max-width: 600px;
  margin: auto;
  position: relative;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-bottom: 1px solid #aaa; }

.page_career_content .jobpost h3 {
  position: relative;
  color: black;
  max-width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 18px;
  text-transform: uppercase; }

.page_career_content .jobpost h3 .fa-user {
  padding-right: 10px; }

.page_career_content .jobpost h3:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #888;
  bottom: 0px; }

.page_career_content .jobpost .career_mail {
  border-top: 1px solid #aaa;
  margin-top: 20px;
  padding-top: 5px; }

.page_career_content .jobpost .career_mail:hover {
  color: #ae0f0a; }

.single-post .post-header .meta-info {
  font-size: small; }

.single-post .post-content p:last-child {
  margin: 0; }

#footer {
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  color: #888;
  background-color: #263231;
  overflow: hidden;
  /*&::after{
        content:'';
        background-image: url('../images/logo.svg');
        opacity: .05;
        background-size: 69%;
        background-repeat: no-repeat;
        background-position: -107% 0;
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;

        @media screen and (max-width: 615px) {

            background-size: 150%;
            background-position: 139% 100%;
        }

    }*/
  /*
      .footer_adress{
        position:absolute;
      margin-top: 6%;
      margin-left: 40%;
      font-size: 0.8em;
      line-height: 1.3em;
      letter-spacing: 0.05em;
  
      a{
        color:#888;
  
      }
  
      }
    */
  /*
  
      .copyright {
          font-size: 12px;
          float: left;
          width: 100%;
          padding: 10px 0;
          margin: 10px 0;
          text-align: center;
          .copy {
              width: 100%;
              float: left;
          }
          .prod {
              width: 100%;
              float: left;
          }
      }*/
  /*  .aaa {
        float: left;
        width: 100%;
        padding: 10px 0;
        margin: 10px auto;
        text-align: center
    } */ }

#footer .footer_loggor {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 300px;
  text-align: center; }

#footer .footer_loggor img.footer_ngg_logga {
  max-width: 75%; }

#footer .wrapper.footer_firstrow {
  border-bottom: 1px solid #888;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center; }

#footer .wrapper.footer_firstrow .social_container {
  display: inline-block;
  width: 100%; }

#footer .wrapper.footer_firstrow .social_container .gray_square {
  background-color: #aaa;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: .7%;
  padding: 5px;
  width: 60px;
  height: 60px; }

#footer .wrapper.footer_firstrow .social_container .gray_square:hover {
  cursor: pointer; }

#footer .wrapper.footer_firstrow .social_container .footer_ikon_div {
  background-color: #ae0f0a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center; }

#footer .wrapper.footer_firstrow .social_container .footer_ikon_div .footer_ikon {
  color: #fff;
  line-height: 50px; }

#footer .wrapper.footer_firstrow .social_container .footer_ikon_div .footer_ikon1 {
  padding-left: 0.9em;
  padding-right: 0.9em; }

#footer .wrapper.footer_firstrow img {
  display: inline; }

#footer .wrapper.footer_secondrow {
  padding-top: 30px;
  padding-bottom: 20px; }

#footer .wrapper.footer_secondrow .footer_field_holder {
  width: 25%;
  float: left;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }

#footer .wrapper.footer_secondrow .footer_field {
  position: relative;
  text-align: left;
  margin: auto;
  display: inline; }

#footer .wrapper.footer_secondrow .footer_field h3 {
  font-family: 'gotham_bold', sans-serif;
  color: #ae0f0a;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline; }

#footer .wrapper.footer_secondrow .footer_field .textfield p {
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 10px;
  color: #888; }

#footer .wrapper.footer_secondrow .footer_field .textfield a {
  color: #888; }

#footer .wrapper.footer_secondrow .footer_field .textfield {
  display: inline; }

#footer .wrapper.footer_secondrow .footer_img {
  float: left;
  max-width: 40%; }

@media screen and (max-width: 615px) {
  #footer .wrapper.footer_secondrow .footer_field_holder {
    width: 100%; }
  #footer .wrapper.footer_secondrow .footer_field {
    margin: auto;
    text-align: center;
    padding-bottom: 30px; } }
