/** 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.headerSortDown{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.headerSortUp{background-image:url(../../assets/tablesorter/images/desc.svg)}
.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%}
.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}
/* font.css */
@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 100;  src: url('/files/cto_layout/fonts/lato-v14-latin-100.eot'); /* IE9 Compat Modes */  src: local('Lato Hairline'), local('Lato-Hairline'),       url('/files/cto_layout/fonts/lato-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('/files/cto_layout/fonts/lato-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-100.woff') format('woff'), /* Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */       url('/files/cto_layout/fonts/lato-v14-latin-100.svg#Lato') format('svg'); /* Legacy iOS */}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 300;  src: url('/files/cto_layout/fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */  src: local('Lato Light'), local('Lato-Light'),       url('/files/cto_layout/fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('/files/cto_layout/fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */       url('/files/cto_layout/fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 400;  src: url('/files/cto_layout/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */  src: local('Lato Regular'), local('Lato-Regular'),       url('/files/cto_layout/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('/files/cto_layout/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */       url('/files/cto_layout/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 700;  src: url('/files/cto_layout/fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */  src: local('Lato Bold'), local('Lato-Bold'),       url('/files/cto_layout/fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('/files/cto_layout/fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */       url('/files/cto_layout/fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */}@font-face{font-family: 'Lato';  font-style: normal;  font-weight: 900;  src: url('/files/cto_layout/fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */  src: local('Lato Black'), local('Lato-Black'),       url('/files/cto_layout/fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('/files/cto_layout/fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */       url('/files/cto_layout/fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */       url('/files/cto_layout/fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */}
/* layout_eclipse_industrytech_tescon-2018-08-09.css */
.bg-accent{background-color:#0092D1}p a{color:#0092D1}.divider-v2 h1:after,.divider-v2 h2:after,.divider-v2 h3:after,.divider-v2 h4:after,.dividerv h5:after,.divider-v2 h6:after,h1.divider-v2:after,h2.divider-v2:after,h3.divider-v2:after,h4.divider-v2:after,h5.divider-v2:after,h6.divider-v2:after{background: #0092D1}hr.divider_3:before{background: #0092D1}hr.divider_3:before{background: #0092D1}.divider_4_first{border:3px solid #0092D1}.divider_4_second{background-color:#0092D1}.divider_4::after,.divider_4::before{background-color:#0092D1}.divider_5 i{color:#0092D1}.mainmenu ul ul{border-top:2px solid #0092D1}.header.original .mainmenu ul li a.trail,.header.original .mainmenu ul li a.active,.header.cloned .mainmenu ul li a.trail,.header.cloned .mainmenu ul li a.active{color:#0092D1}#top-wrapper.fixed .mainmenu a.active,#top-wrapper.fixed .mainmenu a.trail{color:#0092D1}.mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),.mainmenu ul ul li a.active,.mainmenu ul ul li a.trail:not(.megamenu){background: #0092D1!important}body.header-dark .fixed .mainmenu ul li a.trail,body.header-dark .fixed .mainmenu ul li a.active{color:#0092D1}.header-light #top-wrapper.fixed .mainmenu a.active,.header-light #top-wrapper.fixed .mainmenu a.trail{color:#0092D1}.subnav a{color:#0092D1}#nav-open-btn:before{background: #0092D1}.ce_table table th{background: #0092D1}.ce_tabs .tabs.classic ul li.active,.ce_tabs .tabs.classic ul li:hover{border-color:#0092D1}.ce_tabs .tabs.horizontal ul li:hover a,.ce_tabs .tabs.horizontal ul li.active a{background: #0092D1}.ce_teambox .image .overlay{background: #0092D1}.ce_teambox .email a{color:#0092D1}blockquote a{color:#0092D1}.header .mod_search .search-content{background: #0092D1}.ce_iconbox.version2 i{background: #0092D1}.ce_iconbox .link{color:#0092D1}.ce_testimonial a{color:#0092D1}.ce_accordion .toggler:before{color:#0092D1}.mod_calendar th.head{border-top:1px solid #0092D1;background:#0092D1;border-right:1px solid #0092D1;border-left:1px solid #0092D1}.mod_calendar th.previous a,.mod_calendar th.next a{background-color:#0092D1}.pagination li span.current{background: #0092D1}.pagination li a:hover{color:#0092D1}.mod_faqpage h3:before{color:#0092D1}.mod_search .submit{border:1px solid #0092D1}input:focus,textarea:focus{border:1px solid #0092D1}form fieldset legend{background-color:#0092D1}input.submit[type="submit"],button.submit[type="submit"]{background: #0092D1}input.submit[type="submit"]:hover,button.submit[type="submit"]:hover{background: #0092D1}.ce_youtube_background.overlay .YTPOverlay{background-color:#0092D1}.label-accent{background: #0092D1}.ce_hyperlink a,a.btn{border-color:#0092D1;background: #0092D1}.ce_hyperlink a.link-white,a.btn.link-white{color:#0092D1}.ce_hyperlink a.link-white:hover,a.btn.link-white:hover{background: #0092D1}.ce_hyperlink a.outline,a.btn.outline{color:#0092D1}.newslist h2,.newslist h2 a{color:#0092D1}.newslist .news-left .news-date{background: #0092D1}.newsteaser .date{background: #0092D1}#portfolio_filter a.selected,#portfolio_filter a:hover{background: #0092D1}.ce_chartbar .chart_data{background: #0092D1}.color-accent,.color-accent p,.color-accent i,.color-accent h1,.color-accent h2,.color-accent h3,.color-accent h4,.color-accent h5,.color-accent h6,.color-accent a:not(.link-white){color:#0092D1}blockquote{border-color:#0092D1}.ce_pricetable .pricetable.highlight .title{background: #0092D1}.ce_imagebox_v2 .ce_url a{background: #0092D1}.ce_gallery .content{background: #0092D1}.ce_headertext h1:after,.ce_headertext h2:after,.ce_headertext h3:after,.ce_headertext h4:after,.ce_headertext h5:after,.ce_headertext h6:after{background: #0092D1}.ce_countup i{color:#0092D1}.newslist-v3 .date{background: #0092D1}.ce_bgimage.offset.offset-bg-accent:before{background-color:#0092D1}.ce_leadertext.version2 .divider-first{border:3px solid #0092D1}.ce_leadertext.version2 .divider-second{background-color:#0092D1}.ce_leadertext.version2 .divider:after,.ce_leadertext.version2 .divider:before{background-color:#0092D1}.ce_accordion .toggler i.fa{background: #0092D1}.newsteaser_v3 .news-overlay i{background-color:#0092D1}.newslist-v3 .subheadline{color:#0092D1}.ce_teambox .function{color:#0092D1}.ce_tabs .tabs.horizontal-clean ul li.active:after{border-color: #0092D1 transparent transparent transparent}.subheadline-v2{color:#0092D1}.ce_timeline .timeline-item .timeline-item-title{background: #0092D1}.ce_portfoliofilter.default a.selected,.ce_portfoliofilter.default a:hover{background: #0092D1}.ce_portfoliofilter.only-icon a.selected i:before,.ce_portfoliofilter.only-icon a:hover i:before{border-color:#0092D1;background: #0092D1}.ce_tabs .tabs.horizontal-clean ul li.active a{color:#0092D1}.ce_revolutionslider_hyperlink{border-color:#0092D1;background: #0092D1}#top .mod_top_mail a:hover,#top .mod_login_top:hover,#top .mod_search:hover,#top .mod_langswitcher span:hover{background: #0092D1}#top .mod_langswitcher ul li a:hover{color:#0092D1}.ce_headline_extended.version2 .divider-first{border-color:#0092D1}.ce_headline_extended.version2 .divider:after,.ce_headline_extended.version2 .divider:before,.ce_headline_extended.version2 .divider-second{background-color:#0092D1}.mod_portfoliolist .item .linkbar a{background-color:#0092D1}.mod_portfoliolist .item .linkbar a:hover{color:#0092D1}.mod_portfoliolist .item .subline{background-color:#0092D1}#top .mod_top_mail a{color:#0092D1}#top .mod_top_phone span{color:#0092D1}form .input-group-addon{border-color:#0092D1;background: #0092D1}body .picker--focused .picker__day--selected,body .picker__day--selected,body .picker__day--selected:hover,body .picker--focused .picker__day--highlighted,body .picker__day--highlighted:hover,body .picker__day--infocus:hover,body .picker__day--outfocus:hover,body .picker--focused .picker__list-item--highlighted,body .picker__list-item--highlighted:hover,body .picker__list-item:hover{background-color:#0092D1}body .picker__list-item--highlighted,body .picker__list-item:hover{border-color:#0092D1}.ce_video_background .video-overlay{background-color:#0092D1}.ce_text_imagebox.imagebox_version2 .inside,.ce_text_imagebox.imagebox_version3 .inside{background-color:#0092D1}#offcanvas-top{background: #0092D1}.cookiebar{background: #0092D1}#footer a:hover,#bottom .inside a:hover{color:#0092D1}.ce_bgimage_content_start.bg-accent .bg_overlay{background: #0092D1}.newslist-timeline:before,.newslist-timeline-both h4:before{border-color:#0092D1}.ce_divider_extended.version4 span{background: #0092D1}.ce_divider_extended.version5{background: #0092D1}#top a{color:#0092D1}.ce_linkbox h4{color:#0092D1}.body_bottom .mod_search .search-content{background: #0092D1}.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top{background: #0092D1}.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range{background: #0092D1}.mod_customcatalogreader.cc_immorealty .property-furnishing li i{color:#0092D1}.mod_customcatalogreader.cc_immorealty .price{background: #0092D1}.mod_customcataloglist .cc_immorealty_slider .category{background: #0092D1}.mod_customcataloglist.cc_immorealty .customelements_notelist input{background-color:#0092D1}.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2{color:#0092D1}.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range{background-color:#0092D1}.mod_customcatalogreader.cc_cardealer .single-price{color:#0092D1}.mod_customcatalogreader.cc_cardealer .single-price strong{background-color:#0092D1}.mod_customcataloglist.cc_cardealer .item-highlight-icon{background-color:#0092D1}.mod_customcataloglist .cc_cardealer_slider .state{background-color:#0092D1}.mod_customcataloglist .cc_cardealer_slider .price strong{color:#0092D1}.ce_linkbox a i{background-color:#0092D1}.ce_fullscreen_gallery.version3 .bold{background-color:#0092D1}form.style2{background: #0092D1}.ce_linkbox .ce_linkbox_banner{background-color:#0092D1}.custommenu li:hover{background-color:#0092D1}.ce_featured_tab li .ce_headline .headline{color:#0092D1}.ce_featured_tab li.active{background-color:#0092D1}.ce_headerimage.version3 .ce_headline .headline{background: #0092D1}.ce_headerimage.version3 .subline{background: #0092D1}.mod_portfoliolist_v4 .item a:hover{background: #0092D1}.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content{background: #0092D1}.ce_revolutionslider_hyperlink.light{color:#0092D1}.ce_frame_start.style3 .ce_frame_start_inside{border-color:#0092D1}.mod_portfoliolist_teaser_3 .info,.mod_portfoliolist_teaser_3 .info a{color:#0092D1}.newsteaser_v7:hover h5{color:#0092D1}.ce_divider_extended.version10 svg{fill: #0092D1}.cd-horizontal-timeline .filling-line{background-color:#0092D1}.cd-horizontal-timeline .events a.older-event::after{border-color:#0092D1}.no-touch .cd-horizontal-timeline .events a:hover::after,.cd-horizontal-timeline .events a.selected::after{background-color:#0092D1;border-color:#0092D1}.mod_portfoliolist_v7 .comments{background-color:#0092D1}.mod_portfoliolist_v7 .subline{background-color:#0092D1}.mod_portfoliolist_v7 .item:hover .item-bottom a{color:#0092D1}.cd-horizontal-timeline .ce_text em{color:#0092D1}.mod_eventlist_v2 .title a{color:#0092D1}.ce_imagemap .hotspot.small .circle{box-shadow: 0 0 0 5px #0092D1}.ce_pricecard.style2.highlight .ce_pricecard_inside{background: #0092D1}.mod_eventlist_v3 h4,.mod_eventlist_v3 h4 a{color:#0092D1}.mod_eventlist_v3 .meta-info i{color:#0092D1}.cd-horizontal-timeline time:before,.cd-horizontal-timeline .location:before{color:#0092D1}.cd-horizontal-timeline .more a{background: #0092D1}body .mainmenu ul li a:hover:before,body .mainmenu ul li a.trail:before,body .mainmenu ul li a.active:before{background-color:#0092D1}.ce_popup_start .popup_close{color:#0092D1}.ce_popup_start .ce_popup_content{border-color:#0092D1}.mod_eventlist_v4 i.fa-location-arrow{background-color:#0092D1}.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon{fill: #0092D1}.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle{stroke: #0092D1}.mod_portfoliolist_demos .item .overlay{background-color:#0092D1}.mod_portfoliolist_demos .item h5:hover{color:#0092D1}.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent{background-color:#0092D1}.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover{background-color: #0092D1!important}.ce_iconbox_v3 .headline.headline-color-accent{color:#0092D1}.ce_iconbox_v3 .subheadline.subheadline-color-accent{color:#0092D1}.ce_iconbox_v3 .fonticon.fonticon-color-accent{color:#0092D1}.ce_iconbox_v3:hover.text-hover-accent i,.ce_iconbox_v3:hover.text-hover-accent .headline,.ce_iconbox_v3:hover.text-hover-accent .subheadline{color: #0092D1!important}.submenu_v2 li a:hover,.submenu_v2 li a.active{color:#0092D1}.ce_list.list-style2 li.fa:before{color:#0092D1}.ce_list.list-style3 li.fa:before{color:#0092D1}.ce_revolutionslider_hyperlink.text-link:after{color:#0092D1}.ce_download_small .ce_download_small_inside a:after{color:#0092D1}.ce_download_small .ce_download_small_inside a{border-color:#0092D1}.ce_imagemap .circle{box-shadow: 0 0 0 4px #0092D1}.ce_testimonial_version7 .text_inside:before{background: #0092D1}.ce_portfoliofilter.port-filter-style3 a.selected{border-color:#0092D1}form.style8 input.submit[type="submit"],form.style8 button.submit[type="submit"]{color:#0092D1}.ce_image_text_box .ce_image_text_box_banner{background: #0092D1}.ce_image_text_box.version2 .ce_url a{color:#0092D1}.ce_grid_gallery_start li:hover .linktext{color:#0092D1}.mod_quickmenu.style2 a{border-color:#0092D1;color:#0092D1}.mod_customcataloglist.cc_product_catalog .item-inside:hover{border-color:#0092D1}.mod_customcatalogteaser.cc_product_catalog .item-highlight-icon{background-color:#0092D1}.ce_headline_w_buttons.style1 .buttons a:hover{background-color:#0092D1}.ce_headline_w_buttons.style2 .buttons a.button_one{border-color:#0092D1;color:#0092D1}.ce_headline_w_buttons.style2 .buttons a.button_two{background-color:#0092D1;border-color:#0092D1}.ce_headline_w_buttons.style2 .buttons a.button_one:hover{background-color:#0092D1}.ce_headline_w_buttons.style3 .buttons a.button_one{border-color:#0092D1;color:#0092D1}.ce_headline_w_buttons.style3 .buttons a.button_two{background-color:#0092D1;border-color:#0092D1}.ce_headline_w_buttons.style3 .buttons a.button_one:hover{background-color:#0092D1}.ce_headline_w_buttons.style5 .buttons a.button_one{border-color:#0092D1;color:#0092D1}.ce_headline_w_buttons.style5 .buttons a.button_two{background-color:#0092D1;border-color:#0092D1}.ce_headline_w_buttons.style5 .buttons a.button_one:hover{background-color:#0092D1}.ce_headline_w_buttons.style6 .buttons a.button_one{border-color:#0092D1;color:#0092D1}.ce_headline_w_buttons.style6 .buttons a.button_two{background-color:#0092D1;border-color:#0092D1}.ce_headline_w_buttons.style6 .buttons a.button_one:hover{background-color:#0092D1}.ce_headline_w_buttons.style10 .buttons a:hover{background-color:#0092D1}.ce_featurelist.style1 li i{color:#0092D1}.ce_featurelist.style2 span{color:#0092D1}.ce_featurelist.style2 .icon{color:#0092D1}.ce_featurelist.style2 li a:hover{background-color:#0092D1}.ce_featurelist.style5 li span{color:#0092D1}body .mm-menu a:hover,body .mm-menu a.active,body .mm-menu a.trail,body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),body .mm-menu .mm-listview > li.mm-selected > span,body .mm-menu .mm-listview > li.trail a{background-color:#0092D1}.header .mainmenu ul li a.highlight span,.header .mainmenu ul li a.highlight_square_color_accent span,.header .mainmenu ul li a.highlight-square-color-accent span,.header .mainmenu ul li a.highlight_rounded_color_accent span,.header .mainmenu ul li a.highlight-rounded-color-accent span{background-color:#0092D1}.header .mainmenu ul li a.highlight_outline_square_color_accent span,.header .mainmenu ul li a.highlight-outline-square-color-accent span,.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,.header .mainmenu ul li a.highlight-outline-rounded-color-accent span{box-shadow: 0 0px 0px 2px #0092D1}.ce_accordion_v2 .toggler:not(.ui-state-active):hover{color:#0092D1}.ce_accordion_v2 .toggler.ui-state-active{background: #0092D1}.color-second{color:#DA291C}.bg-second{background-color:#DA291C}.ce_bgimage_content_start .bg_overlay.bg-second{background-color:#DA291C}.notelist .submit_container input.submit,.notelist .submit_container input.submit:hover,.notelist .submit_container button.submit,.notelist .submit_container button.submit:hover{background-color:#DA291C}.mod_customcataloglist.cc_cardealer .item-state{background-color:#DA291C}form.style2 input.submit,form.style2 input.submit[type="submit"]:hover,form.style2 button.submit,form.style2 button.submit[type="submit"]:hover{background-color:#DA291C}.ce_hyperlink-extended a.link-sec-color{border-color:#DA291C;background: #DA291C}.ce_hyperlink-extended a.link-sec-color:hover{border-color:#DA291C;color:#DA291C}.ce_hyperlink-extended a.link-sec-color-outline{border-color:#DA291C;color:#DA291C}.ce_hyperlink-extended a.link-sec-color-outline:hover{background: #DA291C}.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon{fill: #DA291C}.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle{stroke: #DA291C}.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second{background-color:#DA291C}.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover{background-color: #DA291C!important}.ce_iconbox_v3 .headline.headline-color-second{color:#DA291C}.ce_iconbox_v3 .subheadline.subheadline-color-second{color:#DA291C}.ce_iconbox_v3 .fonticon.fonticon-color-second{color:#DA291C}.ce_iconbox_v3:hover.text-hover-second i,.ce_iconbox_v3:hover.text-hover-second .headline,.ce_iconbox_v3:hover.text-hover-second .subheadline{color: #DA291C!important}.header .mainmenu ul li a.highlight_color_second span,.header .mainmenu ul li a.highlight-color-second span,.header .mainmenu ul li a.highlight_square_color_second span,.header .mainmenu ul li a.highlight-square-color-second span,.header .mainmenu ul li a.highlight_rounded_color_second span,.header .mainmenu ul li a.highlight-rounded-color-second span{background: #DA291C}.header .mainmenu ul li a.highlight_outline_square_color_second span,.header .mainmenu ul li a.highlight-outline-square-color-second span,.header .mainmenu ul li a.highlight_outline_rounded_color_second span,.header .mainmenu ul li a.highlight-outline-rounded-color-second span{box-shadow: 0 0px 0px 2px #DA291C}.ce_revolutionslider_hyperlink.color-second{border-color:#DA291C;color:#fff;background: #DA291C}.header.original .mainmenu ul li a.trail,.header.original .mainmenu ul li a.active,.header.cloned .mainmenu ul li a.trail,.header.cloned .mainmenu ul li a.active{color:#fff}.header .mainmenu ul li a:hover{color:#DA291C}#top{display:none}#top,#top .mod_socials a i{color:#071D49}html,body{font-size:16px}h1,h2,h3,h4,h5,h6,.font_headline{color:#071D49}.autogrid_wrapper{margin-right:-15px;margin-left:-15px}.autogrid{padding-right:15px;padding-left:15px}.autogrid_wrapper.article .inner{margin-right:-15px;margin-left:-15px}#footer div.autogrid{width:33.33%}.footer-col4{display:none}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{font-size:20px}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{color:#fff}#footer{font-size:16px}#footer,#footer a{color:#fff}#footer li:after{border-color:#fff}#footer{background-color:#071D49}#bottom{font-size:12px}#bottom .inside,#bottom .inside a{color:#fff}#bottom{background-color:#073F6C}@media only screen and (min-width: 768px){.header.original {line-height: 60px!important;}.header.original .mainmenu {float: left;}.header.original .logo {float: none;}.header.original .mainmenu ul {text-align: left;}.header.original .header_metanavi {position: absolute;right: 40px;top: 20px;display: block;}.header.original .header_metanavi a {margin-right: 20px;}.header.original .header_metanavi a.last {margin-right: 0;}.header.original .mainmenu:before {content: '';height: 1px;position: absolute;left: 40px;bottom: 60px;right: 40px;background: rgb(0,0,0);opacity: 0.15;}.header.original .smartmenu {float: left;margin-left: 0;}.header.original .smartmenu .smartmenu-trigger {height: 60px;}.header.original {float: left;}.mod_breadcrumb .mod_breadcrumb_inside:before,.mod_breadcrumb .mod_breadcrumb_inside:after {display: block;}.mod_breadcrumb {border: 0;}#top .inside {background: none!important;}}.header{background-color:#fff}.logo a{background-image:url("../../files/Tescon/Logo/Tescon-Logo.svg")}.mainmenu ul li a{font-size:20px}.header .mainmenu ul li a,.header .mainmenu ul li ul a.active,.header .ce_search_label i,.header .mod_langswitcher .mod_langswitcher_inside,.header .header_metanavi a,.header .mod_socials a{color:#071D49}.mod_langswitcher .mod_langswitcher_inside:before{border-color:#071D49}.header .mod_socials:before{border-color:#071D49}.header .smartmenu .smartmenu-trigger .line,.header .smartmenu .smartmenu-trigger .line:before,.header .smartmenu .smartmenu-trigger .line:after{background: #071D49}.header.original .mainmenu:before{background: #071D49}.header.original .mainmenu ul li a.trail,.header.original .mainmenu ul li a.active,.header.cloned .mainmenu ul li a.trail,.header.cloned .mainmenu ul li a.active{color:#fff}.header .mainmenu ul li a:hover{color:#DA291C}.mainmenu ul li ul li a{font-size:16px}@media only screen and (min-width: 768px) and (max-width: 1110px){.smartmenu {display: block;}.mainmenu {display: none;}}@media only screen and (min-width: 768px){.header .mainmenu ul li a.trail span,.header .mainmenu ul li a.active span {background: rgba(0,0,0,0.2);padding: 10px 15px;}.header .mainmenu ul ul li a.trail span,.header .mainmenu ul ul li a.active span {background: none;padding: 0;}.mainmenu ul li a.nav-icon span {line-height: inherit;transform: translateY(0);-webkit-transform: translateY(0);}.mainmenu ul li a i.fa {display: none;}}.mainmenu ul ul li a,nav.mainmenu a.menuheader{color: #071D49!important}.header .mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),.header .mainmenu ul ul li a.active,.header .mainmenu ul ul li a.trail:not(.megamenu){color: #ffffff!important}body .mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),body .mainmenu ul ul li a.active,body .mainmenu ul ul li a.trail:not(.megamenu){background-color: #DA291C!important}
/* customize-eigen.css */
form.form_prasi.style5 input,form.form_prasi.style5 select,form.prasi.style5 textarea{background: #ffffff}.form_prasi .formbody{background: #f0f4f7;    padding: 15px}#wrapper .mod_socials a i{background: rgba(0,0,0,0.05)}.mod_socials{margin-bottom: 25px}#top .inside,.header .inside,#footer .inside,#bottom .inside,body.sidebar #container,#main .mod_article:not(.autogrid),.fullwidth.boxed-content .contentwrap,.smallwidth .contentwrap,.boxed-content .contentwrap,.autogrid_wrapper.article,.ce_text_image_bar .inside,.ce_headerimage .ce_headerimage_inside,.ce_video_background .ce_video_background_inside,#offcanvas-top .offcanvas-top-inside,.ce_calltoaction .ce_calltoaction_inside,.mod_breadcrumb .mod_breadcrumb_inside{max-width: 1400px !important}.header .mainmenu ul li.nl_red a:hover{color: #FFFFFF}.header .mainmenu ul li.nl_red span{background: #DA291C;    padding: 5px;    border-radius: 5%}.cr_page{margin-left: 0 !important;border: 1px #071D49 solid}.ce_video_background .video{width:100%;max-height:300px}.marken_galerie li{margin-bottom: 30px}.ce_gallery.marken_galerie{margin-top:10%;margin-right:auto;margin-left:auto;width: 100%;    max-width: 500px}#cboxNext,#cboxPrevious{width: 35px !important}#cboxClose{top: 0 !important}.ce_gallery .hidden{display: none}#main .mod_article.art_akk{padding-top: 5px !important}.cookiebar_slim .cookiebar_button a,.cookiebar_slim .cookiebar_button a.btn{background-color:rgba(0,0,0,.3);border: none}.cookiebar_slim .content{font-weight: 400}.cookiebar_slim .content a{font-weight:bold}.cookiebar_slim{background: #DA291C;    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1)}.cookiebar-close{font-size: 2.5rem;    padding: 20px}.cookiebar{text-align:center;background-color:#DA291C}.mod_langswitcher ul li a{padding: 8px 20px}.mod_langswitcher .mod_langswitcher_inside::after{font-family: "FontAwesome";    content: "\f107";    margin-left: 30px;    display: inline-block;    font-size: 10px;    position: relative;    top: -7px}.mod_changelanguage li a{-webkit-transition: all .3s ease-out;    -moz-transition: all .3s ease-out;    -ms-transition: all .3s ease-out;    -o-transition: all .3s ease-out;    transition: all .3s ease-out}.mod_changelanguage li{width: 35px;    float: left;    padding: 0 9px 2px 9px}.mod_changelanguage li a{padding-left: 20px;    font-size: 12px;    color: #C8D6F9}.mod_changelanguage li.lang-de{background-image:url("../../files/cto_layout/img/flags/de.svg");background-position:center center;background-repeat:no-repeat}.mod_changelanguage li.lang-en{background-image:url("../../files/cto_layout/img/flags/en.svg");background-position:center center;background-repeat:no-repeat}.pic_center img{margin: auto}.mainmenu ul ul li.broschuere a[target="_blank"]::after{display:none}.suchbox{margin-bottom: 30px;    border-bottom: 1px solid #071D49}.relevance{font-size: 1.3rem}span.highlight{font-weight:bold;background: #0092D1}.ds_center{margin-right:auto;margin-left:auto;text-align:center;font-size:.8rem}.ce_autogridWrapperStart{padding-right: 50px}.mod_langswitcher li{list-style: none}.ce_tabs .tabs a{color:#071D49}.ce_tabs .panes.classic,.ce_tabs .tabs.classic ul li{background-color:#f2f2f2}.ce_tabs .tabs li{font-size: 1.5rem;    padding: 20px !important}.ce_productbox.version1  a{color: #071D49}.ce_productbox.version1 .ce_hyperlink a,a.btn{font-weight:normal;background: none;border: 1px solid #f2f2f2;color: #BCBDCA}.ce_productbox.version1 .ce_hyperlink{float: none}.mod_breadcrumb li a{color: #0092D1}.ce_gallery .gallery-margin .image_container{margin:20px;border:1px solid #f2f2f2}.ce_gallery li{list-style-image: none}li{list-style-image:url("../../files/Tescon/sonstiges/listenpunkt.jpg")}.mb-service .subheadline{margin-bottom: 20px}.mb-service h2{margin-bottom: 10px}.txt_blue{color: #0092D1 !important}#main .mod_article{padding-top:50px !important;padding-bottom:0px !important}.useite h1{text-transform:uppercase}.useite .hl_little_blue h2{font-size: 1.2rem !important;color: #0092D1 !important}h1,h2,h3{margin-bottom:20px;line-height:1.5rem;font-weight: 300}h4,h5,h6{font-weight: 400}h1,h2,h3,h4,h5,h6{margin-bottom:20px;line-height:1.5rem}.ce_image_text_box .ce_url a{color: #071D49 !important}body.fixed-header #top_link{bottom:50px}.newsteaser .image_container{border-top:1px solid #BCBDCA;border-right:1px solid #BCBDCA;border-left:1px solid #BCBDCA}.newsteaser .content{border-right:1px solid #BCBDCA;border-bottom:1px solid #BCBDCA;border-left:1px solid #BCBDCA;background: none}#bottom{border-top:1px solid #BCBDCA}#bottom .inside{font-size:12px;padding: 5px 20px}#bottom .inside .right a{margin-right:5px;margin-left:5px}.br_none{border-radius: 0 !important}.border_none{border: none}.btn_rot input.submit[type="submit"],.btn_rot button.submit[type="submit"]{background-color:#DA291C}.footer_form div.widget{margin-bottom:5px}.footer_form input,textarea,select{padding:5px}input::-moz-placeholder,textarea::-moz-placeholder{color:#071D49 !important}.width_70{width:70%;margin: auto}.font_xxs{font-size: 13px;    line-height: 18px;    padding-left: 0;    padding-top: 0}.ce_bgimage.bg_right_center .ce_bgimage-image{background-position:right center}.ce_image_text_box .ce_url a{border-color:rgba(0,146,209,1)}.header .mainmenu ul li a.trail span,.header .mainmenu ul li a.active span{background-color:#DA291C}.header.original .mainmenu{float:right}.header.original .mainmenu::before{display:none}#top .inside,.header .inside,#footer .inside,#bottom .inside,body.sidebar #container,#main .mod_article:not(.autogrid),.fullwidth.boxed-content .contentwrap,.smallwidth .contentwrap,.boxed-content .contentwrap,.autogrid_wrapper.article,.ce_text_image_bar .inside,.ce_headerimage .ce_headerimage_inside,.ce_video_background .ce_video_background_inside,#offcanvas-top .offcanvas-top-inside,.ce_calltoaction .ce_calltoaction_inside,.mod_breadcrumb .mod_breadcrumb_inside{max-width: 1300px}body{font-family:'Lato';line-height:1.5rem;color:#071D49;font-weight: 300}
/* customize_mobil.css */
@media only screen and (max-device-width: 810px){.ce_video_background .video {    width: 100%;    max-height: 100%;}}@media only screen and (max-device-width: 767px){.ce_text_image_bar.mb-service {    border-top: 4px solid #f2f2f2;}.ce_text_image_bar.mb-service .mobile_image_top, .ce_text_image_bar.mb-service .mobile_image_bottom {    padding-left: 30px;}.ce_productbox .ce_image .image_container img {    width: 100%;}}@media only screen and (min-width: 768px){.header.original .logo {    float: left;}.header.original .mainmenu,.header.original .smartmenu,.header .mod_search,.mod_langswitcher {    margin-top: 30px;}.header.original .smartmenu {    float: right;}.stickyheader .header.original .mainmenu,.stickyheader .header.original .smartmenu,.stickyheader .header .mod_search,.stickyheader .mod_langswitcher {    margin-top: 0;}}
