@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
 
html, body {
	height: 100%;
	background-image: url(../images/background.jpg),url(../images/background.jpg);
	background-position: top left, top right;
	background-repeat:repeat-y, repeat-y;
	background-size:300px 100%;
}
 
div#wrapper {
	position: relative;
	/*height: 100% !important;height: auto;*/
	min-height:100%;
	width: 70%;
	min-width: 500px;
	margin: auto auto;
	background: #922f19;

	background: -moz-linear-gradient(top,  #A23D14 0%, #ef8400 100%, #7db9e8 100%);

	background: -webkit-linear-gradient(top,  #A23D14 0%,#ef8400 100%,#7db9e8 100%);

	background: linear-gradient(to bottom,  #A23D14 0%,#ef8400 100%,#7db9e8 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A23D14', endColorstr='#7db9e8',GradientType=0 );

	box-shadow: 0px 0px 38px 4px #26383D;
}

div#head {
	height: 8vw !important;height:200px;
	background-color: none;
	background-image: url(../images/logo-klein.png);
	background-image: url(../images/logo.png)\9;
	background-position:10% 50%;background-repeat:no-repeat;background-size:auto 80%;
	padding-left: 20vw;
	/*min-width: 200px;
	width: 100%;*/
}

div#meneu {
	z-index: 100;
	float:right;
	background-color: none;
	/*margin-left:auto; margin-right:0;*/margin-top: -35px;
	padding-left: 22vw !important;padding-left:60%;
	clear:both;
}

div#banner {
	background:linear-gradient(to left,#3f3d3b, white)!important;background:3f3d3b;
	height: 2.0vw !important;height:40px;padding-left: 2.5em;
	clear:both;
}



div#component {
	background-color: none;
	padding-left: 2.5em;padding-right: 2em;padding-top: 2.5em;padding-bottom: 8em;
	min-height: 100%;height: auto !important;
	clear:both;
	letter-spacing: 0.1em;

}
div#component a { color: #3f3d3b;font-weight:bold; }
div#component h1 { color: #3f3d3b;margin-bottom: 10px;margin-top: 20px;font-family: Arial; font-size: 25px;bold;}
div#component h2 { color: #3f3d3b;margin-bottom: 10px;margin-top: 20px;font-family: Arial; font-size: 20px;}
div#component h3 { color: #3f3d3b;margin-bottom: 5px; font-size: 12px; font-weight: bold; font-style: italic; }
div#component p { color: #3f3d3b;margin-bottom: 10px;line-height: 1.5em; }
div#component ul { color: #3f3d3b;margin-left: 0px;}


div#component table {
max-width: 710px;
min-width: 350px;
}


img {
    max-width : 100%;
    height : auto;
}

.item-pageuebersicht img {max-width : 130px;max-height : 130px;}
div#box  {float: left;width: 130px !important;height: 130px !important;background-color: #D4E2D5;border-width: 10px 10px 70px 70px; border-style: solid;border-color: #3f3d3b;margin: 10px;display: flex !important}

