/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height, .ce_autogridWrapperStart.same-height .inside {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;box-sizing:border-box;font-family:'Helvetica',Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:0 0;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:0}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(../../assets/mediaelement/images/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{-webkit-animation:mejs__loading-spinner 1s linear infinite;animation:mejs__loading-spinner 1s linear infinite;background:url(../../assets/mediaelement/images/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*='display: none']){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:url(../../assets/mediaelement/images/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:dotted 1px #999}.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:rgba(255,255,255,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;background:-webkit-linear-gradient(135deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background:linear-gradient(-45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:rgba(255,255,255,.3)}.mejs__time-current,.mejs__time-handle-content{background:rgba(255,255,255,.9)}.mejs__time-hovered{background:rgba(255,255,255,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.15s ease-in all;transition:.15s ease-in all;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid rgba(255,255,255,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:solid 1px #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:solid 5px #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:rgba(255,255,255,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs__volume-current{background:rgba(255,255,255,.9);left:0;margin:0;position:absolute;width:100%}.mejs__volume-handle{background:rgba(255,255,255,.9);border-radius:1px;cursor:ns-resize;height:6px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);border-radius:2px;font-size:1px;height:8px;left:0;margin:0;padding:0;position:absolute;top:16px;width:50px}.mejs__horizontal-volume-current{background:rgba(255,255,255,.8);border-radius:2px;font-size:1px;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:solid 1px transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay p,.mejs__cannotplay a{display:inline-block;padding:0 15px;width:100%}


/* ########################################################## Layout ########################################################## */

/*::selection {background-color: rgba(196, 35, 39,0.4)}*/
::selection {background-color: rgba(22, 22, 22,0.3)}
#top {background-color: #c42327;}
#header .logo, #header .mainmenu {transform: rotate(-2deg); line-height: 90px;}
.header {top: -30px !important; background-color: transparent !important;}
/*#slider {top: -177.5px;}*/
.mod_navigation {}
#stickyheader .mainmenu {top: 0px;}
#stickyheader .header {top: 0px !important;}
#stickyheader .mainmenu ul li a {color: #c42327 !important;}
.mainmenu {position: relative; top: 97px;}
.mainmenu ul li a {color: #fff !important;}
body, p, h1, h2, h3, h4, h5, h6, span, a{font-family: "brother-1816" !important;}
.offcanvas-trigger {display: none;}

.pfeilbg .ce_bgimage-image{
  opacity: 0.2;
}

.ce_accordion {margin-bottom: 20px; background: #fafafa;}

.ce_leadertext.version1 {max-width: 1200px;}

.mod_quickmenu.style2 a {border: none; color: #fff; background: #c42327;}

.ce_text a {color: #c42327; text-decoration: underline;}
.ce_text a:hover {text-decoration: none;}

.ce_textarea a {color: #c42327; text-decoration: underline;}
.ce_textarea a:hover {text-decoration: none;}

.ce_bgimage {
  border-bottom: 1px #c3c3c3 solid;
}

html{
  overflow-y: scroll;
}

input.submit[type="submit"], button.submit[type="submit"] {background: #c42327 !important;}



/* ########################################################## Slider ########################################################## */

.ce_revolutionslider_text {padding-left:10px; padding-right: 10px;}
.ce_revolutionslider_text.erste-zeile {font-weight: bold; background-color: rgba(196, 35,39, 0.7); font-family: "flood-std" !important;}

.ce_revolutionslider_text.zweite-zeile {font-weight: bold; background-color: rgba(196, 35,39, 0.7);}

.ce_revolutionslider_text.slidetext {font-weight: bold; background-color: rgba(196, 35,39, 0.7);}



/*#article-12705, #article-12583 {margin-top: -200px !important;}*/
/* ########################################################## Headerbilder ########################################################## */

.attribute.ce_headline.headline{
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: white;
  font-family: "flood-std" !important;
  font-size: 56px;
  text-shadow:0px 0px 10px black, 0px 0px 50px black,0px 0px 30px black, 0px 0px 5px black;
  line-height: 2.6;
}
.ce_headerimage .subline{
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px black,0px 0px 5px black, 0px 0px 5px black;
}
.ce_headerimage.default .content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 30px;

}
.kontaktleader{
  text-shadow: none;
  color: #555;
}
/*
.ce_headerimage.align_center .ce_headerimage_inside {margin-top: 120px;}
*/

/* ########################################################## Startseite ########################################################## */

#main .startseite .attribute.ce_headline.headline{
  text-shadow: none;
  color: #222;
}
.ce_hyperlink a, a.btn{
  background: #c42327;
  border-color: #c42327;
}

.newsteaser_v3 .teaser {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.newsteaser_v3 h6{
  margin-top: 60px;
}
.newsteaser_v3 .news-overlay i{
  display: none;
}
.newsteaser_v3 .news-overlay {
 background: rgba(196, 35, 39,0.1)
}

.more{
  font-weight: 600;
}
.startseite .ce_leadertext.version1 .subheadline {
  color: #222;
}

/* ########################################################## Fotos ########################################################## */

.mod_cfg_instagram{display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
grid-gap: 5px;}

.mod_cfg_instagram .item{
padding: 0% 10%;
}


.mod_cfg_instagram img{
  width: auto;
  height: 280px;
}

/* ########################################################## Musiker ########################################################## */

.ce_accordion .toggler::before{
  color: #c42327;
}

/* ########################################################## Jungmusiker ########################################################## */

#article-12708 h2{
  margin-top:35px;
  margin-bottom: 15px;
}
/* ########################################################## Aktuelles ########################################################## */

.newslist-v2 .image_container{
  border-radius: 0px;
}
.newslist-v2 .image_container img{
  border-radius: 0px;
}

.newslist-v2{
  border-bottom: 1px solid #c42327;
  background: none;
}

.newsreader .back a {
  color: #c42327;
  padding-left: 20px;
}
.ce_gallery .content{
  background: #c42357;
}
.ce_gallery li:hover .content {
  opacity: 0.2;
}

.back a {color: #c42327; text-decoration: underline;}
.back a:hover {text-decoration: none;}

.teaser-v2 a {color: #c42327; text-decoration: underline;}
.teaser-v2 a:hover {text-decoration: none;}

.teaser-v2 ul {margin-left: 20px; list-style-type: disc; margin-bottom: 30px;}


/* ########################################################## Termine ########################################################## */

.layout_short  h2{
  margin-bottom: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #c42327;
}
.layout_short .ce_text{
  color: #919191;
}

#article-12557 iframe {
  width: 100%;
  margin-top: 60px;
}
/* ########################################################## Geschichte ########################################################## */

.ce_timeline .timeline-item .timeline-item-title{
  border-radius: 30px;
  margin-top: 0px;
  padding: 16px 6px;
  background-color: #c42327;
}

#article-12583 .ce_bgimage-image{
  opacity: 0.2;
}



.ce_timeline.block.mt-default-s{
  margin-top: 100px;
}




/* ########################################################## Menu ########################################################## */

.header.original{
  position: fixed;
}
.skewed{
  position: absolute;
  width: 100%;
background: #c42327;
padding: 200px 0;
margin-top: -300px;
-webkit-transform: skew(0deg, -2deg);
transform: skew(0deg, -2deg);
z-index: 999;
left: 0px;
}

.inside{
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mainmenu{
  padding-top: 25px !important;
  padding-left: 25px !important;
  float: left;
  top: 28px !important;
  font-family: "brother-1816";
  font-weight: 900;
  z-index: 1000;
}
.mainmenu ul li a {
  font-weight: 900 !important;
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
}

/*text-shadow: 4px 2px 6px #000;*/

#stickyheader{
  display: none; }
#stickyheader .mainmenu{
transform: rotate(-2deg);
}
.header.cloned{
  box-shadow: none;
}

.logo {
  z-index: 9999;
 margin-top: 45px;
 margin-left: 20px;
 position:relative;
}


.stickyheader .logo
{
  z-index: 9999;
}

.logo a {
  background-image: url(../../files/cto_layout/img/logo/logo-final-white-2.svg) !important;
  height: 88px;
  background-size: 85%;
}


.smartmenu .smartmenu-trigger .line::before, .smartmenu .smartmenu-trigger .line::after {background-color: #fff !important;}
.smartmenu .smartmenu-trigger .line {background-color: #fff !important;}

.smartmenu-trigger {right: 25px; top: 25px;}


#nav-open-btn::before {background: #fff !important; color: #c42327;}

.mm-hasnavbar-top-1 .mm-panels {top: 0px !important;}
.mm-navbar-top {height: 0px;}
body .mm-menu a:hover, body .mm-menu a.active, body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {background-color: #c42327 !important;}

/* ########################################################## Footer ########################################################## */
#footer {
  background: #fbfbfb !important;
    border-top: 1px #c3c3c3 solid;
  color: #555;
  padding: 0% 20%;
}
#footer a {
  color: #555 !important;
  text-decoration: none;
}

#bottom {
  background: #c42327;
}

.mod_socials i.fa-facebook:hover, .mod_socials i.fa-instagram:hover{
  background: #c42327 !important;
}

/* ########################################################## Kontakt ########################################################## */

button.submit[type="submit"] {background: #fff !important; color: #c42327;}

#nav-kontakt .attribute.ce_headline.headline{
	text-shadow: none !important;
	color: #222;
}

form fieldset legend{
	background: #fff;
	color:#555;
}
form .checkbox_container span{
	color: #555;
}
form span.mandatory{
	color: #555;
	display: inline;
}
#lbl_648_0, #lbl_648_0 a{
	color: #fff;
}
#lbl_648_0 a{
	text-decoration: underline;
}
/* ########################################################## Footer ########################################################## */

#footer .block.one_fourth{
  width: 50%
}

#footer .mod_socials{
  float: right;
}
/* ########################################################## Mediaqueries  ########################################################## */

@media only screen and (max-width: 2300px){
  .skewed{
    margin-top: -290px !important;
  }
}
@media only screen and (max-width: 2200px){
  .skewed{
    margin-top: -285px !important;
  }
}
@media only screen and (max-width: 2000px){
  .skewed{
    margin-top: -280px !important;
  }
}
@media only screen and (max-width: 1800px){
  .skewed{
    margin-top: -275px !important;
  }
}



@media only screen and (max-width: 768px){
  #main .attribute.ce_headline.headline{
    text-shadow: none;
    color: #222;
    font-size: 32px;
    line-height: 1.2;
  }
  #main .ce_leadertext.version1 .subheadline{
    font-size: 18px !important;
  }

  #footer {
    padding: 0% 4% !important;
  }

  #footer .mod_socials{
    float:left !important;
  }

  .ce_image_extended{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ce_headerimage.height_xlarge{
    height: calc(100vh) !important;
  }

  .attribute.ce_headline.headline{
    font-size: 38px!important;
    line-height: 1.6;
  }
   tbody{
     font-size: 8px;
     letter-spacing: -0.1px;

   }
  td.col_2.col_last{
    font-size: 7px;
    letter-spacing: -0.2px;
  }
}

