/* lato-100 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/lato-v20-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v20-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v20-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v20-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/merriweather-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/merriweather-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/merriweather-v28-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/merriweather-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/merriweather-v28-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}


html, body {
    height: 100%;

    background-repeat:repeat-x;
    margin: 0; 
    padding: 0; 
    font-family: 'Lato', arial;
    font-size:16px;
}

table, tr, td, th {
    font-family: 'Lato', arial;
    font-size:16px;
}

.align-right {
 text-align:right;
  
}
.align-center {
  text-align:center;
}
.clear { clear:both; }



* { box-sizing:border-box;    -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale; }

.team .c33,
img,
.teaser:hover .c50 img,
.teaser:hover .c50 .box,
.top, .top .main, .nav,
.teaser img, input, .nbar, .st0, .st1,
a, li {
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;    
  }
img {
  border:0px;
}


.all {
  width:100%;
  min-width:100%;
  padding-left:40px;
  padding-right:40px;
}
.main {
  max-width:1000px;
  margin: 0px auto;
  padding:0px;
  position:relative;
  text-align: left;
}
.main:after { content:''; display:table; clear:both; }

.product.row,
.list-items,
.cStage {display: flex;margin:0 -10px;flex-wrap: wrap;}
.list-items > div,
.cStage > div{padding:0 10px;}

.list-items > div,
.c25 { -ms-flex: 0 0 25%;flex: 0 0 25%; max-width: 25%; }
.c75 .list-items > div,
.c33 { -ms-flex: 0 0 33.3333%;flex: 0 0 33.3333%; max-width: 33.3333%; }
.c66 { -ms-flex: 0 0 66.6666%;flex: 0 0 66.6666%; max-width: 66.6666%; }
.c16 { -ms-flex: 0 0 16.6666%;flex: 0 0 16.6666%; max-width: 16.6666%; }
.c30 { -ms-flex: 0 0 30%;flex: 0 0 30%; max-width: 30%; }
.c70 { -ms-flex: 0 0 70%;flex: 0 0 70%; max-width: 70%; }
.col-md-5,
.c40 { -ms-flex: 0 0 40%;flex: 0 0 40%; max-width: 40%; }
.c20 { -ms-flex: 0 0 20%;flex: 0 0 20%; max-width: 20%;}
.col-sm-6,
.c50 { -ms-flex: 0 0 50%;flex: 0 0 50%; max-width: 50%;}
.c75 { -ms-flex: 0 0 75%;flex: 0 0 75%; max-width: 75%; }
.c30 { -ms-flex: 0 0 30%;flex: 0 0 30%; max-width: 30%;}
.c35 { -ms-flex: 0 0 35%;flex: 0 0 35%; max-width: 35%; }
.col-md-7,
.c60 { -ms-flex: 0 0 60%;flex: 0 0 60%; max-width: 60%; }

h1,h2 {    font-family: 'Merriweather', Arial ; font-size:30px; }

img {max-width:100%; height:auto}
.frame li,
p {line-height:1.5em}

.top .main {padding:10px 0}
.top .main > div {display: inline-block; vertical-align: middle;}
.top .main > div.right {width:calc(100% - 350px); padding-left:50px; text-align:right;}
.top .main > div.right > * {display: inline-block;margin-left:20px;}
.top .logo {position: relative;}
.top .logo a {display:block; }
.top .logo a img {display: block; width:350px; height:auto;}
.top a {color:inherit; text-decoration:none; }

/*background:url(../img/Phone__1_.svg) left center no-repeat;padding-left:30px;*/
.top a.contact { display: inline-block; line-height:40px; background-size:auto 100%}