.slideplus-slot{margin:2px!important}
a.sigplus-image>img{border:0 none transparent !important;padding:0 !important;max-width:100%;height: auto;vertical-align: middle  !important;}
a.sigplus-image{display:flex !important;justify-content: center;align-items: center;box-sizing:border-box !important;width: 280px;height: 320px;background: #D4E2D5;}
a.sigplus-image>img{box-sizing:border-box !important;max-width:100%;max-height:100%}
. a.sigplus-image[href$=".mov"]:after,a.sigplus-image[href$=".mpg"]:after,a.sigplus-image[href$=".mp4"]:after,a.sigplus-image[href$=".ogg"]:after,a.sigplus-image[href$=".webm"]:after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:url("play.svg") no-repeat 50%}
sigplus-gallery ul>li{overflow:visible !important;}
.sigplus-gallery ul>li:before{content:none !important}
.sigplus-gallery ul > li > a,
.sigplus-gallery ul > li > div > a,
.sigplus-gallery ul>li>div>.captionplus>a{display: flex !important}
.sigplus-gallery .sigplus-thumb{display:none;color: #3f3d3b;}
.sigplus-center{text-align:center !important}
.sigplus-center>*{float:none !important;clear:both !important}
.sigplus-left{text-align:left !important}
.sigplus-right{text-align:right !important}
.sigplus-left.sigplus-float>*{float:left !important;clear:left !important}
.sigplus-left.sigplus-clear>*{margin:0 auto 0 0 !important}
.sigplus-right.sigplus-float>*{float:right !important;clear:right !important}
.sigplus-right.sigplus-clear>*{margin:0 0 0 auto !important}
.sigplus-gallery>ul{display:block;position:relative;margin-left: auto !important;margin-right: auto !important;padding:0;list-style-type:none;list-style-image:none;max-width:700px;}
.sigplus-gallery>ul>li{display:inline-block;padding:35px 35px 45px 35px;border:0 none transparent;margin:0;text-align:center;visibility:visible;opacity:1;animation:fade-in 1s;width: 280px;height: 320px;background: #3f3d3b;vertical-align: middle;}
.sigplus-gallery>ul>li.sigplus-hidden{opacity:0;transition:opacity 1s linear}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
.sigplus-gallery.scrollplus-horizontal .scrollplus-content{display:inline}
.sigplus-gallery.scrollplus-container ul{display:inline-flex;flex-wrap:nowrap;align-items:center;flex:none;list-style-type:none;margin:0;padding:0;white-space:nowrap}
.sigplus-gallery.scrollplus-container ul>li{display:inline-block;flex:none}
.sigplus-gallery.scrollplus-vertical ul{flex-direction:column;max-width:100%}
.sigplus-gallery.scrollplus-horizontal ul{flex-direction:row}
.sigplus-hidden{display:none !important}
.sigplus-gallery.sigplus-noscript>ul{overflow:auto !important;white-space:pre !important}
.sigplus-summary,.sigplus-download{display:none !important}
.sigplus-search-preview{cursor:pointer;float:left;margin:0 4px}
.sigplus-search-result+*{clear:both}
.captionplus-align.captionplus-horizontal-center.captionplus-vertical-center{font-family: Arial;text-align: right;display: block;font-weight: bold;font-size: 14px;color: #FFFFFF;}*/
.captionplus{width: 280px;height: 320px;}
.boxplusx-container div.boxplusx-dialog{background-color: rgb(255, 255, 255)}

.item-pageuebersicht.sigplus-gallery>ul{display:block;position:relative;margin-left: auto !important;margin-right: auto !important;padding:0;list-style-type:none;list-style-image:none;max-width:800px;}


div.com-content-article.item-pageuebersicht  .sigplus-gallery.sigplus-center.sigplus-lightbox-boxplusx ul{display:block;position:relative;margin-left: auto !important;margin-right: auto !important;padding:0;list-style-type:none;list-style-image:none;max-width:902px;}
div.com-content-article.item-pageuebersicht .sigplus-gallery>ul>li{display:inline-block;padding:10px;border:0 none transparent;margin:0px 20px 20px 0px;text-align: right;visibility:visible;opacity:1;animation:fade-in 1s;width: 190px;height: 190px;background:#3f3d3b;vertical-align: middle;}
div.com-content-article.item-pageuebersicht a.sigplus-image{display:flex !important;justify-content: center;align-items: center;box-sizing:border-box !important;width: 130px;height: 130px;background: #D4E2D5;
margin-left: 50px;}
div.com-content-article.item-pageuebersicht .captionplus{width: 180px;height: 130px;}




div#test{max-width:700px; clear:both;display:block;margin:10px auto !important;padding-left:0;padding-right:0;padding-top:0px;list-style-type: none !important;}



div.current {background: none;}


.comment-input:hover,.visform input:hover, .visform select:hover, .visform textarea:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(0, 0, 0, 0.6);
	outline: 1px;
background: cccccc;
}

.comment-input:focus,.visform input:focus, .visform select:focus, .visform textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(0, 0, 0, 0.6);
	outline: 0 none;
	background: #FFFFCC;
}

.visCSSlabel {
	display: block;
	float: left;
	margin-top: 10px;
    margin-right: 1%;
	width: 10%;
	min-width: 100px;
	font-size: 1em;
}


.comment-input, .visform input, .visform select, .visform textarea{ 
 	border: 1px solid #999;
	padding: 2px;
    background: #b2b2b2;
}

.visCSSinput, .editor {
	width: 30%;
	margin-top: 10px;
}

.visBtnCon {
	text-align: left !important;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 11%;
}
div#unten {
	clear:both;
}

 
div#footer {
	position:fixed;bottom:-7px;;z-index:20;
	width: 70%;
	min-width: 300px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EA7F01;
	min-height: 2.5vw;
	text-align: center;
	font-family: Arial;
	color: #3f3d3b;
	padding-top:5px;
	padding-bottom:5px;
}
.djslider-loader-default {
	margin: 0 auto;
	position: relative;
	background: url(../images/loader.gif) center center no-repeat;
}
.djslider-default .slider-container {
	position: absolute;
	overflow:hidden;
	left: 0; 
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #3f3d3b;
}