/* ########################################################## Bezirksmusikfest 2020 ########################################################## */

#autogrid_wrapper_92790 .ce_image_text_box{
  background: rgba(219, 219, 219, 0.3);
  min-height: 360px;
  margin:5px;
  width: 24%;

}

#nav-über::selection{
  background-color: rgba(255,255,255,0.2) !important;
}
body.musikfest2020 .ce_headerimage_inside{top: 67% !important;}
body.musikfest2020 .ce_headerimage_inside .attribute.ce_headline.headline h1, body.musikfest2020 .ce_headerimage_inside .attribute.ce_headline.headline h2 { font-size: 70px; color: white; text-shadow: 0px 0px 10px black, 0px 0px 50px black,0px 0px 30px black, 0px 0px 5px black;}
body.musikfest2020 .subline { font-size: 25px; text-shadow: 0px 0px 10px black,0px 0px 5px black, 0px 0px 5px black;}
body.musikfest2020 .logo a {background-image: url(../../files/cto_layout/themedesigner/uploads/logo.png);}
body.musikfest2020 .header.original {line-height: 30px;}
body.musikfest2020 .header.original .logo {height: 100px; width: 110px;}
body.musikfest2020 .mainmenu ul li a {color: #fff !important; font-size: 1rem;}

body.musikfest2020 #stickyheader .header.cloned .logo {width: 70px;}
body.musikfest2020 .attribute.ce_headline.headline {color: #222; text-shadow: none;}

body.musikfest2020 .ce_gallery .content {background: #c42327;}
body.musikfest2020 .ce_gallery .content:hover {background: #c42327; opacity: 0.7;}
body.musikfest2020 .ce_gallery .cols_4 li {width: calc(96% / 4);
float: left;
margin: 5px;}
body.musikfest2020 #nav-marschwertung p{color: #fff;}

body.musikfest2020 .ce_countdown .countdown {font-weight: bold; color: #fff; font-family: "flood-std" !important;}
body.musikfest2020 .ce_countdown .countdown .value {font-weight: bold; color: #fff; font-family: "flood-std" !important;}

body.musikfest2020 .box {background: rgba(219, 219, 219, 0.3); margin-bottom: 15px; padding: 40px 15px 20px 15px;}
body.musikfest2020 .ce_text_extented a{color:#c42327; text-decoration: none !important;}
body.musikfest2020 .ce_accordion p { color: #555; font-weight: 600;}
body.musikfest2020 .ce_accordion .toggler{
  color: #555;
}
.ce_text_extented #autogrid-id_92910 p{margin: 15px;}
body.musikfest2020 .ce_accordion .toggler::before{
  color: #555;
}
body.musikfest2020 form fieldset legend{
  background-color: #fff;
}
body.musikfest2020 form span.mandatory{
  display:inline;
  color: black;
}


body.musikfest2020 .mod_article.programm .ce_image_text_box_content {text-align: center !important; text-transform: uppercase;}

body.musikfest2020 .ce_form #ctrl_641 label {color: #fff;}
body.musikfest2020 .ce_form #ctrl_641 label a {color: #fff; text-decoration: underline;}
body.musikfest2020 .ce_form #ctrl_641 label a:hover {text-decoration: none;}

@media only screen and (max-width: 1300px){
  #autogrid_wrapper_92790 .ce_image_text_box{ width: 23.5% !important;}
  .attribute.ce_headline.headline { line-height: 1.4 !important}
  .mainmenu {display: none !important;}
  .smartmenu {display: block;}
  body.musikfest2020 .ce_gallery .cols_4 li{ width: calc(95% / 2) !important}
  }
@media only screen and (max-width: 768px){
.header.original {visibility: visible;}

#nav-open-btn {right: 20px; top: 70px; z-index: 999999;}
.logo {margin-left: 0px; margin-top: 35px;}
/*.logo a {background-size: 60%;}*/
.smartmenu {display: none !important;}
#countdown_92765 .m{margin-top: 15px}
#countdown_92765 .s{margin-top: 15px;}

.ce_image_text_box .image_container img{width: 80%; margin: 0% 10%;}
#autogrid_wrapper_92790 .ce_image_text_box{
  width: 98% !important;
}
}




@media only screen and (max-width: 450px){
body.musikfest2020 .ce_gallery .cols_4 li{ width: calc(93% / 2) !important}
}