.nav {background:#e88300}
.nav ul {margin:0;padding:0;list-style-type: none}
.nav ul li  {display: inline-block;}
.nav ul li a {display: block; padding:10px 30px; font-size:20px; text-transform: uppercase; font-weight:700; text-decoration: none; color:#fff;}
.nav ul li.home a {text-indent: -1000px; color:transparent;  background:url(../img/Home_Menue__1_.svg) center center no-repeat; background-size:auto 25px }
.nav ul li:hover,
.nav ul li.active {background:#dc6a02}

.sn a {line-height:1.6em}
.sn > ul {margin:0;padding:0 0 5px 0;list-style-type:none;}
.sn > ul > li > a {font-size:130%;}
.sn > ul > li > ul > li.active > a,
.sn > ul > li.active > a {color:#e88300;}
.sn > ul > li > ul {margin:0;list-style-type:none; padding:0}
.sn > ul > li > ul li a:before {content:'> '; padding-right:5px; display: inline-block}

header + ul {margin-top:30px !important;}

.content .frame-type-menu_subpages ul {padding:0;list-style-type: none;}
.content .frame-type-menu_subpages ul li {width:25%; padding:0 10px; margin-bottom:20px;}
.content .c75 .frame-type-menu_subpages ul li {width:33.333%; }
.content .frame-type-menu_subpages ul li a {display: block; border: 1px solid #e3e3e3;}
.content .frame-type-menu_subpages ul li span {display: block;}
.content .frame-type-menu_subpages ul li span.image {padding:20px;}
.content .frame-type-menu_subpages ul li span.title {background:#e88300; color:#fff; padding:10px; text-align:center; font-size:130%}
.content .frame-type-menu_subpages ul li:hover a {background:#e3e3e3;}
.content .frame-type-menu_subpages ul li:hover span.title {background:#dc6a02}

.headerpic .main {padding:40px 0; text-align: right; }
.headerpic .box {display:inline-block; width:50%; padding:30px; color:#fff;text-align:left;background: rgba(232, 131, 0, 0.8)}

.content.l-c1 {background:#e3e3e3}
.content .main {padding:40px 0;}
.content a {color:inherit; text-decoration: none}

.content .frame-default a {color:#dc6a02; text-decoration: none}
.content a:hover {color:inherit}
.content .frame + .frame {margin-top:30px;}

.teaser .box {background:#fff; padding:20px;}
.teaser.cStage > .c50:nth-child(1) {padding-right:0;}
.teaser.cStage > .c50:nth-child(2) {padding-left:0;}
.teaser:hover .c50 img,
.teaser:hover .c50 .box {-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.40); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.40);}

/* aimeos */
.catalog-actions,
.catalog-social,
.catalog-detail-additional {display: none}
.aimeos .input-group .btn,
.aimeos .addbasket input {width:100%;}
.form-list {padding:10px 0}
.button-group {padding-top:10px !important;}

.btn.btn-default,
.btn-primary.btn {background:#e88300; text-decoration:none; color:#fff; font-size:14px; min-width:200px; display: inline-block; border:0; padding:10px }
.btn.btn-default:hover,
.btn-primary.btn:hover {background:#dc6a02; border:0;}

.item.Paketgewicht,
.item.Paketgewicht td {display: none}

.catalog-list .media-list,
.catalog-list .media-list .media-item {height:240px;}
.catalog-list .product-item {overflow: visible}

.catalog-detail-image .thumbs-horizontal img.item-thumb,
.slick-track img {height:auto !important;}
.catalog-detail-image {padding-right:30px;}
.list-items .product {margin-bottom:20px;}
.aimeos .common-summary-detail td.quantity input {width:4.5rem}
.catalog-detail-image .image-single, .catalog-detail-image .image-single .media-item, .catalog-detail-image .image-single img.item {height:initial !important;}
.catalog-detail-image .image-single .media-item .item, .catalog-detail-image .pswp video {transform:translate(-50%,0)}
.pswp__counter {display: none !important;}
.aimeos .product .text-list .text-item {height:auto;}
.catalog-detail-basic .short {display: block !important;}
.priceInfo {    position: absolute;
    right: 20px;
    margin-top: 5px !important;}
.catalog-list .offer {padding-top:5px}
.price-list {}
.price-list .priceInfoText {
    position: absolute;
    background: rgba(99, 99, 99, 1);
    font-size:90%;
    color: #fff;
    padding: 10px;
    width: 200px;
    left: -5px;
    text-align: left;
    margin-top: 30px;
    display: none;
}
.price-list .priceInfo:hover + .priceInfoText  {display: block}
.aimeos .product .text-list h2 {text-transform: none;text-align:left;}
.aimeos .product .price-list {margin-inline-start: initial}
.aimeos .product .text-list .text-item {text-align:left;}

.catalog-list-items .addbasket input[type="number"],
.list-column .addbasket input {display: inline-block; height:37px; width:calc(100% - 42px);}
.list-column .addbasket .btn {width:40px;min-width:40px;}

.checkout-standard-summary-option-account {display: none}

.aimeos .common-summary-additional .coupon,
.basket-standard-coupon,
.list-column .addbasket .btn-pin {display: none}

.footer {background:#e3e3e3}
.footer .main {padding:40px 0}
.footer a {color:inherit; text-decoration: none;}
.footer a:hover {color:#dc6a02}
.footer img {max-width:95%}
.footer .cStage > div:nth-child(2),
.footer .cStage > div:nth-child(3) { font-size:120%; }
.footer ul {margin:0;padding:0; display: block; list-style-type: none;}
.footer li .image {display: none}
.footer li {display: block;}
a + p,
.main * > *:first-child {margin-top:0px;}
.content * > *:last-child {margin-bottom:0px;}


.ce-gallery[data-ce-columns="3"] .ce-column {
    width:calc(33.3333% - 15px)
}
.ce-gallery[data-ce-columns="2"] .ce-column {
    width:calc(50% - 15px)
}



@media (max-width: 1000px) {

    .all {padding-left:20px; padding-right:20px;}

    h1, h2 {
        font-size: 25px;
    }
    .nav ul li a {font-size:18px;padding: 10px 20px;}

    .top .logo a img {width:250px;}
    .top .main > div.right {width:calc(100% - 250px)}

    .ce-textpic .ce-gallery {max-width:50%;}

    .footer .cStage > div:nth-child(2), .footer .cStage > div:nth-child(3) {font-size:initial}
}

@media (max-width: 900px) {
    .nav ul {display: none;}

    .mobileMenuOpen {
        display:block !important;
        position: relative !important;
        top :0 !important;
        padding:0;

        height:40px;
        width:40px;
        right:0px;
        float:right;
        background: right center no-repeat transparent !important;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAlCAYAAAAwYKuzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAXklEQVRYhe3VwQkAIAzFUBX3X7mOUCGI/5B39hBKqbOqRrL1O6BjIGUgZSBlILUv3736bmb3IH6CBlK3O9juyivxE4wP9MxQBlKeGSo+0DNDGUh5ZigDKQMpA6n4wAPmbwZWsHvtSAAAAABJRU5ErkJggg==') !important;
    }

}

/* Only Phones */
@media (max-width: 700px) {

    .product.row, .list-items, .cStage {margin:0;}
    .list-items > div, .cStage > div {
        padding: 0 0 20px 0;
    }

    .cStage.teaser > div {
        padding: 0 0 0 0;
    }

    .footer img {max-width:200px;}

    h1, h2 {
        font-size: 22px;
    }
    .headerpic .box {width:75%}

    .list-items > div,
    .c25,
    .c75 .list-items > div,
    .c33,
    .c66,
    .c16,
    .c30,
    .c70,
    .col-md-5,
    .c40,
    .c20,
    .col-sm-6,
    .c50,
    .c75,
    .c30,
    .c35,
    .col-md-7,
    .c60 { -ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%; }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 15px;
    }
}

@media (max-width: 650px) {

    .content .ce-left .ce-gallery,
    .content .ce-right .ce-gallery {
        float: none;
    }
    .content .ce-intext.ce-right .ce-gallery {
        margin-left: 0px;
    }
    .content .ce-intext.ce-left .ce-gallery {
        margin-right: 0px;
    }
    .ce-textpic .ce-gallery {max-width:100%;}

	.c30, .c35 {width:100%; padding-bottom:20px;}
}

@media  (max-width:550px) {
    .top a.contact {color:transparent; font-size:.1px}

    .top .logo a img {
        width: 175px;
    }
    .top .main > div.right {
        width: calc(100% - 175px);
    }
}




/* Formulare */


.frame-type-form_formframework p { font-size:90%; }

input[type="checkbox"] { margin-right:15px; }

.control-label { display:none; }

.form-group select,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.csc-form-element-textline input {
  font-family:inherit;
  font-size:inherit;
  color:#e88300;
  background:transparent;
  width:100%;
  border:1px solid #e88300;
  padding:8px 15px;

  margin-bottom:6px !important;
}
.form-group input[type="text"]:focus,
.form-group textarea:focus {
  border-color:#000;
}
.error.help-block {display: block;margin-bottom:20px;}

.form-group textarea {height:100px;}

/* The container */
.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-check-label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border:1px solid #e88300;
}
.form-check-label span.required { position:relative;width:auto; height:auto; border:0px; }

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ span {
  background-color: #e88300;
}

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ span {
  background-color: #e88300;
}

/* Create the checkmark/indicator (hidden when not checked) */
span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label span:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    text-align: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;


    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slider .slick-prev { border-left:1px solid #e88300; border-bottom:1px solid #e88300; transform: translate(0,-50%) rotate(45deg);left:5px;}
.slider .slick-next { border-right:1px solid #e88300; border-bottom:1px solid #e88300; transform: translate(0,-50%) rotate(-45deg);right:5px;}
.slider {padding:0 50px;}

.slider .slick-prev:before, .slider .slick-next:before {display: none}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }





nav#mobilemenu:not(.mm-menu)
{
    display: none;
}


/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
    display: none; }

.mm-wrapper {
    overflow-x: hidden;
    position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0; }
.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu > .mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); }
.mm-menu > .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0); }
.mm-menu > .mm-panel.mm-highest {
    z-index: 1; }
.mm-menu .mm-list {
    padding: 20px 0; }
.mm-menu > .mm-list {
    padding-bottom: 0; }
.mm-menu > .mm-list:after {
    content: '';
    display: block;
    height: 40px; }

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px; }
.mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }

.mm-list {
    font: inherit;
    font-size: 16px; }
.mm-list a,
.mm-list a:hover {
    text-decoration: none; }
.mm-list > li {
    position: relative; }
.mm-list > li > a,
.mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
.mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none; }
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
.mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
.mm-list > li.mm-spacer {
    padding-top: 40px; }
.mm-list > li.mm-spacer.mm-label {
    padding-top: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 25px; }

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {

    color: rgba(255, 255, 255, 0.6);
    background:#e88300;
    color:#fff;

}


.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
    box-sizing: border-box;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease; }

html.mm-opened {
    overflow: hidden;
    position: relative; }
html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
    background: inherit; }

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block; }

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
    z-index: 2;
}
.mm-menu.mm-current {
    display: block; }

.mm-menu {
    width: 400%;
    min-width: 140px;
    max-width: 400px; }

html.mm-opening .mm-slideout {
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0); }


@media (max-width:600px) {
    .mm-menu {
        width: 80%;
        min-width: 140px;
        max-width: 400px; }

    html.mm-opening .mm-slideout {
        -webkit-transform: translate(80%, 0);
        -moz-transform: translate(80%, 0);
        -ms-transform: translate(80%, 0);
        -o-transform: translate(80%, 0);
        transform: translate(80%, 0); }

}