.dj-megamenu-default {
	padding    : 0 !important;
	margin     : 0 !important;
	list-style : none;
	height     : auto;
	position   : relative;
	z-index    : 500;
	font-family: Arial, Helvetica, sans-serif;
	width      : auto;

	background:rgb(239, 132, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 132, 0, 1)), to(rgba(239, 132, 0, 1)));
	background: -o-linear-gradient(top, rgba(239, 132, 0, 1) 0%, rgba(239, 132, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(239, 132, 0, 1) 0%, rgba(239, 132, 0, 1) 100%);
}

.dj-megamenu-default:after {
	content: "";
	clear  : both;
	display: table;
}

.dj-megamenu-default li.dj-up {
	position: relative;
	display : block;
	float   : left;
	padding : 0 !important;
	margin  : 0 !important;
}

.dj-megamenu-default li a.dj-up_a {
	display           : block;
	float             : left;
	height            : 35px;
	font-size         : 12px;
	font-weight       : bold;
	color             : #fff;
	text-transform    : uppercase;
	text-decoration   : none;
	padding           : 0 20px;
	cursor            : pointer;
	background        : transparent;
	color             : #fff;
	border-right      : 0px solid #ef8400;
	border-left       : 0px solid #ef8400;
	-webkit-transition: all 0.2s ease-out;
	transition        : all 0.2s ease-out;
}

.dj-megamenu-default li.first a.dj-up_a {
	border-left: 0;
}

.dj-megamenu-default li:last-child a.dj-up_a {
	border-right: 0;
}

.dj-megamenu-default li a.dj-up_a > span {
	float      : left;
	display    : block;
	padding    : 0;
	height     : 35px;
	line-height: 35px;
	background : transparent;
}

.dj-megamenu-default li a.dj-up_a span.html-before,
.dj-megamenu-default li a.dj-up_a span.html-after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dj-megamenu-default li a.dj-up_a span.html-before {
	margin-right: 10px;
}

.dj-megamenu-default li a.dj-up_a span.html-after {
	margin-left: 10px;
}

.dj-megamenu-default li a.dj-up_a.withsubtitle > span {
	line-height: 48px;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop {
	padding: 0 20px 0 0;
}

.dj-megamenu-default li a.dj-up_a .arrow {
	position   : absolute;
	right      : 16px;
	top        : 50%;
	transform: translateY(-50%);
	display    : inline-block;
	line-height: 1;
	-webkit-transition: all 0.2s ease-out;
	transition        : all 0.2s ease-out;
}

.dj-megamenu-default li:hover a.dj-up_a .arrow,
.dj-megamenu-default li.hover a.dj-up_a .arrow,
.dj-megamenu-default li.active a.dj-up_a .arrow {
	top: calc(50% + 2px);
}

.dj-megamenu-default.dj-fa-no li a.dj-up_a .arrow:before {
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: relative;
	top: -2px;
}

.dj-megamenu-default.dj-fa-0 li a.dj-up_a .arrow:before,
.dj-megamenu-default.dj-fa-1 li a.dj-up_a .arrow:before,
.dj-megamenu-default.dj-fa-5 li a.dj-up_a .arrow:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 12px/1 "FontAwesome";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-default.dj-fa-5 li a.dj-up_a .arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.dj-megamenu-default li a.dj-up_a small.subtitle {
	display       : block;
	font-size     : 12px;
	font-weight   : normal;
	line-height   : 1;
	text-transform: none;
	color         : #999999;
	margin-top    : -12px;
}

.dj-megamenu-default li:hover a.dj-up_a,
.dj-megamenu-default li.hover a.dj-up_a,
.dj-megamenu-default li.active a.dj-up_a {
	color            : #fff;
	border-left-color: #3f3d3b;
	background       : rgb(63, 61, 59);
	background       : -webkit-gradient(linear, left top, left bottom, from(rgba(63, 61, 59, 1)), to(rgba(63, 61, 59, 1)));
	background       : -o-linear-gradient(top, rgba(63, 61, 59, 1) 0%, rgba(63, 61, 59, 1) 100%);
	background       : linear-gradient(to bottom, rgba(63, 61, 59, 1) 0%, rgba(63, 61, 59, 1) 100%);
}

.dj-megamenu-default li:hover a.dj-up_a small.subtitle,
.dj-megamenu-default li.hover a.dj-up_a small.subtitle,
.dj-megamenu-default li.active a.dj-up_a small.subtitle {
	color: #a4c4f5;
}

.dj-megamenu-default li.separator>a {
	cursor: default;
}

.dj-megamenu-default li a.dj-up_a span span.image-title {
	background: none;
	padding   : 0;
	margin    : 0 0 0 15px;
	display   : inline-block;
	float     : none;
	height    : auto;
}

.dj-megamenu-default li a.dj-up_a img {
	border        : 0;
	margin        : 0;
	max-height    : 32px;
	vertical-align: middle;
}

.dj-megamenu-default li.logo a.dj-up_a img {
	max-height    : 60px;
}

.dj-megamenu-default li a.dj-up_a.withsubtitle img {
	margin-top: -24px;
}

/* Default list styling */
.dj-megamenu-default li:hover,
.dj-megamenu-default li.hover {
	position: relative;
	z-index : 200;
}

/* Hide submenus */

.dj-megamenu-default li div.dj-subwrap,
.dj-megamenu-default li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li div.dj-subwrap {
	position  : absolute;
	left      : -9999px;
	top       : -9999px;
	margin    : 0;
	padding   : 0;
	list-style: none;
}

/* Show first level submenu */

.dj-megamenu-default li div.dj-subwrap .dj-subwrap-in:after {
	content: "";
	display: table;
	clear: both;
}

.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {
	left              : 0;
	top               : 100%;
	background        : #3f3d3b;
	height            : auto;
	z-index           : 300;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow        : 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Show higher level submenus */
.dj-megamenu-default li:hover div.dj-subwrap li:hover>div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li.hover>div.dj-subwrap {
	left              : 100%;
	top               : 0;
	margin            : 0 0 0 10px;
	background        : #3f3d3b;
	height            : auto;
	z-index           : 400;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow        : 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
}

/* Submenu elements styles - drop down */
.dj-megamenu-default li div.dj-subcol {
	float: left;
}

.dj-megamenu-default li ul.dj-submenu {
	padding: 0px;
	margin : 0 10px;
	height : auto;
	width  : auto;
}

.dj-megamenu-default li ul.dj-submenu>li {
	list-style: none outside;
	display   : block;
	height    : auto;
	position  : relative;
	width     : auto;
	border-top: 0px solid #3a3a3a;
}

.dj-megamenu-default li ul.dj-submenu>li.first {
	border: 0;
}

.dj-megamenu-default li ul.dj-submenu>li>a {
	display           : block;
	font-size         : 13px;
	font-weight       : normal;
	line-height       : 16px;
	color             : #ef8400;
	background        : transparent;
	text-decoration   : none;
	padding           : 12px 20px;
	margin            : 0 -10px;
	-webkit-transition: all 0.2s ease-out;
	transition        : all 0.2s ease-out;
	position: relative;
}

.dj-megamenu-default li ul.dj-submenu>li>a .dj-icon {
	float         : left;
	border        : 0;
	margin        : 0 15px 8px 0;
	vertical-align: middle;
	max-height    : 16px;
}

.dj-megamenu-default li ul.dj-submenu>li>a small.subtitle {
	color      : #666;
	display    : block;
	font-size  : 10px;
	line-height: 1;
}

.dj-megamenu-default li ul.dj-submenu>li>a:hover,
.dj-megamenu-default li ul.dj-submenu>li>a.active,
.dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
	background: #a23d13;
	color     : #fff;
}

.dj-megamenu-default li ul.dj-submenu>li>a:hover small.subtitle,
.dj-megamenu-default li ul.dj-submenu>li>a.active small.subtitle,
.dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a small.subtitle {
	color: #a4c4f5;
}

.dj-megamenu-default li ul.dj-submenu>li.parent>a .arrow {
	position   : absolute;
	right      : 10px;
	top        : 50%;
	transform: translateY(-50%);
	display    : inline-block;
	line-height: 1;
	-webkit-transition: all 0.2s ease-out;
	transition        : all 0.2s ease-out;
}

.dj-megamenu-default li ul.dj-submenu>li.parent:not(.subtree)>a:hover .arrow {
	right: 8px;
}

.dj-megamenu-default.dj-fa-no li ul.dj-submenu>li.parent>a .arrow:before {
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: -2px;
}

.dj-megamenu-default.dj-fa-1 li ul.dj-submenu>li.parent>a .arrow:before,
.dj-megamenu-default.dj-fa-5 li ul.dj-submenu>li.parent>a .arrow:before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 12px/1 "FontAwesome";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-default.dj-fa-5 li ul.dj-submenu>li.parent>a .arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* Submenu elements styles - tree */
.dj-megamenu-default li ul.dj-subtree {
	list-style: none outside;
	padding   : 0 !important;
	margin    : 5px 0 5px 25px !important;
}

.dj-megamenu-default li ul.dj-subtree>li {
	list-style: square outside;
	padding   : 0;
	margin    : 0;
	color     : #666;
}

.dj-megamenu-default li ul.dj-subtree>li>a {
	display        : block;
	font-size      : 12px;
	font-weight    : normal;
	line-height    : 13px;
	color          : #c3c3c3;
	text-decoration: none;
	padding        : 5px 0;
}

.dj-megamenu-default li ul.dj-subtree>li>a:hover {
	background: transparent;
	color     : #fff;
}

.dj-megamenu-default li ul.dj-subtree>li.active>a {
	text-decoration: underline;
}

.dj-megamenu-default li ul.dj-subtree>li>a small.subtitle {
	color      : #666;
	display    : block;
	font-size  : 0.9em;
	line-height: 1;
}

/* modules loaded into menu */
.dj-megamenu-default .modules-wrap {
	padding: 0px 10px;
	color  : #d2d2d2;
}

.dj-megamenu-default .modules-wrap p {
	display: block !important;
	padding: 0 !important;
}

/* sticky menu */
.dj-megamenu-default.dj-megamenu-fixed {
	position                   : fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform          : translateZ(0) scale(1.0, 1.0);
	transform                  : translateZ(0);
}

.dj-megamenu-default.dj-megamenu-sticky {
	position: fixed;
	top     : 0;
	left    : 0;
	width   : 100%;
	height  : auto;
}

.dj-megamenu-default .dj-stickylogo {
	position: absolute;
	z-index : 550;
}

.dj-megamenu-default .dj-stickylogo img {
	max-height: 100%;
	width     : auto;
}

.dj-megamenu-default .dj-stickylogo.dj-align-center {
	position  : static;
	text-align: center;
	margin    : 10px 0;
}

.dj-megamenu-default .dj-stickylogo.dj-align-left {
	left      : 20px;
	max-height: 50px;
	margin    : 5px 0;
}

.dj-megamenu-default .dj-stickylogo.dj-align-right {
	right     : 20px;
	max-height: 50px;
	margin    : 5px 0;
}

/* full width submenu */
.dj-megamenu-default li.dj-up.fullsub {
	position: static !important;
}

.dj-megamenu-default li.dj-up.fullsub a.dj-up_a {
	position: relative;
}

.dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap {
  width: 100vw;
}

.dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
  padding: 30px;
  box-sizing: border-box;
}

.dj-megamenu-default .djsubrow_separator {
	clear        : both;
	border-bottom: 0px solid #3a3a3a;
	padding      : 0 0 20px;
	margin       : 0 0 20px;
}

/* vertical menu orientation */
.dj-megamenu-default.verticalMenu {
	height   : auto;
	max-width: 360px;
	z-index  : 400;
}

.dj-megamenu-default.verticalMenu li.dj-up {
	float: none;
}

.dj-megamenu-default.verticalMenu li a.dj-up_a {
	float         : none;
	height        : auto;
	padding-top   : 15px;
	padding-bottom: 15px;
	border-left   : 0px;
	border-right  : 0px;
	border-bottom : 0px solid #000;
	border-top    : 0px solid #555;
}

.dj-megamenu-default.verticalMenu li.first a.dj-up_a {
	border-top: 0;
}

.dj-megamenu-default.verticalMenu li:last-child a.dj-up_a {
	border-bottom: 0;
}

.dj-megamenu-default.verticalMenu li a.dj-up_a small.subtitle {
	margin-top: 0;
}

.dj-megamenu-default.verticalMenu li a.dj-up_a>span {
	display: flex;
	align-items: center;
}

.dj-megamenu-default.verticalMenu li a.dj-up_a span {
	float      : none;
	height     : auto;
	line-height: 20px;
}

.dj-megamenu-default.verticalMenu li a.dj-up_a span span.image-title {
	padding       : 0 15px;
	margin        : 0;
}

.dj-megamenu-default.verticalMenu li a.dj-up_a img,
.dj-megamenu-default.verticalMenu li ul.dj-submenu>li>a .dj-icon {
	max-height: 100%;
	max-width: 32px;
}

.dj-megamenu-default.dj-fa-no.verticalMenu li a.dj-up_a .arrow:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dj-megamenu-default.dj-fa-0.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-default.dj-fa-1.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-default.dj-fa-5.verticalMenu li a.dj-up_a .arrow:before {
	content: "\f105";
}

.dj-megamenu-default.verticalMenu li:hover div.dj-subwrap,
.dj-megamenu-default.verticalMenu li.hover div.dj-subwrap,
.dj-megamenu-default.verticalMenu li:hover div.dj-subwrap.open-right,
.dj-megamenu-default.verticalMenu li.hover div.dj-subwrap.open-right {
	right: auto !important;
	left : 100% !important;
	top  : 0;
}

.dj-megamenu-default.verticalMenu li:hover div.dj-subwrap.open-left,
.dj-megamenu-default.verticalMenu li.hover div.dj-subwrap.open-left {
	left : auto !important;
	right: 100% !important;
}

/*** overlay ***/
body.dj-megamenu-overlay {
	position: relative;
}

body.dj-megamenu-overlay ul.dj-megamenu {
	z-index : 1001;
	position: relative;
}

body.dj-megamenu-overlay .dj-megamenu-sticky {
	z-index : 1000;
}

body .dj-megamenu-overlay-box {
	background: rgba(0, 0, 0, 0.5);
	position  : fixed;
	top       : 0;
	left      : 0;
	right     : 0;
	bottom    : 0;
	z-index   : 999;
	pointer-events: none;
	display: none;
}

/* badge */

.dj-megamenu-default li a.dj-up_a span.dj-badge,
.dj-megamenu-default li ul>li>a span.dj-badge {
    float: none;
    text-transform: uppercase;
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    height: auto;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-left: 10px;
}

/* show focus on keyboard navigation only */

.dj-megamenu-default.dj-megamenu-wcag *:focus, /* old browsers */
.dj-megamenu-default.dj-megamenu-wcag *:focus-visible { /* modern browsers */
	outline: 2px solid currentColor;
	outline-offset: -2px;
}
.dj-megamenu-default.dj-megamenu-wcag *:focus:not(:focus-visible) { /* remove visible focus for modern */
	outline: none;
}

/* animations */

.dj-megamenu-default .dj-subwrap {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.dj-megamenu-default.fast .dj-subwrap {
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}
.dj-megamenu-default.slow .dj-subwrap {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

/* hide submenu */
.dj-megamenu-default li div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-default:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap {
	display: none;
}

/* show submenu */
.dj-megamenu-default li.hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu-default:not(.dj-megamenu-js) li:hover div.dj-subwrap,
.dj-megamenu-default:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover > div.dj-subwrap {
	display: block;
}

.dj-select {display: none;margin:0px;padding:5px;font-family: Arial;font-size:1.5em;max-width:95%;height:auto;
}

fieldset {
	border: solid 0px #ddd;}

@media (min-width: 640px) {
div#head {
	height: 7.3vw !important;height:200px;
	background-image: url(../images/logo.png);background-position:2% 5%;background-repeat:no-repeat;background-size:21.5vw auto;
  }
}













