body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;display:block;left:0}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;display:block;right:0}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;z-index:2;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-divider,.mm-panel_tileview .mm-divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}body.modal-open .mm-slideout{z-index:unset}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

body.ios .ce_sliderStart .animate_text .tns-slide-active.ce_text .text,body.ios .ce_sliderStart .animate_text .tns-slide-active.ce_player .video_container .caption{z-index:9}body.ios .ce_sliderStart .animate_text .tns-slide-active.ce_text .text p,body.ios .ce_sliderStart .animate_text .tns-slide-active.ce_player .video_container .caption p{animation:none;opacity:1;left:0}body.ios .ce_sliderStart .animate_text .tns-slide-active.ce_text .text p:nth-child(2),body.ios .ce_sliderStart .animate_text .tns-slide-active.ce_player .video_container .caption p:nth-child(2){animation-delay:none;opacity:1;left:-15px}.full_width .ce_sliderStart img{width:100%}.ce_sliderStart{position:relative}.ce_sliderStart .animate_text .tns-slide-active.ce_text .text,.ce_sliderStart .animate_text .tns-slide-active.ce_player .video_container .caption{z-index:9}.ce_sliderStart .animate_text .tns-slide-active.ce_text .text p,.ce_sliderStart .animate_text .tns-slide-active.ce_player .video_container .caption p{animation:slide_in_and_out calc(( var(--sliderSpeed) + var(--sliderDelay) ) / 1000 * 1s) ease-in-out forwards}.ce_sliderStart .animate_text .tns-slide-active.ce_text .text p:nth-child(2),.ce_sliderStart .animate_text .tns-slide-active.ce_player .video_container .caption p:nth-child(2){animation-delay:0.5s;animation-name:slide_in_and_out_second}@keyframes slide_in_and_out{30%{opacity:1;left:0}70%{opacity:1;left:0}100%{opacity:0;left:-100%}}@keyframes slide_in_and_out_second{30%{opacity:1;left:-15px}70%{opacity:1;left:-15px}100%{opacity:0;left:-100%}}.ce_sliderStart .animate_text .tns-slide-active.slide_in_only .text p{animation:slide_in calc(( var(--sliderSpeed) + var(--sliderDelay) ) / 1000 * 1s) ease-in-out forwards}.ce_sliderStart .animate_text .tns-slide-active.slide_in_only .text p:nth-child(2){animation-delay:0.5s;animation-name:slide_in_second}@keyframes slide_in{30%{opacity:1;left:0}100%{opacity:1;left:0}@media (max-width:1023px){left:auto;right:0}}@keyframes slide_in_second{30%{opacity:1;left:-15px}100%{opacity:1;left:-15px}@media (max-width:1023px) and (max-width:1023px){left:auto;right:0}}.ce_sliderStart .animate_text .ce_text .text,.ce_sliderStart .ce_player .video_container .caption{position:absolute;bottom:15%;left:10%}@media (max-width:1023px){.ce_sliderStart .animate_text .ce_text .text,.ce_sliderStart .ce_player .video_container .caption{bottom:2%}}.ce_sliderStart .animate_text .ce_text .text p,.ce_sliderStart .ce_player .video_container .caption p{font-size:30px;font-weight:100;padding:10px 20px;margin-bottom:10px;opacity:0;left:100%;position:relative;color:#fff;display:block;width:fit-content}@media (max-width:1023px){.ce_sliderStart .animate_text .ce_text .text p,.ce_sliderStart .ce_player .video_container .caption p{font-size:16px;margin-bottom:6px;padding:3px 20px}}.ce_sliderStart .animate_text .ce_text .text p:before,.ce_sliderStart .ce_player .video_container .caption p:before{content:"";background:rgba(0, 0, 0, 0.6);position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;transform:skewX(-10deg);border-radius:3px}@media (max-width:1023px){.ce_sliderStart.full_height .animate_text .ce_text .text,.ce_sliderStart .ce_player .video_container .caption{bottom:15%}}@media (max-width:1023px){.ce_sliderStart .animate_text .ce_text.caption_right .text,.ce_sliderStart .ce_player.caption_right .video_container .caption{bottom:2%;left:auto;right:5%}}.ce_sliderStart.full_height{height:calc(100vh + 1px)}.ce_sliderStart.full_height .tns-inner{height:calc(100vh + 1px)}.ce_sliderStart.full_height img,.ce_sliderStart.full_height video{height:calc(100vh + 1px);width:100%;object-fit:cover}.ce_sliderStart .tns-controls button{position:absolute;z-index:9;background:transparent;font-size:0;width:40px;height:40px;padding:20px;background-size:contain;background-position:center;background-repeat:no-repeat;border:0;outline:none;transition:all 0.24s ease-in-out;cursor:pointer}.ce_sliderStart .tns-controls button[data-controls="prev"]{top:50%;transform:translateY(-50%);left:0;transform-origin:top left;background-image:url("/bundles/heimseitencontaotinyslider/arrow_left.svg")}.ce_sliderStart .tns-controls button[data-controls="next"]{top:50%;transform:translateY(-50%);right:0;transform-origin:top right;background-image:url("/bundles/heimseitencontaotinyslider/arrow_right.svg")}.ce_sliderStart .tns-controls button:hover{transform:scale(1.2) translateY(-50%);background-color:rgba(0, 0, 0, 0.6)}.ce_sliderStart .tns-controls.prev_next_triangle button{border:1px solid #fff;width:77px;height:77px;outline:none;transition:all 0.24s ease-in-out}.ce_sliderStart .tns-controls.prev_next_triangle button:hover{transform:scale(1.1)}.ce_sliderStart .tns-controls.prev_next_triangle button[data-controls="prev"]{top:10px;left:10px;border-right:0;border-bottom:0}.ce_sliderStart .tns-controls.prev_next_triangle button[data-controls="prev"]:after{content:"";position:absolute;transform:rotate(-45deg);width:141.42%;height:1;border-top:1px solid #fff;top:37px;left:-16px}.ce_sliderStart .tns-controls.prev_next_triangle button[data-controls="next"]{right:10px;bottom:10px;border-left:0;border-top:0}.ce_sliderStart .tns-controls.prev_next_triangle button[data-controls="next"]:after{content:"";position:absolute;transform:rotate(-45deg);width:141.42%;height:1;border-top:1px solid #fff;top:37px;left:-16px}.ce_sliderStart .tns-nav{position:relative;z-index:10;text-align:center;margin-top:-40px}.ce_sliderStart .tns-nav button{width:14px;height:14px;padding:0;border-radius:50%;background:rgba(221, 221, 221, 0.5);border:1px solid rgba(153, 153, 153, 0.5);margin:10px 4px;outline:none;transition:all 0.24s ease-in-out}.ce_sliderStart .tns-nav button:hover{transform:scale(1.2);background:rgba(153, 153, 153, 0.5)}.ce_sliderStart .tns-nav button.tns-nav-active{background:rgba(153, 153, 153, 0.5)}.ce_sliderStart .tns-thumbs .slider-wrapper>*{width:100px !important}.ce_sliderStart .slider-control{display:none}.ce_sliderStart .ken_burns .tns-item img,.ce_sliderStart .ken_burns .tns-item.tns-slide-active img{transition:transform calc(( var(--sliderSpeed) + var(--sliderDelay) ) / 1000 * 1s) ease-in-out;backface-visibility:hidden;will-change:transform}.ce_sliderStart .ken_burns .tns-item img{transform:scale(1.07)}.ce_sliderStart .ken_burns .tns-item.tns-slide-active img,.ce_sliderStart .ken_burns .tns-item.tns-fadeOut img{transform:scale(1)}.ce_sliderStart .ken_burns .tns-item img{transform-origin:top left}.ce_sliderStart .ken_burns .tns-item:nth-child(4n+1) img{transform-origin:top left}.ce_sliderStart .ken_burns .tns-item:nth-child(4n+2) img{transform-origin:bottom right}.ce_sliderStart .ken_burns .tns-item:nth-child(4n+3) img{transform-origin:top right}.ce_sliderStart .ken_burns .tns-item:nth-child(4n+4) img{transform-origin:bottom left}
@media screen{
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;background-color:#000;color:#FFF;padding:.5em}#toTop:hover{background-color:#FFF;color:#000}#toTop:active,#toTop:focus{outline:none}
}
#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-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;--ccb-focus-clr: #00a4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar input:focus-visible:not(.cc-hide-focus)+label:before{outline:3px dashed var(--ccb-focus-clr);outline-offset:2px}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover,.contao-cookiebar .cc-btn:focus{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-focus:not(.cc-hide-focus):focus-visible{outline:3px dashed var(--ccb-focus-clr);outline-offset:-3px}.cc-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;float:left}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@media(forced-colors){.contao-cookiebar input+label:after{border:1px solid currentColor}.cc-inner{border:1px solid currentColor}input.cc-group-half+label:after{margin-left:9px}}@media(prefers-reduced-motion){.contao-cookiebar{--ccb-anim-duration: 2s}}@media print{.contao-cookiebar{opacity:0}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
/* physio-2022-alles.css - START */

/*
Theme Name: Salamat (shared on wplocker.com)
Version: 1.0.2
Author: ab-themes
Author URI: http://www.ab-themes.com
Description: Fully Responsive Multipurpose WordPress Theme
Theme URI: http://themeforest.net/user/ab-themes/portfolio?ref=ab-themes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, green, orange, pink, purple, red, white, yellow, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-menu, full-width-template, theme-options, translation-ready

[Table of contents] 

1. CSS RESET
2. Global Styles
	2.1. Inner Columns
	2.2. Clearfix
3. Header
	3.1. Main Menu
	3.2. Mega Menu
	3.3. Title/Breadcrumbs Bar
	3.4. Search Bar
	3.5. Shopping cart
4. Slider Place
5. Videos
6. Blog
	6.1. Blog Timeline
	6.2. Blog Grid
	6.3. Blog Mini Right Sidebar
	6.4. Blog Mini Left Sidebar
	6.5. Blog Mini Full Width
	6.6. Blog Posts
	6.7. Related Articles
	6.8. Post Comments
	6.9. Post pagination
7. Contact Form 7
8. Widgets
	8.1. Search
	8.2. Categories
	8.3. Tag Cloud
	8.4. Flickr Stream
	8.5. Recent Posts Extended
	8.6. Contact Info 
	8.7. Twitter
	8.8. Follow Us
	8.9. Woocommerce Cart Widget
9. Pages
	9.1. Portfolio
		9.1.1. Portfolio - 2 Columns
		9.1.2. Portfolio - 3 Columns
		9.1.3. Portfolio - 4 Columns
		9.1.4. Portfolio - Masonry
		9.1.5 Nivo Slider
	9.2. About Us Page
	9.3. 404 Page
	9.4. Shop
		9.4.1. Wishlist Page
	9.5 Coming Soon Page
10. Other
	10.1. AB Testimonials
		10.1.1. AB Testimonials - Picture Middle
		10.1.2. AB Testimonials - Picture Bottom
	10.2. AB Tweet Scroller
11. Footer
	11.1. Footer Menu


/*-----------------------------------------------------------------*/
/* 1. CSS RESET
/*-----------------------------------------------------------------*/
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, a {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}

	html { 
		min-height: 100%;
		margin: 0;
		padding: 0;
	}

	img {
		max-width: 100%;
		height:auto;
		width: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	input[type="text"],input[type="password"],input[type="email"], textarea, select {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font: inherit;
	}

	::selection{
		color: #fff;
		background: #285fdb;
	}

	:focus{
		outline-color: #285fdb;
	}


/*-----------------------------------------------------------------*/
/* 2. Global Styles
/*-----------------------------------------------------------------*/
	body{
		font-family: roboto, sans-serif;
		font-size: 15px;
		line-height: 26px;
		color: #8a8d94;
		font-weight: 200;
	}

	body.woocommerce-page, body.page-template-page-portfolio-php, body.page-template-page-portfolio-2columns-php,
	body.page-template-page-portfolio-3columns-php, body.page-template-page-portfolio-4columns-php, body.single-portfolio{
		background: #fbfcfd;
	}

	body.preloader{
		visibility: hidden;
	}

p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	/*margin-bottom: auto !important;*/
}

header {
    width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    z-index: 9999;
    position: fixed;
    border-bottom: 1px solid #e5e8eb;
	height: auto !important;
}

	#jpreOverlay {
		background-color: #000000;
	}

	#jpreSlide{
		display: none;
	}

	#jpreLoader{
		width:50%;
		height:8px;
	}

	#jpreBar{
		width: 100%;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgb(40, 95, 219), rgb(40, 219, 196));
		border-radius: 4px;
	}

	#jprePercentage {
		
		font-family:"Roboto",Arial,Helvetica,sans-serif;
		text-align:center;
		color: #fff;
		font-size: 40px;
		margin-top: 20px;
	}

	a{
		color: #285fdb;
		text-decoration: none;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	a:hover{
		color: #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	p{
		margin-bottom: 24px;
		/*text-align: left;*/
	}

	hr{
		background-color: #e1e9e9;
		display: block;
		height: 1px;
		border-color: #e1e9e9; 
		border: 0;
		padding: 0;
		margin-bottom: 11px;
	}

	section{
		padding: 40px 0 40px 0;
	}

	ul,
	ol{
		margin-left: 20px;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: roboto, sans-serif, sans-serif;
		font-weight: 200;
		color: #3c414c;
		margin-bottom: 15px;
	}

	h1{
		font-size: 42px;
		line-height: 40px;
	}

	h2{
		font-size: 38px;
		line-height: 40px;
	}

	h3{
		font-size: 34px;
		line-height: 40px;
	}

	h4{
		font-size: 30px;
		line-height: 40px;
	}

	h5{
		font-size: 24px;
		line-height: 28px;
	}

	h6{
		font-size: 20px;
		line-height: 28px;
	}

	pre{
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
	}

	i{
		font-size: 13px!important;
		margin-right: 10px;
	}

	h3.header_big{
		font-size: 42px;
		line-height: 40px;
		font-weight: 200;
	}

	.section_gray_body .dnd_section_content{
		background: #f4f4f4;
		padding: 55px 0;
	}

	.section_body_fullwidth .dnd_section_content .dnd_container{
		width: 100%;
	}

	input,select,textarea{
		border: 1px solid #eef0f2;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 26px;
		color: #8a8d94;
		border-radius: 4px;
	}

	input,
	select{
		padding: 9px 20px 9px 20px;
		margin-bottom: 12px;
	}

	textarea{
		padding: 8px 20px 8px 20px;
		margin-bottom: 36px;
	}

	button,
	input[type="submit"] {
		padding: 10px 20px;
		display: inline-block;
		cursor: pointer;
		border: 1px solid #285fdb;
		background: #285fdb;
		color: #fff;
		margin-bottom: 20px;
		line-height: 15px;
		font-size: 15px;
		font-family: roboto, sans-serif;
		font-weight: 300;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	button:hover,
	input[type="submit"]:hover{
		background: #505558;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.placeholder{
		color: #929292;
	}

	strong,
	.strong{
		font-weight: bold;
	}

	.underlined{
		display: inline-block;
		background: url("../../files/_css/images/underlined_bg.png") bottom repeat-x;
	}

	.italic{
		font-style: italic;
	}

	.highlighted,
	.search-highlight{
		background: #f1eb3c;
		display: inline-block;
		padding: 0 3px;
	}

	.alignleft{
		float: left;
		margin-right: 30px;
	}

	.alignright{
		float: right;
		margin-left: 30px;
	}

	.color_highlight{
		color: #056ab2;
	}

	.bold{
		font-weight: 700;
	}

	.dnd_dropcap{
		position: relative;
	}

	.section_color_background{
		background: #056ab2;
		margin-bottom: 0;
	}

	.leading_line{
		margin-bottom: 80px !important;
	}

	.leading_line:after{
		content: "";
		display: block;
		position: relative;
		bottom: -40px;
		width: 70px;
		height: 5px;
		background: #056ab2;
	}

	.center_aligned.leading_line:after{
		left: 50%;
		margin-left: -35px;
	}

	.right_aligned.leading_line:after{
		left: 100%;
		margin-left: -70px;
	}

	.last_child{
		margin-right: 0 !important;
	}

	.content_with_right_sidebar{
	}

	.content_with_left_sidebar{
		float:right !important;
	}

	.span12.content_with_right_sidebar{
		padding-right: 0;
	}

	.left_aligned{
		text-align: left;
	}

	.right_aligned{
		text-align: right;
	}

	.center_aligned,
	.aligncenter{
		/*text-align: center;*/
	}

	.no_padding_bottom{
		padding-bottom: 0;
	}

	.no_padding_top{
		padding-top: 0;
	}

	.no_padding{
		padding: 0;
	}

	.equal_padding{
		padding: 55px 0;
	}

	.padding_top{
		padding-top: 90px;
	}

	.padding_bottom{
		padding-bottom: 100px;
	}

	.padding_right{
		padding-right: 30px;
	}

	.padding_right180{
		padding-right: 180px;
	}
	
	.padding_left{
		padding-left: 30px;
	}

	.padding_left50{
		padding-left: 50px;
	}
	
	.padding_left100{
		padding-left: 100px;
	}

	.padding_left300{
		padding-left: 300px;
	}

	.padding_right330{
		padding-right: 330px;
	}

	.padding_right380{
		padding-right: 380px;
	}

	.no_margin_bottom{
		margin-bottom: 0px;
	}

	.no_margin_right{
		margin-right: 0px;
	}

	.no_margin_left{
		margin-left: 0px !important;
	}

	.border_top{
		border-top: 1px solid #eef0f2;
	}

	.border_bottom{
		border-bottom: 1px solid #eef0f2;
	}
	
	.border_both{
		border-top: 1px solid #eef0f2;
		border-bottom: 1px solid #eef0f2;
	}
	
	.white_text h3, .white_text h6{
		color: #fff !important;
	}

	.white_text p{
			color: #fff;
	}

	.bigger_text{
		font-size: 20px;
		line-height: 30px;
		font-weight: 300;
	}

	.wp-caption.aligncenter{
		width: 100% !important;
	}

	.margin_bottom{
		margin-bottom: 40px;
	}

	.padding_equal{
		padding: 70px 0;
	}

	.padding_equal{
		padding: 40px 0;
	}

	.slider_side{
		margin-left: -10px;
	}

	.h6_lh{
		line-height: 35px;
	}

	.transparent{
		background: rgba(255,255,255,0.1);
		color: #fff!important;
	}

	sub {
		vertical-align: sub;
		font-size: smaller;
	}

	sup {
		vertical-align: super;
		font-size: smaller;
	}

	table {
		line-height: 2;
		margin: 0 0 40px;
		width: 100%;
	}

	th{
		font-weight: 700;
	}

	.pattern_overlayed{
		position: relative;
		color: #fff !important;
	}

	.pattern_overlayed:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		background: rgba(0,0,0,0.6);
		z-index: 1;	
	}

	.pattern_overlayed .dnd_container{
		z-index: 1;
		position: relative;
	}

	.dark_overlay{
		background: rgba(0,0,0,0.6);
	}

	.overflowed {
		overflow: visible;
	}

	.wp-caption{}
	.wp-caption-text{}
	.gallery-caption{}
	.bypostauthor{}
	.alignright{}
	.alignleft{}
	.aligncenter{}

/*-------- 2.1. Inner Columns --------*/
	.container,
	.dnd_container{
		width: 1170px;
		margin: 0 auto;
	}
	
	.content .dnd_container,
	.content_with_right_sidebar .dnd_container,
	.content_with_left_sidebar .dnd_container{
		width: 100%;
	}

	
	.content_with_right_sidebar .dnd_section_DD,
	.content_with_left_sidebar .dnd_section_DD{
		padding: 0;
	}

	.row{
		width: 100%;
	}

	.row:before,
	.row:after{
		line-height: 0;
		content: "";
		display: table;
	}

	.row:after{
		clear: both;
	}

	.row > [class*="span"]{
		display: block;
		float: left;
		width: 100%;
		min-height: 20px;
		margin-left: 2.564102564102564%; 
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-sizing: border-box; 
	}

	.row > [class*="span"]:first-child{
		margin-left: 0;
	}

	.row .span12{width: 100%;}
	.row .span11{width: 91.45299145299145%;}
	.row .span10{width: 82.90598290598291%;}
	.row .span9 {width: 74.35897435897436%;}
	.row .span8 {width: 65.81196581196581%;}
	.row .span7 {width: 57.26495726495726%;}
	.row .span6 {width: 48.71794871794872%;}
	.row .span5 {width: 40.17094017094017%;}
	.row .span4 {width: 31.62393162393162%;}
	.row .span3 {width: 23.07692307692308%;}
	.row .span2 {width: 14.52991452991453%;}
	.row .span1 {width: 5.982905982905983%;}
	
	.half,
	.third,
	.fourth,
	.fifth{
		float: left;
	}

	.alpha{
		margin-left: 0 !important;
	}

	.half{width: 50%;}
	.third{width: 33.33333%;}
	.fourth{width: 25%;}
	.fifth{width: 20%;}

	.left{
		float: left !important;
	}

	.right{
		float: right !important;
	}

	.no_margin{
		margin: 0;
	}

	.no_padding{
		padding: 0;
	}

	.bottom_margin{
		margin-bottom: 40px;
	}
	
	.wp-caption{
		max-width: 100% !important;
	}

	.image_overlap {
		position: absolute;
		bottom: -180px;
		left: 50%;
		margin-left: -625px;
	}


/*-------- 2.2. Clearfix --------*/
	.clearfix:before,
	.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}

	.clearfix:after {
	  clear: both;
	}


/*-----------------------------------------------------------------*/
/* 3. Header
/*-----------------------------------------------------------------*/
	header#ABdev_main_header{
		width: 100%;
		background: #fff;
		padding: 0;
		box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
		z-index: 9999;
		position: fixed;
		border-bottom:1px solid #e5e8eb;
	}

	#top_bar{
		padding: 6px 0;
		max-height: none;
		background: #f5f7f8;
		border-bottom: 1px solid #e5e8eb;
		-webkit-transition: all 300ms ease-in;
		transition: all 300ms ease-in;
	}
	
	#top_bar a{
		color: #8a8d94;
		font-size: 12px;
	}

	#top_bar.top_bar_hide{
		height: 0;
		padding: 0;
		min-height: 0;
		border-bottom: 0;
		overflow: hidden;
		-webkit-transition: all 300ms ease-in;
		transition: all 300ms ease-in;
	}
	
	.top_social_icon{
		padding:0 15px 0 0px;
	}

	.top_social_icon i{
		font-size: 13px!important;
		color: #8a8d94;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
		position: relative;
		top: 2px;
		margin-right: 0;
	}

	.top_social_icon.top_social_icon_facebook:hover i{color: #3B5998;}
	.top_social_icon.top_social_icon_twitter:hover i{color: #4099FF;}
	.top_social_icon.top_social_icon_googleplus:hover i{color: #d34836;}
	.top_social_icon.top_social_icon_linkedin:hover i{color: #0e76a8;}
	.top_social_icon.top_social_icon_youtube:hover i{color: #c4302b;}
	.top_social_icon.top_social_icon_pinterest:hover i{color: #c8232c;}
	.top_social_icon.top_social_icon_github:hover i{color: #171515;}
	.top_social_icon.top_social_icon_feed:hover i{color: #ee802f;}
	.top_social_icon.top_social_icon_behance:hover i{color: #1769ff;}
	.top_social_icon.top_social_icon_blogger:hover i{color: #f57d00;}
	.top_social_icon.top_social_icon_delicious:hover i{color: #3399ff;}
	.top_social_icon.top_social_icon_designContest:hover i{color: #5faad2;}
	.top_social_icon.top_social_icon_deviantART:hover i{color: #4e6252;}
	.top_social_icon.top_social_icon_digg:hover i{color: #000;}
	.top_social_icon.top_social_icon_dribbble:hover i{color: #ea4c89;}
	.top_social_icon.top_social_icon_dropbox:hover i{color: #007ee5;}
	.top_social_icon.top_social_icon_email:hover i{color: #ed1c16;}
	.top_social_icon.top_social_icon_flickr:hover i{color: #ff0084;}
	.top_social_icon.top_social_icon_forrst:hover i{color: #5b9a68;}
	.top_social_icon.top_social_icon_instagram:hover i{color: #3f729b;}
	.top_social_icon.top_social_icon_lastfm:hover i{color: #c3000d;}
	.top_social_icon.top_social_icon_myspace:hover i{color: #313131;}
	.top_social_icon.top_social_icon_picasa:hover i{color: #9a45a0;}
	.top_social_icon.top_social_icon_skype:hover i{color: #00aff0;}
	.top_social_icon.top_social_icon_stumbleUpon:hover i{color: #f74425;}
	.top_social_icon.top_social_icon_vimeo:hover i{color: #44bbff;}
	.top_social_icon.top_social_icon_zerply:hover i{color: #9dcc7a;}

	.quick_contact_phone{
		padding-right: 25px;
		padding-left: 25px;
		font-size: 12px;
		position: relative;
		top: 0px;
	}

	.quick_contact_phone i{
		font-size: 13px;
		color: #8a8d94;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}

	.quick_contact_mail{
		padding-right: 25px;
		padding-left: 10px;
		font-size: 14px;
		position: relative;
		top: 0px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.quick_contact_mail:hover a{
		color: #285fdb!important;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.quick_contact_mail i{
		font-size: 13px;
		color: #8a8d94;
		margin-right: 10px;
		position: relative;
		top: 1px;
	}

	.login_button a{
		font-size: 12px;
		color: #848994;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.login_button a:hover{
		color: #285fdb!important;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#ABdev_main_slider{
		padding: 0;
		background-size: cover;
		position: relative;
		background: #f2f3f4;
	}

	#ABdev_main_slider_content{
		text-align: center;
	}

	#ABdev_main_slider_logo{
		position: absolute;
		top: 10%;
		width: 100%;
	}

	#ABdev_main_slider_text{
		font-size: 70px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 84px;
		position: absolute;
		top: 30%;
		width: 100%;
	}

	#ABdev_main_slider_text .bold{
		font-size: 84px;
		display: block;
	}

	#ABdev_main_slider_scroll{
		position: absolute;
		bottom:70px;
		width: 100%;
	}

	.ABdev_main_slider_scroll_icon{
		display: inline-block;
		background: rgba(0,0,0,0.5);
		padding: 9px 25px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.ABdev_main_slider_scroll_info{
		font-family: roboto, sans-serif;
		text-transform: uppercase;
	}

	.pattern_overlayed #ABdev_main_slider_content{
		z-index: 1;
	}

	#logo{
		float: left;
		margin-top: 2px;
	}

/*-------- 3.1. Main Menu --------*/
	#ABdev_menu_toggle{
		display: none;
		cursor: pointer;
	}
	
	nav > ul{
		list-style: none;
		margin: 0;
		position: relative;
		float: right;
	}

	nav > ul > li{
		-webkit-box-shadow: 0px 1px 0px 0px #e5e8eb;
		-moz-box-shadow: 0px 1px 0px 0px #e5e8eb;
		box-shadow: 0px 1px 0px 0px #e5e8eb;
		position: relative;
	}

	nav > ul > li:hover:before{
		content: "";
		width: 100%;
		height: 3px;
		background: #285fdb;
		position: absolute;
	}

	nav > ul > li{
		border-right: 1px solid #e5e8eb;
		float: left;
	}

	nav > ul > li.menu-item-has-children:hover{
		-webkit-box-shadow: 0px 1px 0px 0px #fff;
		-moz-box-shadow:    0px 1px 0px 0px #fff;
		box-shadow:         0px 1px 0px 0px #fff;
	}

	nav > ul > li:first-child {
		border-left: 1px solid #e5e8eb;
	}

	nav > ul > li a, 
	nav > ul > li strong.active
	
	{
		color: #898d94;
		font-family: roboto, sans-serif, sans-serif;
		font-size: 16px;
		line-height: 18px;
		font-weight: 300 !important;
		cursor: pointer;
		display: inline-block;
		padding: 30px 20px;
	}


nav > ul > li strong.forward {
	padding: 30px 20px;
	line-height: 77px;
	font-size: 16px;
}

nav > ul > li.forward {
	-webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}

nav > ul > li.forward strong {
	font-weight: 300 !important;
}

   nav > ul > li strong.active,
	nav > ul > li.forward{
	-webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
    -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
    box-shadow: 0px 3px 0px 0px #8dbf2f inset;
}

	nav > ul > li > a{
	}

	nav > ul > li a:hover{
		color: #285fdb;
	}

	nav > ul > li span{
		display: block;
	}

	nav > ul ul{
		display: none;
		list-style: none;
		position: absolute;
		border-top: none;
		margin: 1px 0 0 0;
		min-width: 230px;
		z-index: 2001;
	}

/*	nav > ul ul{
		display: block;
		list-style: none;
		position: absolute;
		top: -999999px;
		left: -999999px
		border-top: none;
		margin: 1px 0 0 0;
		min-width: 230px;
		z-index: 2001;
	}*/

	#ABdev_main_header.sticky_header_low nav > ul ul{
		margin-top: 10px;
	}

	#ABdev_main_header.sticky_header_low nav > ul > li > ul:before{
		height: 15px;
		top: -15px;
	}

	nav > ul li:hover > ul,
	nav > ul li.sfHover > ul{
		display: block;
		z-index: 2003;
		margin-left: 0px;
		top: 118px;
		position: fixed;
	}

	nav > ul ul li{
		position: relative;
		width: 230px;
		height: 48px;
		border-left:1px solid #e5e8eb;
		border-right:1px solid #e5e8eb;
		border-bottom:1px solid #e5e8eb;
		background: #fff;
	}

nav > ul ul li strong.active {
	-webkit-box-shadow: 0px 0px 0px 0px #8dbf2f inset;
    -moz-box-shadow: 0px 0px 0px 0px #8dbf2f inset;
    box-shadow: 0px 0px 0px 0px #8dbf2f inset;
	padding: 6px 13px 7px 13px;
	line-height: 39px;
	color: #8dbf2f;

}

	nav > ul ul li.current-menu-item a{
		color: #285fdb;
	}

	nav > ul ul li:first-child{
		border-top:0px solid #e5e8eb;
	}

	nav > ul ul li a{
		width: 100%;
		text-align: left;
		padding: 6px 13px 7px 13px;
		line-height: 39px;
		color: #898d94;
	}

	nav > ul ul li:hover{
		background: #fff;
		color: #285fdb;
	}

	nav > ul ul ul{
		position: absolute;
		left: 100%;
		top: 0;
		margin-left: 0px;
		margin-top: 0;
		z-index: 2002;
		-webkit-box-shadow: 0px -1px 0px 0px #e5e8eb;
		-moz-box-shadow:    0px -1px 0px 0px #e5e8eb;
		box-shadow:         0px -1px 0px 0px #e5e8eb;
	}

	/*ci_icon-chevron-right*/
	.sf-arrows .sf-with-ul:after{
		content:"\e60e"; 
		font-family:'core_icomoon';
		color: #aaa;
		margin-left: 5px;
		float:right;
		position: relative;
		top: 2px;
	}

	nav > ul > li.current-menu-ancestor.sfHover,
	nav > ul > li.current-menu-ancestor{
		-webkit-box-shadow: 0px 3px 0px 0px #285fdb inset;
		-moz-box-shadow: 0px 3px 0px 0px #285fdb inset;
		box-shadow: 0px 3px 0px 0px #285fdb inset;
	}

	nav > ul > li.current-menu-ancestor > a{
		color: #285fdb;
	}

	.sf-arrows ul .sf-with-ul:after{
		content:"\f105"; /*chevron-right*/
		top: 0;
	}

	.sf-arrows ul li:hover .sf-with-ul:after{
		color: #fff;
	}

	.sf-arrows > li:hover > .sf-with-ul:after{
		color: #d84949;
	}

	.sf-arrows .current_menu_ancestor .sf-with-ul:after{
		color: #333;
	}
	
	nav > ul > .current-menu-item,
	nav > ul > .current-menu-parent{
		-webkit-box-shadow: 0px 3px 0px 0px #285fdb inset;
		-moz-box-shadow:    0px 3px 0px 0px #285fdb inset;
		box-shadow:         0px 3px 0px 0px #285fdb inset;
	}

	nav > ul > .current-menu-item > a,
	nav > ul > .current-post-ancestor > a,
	nav > ul > .current-menu-ancestor > a{
		color: #6e7179;
	}

/*-------- 3.2. Mega Menu --------*/
	.sf-mega {
		width: 1170px;
		position: absolute;
		right: 0;
		display: none;
		top: 100%;
		z-index: 9999;
		margin-top: 1px;
	}
	
	.sf-mega-inner{
		background: #fff;
		border: 1px solid #e5e8eb;
		border-top: 0;
	}
	
	nav > ul li:hover > .sf-mega,
	nav > ul li.sfHover > .sf-mega {
		display: block;
	}
	
	.sf-mega li,
	.sf-mega ul{
		position: static !important;
		display: block !important;
		padding: 0;
		margin: 0;
		border: none;
		height: auto !important;
		background: none;
		box-shadow: none;
	}
	
	.sf-mega-inner ul li ul ul > li:hover{
		background: #f5f6f8;
	}
	
	nav > ul .sf-mega-inner{
		display: table !important;
		width: 100%;
	}
	
	nav > ul .sf-mega-inner > ul {
		display: table-row !important;
	}
	
	nav > ul .sf-mega-inner > ul > li{
		display: table-cell !important;
		vertical-align: top;
		padding-bottom: 0px;
		background: #fff;
	}
	
	nav > ul .sf-mega-inner > ul > li:last-child{
		border-right: none;
	}

	nav > ul .sf-mega-inner > ul > li:hover{
		color: #898d94;
	}
	
	.sf-mega li{
		border-bottom: 1px solid #eef0f2;
		padding-bottom: 5px;
		margin-left: 25px;
		width: auto;
	}

	.sf-mega:last-child li{
		border-bottom: 0;
	}

	.sf-mega li .current-menu-item a {
		color: #285fdb;
	}
	
	nav > ul .sf-mega-inner > ul > li > a{
		font-family: roboto, sans-serif;
		font-weight: 300;
		color: #3c414c;
		font-size: 20px;
		line-height: 40px;
		margin-top: 25px;
		padding-bottom: 0px;
	}
		
	nav > ul .sf-mega-inner > ul > li > ul > li a{
		font-family: roboto, sans-serif;
		font-weight: 300;
		color: #898d94;
		font-size: 16px;
		line-height: 32px;
		border-bottom: 1px solid #eef0f2;
		padding: 10px 0 9px;
	}

	nav > ul .sf-mega-inner > ul > li > ul > li:last-of-type a {
		border-bottom: 0;
	}

	nav > ul .sf-mega-inner > ul > li > ul > li:hover a{
		color: #285fdb;
	}
	
	
	nav > ul .sf-mega-inner a{
		text-transform: none;
		padding: 10px 10px 0px 30px;
		margin-bottom: 1px;
	}
		
	nav > ul > .mega1 .sf-mega-inner > ul > li{width: 100%;}
	nav > ul > .mega2 .sf-mega-inner > ul > li{width: 50%;}
	nav > ul > .mega3 .sf-mega-inner > ul > li{width: 33.33333333333333%;}
	nav > ul > .mega4 .sf-mega-inner > ul > li{width: 25%;}
	nav > ul > .mega5 .sf-mega-inner > ul > li{width: 20%;}
	nav > ul > .mega6 .sf-mega-inner > ul > li{width: 16.66666666666667%;}
	nav > ul > .mega7 .sf-mega-inner > ul > li{width: 14.28571428571429%;}
	

	nav > ul > .mega1 ul,
	nav > ul > .mega2 ul,
	nav > ul > .mega3 ul,
	nav > ul > .mega4 ul,
	nav > ul > .mega5 ul,
	nav > ul > .mega6 ul,
	nav > ul > .mega7 ul{
		min-width: 0;
	}
	
	nav > ul .sf-mega-inner .description_menu_item{
		padding: 20px;
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
	}
	
	nav > ul .sf-mega-inner .description_menu_item a{
		display: inline;
		padding: 0;
		margin: 0;
		line-height: inherit;
		font-size: inherit;
		color: #285fdb;
	}
	
	nav > ul .sf-mega-inner .description_menu_item a:hover{
		color: #202024;
		background: none;
	}

	#ABdev_main_header .sf-mega{
		right: -236px;
	}

	.megamenu_header:hover{
		background: #fff;
	}

	.megamenu_header a span{
		font-family: roboto, sans-serif;
		font-weight: 200;
		color: #3c414c;
		font-size: 20px;
		line-height: 40px;
		margin-top: 25px;
	}

/*-------- 3.3. Title/Breadcrumbs Bar --------*/
	#title_breadcrumbs_bar{
		background: #8dbf2f;
		padding: 100px 0;
		font-family: roboto, sans-serif;
		font-weight: 300;
		font-size: 18px;
	}

	#title_breadcrumbs_bar.smaller_bar{
		padding: 40px 0;
	}

	#title_breadcrumbs_bar h1{
		font-size: 42px;
		color: #fff;
		line-height: 50px;
		margin-bottom: 0;
		font-family: roboto, sans-serif;
		font-weight: 200;
	}

	#title_breadcrumbs_bar .breadcrumbs{
		line-height: 36px;
		font-family: Ubuntu, sans-serif;
		font-weight: 300;
	}

	#title_breadcrumbs_bar .breadcrumbs,
	#title_breadcrumbs_bar .breadcrumbs a,
	#title_breadcrumbs_bar .breadcrumbs i{
		color: #8a8d94;
		font-size: 13px;
	}

	#title_breadcrumbs_bar .breadcrumbs i{
		font-size: 8px;
		top: 0;
	}

	.breadcrumb_delimiter{
		padding: 0 12px;
	}

/*-------- 3.4. Search Bar --------*/
	.search-toggle {
		cursor: pointer;
		float: right;
		border-right: 1px solid #eef0f2;
		text-align: center;
		display: block;
		width: 78px;
		height: 78px;
		line-height: 78px;
		color: #8A8D94 !important;
	}

	.search-toggle:hover{
		-webkit-box-shadow: 0px 3px 0px 0px #285fdb inset;
        -moz-box-shadow: 0px 3px 0px 0px #285fdb inset;
        box-shadow: 0px 3px 0px 0px #285fdb inset;
	}

	.search-toggle:hover i{
		color: #285fdb !important;
	}

	.search-toggle.active{
		-webkit-box-shadow: 0px 3px 0px 0px #285fdb inset;
        -moz-box-shadow: 0px 3px 0px 0px #285fdb inset;
        box-shadow: 0px 3px 0px 0px #285fdb inset;
	}

	.search-toggle.active i{
		color: #285fdb;
	}
	
	.search-toggle i{ 
		color: #8a8d94;
		font-size: 15px!important;
		line-height: 76px;
		margin: 0;
	}
	
	.search-box-wrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		position: absolute;
		top: 119px;
		right: 0;
		width: 100%;
		z-index: 2;
		text-align: center;
	}

	.highlighted, .search-highlight{
		color: #fff;
		background: #285fdb;
	}
	
	.search-box {
		background-color: #f5f7f8;
		padding: 12px;
	}
	
	.search-box .search-field {
		background-color: #f5f7f8;
		border: 0;
		float: right;
		font-size: 16px;
		padding: 2px 2px 3px 6px;
		width: 100%;
	}

	#search-container .widget_search input[type="text"]{
		border: 0;
		background: transparent;
		outline-color: transparent;
		font-size: 24px;
		line-height: 30px;
		width: 500px;
	}

	.hide{
		display: none;
	}

/*-------- 3.5. Shopping Cart --------*/	
	#shop_links{
		cursor: pointer;
		float: right;
		border-right: 1px solid #eef0f2;
		text-align: center;
	}

	#shop_links a{
		display: block;
		width: 78px;
		height: 78px;
		line-height: 78px;
		color: #8A8D94 !important;
	}

	#shop_links a i{
		font-size: 15px!important;
		margin: 0;
	}

	#shop_links a span{
		margin-left: 5px;
	}

	#shop_links:hover{
		-webkit-box-shadow: 0px 3px 0px 0px #285fdb inset;
        -moz-box-shadow: 0px 3px 0px 0px #285fdb inset;
        box-shadow: 0px 3px 0px 0px #285fdb inset;
	}

	#shop_links:hover a i{
		color: #285fdb;
	}

	body.woocommerce-cart #shop_links{
		-webkit-box-shadow: 0px 3px 0px 0px #285fdb inset;
		-moz-box-shadow: 0px 3px 0px 0px #285fdb inset;
		box-shadow: 0px 3px 0px 0px #285fdb inset;
	}

	body.woocommerce-cart #shop_links a i{
		color: #285fdb;
	}

	body.woocommerce-cart aside{
		padding: 0;
	}

	


/*-----------------------------------------------------------------*/
/* 4. Slider Place
/*-----------------------------------------------------------------*/
	#frontpage_slider{
		padding: 0;
		margin: 0;
	}

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		background: rgba(255,255,255,0.8) !important;
		width: 34px;
		height: 34px;
		text-align: center;
		border: 1px solid transparent;
	}

	.tp-leftarrow.default{
		border-radius: 3px;
	}

	.tp-rightarrow.default {
		border-radius: 3px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover {
		background: #285fdb !important;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
		border: 1px solid #285fdb;
	}

	/*ci_icon-chevron-left*/
	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before{
		font-family:'core_icomoon';
		display: block;
		color: #505558;
		content:'\e60f'; 
		text-align: center;
		font-size: 13px;
		line-height: 32px;
		width: 100%;
		height: 100%;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.tp-leftarrow.default:hover:before,
	.tp-rightarrow.default:hover:before{
		color: #fff !important;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	/*ci_icon-chevron-right*/
	.tp-rightarrow.default:before{
		content:'\e60e'; 
	}

	.tp-bullets.simplebullets.round .bullet {
		background-image: url(../../files/_css/images/bullet.png);
	}

	.tp-bullets.simplebullets.round .bullet{	
		background:#fff;
		width: 9px;
		height: 9px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		margin-right: 8px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected{	
		background-color:#285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.tp-bullets.simplebullets.round .bullet{
		background: rgba(255,255,255,0.4);
		border: 1px solid #fff;
		width: 13px;
		height: 13px;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
		margin-bottom: 10px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected{
		background-color: #fff;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.tp-bullets.simplebullets.round{
		width: 13px;
	}


/*-------- 5. Videos --------*/
	.videoWrapper-youtube{
		position:relative;
		padding-bottom:56.25%;
		padding-top:0px;
		height:0;
		overflow:hidden;
	}

	.videoWrapper-youtube iframe,
	.videoWrapper-youtube object,
	.videoWrapper-youtube embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.videoWrapper-vimeo{
		position:relative;
		padding-bottom:53%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}

	.videoWrapper-vimeo iframe,
	.videoWrapper-vimeo object,
	.videoWrapper-vimeo embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}


/*-----------------------------------------------------------------*/
/* 6. Blog
/*-----------------------------------------------------------------*/
	.sidebar_left{
		margin-left: 0 !important;
	}

	.post_padding{
		padding: 0 40px;
		text-align: center;
	}

	.post_padding p{
		text-align: center;
	}

	.post_padding ul{
		text-align: left;
	}

/*-------- 6.1. Blog Timeline --------*/
	#timeline_posts{
		background: url("../../files/_css/images/timeline_line.png") center top repeat-y;
		overflow: hidden;
	}

	.timeline_post{
		-webkit-box-shadow: 0px 2px 5px 0px #eeeeee;
		-moz-box-shadow: 0px 2px 5px 0px #eeeeee;
		box-shadow: 0px 2px 5px 0px #eeeeee;
		background: #FFFFFF;
		width: 535px;
		float: left;
		margin-bottom: 80px;
		position: absolute;
		top: -2000px;
		transition: top 1s;
		-webkit-transition: top 1s; /* Safari */	
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.timeline_post h2 a{
		font-size: 20px;
		color: #3c414c;
		text-align: center;
	}

	.timeline_post h2 a:hover{
		color: #285fdb;
	}

	.timeline_post h2{
		padding: 26px 40px 0px 40px;
		margin-bottom: 0;
		font-size: 20px;
		color: #3c414c;
		text-align: center;
	}

	.timeline_post img{
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	.timeline_post .post_author{
		color: #b5b8c0;
		font-size: 14px;
		margin: 0 auto;
		display: inline-block;
		padding: 0 40px;
		text-align: center;
	}

	.timeline_post .post_author .post_category a{
		color: #8a8d94;
		font-size: 14px;
	}

	.timeline_post .post_author .post_category a:hover{
		color: #285fdb;
	}

	.timeline_post .post_category {
		display: inline;
		text-align: center;
		color: #8a8d94;
		font-size: 14px;
		margin: 0 auto;
	}

	.timeline_post_first{
		width: 535px;
	}

	.timeline_appended{
		transition: top 0s, opacity 1s;
		-webkit-transition: top 0s, opacity 1s; 
	}

	.timeline_postmeta{
		padding: 22px 20px 20px 20px;
		border-top: 1px solid #eef0f2;
		font-size: 13px;
		line-height: 20px;
	}

	.timeline_postmeta .post_meta_date{
		text-transform: capitalize;
	}

	.timeline_postmeta a{
		color: #939fa6;
	}

	.timeline_postmeta p{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 25px;
		font-size: 14px;
		color: #8a8d94;
	}

	.timeline_postmeta i{
		margin-right: 6px;
		font-size: 12px;
		color: #8a8d94;
	}

	.timeline_postmeta .post_meta_tags{
		margin: 0 0 0 30px;		
	}

	.timeline_postmeta .post_meta_comments{
		float: right;
		margin-right: 9px;
	}

	.timeline_content{
		padding: 13px 25px 1px 25px;
	}

	.timeline_post .post-readmore{
		padding: 0px 40px 32px 40px;
	}

	.timeline_post .post-readmore p{
		margin-bottom: 22px;
	}

	.timeline_post_left:after,
	.timeline_post_right:after{
		display: block;
		position: absolute;
		top: 50%;
		margin-left:-3px;
		margin-right:-3px;
		width: 16px; 
		height: 16px;
		background: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		content: "";
		border: 2px solid #d9d9dd;
	}

	.timeline_post_left:after{
		right: -57px;
	}

	.timeline_post_right:after{
		left: -57px;
	}

	.timeline_post_left:before{
		content: "";
		width: 20px;
		height: 20px;
		border-top: 1px solid #eef0f2;
		border-right: 1px solid #eef0f2;
		background: #fff;
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		display: block;
		top: 50%;
		right: -11px;
		position: absolute;
	}

	.timeline_post_first.timeline_post_left:before{
		margin-top: -100px;
	}

	.timeline_post_right:before{
		content: "";
		width: 20px;
		height: 20px;
		border-top: 1px solid #eef0f2;
		border-right: 1px solid #eef0f2;
		background: #fff;
		transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		display: block;
		top: 50%;
		left: -11px;
		position: absolute;
	}

	.post_with_month_circle.timeline_post:before{
		margin-top: 84px;
	}

	.timeline_post_first:after{
		margin-top: -100px;
	}

	#timeline_loading{
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.timeline_loading_loader{
		background: url("../../files/_css/images/ajax-loader.gif") center 40px no-repeat;
	}

	.timeline_post_month{
		position: absolute;
		left: -84px;
		width: 66px;
		height: 66px;
		border-radius: 50%;
		border: 1px solid #eef0f2;
		background: #fff;
		text-align: center;
		line-height: 64px;
		text-transform: uppercase;
		top: 50%;
	}

	.post_with_month_circle:after{
		margin-top: 84px;
	}

	.timeline_post_left .timeline_post_month{
		right: -84px;
		left: auto;
	}

/*-------- 6.2. Blog Grid --------*/
	#grid_posts{
		overflow: hidden;
	}

	.grid_post {
		border: 1px solid #eef0f2;
		background: #FFFFFF;
		width: 370px;
		margin-bottom: 30px;
		transition: top 1s;
		-webkit-transition: top 1s;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		float: left;
		overflow: hidden;
	}

	.grid_post_first {
		width: 370px;
	}

	.grid_content {
		padding: 13px 25px 1px 25px;
	}

	.grid_postmeta {
		padding: 22px 20px 20px 20px;
		border-top: 1px solid #eef0f2;
		font-size: 13px;
		line-height: 20px;
	}

	.grid_post h2 {
		padding: 26px 40px 0px 40px;
		margin-bottom: 0;
		font-size: 20px;
		color: #3c414c;
		text-align: center;
	}

	.grid_post h2 a {
		font-size: 20px;
		color: #3c414c;
		text-align: center;
	}

	.grid_post h2 a:hover{
		color: #285fdb;
	}

	.grid_postmeta{
		padding: 22px 25px 20px 25px;
		border-top: 1px solid #eef0f2;
		font-size: 13px;
		line-height: 20px;
	}

	.grid_postmeta .post_meta_date{
		text-transform: capitalize;
	}

	.grid_postmeta a{
		color: #939fa6;
	}

	.grid_postmeta p{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 25px;
		font-size: 14px;
		color: #8a8d94;
	}

	.grid_postmeta i{
		margin-right: 6px;
		font-size: 12px;
		color: #8a8d94;
	}

	.grid_postmeta .post_meta_comments{
		float: right;
		margin-right: 9px;
	}

	.grid_content{
		padding: 13px 25px 1px 25px; 
	}

	.grid_content .dnd_container{
		width: 100%;
	}

	.grid_post .post-readmore{
		margin-top: 20px;
		padding: 0px 40px 32px 40px;
	}

	.grid_post .post-readmore p{
		margin-bottom: 22px;
	}

	.grid_post .post_author{
		color: #b5b8c0;
		font-size: 14px;
		margin: 0 auto;
		display: inline-block;
		padding: 0 40px;
		text-align: center;
	}

	.grid_post .post_author .post_category a{
		color: #8a8d94;
		font-size: 14px;
	}

	.grid_post .post_author .post_category a:hover{
		color: #285fdb;
	}

	.grid_post .post_category {
		display: inline;
		text-align: center;
		color: #8a8d94;
		font-size: 14px;
		margin: 0 auto;
	}

/*-------- 6.3. Blog Mini Right Sidebar --------*/
	.blog_category_index_right_mini .has-post-thumbnail .post_main,
	.blog_category_index_right_mini .has-post-thumbnail .post_main{
		margin-left: 0;
		position: relative;
		padding: 0;
		-webkit-box-shadow: 0px 2px 5px 0px #eeeeee;
		-moz-box-shadow: 0px 2px 5px 0px #eeeeee;
		box-shadow: 0px 2px 5px 0px #eeeeee;
	}
	
	.blog_category_index_right_mini .post_main{
		margin-left: 0!important;
		position: relative;
		padding: 10px;
	}

	.blog_category_index_right_mini .has-post-thumbnail .post_main h2{
		padding: 35px 40px 0 10px!important;
		text-align: left!important;
	}

	.blog_category_index_right_mini .has-post-thumbnail .post_main .post_author,
	.blog_category_index_right_mini .has-post-thumbnail .post_main .post_padding{
		text-align: left;
		padding-left: 10px;
	}

	.blog_category_index_right_mini .post_main h2{
		padding: 30px 30px 0!important;
		text-align: left!important;
	}

	.blog_category_index_right_mini .post_main .post_author,
	.blog_category_index_right_mini .post_main .post_padding{
		text-align: left;
		padding: 0px 30px 0;
	}

	.blog_category_index_right_mini .has-post-thumbnail .post_main .post-readmore{
		text-align: left!important;
		padding: 30px 30px 30px 10px!important;
	}

	.blog_category_index_right_mini .post_main .post-readmore{
		text-align: left!important;
		padding: 30px !important;
	}
	
	.blog_category_index_right_mini .post_main > img{
		width: 100%;
	}
	
	.blog_category_index_right_mini .post_content .post_main > iframe{
		width: 100%;
	}
	
	.blog_category_index_right_mini .post_content .post_main > .videoWrapper-vimeo,
	.blog_category_index_right_mini .post_content .post_main > .videoWrapper-youtube{
		width: 100%;
		padding-bottom: 0;
	}


/*-------- 6.4. Blog Mini Left Sidebar --------*/
	.blog_category_index_left_mini .has-post-thumbnail .post_main{
		margin-left: 0;
		position: relative;
		padding: 0;
	}
	
	.blog_category_index_left_mini .post_main{
		margin-left: 0!important;
		position: relative;
		padding: 10px;
	}

	.blog_category_index_left_mini .has-post-thumbnail .post_main h2{
		padding: 35px 40px 0 10px!important;
		text-align: left!important;
	}

	.blog_category_index_left_mini .has-post-thumbnail .post_main .post_author,
	.blog_category_index_left_mini .has-post-thumbnail .post_main .post_padding{
		text-align: left;
		padding-left: 10px;
	}

	.blog_category_index_left_mini .post_main h2{
		padding: 30px 30px 0!important;
		text-align: left!important;
	}

	.blog_category_index_left_mini .post_main .post_author,
	.blog_category_index_left_mini .post_main .post_padding{
		text-align: left;
		padding: 0px 30px 0;
	}

	.blog_category_index_left_mini .has-post-thumbnail .post_main .post-readmore{
		text-align: left!important;
		padding: 30px 30px 30px 10px!important;
	}

	.blog_category_index_left_mini .post_main .post-readmore{
		text-align: left!important;
		padding: 30px!important;
	}
	
	.blog_category_index_left_mini .post_main > img{
		width: 100%;
	}
	
	.blog_category_index_left_mini .post_content .post_main > iframe{
		width: 100%;
	}
	
	.blog_category_index_left_mini .post_content .post_main > .videoWrapper-vimeo,
	.blog_category_index_left_mini .post_content .post_main > .videoWrapper-youtube{
		width: 100%;
	}
	

/*-------- 6.5. Blog Mini Full Width --------*/
	.blog_category_index_none_mini .has-post-thumbnail .post_main{
		margin-left: 0;
		position: relative;
		padding: 0;
	}
	
	.blog_category_index_none_mini .post_main{
		margin-left: 0!important;
		position: relative;
		padding: 10px;
	}

	.blog_category_index_none_mini .has-post-thumbnail .post_main .post_author,
	.blog_category_index_none_mini .has-post-thumbnail .post_main .post_padding{
		text-align: left;
		padding-left: 10px;
	}

	.blog_category_index_none_mini .post_main h2{
		padding: 30px 30px 0;
		text-align: left;
	}

	.blog_category_index_none_mini .has-post-thumbnail .post_main h2{
		padding: 35px 40px 0 10px;
		text-align: left;
	}

	.blog_category_index_none_mini .post_main .post_author,
	.blog_category_index_none_mini .post_main .post_padding{
		text-align: left;
		padding: 0px 30px 0;
	}

	.blog_category_index_none_mini .has-post-thumbnail .post_main .post-readmore{
		text-align: left!important;
		padding: 30px 30px 30px 10px!important;
	}
		.blog_category_index_none_mini .post_main .post-readmore{
		text-align: left!important;
		padding: 30px !important;
	}
	
	.blog_category_index_none_mini .post_main > img{
		width: 100%;
	}
	
	.blog_category_index_none_mini .post_content .post_main > iframe{
		width: 100%;
	}

	.blog_category_index_none_mini .post_content .post_main > .videoWrapper-vimeo,
	.blog_category_index_none_mini .post_content .post_main > .videoWrapper-youtube{
		padding-bottom: 0;
		width: 100%;
	}

/*-------- 6.6. Blog Posts --------*/
	.blog{
		background: #fbfcfd;
	}

	.post_content{
		position: relative;
		min-height: 200px;
		padding-bottom: 45px;
	}

	.single_post_content{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		background: #fff;
		border-radius: 4px;
		border: 1px solid #eef0f2;
		overflow: hidden;
	}

	.single_post_content .post_main{
		border-bottom: none;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.post_inner_content{
		padding: 40px 40px 0;
	}

	.post_wrapper{
		margin-bottom: 40px;
	}

	.post_content p:last-child{
		margin-bottom: 0;
	}

	.post_content .post_main{
		position: relative;
		background: #fff;
		overflow: hidden;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
	
	.single_post_content .post_main{
		border-bottom: none;
	}

	.blog_category_index .post_main{
		margin-left: 100px;
		background: #fff;
		-webkit-box-shadow: 0px 2px 5px 0px #eeeeee;
		-moz-box-shadow: 0px 2px 5px 0px #eeeeee;
		box-shadow: 0px 2px 5px 0px #eeeeee;
	}

	.blog_category_index .sticky .post_main{
		background: #f2f2f2;
		border-top-left-radius: 0;
	}

	.blog_category_index .sticky .post_badges{
		background: #f2f2f2;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.post_content .post_main > img,
	.post_content .post_main > .videoWrapper-vimeo,
	.post_content .post_main > .videoWrapper-youtube{
	}


	.post_content .post_main h2{
		font-size: 24px;
		margin-bottom: 5px;
		text-align: center;
		line-height: 28px;
		padding: 35px 40px 0;
	}

	.post_content .post_main h2 a{
		color: #3c414c;
	}

	.post_content .post_main h2 a:hover{
		color: #285fdb;
	}

	.post_content .post_badges{
		float: left;
		width: 100px;
		text-align: center;
		color: #505558;
	}

	.post_content .post_author{
		display: block;
		font-size: 14px;
		text-align: center;
		color: #b5b8c0;
		font-style: italic;
		padding: 0 40px;
		margin-bottom: 13px;
	}

	.post_content .post_author span{
		color: #8a8d94;
	}

	.post_content .post_author span.post_category{
		color: #8a8d94;
	}

	.post_content .post_author_single{
		font-size: 14px;
		color: #b5b8c0;
		font-style: italic;
		display: inline-block;
		text-align: center;
		width: 60%;
		margin-left: 20px;
	}

	.post_content .post_author_single .post_category a{
		color: #8a8d94;
	}

	.post_content .post_author_single .post_category a:hover{
		color: #285fdb;
	}

	.post_content .post_author .post_category a{
		color: #8a8d94;
	}

	.post_content .post_author .post_category a:hover{
		color: #285fdb;
	}

	.post_content .post_badges .post_date{
		display: block;
		color: #3c414c;
		position: relative;
	}
	
	.post_content .post_badges .post_date .day{
		font-size: 34px;
		font-family: roboto, sans-serif, sans-serif;
		text-align: center;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	.post_content .post_badges .post_date .month{
		font-size: 16px;
		font-family: roboto, sans-serif, sans-serif;
		text-transform: uppercase;
		display: block;
		text-align: center;
		margin-top: 8px;
	}

	.post_meta_date{
		text-transform: uppercase;
		font-size: 18px;
		color: #3c414c;
		margin-right: 0px!important;
		font-family: roboto, sans-serif, sans-serif;
	}

	.post_meta_tags_side{
		font-size: 14px;
		margin-top: 20px;
		font-family: roboto, sans-serif, sans-serif;
		text-align: center;
	}
	
	.post_meta_tags_side a{
		color: #939fa6;
	}

	.post_meta_tags_side a:hover{
		color: #285fdb;
	}

	.post_meta_tags{
		font-size: 14px;
		font-family: roboto, sans-serif, sans-serif;
		display: inline-block;
		margin-left: 40px;
	}

	.post_meta_tags a{
		color: #939fa6;
	}

	.post_meta_tags a:hover{
		color: #285fdb;
	}

	.post_meta_tags i{
		margin-right: 10px;
		margin-left: 10px;
		font-size: 15px;
		position: relative;
		top: 2px;
		color: #8a8d94;
	}

	.post_main .postmeta-above{
		padding: 33px 40px 25px 40px;
		position: relative;
	}

	.post_main .postmeta-above{
		border-top: 1px solid #eef0f2;
		border-bottom: 1px solid #eef0f2;
	}

	.post_main .postmeta-under{
		margin: 45px 0;
	}
	
	.post_main .postmeta-above,
	.post_main .postmeta-above a{
		color: #939fa6;
		font-size: 13px;
		line-height: 20px;
	}

	.post_main .postmeta-above p{
		display: inline-block;
		margin-right: 0px;
	}

	.post_main .postmeta-above i{
		margin-right: 6px;
		position: relative;
		line-height: 20px;
		top: 1px;
		font-size: 12px;
	}

	.post_main .postmeta-above .post_meta_comments{
		float: right;
		font-size: 15px;
	}

	.post_main .postmeta-under{
		padding: 15px 0;
		margin: 42px 0 40px 0;
	}

	.post_main .postmeta-under p{
		margin-bottom: 0;
	}

	.post_meta_share{
		display: inline-block;
		float: right;
		margin-right: 40px;
	}

	.post_meta_share a{
		left: 0;
		display: inline-block;
		background: #fff;
		color: #939fa6;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		margin-left: 10px;
		border: 1px solid #eef0f2;
	}

	.post_meta_share span{
		margin-right: 10px;
		font-family: roboto, sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #3c414c;
		position: relative;
		top: -2px;
	}

	.post_meta_share a:hover i{
		color: #fff;
	}

	.post_meta_share i{
		font-size: 16px !important;
		top: 0px !important;
		line-height: 36px;
		margin: 0;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.post_meta_share .post_share_facebook:hover{background: #3B5998;color: #fff;}
	.post_meta_share .post_share_twitter:hover{background: #4099FF;color: #fff;}
	.post_meta_share .post_share_googleplus:hover{background: #d34836;color: #fff;}
	.post_meta_share .post_share_linkedin:hover{background: #0e76a8;color: #fff;}

	.post_about_author{
		margin: 40px 40px;
		padding: 50px 30px 35px;
		border: 1px solid #eef0f2;
		background: #fbfcfd;
		border-radius: 4px;
	}

	.post_about_author img{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-right: 25px;
		width: 95px;
		height: 95px;
	}

	.post_about_author h5{
		font-size: 20px;
		color: #3c414c;
	}

	.post_about_author p{
		padding-left: 120px;
		margin-right: -10px;
		letter-spacing:-0.05px;
	}

	.post-readmore{
		padding-top: 26px;
		padding-bottom: 30px;
		text-align: center;
	}

	.post-readmore a{
		width: 146px;
		height: 36px;
		font-size: 12px;
		color: #3c414c;
		text-transform: uppercase;
		border: 1px solid #eef0f2;
		text-align: center;
		padding-top: 3px;
		border-radius: 4px;
		line-height: 28px;
		background: #fbfcfd;
	}

	.post-readmore a:hover{
		width: 146px;
		height: 36px;
		font-size: 12px;
		color: #285fdb;
		text-transform: uppercase;
		border: 1px solid #285fdb;
		text-align: center;
		padding-top: 3px;
		border-radius: 4px
	}

	.more-link{
		color: #056ab2;
		font-size: 14px;
		margin-bottom: 0px;
		display: inline-block;
	}

	.more-link i{
		font-size: 8px;
		margin-left: 5px;
	}

	.post_excerpt{
		line-height: 38px;
		margin-top: -4px;
	}

	.post-navigation{
		display: inline-block;
		width: 100%;
		padding: 15px 40px 35px;
	}

	.post-navigation .previous_post a,
	.post-navigation .next_post a{
		font-family: roboto, sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		color: #3c414c;
	}

	.post-navigation .previous_post a:hover,
	.post-navigation .next_post a:hover{
		color: #285fdb;
	}

	.post-navigation .previous_post{
		float: left;
		display:block;
	}

	.post-navigation .next_post{
		float: right;
		display:block;
	}

	.post-navigation .previous_post i:before{
		position: relative;
		top: 2px;
		font-size: 16px;
		margin-right: 8px;
	}

	.post-navigation .next_post i:before{
		position: relative;
		top: 2px;
		font-size: 16px;
		margin-left: 8px;

	}

/*-------- 6.7. Related Articles --------*/
	#related_articles{
		padding: 0;
		margin: 40px;
	}

	#related_item_meta{
		margin-top: 20px;
	}

	#related_item_meta a{
		color: #8a8d94;
	}

	#related_item_meta a:hover{
		color: #285fdb;
	}

	.related_article .overlayed{
		position: relative;
		border-radius: 5px;
	}

	.related_article .overlayed .overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		opacity: 0; 
		background: none; 
		color: #fff;
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out;
		z-index: 1;
	}

	.related_article .overlayed .overlay .overlay_icon {
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 60px;
		text-align: center;
	}

	.related_article .overlayed .overlay .overlay_icon i{
		font-size: 22px!important;
		line-height: 50px;
		margin-right: 0;
	}

	.related_article:hover .overlayed .overlay {
		opacity: 1; 
	    background: rgba(40,95,219,0.75);
		border-radius: 5px;
	}

	.related_article:hover .overlayed_detailed .overlay {
		opacity: 1; 
		background: rgba(78,125,225,0.75);
		border-radius: 5px;
	}

	.related_article .overlayed img{
		border-radius: 5px;
	}

/*-------- 6.8. Post Comments --------*/
	#comments_section{
		padding-bottom: 0;
		padding-top: 60px;
		background: #fff;
		margin-top: -40px;
	}

	#comments_section ul,
	#comments_section ol{
		list-style: none;
		margin-left: 0;
	}

	#comments{
		padding: 0 40px;
	}

	.comment p{
		margin-bottom: 0;
	}
	#comments_section p.logged-in-as,
	#comments_section p.comment-notes{
		margin-bottom: 22px;
	}

	p.comment-notes{
		font-size: 14px;
		font-style: italic;
		color: #b5b8c0;
	}

	p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment{
		padding-left: 0;
		margin-bottom: 0;
		font-size: 14px;
		color: #8a8d94;
	}
	.form-submit input[type="submit"]{
		background: #285fdb;
	}

	.comment {
		position: relative;
		padding-left: 60px;
		margin-bottom: 40px;
		min-height: 70px;
	}

	.children .comment:last-child{
		margin-bottom: 0;
	}

	.comment .avatar{
		position: absolute;
		top: 0px;
		left: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 80px;
		width: 80px;
	}

	.comment .comment-text{
		padding: 0px 0 30px 45px;
		margin-top: 12px;
		position: relative;
	}
	
	.comment .comment-text:after {
		content: "";
		width: 100%;
		height: 1px;
		background: #e9eaec;
		position: absolute;
		bottom: 0;
		left: 0;
		visibility: visible;
	}

	.comment .children{
		padding-top: 40px;
	}

	.comment .comment-author{
		font-size: 18px;
		color: #3c414c;
		font-family: roboto, sans-serif;
		font-weight: 300;
		margin-right: 30px;
		margin-left: 44px;
	}

	.comment time{
		font-size: 14px;
		margin-right: 30px;
		margin-left: -9px;
		color: #b5b8c0;
		font-style: italic;
	}

	.comment .reply,
	.comment .edit-link,
	.comment .reply a,
	.comment .edit-link a{
		color: #285fdb;
		font-size: 15px;;
	}
	
	.edit-link{
		float: right;
		opacity: 0;
		top: 1px;
		margin-right: 10px;
	}

	.comment .reply{
		float: right;
		opacity: 0;
		top: 1px;
	}

	.comment .reply a:hover,
	.comment .edit-link a:hover{
		color: #4880FF;
	}

	.comment .reply:before,
	.comment .edit-link:before{
		font-family: 'core_icomoon';
		display: inline;
		margin: 0 4px;
	}

	/*ci_icon-edit*/
	.comment .reply:before{
		content:"\e634"; 
		font-size: 12px;
	}

	/*ci_icon-forward*/
	.comment .edit-link:before{
		content:"\e638"; 
		font-size: 12px;
	}

	.comment .edit-link:before{
		margin-right: 7px;
	}

	.commentlist:hover .reply,
	.commentlist:hover .edit-link{
		opacity: 1;
		transition: all 180ms ease-in;
	}

	#respond{
		padding-top: 30px;
	}

	#respond #comment{
		margin-bottom: 7px;
	}

	#respond .comment-form-comment{
		margin-bottom: 0;
	}

	#respond #comment-submit{
		-webkit-appearance: none;
		background: #285fdb;
		margin: 0 0 40px 0;
		font-weight: 300;
		font-family: roboto, sans-serif;
		text-transform: uppercase;
		padding: 14px 31px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#respond #comment-submit:hover{
		background: #505558;
		border-color: #505558;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}
	
	#comments-title, #reply-title{
		font-size: 24px !important;
	}

	#comments .nocomments {
		padding-bottom: 40px;
	}

/*-------- 6.9. Post Pagination --------*/
	#blog_pagination{
		padding-top: 0;
		margin-top: 30px;
		padding-bottom: 0;
	}

	#blog_pagination .container{
		position: relative;
	}

	#blog_pagination .pagination{
		margin: 0 auto;
		display: table;
	}

	#blog_pagination .page-numbers{
		color: #8a8d94;
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		margin: 0;
		float: left;
		border: 1px solid #eef0f2;
		border-radius: 4px;
		padding: 9px 13px 10px 12px;
		margin-right: 10px;
		background: #fff;
	}

	#blog_pagination .page-numbers:first-child{
		border: 1px solid #eef0f2;
		border-radius: 4px;
		padding: 9px 8px 10px 7px;
	}

	#blog_pagination .prev+.page-numbers{
		border: 1px solid #eef0f2;
		border-radius: 4px;
		padding: 9px 13px 10px 12px;
	}

	#blog_pagination .page-numbers:last-child{
		border: 1px solid #eef0f2;
		border-radius: 4px;
		padding: 9px 8px 10px 7px;
		margin-left: 0;
	}

	#blog_pagination i{
		font-size: 8px;
		line-height: 8px;
		margin: 0 5px;
	}

	#blog_pagination .page-numbers:hover{
		background: #285fdb;
		color: #fff;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}
	
	#blog_pagination .page-numbers.current{
		background: #285fdb;
		color: #fff;
		border: 1px solid #285fdb;
		border-radius: 4px;
		padding: 9px 13px 10px 12px;
	}

	#blog_pagination .prev,
	#blog_pagination .next{
		border: 1px solid #e6ebed;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#blog_pagination .prev{
		margin-right: 10px;
	}

	#blog_pagination .next{
		margin-left: 10px;
	}

	#inner_post_pagination > span,
	#inner_post_pagination > a{
		background: #f5f7f8;
		color: #505558;
		float: left;
		color: #505558;
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		padding: 13px 16px 13px 16px;
		margin: 0;
		border-top: 1px solid #e6ebed;
		border-bottom: 1px solid #e6ebed;
		border-right: 1px solid #e6ebed;
	}

	#inner_post_pagination > a {
		background: #fff;
	}

	#inner_post_pagination > a span{
		border: none;
	}

	#inner_post_pagination > a:hover{
		background: #505558;
		color: #fff;
	}

	#inner_post_pagination > span:first-child,
	#inner_post_pagination > a:first-child{
		border-left: 1px solid #e6ebed;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#inner_post_pagination > span:last-child,
	#inner_post_pagination > a:last-child{
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}


/*-----------------------------------------------------------------*/
/* 7. Contact Form 7
/*-----------------------------------------------------------------*/
	.wpcf7 input{
		margin-top: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
		border: 1px solid #eef0f2;
		margin: 0 0 30px 0;;
	}

	.wpcf7 textarea{
		height: 200px;
		margin: 0 0 23px 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
	}

	.wpcf7-submit{
		-webkit-appearance: none;
		cursor: pointer;
		transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
		-webkit-transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
		white-space: nowrap;
		text-decoration: none;
		display: inline-block;
		border: none !important;
		background: #285fdb;
		color: #fff;
		padding: 12px 75px !important;
		margin-right: 10px;
		margin-bottom: 20px;
		line-height: 20px !important;
		font-size: 15px;
		font-family: roboto, sans-serif;
		font-weight: 300;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.wpcf7-submit:hover{
		background: #505558 ;
		transition: background 180ms, color 180ms, border-color 180ms;
		-webkit-transition: background 180ms, color 180ms, border-color 180ms;
	}

	.wpcf7-response-output{
		margin-top: 20px;
	}

	.wpcf7-not-valid-tip{
		width: auto !important;
		padding: 4px 8px !important;
		margin-bottom: 14px;
		border-radius: 3px;
		background: #fcf4d4!important;
		color: #b8973e!important;
		border: 1px solid #efddad!important;
	}

	.wpcf7-validation-errors{
		margin-bottom: 40px !important;
		padding: 19px !important;
		background: #fee3e5 !important;
		color: #dd444f !important;
		margin: 0px 0 40px 0 !important;
		border: 1px solid #efbfc3!important;
		border-radius: 3px;
	}

	#ABdev_contact_form_submit{
		-webkit-appearance: none;
		width: 100%;
		background: #056ab2 !important;
		height: 55px;
		margin-top: 0;
		-webkit-border-radius: 2px !important;
		-moz-border-radius: 2px !important;
		border-radius: 2px !important;
	}

	div.wpcf7 img.ajax-loader {
		top: -20px;
		position: relative;
		left: 50%;
		margin-left: -8px;
	}

	.transparent_form .wpcf7 input[type="text"]{
		background: rgba(255,255,255,0.1);
		border: 0px;
		margin-bottom: 14px;
	}

	.transparent_form .wpcf7 input[type="email"]{
		background: rgba(255,255,255,0.1);
		border: 0px;
		margin-bottom: 14px;
	}

	.transparent_form .wpcf7 input::-webkit-input-placeholder{
		color: #fff;
	}

	.transparent_form .wpcf7 input::-webkit-input-placeholder{
		color: #fff;
	}

	.transparent_form .wpcf7 input::-moz-placeholder{
		color: #fff;
	}

	.transparent_form .wpcf7 textarea{
		background: rgba(255,255,255,0.1);
		border: 0px;
		margin-bottom: 12px;
	}

	.transparent_form .wpcf7 textarea::-webkit-input-placeholder{
		color: #fff;
	}

	.transparent_form .wpcf7 textarea::-webkit-input-placeholder{
		color: #fff;
	}

	.transparent_form .wpcf7 textarea::-moz-placeholder{
		color: #fff;
	}

	.transparent_form .wpcf7-submit{
		background: #285fdb;
		width: 100%;
	}

/*-----------------------------------------------------------------*/
/* 8. Widgets
/*-----------------------------------------------------------------*/
	aside.sidebar_right{
		padding-left: 12px;
	}

	aside.sidebar_left{
		padding-right: 12px;
	}

	.widget input{
		margin-bottom: 0;
	}

	aside .widget{
		margin-bottom: 42px;
	}

	.sidebar-widget-heading h3,
	#comments-title,
	#reply-title{
		font-family: roboto, sans-serif;
		font-weight: 300;
		color: #505558;
		line-height: 36px;
		position: relative;
		margin-bottom: 30px;
		border-bottom: 1px solid #e6ebed;
		display: block;
		text-align: left;
		font-size: 20px;
		padding-bottom: 10px;
	}

	.sidebar-widget-heading h3:after,
	#comments-title:after,
	#reply-title:after{
		display: block;
		content: "";
		width: 34px;
		height: 2px;
		background: #bbbfc8;
		position: absolute;
		bottom: -1px;
		left: 0;
		margin-left: 0;
	}

	aside .widget a{
		color: #939fa6;
	}

	aside .widget a:hover{
		color: #285fdb;
	}

	.widget ul{
		list-style: none;
		margin-left: 0;
	}

	.widget ul li{
		position: relative;
		font-size: 14px;
	}
	
	.textwidget{
	padding-right: 18px;
	font-size: 14px;
	}
	
	.footerspacer{
		height: 17px;
	}
	.contact_info_widget p{
		font-size: 14px
	}

/*-------- 8.1. Search --------*/	
	.widget_search form{
		position: relative;
	}

	.widget_search a{
		cursor: pointer;
	}

	.widget_search i{
		color: #858585;
		position: absolute;
		top: 17px;
		right: 19px;
		font-size: 13px;
	}

	.widget_search input{
		padding: 10px 20px;
		font-size: 14px;
		height: 44px;
		line-height: 14px;
	}

	.search_results_content_item{
		padding-left: 41px;
		position: relative;
	}

	.search_resuls_number{
		font-family: roboto, sans-serif;
		font-size: 19px;
		font-weight: 300;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 19px;
	}

	.search_results_content_item h4{
		margin-bottom: 12px;
	}

	#search_results_sum_title{
		margin-bottom: 50px;
	}

/*-------- 8.2. Categories --------*/	
	.widget_pages li,
	.widget_recent_entries li,
	.widget_archive li,
	.widget_nav_menu li,
	.widget_meta li,
	.widget_rss li,
	.widget_categories li{
		border-bottom: 1px solid #eef0f2;
		position: relative;
		padding: 6px 0 7px 0;
	}
	.widget_recent_entries h3, .contact-info h3, .flickr-stream h3{
		padding-top: 5px;
	}

	/*ci_icon-chevron-right*/
	.widget_pages li:after,
	.widget_recent_entries li:after,
	.widget_archive li:after,
	.widget_nav_menu li:after,
	.widget_meta li:after,
	.widget_categories li:after{
		display: block;
		content: "\e60e"; 
		font-family: 'core_icomoon';
		font-size: 8px;
		position: absolute;
		right: 0;
		top: 7px;
	}

	.widget_nav_menu li.menu-item-has-children{
		border: none;
		padding-bottom: 0;
	}

	.widget_nav_menu li ul{
		border-top: 1px solid #e6ebed;
		margin-top: 7px;
		margin-bottom: 0;
	}

	.widget_nav_menu li ul li{
		padding-left: 20px;
	}

	.widget_rss .rsswidget{
		font-family: roboto, sans-serif;
		color: #505558;
		font-size: 18px;
	}

	.widget_rss .rss-date{
		display: block;
	}
	.widget_rss .rssSummary{
		font-size: 13px;
	}

/*-------- 8.3. Tag Cloud --------*/	
	.tagcloud a{
		border: 1px solid #eef0f2;
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 7px 11px 8px 11px;
		float: left;
		color: #8a8d94;
		font-size: 13px !important;
		line-height: 13px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
	}

	.tagcloud a:hover{
		background: #285fdb;
		color: #fff !important;
		border: 1px solid transparent;
	}

	.tagcloud:after{
		display: block;
		clear: both;
		content: "";
		height: 0;
	}

	#ABdev_main_footer .tagcloud a{
		border: 1px solid #5f5f5e;
	}

	#ABdev_main_footer .tagcloud a:hover{
		color: #434342;
		border-color: #929292;
	}

	#tag_cloud-2{
		margin-top: -12px;
	}


/*-------- 8.4. Flickr Stream --------*/	
	.flickr_stream{
		margin-top: 35px;
	}

	.flickr_stream a{
		float: left;
		margin: 0 11px 11px 0;
		display: inline-block;
		position: relative;
	}

	aside.sidebar .flickr_stream a{
		margin: 0 10px 10px 0;
	}

	.flickr_stream a:nth-child(3n+0){
		margin-right: 0;
	}

	aside.sidebar .flickr_stream a:nth-child(3n+0){
		margin-right: 10px;
	}

	aside.sidebar .flickr_stream a:nth-child(4n+0){
		margin-right: 0;
	}

	.flickr_stream a:hover:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
	}

	.flickr_stream img{
		width: 82px;
		height: 82px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	aside.sidebar .flickr_stream img{
		width: 82px;
		height: 82px;
	}


/*-------- 8.5. Recent Posts Extended --------*/
	#rpwe_widget-2{
		margin-bottom: 0px;
	}

	.rpwe-block li{
		border-bottom: none !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		position: relative;
		padding-left: 60px;
		min-height: 50px;
		padding-bottom: 37px;
		margin-bottom: 30px !important;
		border-bottom: 1px solid #eef0f2;
	}

	.rpwe-block li:last-child{
		border-bottom:0px solid #eef0f2;
	}

	.rpwe-thumb {
		border: 0 !important;
		box-shadow: none !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 60px;
		height: 60px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.rpwe-title{
		margin-bottom: 0 !important;
		font-family: 'Ubuntu', sans-serif;
		font-size: 15px !important;
		line-height: 26px;
		color: #8a8d94;
		font-weight: normal;
		margin-left: 22px;
	}

	.rpwe-time{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		color: #b5b8c0;
		margin-left: 22px;
		font-style: italic;
	}

/*-------- 8.6. Contact Info --------*/
	.contact_info_widget p{
		padding-left: 47px;
		position: relative;
		margin-bottom: 21px;
	}

	.contact_info_widget i{
		position: absolute;
		left: 0;
		top: -3px;
		display: inline-block;
		background: #242e35;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}


/*-------- 8.7. Twitter --------*/
	.sidebar .ab-tweet-scroller {
		position: relative;
		padding-bottom: 0px;
		border: 0;
	}

	.sidebar .ab-tweet-scroller .caroufredsel_wrapper{
		padding-bottom: 0px;	
	}

	.sidebar .ab-tweet-scroller-inner{
		width: 236px;
		padding-left: 15px;
	}

	.sidebar .ab-tweet-scroller:before{
		display: none;
		content: "";
	}

	.sidebar .ab-tweet-item{
		text-align: left;
		padding: 0px 10px 50px;
		position: relative;
		display: block;
	}

	/*ci_icon-twitter*/
	.sidebar .ab-tweet-scroller-inner:before{
		content: '\e631'; 
		font-family: 'core_icomoon';
		background: none;
		width: auto;
		height: auto;
		font-style: normal;
		font-size: 14px;
		color: #9fa4af;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.sidebar .ab-tweet-item .ab-tweet-username{
		font-size: 13px;
		color: #3c414c;
		position: relative;
		left: 60px;
		top: 0px;
	}

	.sidebar .ab-tweet-item .ab-tweet-date{
		font-size: 13px;
		font-style: italic;
		color: #b5b8c0;
		position: absolute;
		bottom: 20px;
		left: 70px;
	}
	
	.sidebar .ab-tweet-item .ab-tweet-text{
		font-size: 13px;
		color: #8a8d94;
		margin-top: 0;
		display: inline-block;
		padding: 0;
	}

	.sidebar .ab-tweet-text a{
		font-size: 13px;
		color: #848994;
	}

	.sidebar .ab-tweet-text a:hover{
		color: #285fdb;
	}

	.sidebar .ab-tweet-navigation{
		display: none;
	}

/*-------- 8.8. Follow Us --------*/
	.sidebar .dnd_follow_us a{
		width: 36px;
		height: 36px;
		border-radius: 5px;
		background: #fff;
		border: 1px solid #eef0f2;
		text-align: center;
		margin-right: 0;
		margin-left: 10px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.sidebar .dnd_follow_us a:first-child{
		margin-left: 0;
	}

	.sidebar .dnd_follow_us a i{
		color: #8a8d94;
		font-size: 15px!important;
		line-height: 36px;
		margin: 0;
	}

	.sidebar .dnd_follow_us a:hover i{
		color: #fff;
	}

/*-------- 8.9. Woocommerce Cart Widget --------*/
	.cart-tab.right,
	.cart-tab.left{
		top: 150px;
	}

	.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity{
		border: 0;
	}


/*-----------------------------------------------------------------*/
/* 9. Pages
/*-----------------------------------------------------------------*/


	#default_page_row{
		padding: 40px 0;
	}
	
	#default_page_row .dnd_section_dd:first-child{
		padding-top: 0px;
	}

	#default_page_row .dnd_section_dd:last-child{
		padding-bottom: 0px;
	}

/*-------- 9.1. Portfolio --------*/
	.portfolio_item{
		color: #929292;
		border: 0px;
	}

	.portfolio_item,
	.portfolio_item .overlayed{
		position: relative; 
		text-align: center;
		z-index: 1;
	}

	
	.portfolio_single_column_item .portfolio_item,
	.portfolio_single_column_item .portfolio_item .overlayed{
		height: 100%;
	}

	#simple_item_portfolio{
		padding-bottom: 15px;
	}

	.portfolio_item h4{
		margin: 0px 0px 27px 0px;
		position: relative;
		z-index: 1;
	}

	.portfolio_item span{
		z-index: 1;
		position: relative;
	}

	.portfolio_item h4 a{
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		text-transform: uppercase;
		font-family: roboto, sans-serif;
	}

	.portfolio_item h4 a:hover{
		color: #056ab2;
	}

	.portfolio_item .overlayed .overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		opacity: 0; 
		background: none; 
		color: #fff;
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out; 
	}
	
	.portfolio_item .overlayed .overlay .overlay_title{
		font-family: roboto, sans-serif;
		font-size:38px;
		color: #fff;
		font-weight: 200;
		width: 100%;
		position: absolute;
		top: 50%;
		margin-top: -30px;
		line-height: 38px;
		text-align: center;
		padding: 0 10px;
	}

	#related_portfolio .portfolio_item .overlayed .overlay .overlay_title{
		margin-top: -80px;
	}
	
	.portfolio_item .overlayed .overlay .portfolio_item_tags{
		font-style: italic;
		margin-bottom: 0;
		font-size: 16px;
		text-align: center;
		width: 100%;
		top: auto;
		bottom: 50px;
		position: absolute;
		margin-top: 50px;
	}

	.portfolio_item .overlayed:hover .overlay {
		opacity: 1; 
		background:rgba(78,125,225,0.75);
	}

	.portfolio_single_column_item .portfolio_item .overlayed:hover .overlay {
		opacity: 1; 
		background:rgba(78,125,225,0.75);
	}

	.portfolio_single_column_item:nth-child(2n) .portfolio_item .overlayed:hover .overlay {
		opacity: 1; 
		background:rgba(78,125,225,0.75);
	}

	h2.portfolio_title a{
		color: #3c414c;
		font-size: 24px;
	}

	h2.portfolio_title a:hover{
		color: #285fdb;
		font-size: 24px;
	}

	.portfolio_item_meta h2.portfolio_title{
		margin-bottom: -6px;
	}

	.portfolio_single_column_item .portfolio_item_meta_category{
		position: relative;
		display: inline-block;
	}

	.portfolio_single_column_item .portfolio_item_meta_category a{
		padding-bottom: 30px;
		position: relative;
		color: #b5b8c0;
		font-style: italic;
		font-size: 14px;
		display: inline-block;
	}

	.portfolio_single_column_item .portfolio_item_meta_category a:hover{
		color: #285fdb;
	}

	.portfolio_single_column_item .portfolio_item_meta_category:after{
		display: block;
		content: "";
		width: 34px;
		height: 2px;
		background: #bbbfc8;
		bottom: 15px;
		left: 0;
		position: absolute;
	}

	.portfolio_single_column_item{
		margin-bottom: 60px;
		border: 1px solid #eef0f2;
		background: #fff;
		border-radius: 4px;
		box-shadow: 1px 1px 2px rgba(138,141,148,0.1);
		position: relative;
		overflow: hidden;
	}

	.portfolio_single_column_item .overlayed{
		float: left;
		width: 50%;
		margin-right: 80px;
	}

	.portfolio_single_column_item .portfolio_single_content{
		display: block;
	}

	.portfolio_single_column_item:nth-child(2n) .overlayed{
		float: right;
		width: 50%;
		margin-left: 80px;
		margin-right: 0;
	}

	.portfolio_single_column_item .overlay .overlay_icon{
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 60px;
	}

	.portfolio_single_column_item .overlay .overlay_icon i{
		font-size: 25px!important;
		text-align: center;
		margin: 0;
		line-height: 50px;
	}

	.portfolio_single_column_item .portfolio_item_meta{
		padding: 80px;
		position: relative;
		text-align: left;
	}

	.portfolio_item_meta .post-readmore{
		margin-top: 30px;
	}

	.portfolio_item_meta .post-readmore a {
		width: 180px;
		height: 44px;
		font-size: 15px;
		line-height: 36px;
		color: #3c414c;
		text-transform: uppercase;
		border: 1px solid #eef0f2;
		text-align: center;
		border-radius: 4px;
		background: #fbfcfd;
		font-weight: 200;
		float: left;
	}

	.portfolio_item_meta .post-readmore a:hover {
		color: #285fdb;
		border: 1px solid #285fdb;
	}

	.single_portfolio_meta{
		color: #929292;
		margin-bottom: 33px;
	}

	.single_portfolio_meta .icon-calendar{
		margin-left: 30px;
	}

	.portfolio_single_column_item .more-link{
		margin-top: 3px;
	}

	.portfolio_item_meta{
		padding-left: 20px;
	}

	.portfolio_item_meta h2{
		margin-bottom: 24px;
	}

	.portfolio_item_meta .portfolio_item_meta_label{
		color:#3c414c;
	}

	.portfolio_item_meta .portfolio_item_meta_data{
		color: #8a8d94;
	}

	.portfolio_single_detail{
		margin-bottom: 0px;
		padding-bottom: 4px;
	}

	.portfolio_item_meta p.portfolio_single_detail:first-of-type{
		padding-top: 20px;
	}

	.portfolio_item_meta p:last-child{
		border-bottom: none;
	}

	.portfolio_item_image{
		margin-bottom: 35px;
		border-radius: 4px;
		margin-top: 14px;
	}

	.portfolio_item_view_link{
		margin-top: 22px!important;
		margin-bottom: 38px;
	}

	.portfolio_item_view_link a{
		display: inline-block;
		background: transparent;
		color: #3c414c;
		border: 1px solid #eef0f2;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 9px 62px;
		font-family: roboto, sans-serif;
		font-weight: 300;
		margin-top: 0px;
		font-size: 15px;
		text-transform: uppercase;
	}

	.portfolio_item_view_link a:hover{
		color: #285fdb;
		border: 1px solid #285fdb;
	}

	.portfolio_share_label{
		font-size: 18px;
		color: #3c414c;
	}

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  z-index: 1;
	}

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	      -ms-transition-duration: 0.8s;
	       -o-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	      -ms-transition-property: height, width;
	       -o-transition-property: height, width;
	          transition-property: height, width;
	}

	.isotope .isotope-item {
	     -moz-transition-property:    -moz-transform, opacity;
	      -ms-transition-property:     -ms-transform, opacity;
	       -o-transition-property:      -o-transform, opacity;
	          transition-property:         transform, opacity;
	          -webkit-transition-property:         -webkit-transform, opacity;
	}

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
	     -moz-transition-duration: 0s;
	      -ms-transition-duration: 0s;
	       -o-transition-duration: 0s;
	          transition-duration: 0s;
	}

	#filters{
		list-style: none;
		margin: 0;
		text-align: center;
		margin-bottom: 50px;
	}

	#filters li{
		list-style: none;
		display: inline-block;
		margin-left: 5px;
		text-transform: uppercase;
	}

	#filters li a{
		color: #3c414c;
		font-family: roboto, sans-serif;
		font-size: 12px;
		font-weight: 300;
		border: 1px solid #eef0f2;
		border-radius: 5px;
		padding: 3px 19px 5px 19px;
		display: inline-block;
		background: #fff;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#filters li:first-child a{
		border-left: 1px solid #eef0f2;
	}

	#filters li a.selected,
	#filters li:hover,
	#filters li:hover a{
		color: #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#filters i{
		margin-right: 10px;
		margin-left: 15px;
		font-size: 9px;
		top: 0px;
	}

	.portfolio_item_5{
		width: 19.97%;
		display: block;
		float: left;
	}

	.portfolio_item_4{
		width: 24.98%;
		display: block;
		float: left;
	}

	.portfolio_item_3{
		width: 33.31%;
		display: block;
		float: left;
	}

	.portfolio_item_2{
		width: 49.98%;
		display: block;
		float: left;
	}

	#related_portfolio{
		padding: 90px 0 0;
		margin-bottom: 100px;
	}

	#related_portfolio h3.column_title_center{
		margin-bottom: 40px!important;
	}

	#related_portfolio .portfolio_inner_content .overlayed {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		overflow: hidden;
	}

	#single_portfolio_pagination_layout2{
		padding: 0;
		background: #fff;
		border-bottom: 1px solid #eef0f2;
	}

	.more_portfolio_link{
		margin: 42px 0 30px 0;
		text-align: center;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.more_portfolio_link a{
		text-transform: uppercase;
		font-family: roboto, sans-serif;
		font-size: 18px;
		font-weight: 300;
		color: #8a8d94;
		border: 1px solid #8a8d94;
		border-radius: 4px;
		padding: 10px 30px 12px 30px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.more_portfolio_link a:hover{
		color: #285fdb;
		border: 1px solid #285fdb;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.portfolio-readmore{
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.portfolio_inner_content{
		-webkit-box-shadow: inset 0px 0px 0px 1px #eef0f2;
		-moz-box-shadow:    inset 0px 0px 0px 1px #eef0f2;
		box-shadow:         inset 0px 0px 0px 1px #eef0f2; 
	}

	.portfolio_inner_content .portfolio_item_meta{
		padding: 20px 0;
	}

	.portfolio_inner_content .portfolio_item_meta h2{
		margin-bottom: 0!important;
		padding: 0;
		line-height: 24px;
	}

	.portfolio_inner_content .portfolio_item_meta h2 a{
		font-family: roboto, sans-serif;
		font-weight: 200;
		font-size: 20px;
		color: #3c414c;
	}
	
	.portfolio_inner_content .portfolio_item_meta h2:after{
		display: none;
	}

	.portfolio_inner_content .portfolio_item_meta .portfolio_4column_info{
		text-align: center;
		margin-bottom: 0;
	}

	.portfolio_inner_content .portfolio_item_meta .portfolio_4column_info .portfolio_item_meta_data{
		font-family: Ubuntu;
		font-weight: 300;
		font-style: italic;
		font-size: 14px;
		line-height: 26px;
		color: #b5b8c0;
	}

	.portfolio_item_meta p{
		margin-top: 0px;
	}

	.portfolio_item_meta .portfolio_content {
		border-bottom: 1px solid #eef0f2;
		margin-bottom: 0;
	}

	.portfolio_item_meta .portfolio_details{
		border-bottom: 1px solid #eef0f2;
		margin-bottom: 40px;
		padding-bottom: 17px;
	}

	.post_meta_share.portfolio_share_social{
		float: left;
	}

	#porfolio_pagination{
		border-top: 1px solid #eef0f2;
		background: #fff;
		padding: 0;
	}	

	#single_portfolio_pagination{
		min-height: 60px;
		position: relative;
	}

	#single_portfolio_pagination a{
		font-family: roboto, sans-serif;
		font-weight: 300;
		font-size: 18px;
		text-transform: uppercase;
		color: #3c414c;
	}

	#single_portfolio_pagination a i{
		font-size: 18px!important;
		color: #b5b8c0;
	}

	#single_portfolio_pagination .prev,
	#single_portfolio_pagination .next{
		position: relative;
		top: 14px;
	}

	#single_portfolio_pagination .prev i{
		margin-right: 8px;
		position: relative;
		top: 3px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#single_portfolio_pagination .next i{
		margin-left: 8px;
		position: relative;
		top: 3px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#single_portfolio_pagination .list{
		position: absolute;
		top: 16px;
		left: 50%;
		margin-left: -9px;
	}

	#single_portfolio_pagination a:hover,
	#single_portfolio_pagination a:hover i{
		color: #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#single_portfolio_pagination .next{
		float: right;
	}

/*----------- 9.1.1. Portfolio - 2 Columns --------------*/
	.portfolio_item_2{
		padding-right: 30px;
		margin-top: 30px;
	}

	.portfolio_item_2 .portfolio2_container{
		border: 1px solid #eef0f2;
		border-radius: 4px;
		background: #fff;
		overflow: hidden;
	}

	.portfolio_item_2 .overlay .overlay_icon{
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 63px;
	}

	.portfolio_item_2 .overlay .overlay_icon i{
		font-size: 25px!important;
		text-align: center;
		margin: 0;
	}
	
	.portfolio_item_2 .portfolio2_title{
		margin-top: 17px;
		margin-bottom: 0;
		font-family: roboto, sans-serif, sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 0 20px;
	}

	.portfolio_item_2 .portfolio2_title a{
		color: #3c414c;
	}

	.portfolio_item_2 .portfolio2_title a:hover{
		color: #285fdb;
	}

	.portfolio_item_2 .portfolio2_item_tags{
		text-align: center;
		margin-top: -4px;
	}

	.portfolio_item_2 .portfolio2_item_tags a{
		font-style: italic;
		font-size: 14px;
		color: #b5b8c0;
	}

	.portfolio_item_2 .portfolio2_item_tags a:hover{
		color: #285fdb;
	}

/*----------- 9.1.2. Portfolio - 3 Columns --------------*/
	.portfolio_item_3{
		padding-right: 30px;
		margin-top: 30px;
	}

	.portfolio_item_3 .portfolio3_container{
		border: 1px solid #eef0f2;
		border-radius: 4px;
		background: #fff;
		overflow: hidden;
	}

	.portfolio_item_3 .overlay .overlay_icon{
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 63px;
	}

	.portfolio_item_3 .overlay .overlay_icon i{
		font-size: 25px!important;
		text-align: center;
		margin: 0;
	}
	
	.portfolio_item_3 .portfolio3_title{
		margin-top: 17px;
		margin-bottom: 0;
		font-family: roboto, sans-serif, sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 0 20px;
	}

	.portfolio_item_3 .portfolio3_title a{
		color: #3c414c;
	}

	.portfolio_item_3 .portfolio3_title a:hover{
		color: #285fdb;
	}

	.portfolio_item_3 .portfolio3_item_tags{
		margin-top: -4px;
		text-align: center;
	}

	.portfolio_item_3 .portfolio3_item_tags a{
		font-style: italic;
		font-size: 14px;
		color: #b5b8c0;
	}

	.portfolio_item_3 .portfolio3_item_tags a:hover{
		color: #285fdb;
	}

	.portfolio_item_3_boxed{
		width: 32%;
		display: block;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.portfolio_item_3_boxed:nth-of-type(3n){
		margin-right: 0;
	}

	.portfolio_item_3_boxed .overlay_title{
		padding: 0 20px;
	}

	.portfolio_item_3_boxed .overlayed img,
	.portfolio_item_3_boxed:hover .overlayed .overlay{
		border-radius: 5px!important;
	}
	
/*----------- 9.1.3. Portfolio - 4 Columns --------------*/
	.portfolio_item_4{
		padding-right: 30px;
		margin-top: 30px;
	}

	.portfolio_item_4 .portfolio4_container{
		border: 1px solid #eef0f2;
		border-radius: 4px;
		background: #fff;
		overflow: hidden;
	}
	
	.portfolio_item_4 .overlay .overlay_icon{
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 63px;
	}

	.portfolio_item_4 .overlay .overlay_icon i{
		font-size: 25px!important;
		text-align: center;
		margin: 0;
	}
	
	.portfolio_item_4 .portfolio4_title{
		margin-top: 17px;
		margin-bottom: 0;
		font-family: roboto, sans-serif, sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 0 10px;
	}

	.portfolio_item_4 .portfolio4_title a{
		color: #3c414c;
	}

	.portfolio_item_4 .portfolio4_title a:hover{
		color: #285fdb;
	}

	.portfolio_item_4 p.portfolio4_item_tags{
		margin-top: -5px;
		text-align: center;
	}

	.portfolio_item_4 p.portfolio4_item_tags a{
		font-style: italic;
		font-size: 14px;
		color: #b5b8c0;
	}

	.portfolio_item_4 p.portfolio4_item_tags a:hover{
		color: #285fdb;
	}

	.portfolio_item_4_boxed{
		width: 23.58%;
		display: block;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.portfolio_item_4_boxed:nth-of-type(4n){
		margin-right: 0;
	}

	.portfolio_item_4_boxed .overlay_title{
		padding: 0 20px;
	}

	.portfolio_item_4_boxed .overlayed img,
	.portfolio_item_4_boxed:hover .overlayed .overlay{
		border-radius: 5px!important;
	}

/*----------- 9.1.4. Portfolio - Masonry --------------*/
	.container_fullwidth {
		width: 100.4%;
		margin: 0 auto;
	}

	.small{
		width: 16.65%;
	}

	.medium_vert{
		width: 16.65%;
	}

	.medium_horiz{
		width: 33.31%;
	}

	.big{
		width: 33.31%;
	}

	.portfolio_item.portfolio_masonry_fullwidth:hover .overlayed .overlay{
		border-radius: 0;
	}

/*----------- 9.1.5. Nivo Slider --------------*/
	.slider-wrapper{
        position: relative;        
    }

    #slider a {
        border:0;
        display:block;
    }
    
    .nivo-controlNav {
        padding: 20px 0;
        text-align: left;
    }

    .nivo-control img{
		width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
    }

/*-------- 9.2. About Us Page --------*/
	.section_stats{
		padding: 37px 0 0 0;
	}

/*-------- 9.3. 404 Page --------*/
	#page404{
		text-align: center;
		margin-bottom: 76px;
		margin-top: 53px;
	}

	#page404 .big_404{
		font-size: 236px;
		line-height: 236px;
		font-family: roboto, sans-serif;
		font-weight: 200;
		color: #3c414c;
		text-align: center;
	}

	#page404 .big_404_text{
		font-size: 36px;
		line-height: 36px;
		font-family: roboto, sans-serif;
		font-weight: 200;
		color: #3c414c;
		text-align: center;
		margin-bottom: 24px;
	}

	#page404 h2{
		font-size: 15px;
	}

	#page404 .dnd_search{
		width: 31.5%;
		margin: 10px auto;
	}

	#page404 form{
		position: relative;
	}

	#page404 a{
		cursor: pointer;
	}

	#page404 i{
		color: #858585;
		position: absolute;
		top: 15px;
		right: 19px;
		font-size: 14px;
	}

	#page404 input{
		padding: 10px 20px;
		font-size: 14px;
		height: 44px;
		border: 1px solid #eef0f2;
		background: #fbfcfd;
		border-radius: 4px;
	}

	.portfolio_front{
		padding-right: 0;
		margin-top: 0;
	}
	
	.portfolio_front.portfolio_item_3 .overlayed img{
		border-radius: 0px;
	}

	.portfolio_front.portfolio_item:hover .overlayed .overlay{
		border-radius: 0px;
	}

/*-------- 9.4. Shop --------*/
	.wpb_slider_area .owl-item .item{
		margin: 0;
		margin-left: 12px!important;
		margin-right: 12px!important;
	}

	.wpb_slider_area.wpb_latest_pro_sli.wpb_fix_cart #owl-demo.owl-carousel.owl-theme .owl-wrapper-outer.big_layout .owl-wrapper.grid.cs-style-3 .owl-item .item figure{
		border-radius: 4px;
		overflow: hidden;
		border: 1px solid #eef0f2;
	}

	.wpb_slider_area.wpb_latest_pro_sli.wpb_fix_cart #owl-demo.owl-carousel.owl-theme .owl-wrapper-outer.big_layout .owl-wrapper.grid.cs-style-3 .owl-item .item figure figcaption{
		background: #292934;
	}

	.grid figcaption a:hover, div.grid_no_animation figcaption a.button:hover{
		color: #285fdb!important;
		border: 1px solid #285fdb!important;
		background: #fff !important;
	}

	.grid figcaption a, div.grid_no_animation figcaption a.button{
		border-radius: 4px;
		border: 1px solid #285fdb;
		background: #285fdb;
	}

	.owl-theme .owl-controls .owl-buttons div{
		color: #8a8d94;
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		margin: 0;
		float: left;
		border: 1px solid #eef0f2;
		border-radius: 4px;
		width: 32px;
		height: 32px;
		margin-right: 10px;
		background: #fff;
	}

	.owl-theme .owl-controls .owl-buttons div:hover{
		background: #285fdb;
		color: #fff;
	}

	.owl-theme .owl-controls .owl-buttons div i{
		line-height: 25px;
		margin: 0;
	}

	.owl-buttons{
		position: absolute;
		top: -45px!important;
		right: -10px!important;
	}

	.wpb_area_title{
		display: none !important;
	}


/*-------- 9.4.1. Wishlist Page --------*/
	.wishlist_buttons{
		background: #fff;
		border: 1px solid #eef0f2;
		margin-bottom: 10px;
		position: relative;
		border-radius: 4px;
	}
	
	.wishlist_buttons .sidebar_text{
		display: block;
		font-size: 16px;
		color: #3c414c;
		height: 50px;
		padding: 11px 20px;
	}
	
	.wishlist_buttons .sidebar_text i{
		margin-right: 10px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}
	
	.wishlist_buttons .sidebar_text:hover{
		color: #285fdb;
	}
	
	.wishlist_buttons .sidebar_text:hover i{
		color: #285fdb!important;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}	
	
/*-------- 9.5. Coming Soon Page --------*/
	#coming_soon_header{
		min-height: 240px;
		text-align: center;
	}
	
	#coming_soon_header #logo{
		float: none;
		margin: 0 0;
		display: inline-block;
		line-height: 240px;
	}
	
	.coming_soon_subscribe{
		text-align: center;
	}
	
	.coming_soon_subscribe span{
		display: inline-block;
		margin-right: 10px;
	}
	
	.coming_soon_subscribe input[type="submit"]{
		padding: 13px 51px!important;
	}

	body.search.search-results .pagination{
		margin-bottom: 90px!important;
	}
 

 /*-----------------------------------------------------------------*/
/* 10. Other
/*-----------------------------------------------------------------*/
	
/*-------- 10.1. AB Testimonials --------*/

/*-------- 10.1.1. AB Testimonials - Picture Middle --------*/	
	.ABt_testimonials_wrapper.picture_middle .ABt_pagination,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination{
		margin-top: 0px;
	}
	
	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a{
		margin-right: 13px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #bbbfc6;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a.selected,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a.selected{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a:hover,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a:hover{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #50a2de;
		border: 0;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_pagination a span,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_pagination a span{
		display: none;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small{
		border: 1px solid #e9eaec;
		border-radius: 5px;
		padding: 110px 25px 0px 25px;
		position: relative;
		background: #fbfcfd;
		margin-top: 16px;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small .source,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small .source{
		position: absolute;
		width: 350px;
		top: 52px;
		left: 50%;
		margin-left: -175px;
		text-align: center;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_author,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_author{
		color: #3c414c;	
		font-family: roboto, sans-serif;
		font-size: 20px;
		display: block;
		font-weight: 300;
	}

	.ABt_testimonials_wrapper.picture_middle .ABt_company,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_company{
		color: #9ea1a9;	
		font-family: Ubuntu;
		font-size: 13px;
		font-weight: 300!important;
		font-style: italic;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;

	}
	.ABt_testimonials_wrapper.picture_middle .ABt_company:hover,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_company:hover{
		color: #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;	
	}
	
	.ABt_testimonials_wrapper.picture_middle .testimonial_small p,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small p{
		border-bottom: 0px;
		font-size: 15px;
		color: #8a8d94;
		line-height: 26px;
		margin-bottom: 33px;
		font-style: italic;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small p:after,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small p:after{
		display: none;
	}
	
	.ABt_testimonials_wrapper.picture_middle .ABt_testimonials_slide li,
	.ABt_testimonials_wrapper_static.picture_middle .ABt_testimonials_slide li{
		border-radius: 5px;
		padding-bottom: 0px;
		background: transparent;
	}

	.ABt_testimonials_wrapper.picture_middle .testimonial_small img,
	.ABt_testimonials_wrapper_static.picture_middle .testimonial_small img{
		width: 74px;
		height: 74px;
		border-radius: 50%;
		position: absolute;
		top: -43px;
		left: 50%;
		margin-left: -37px;
	}

/*-------- 10.1.2. AB Testimonials - Picture Bottom --------*/	
	.ABt_testimonials_wrapper.picture_bottom,
	.ABt_testimonials_wrapper_static.picture_bottom{
		position: relative;
		border: 1px solid #eef0f2;
		border-radius: 5px;
		background: #fbfcfd;
	}

	.ABt_testimonials_wrapper.picture_bottom{
		padding-bottom: 45px;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination{
		z-index: 1;
		position: absolute;
		left: 50%;
		bottom: 15px;
		margin-left: -33px;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a{
		margin-right: 13px;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		display: inline-block;
		background: #dfe3e7;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a.selected,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a.selected{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: #8a8d94;
		border: 0;
		display: inline-block;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a:hover,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a:hover{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: #8a8d94;
		border: 0;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_pagination a span,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_pagination a span{
		display: none;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small{
		position: relative;
		padding: 70px 30px 0px 126px;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small .source,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small .source{
		position: absolute;
		width: 350px;
		top: 29px;
		left: 22.2%;
		text-align: left;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_author,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_author{
		color: #3c414c;
		font-size: 20px;
		font-family: roboto, sans-serif;	
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_company,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_company{
		color: #9ea1a9;
		font-size: 13px;
		font-family: Ubuntu;
		font-style: italic;
		font-weight: 300!important;
		-webkit-transition: all 180ms ease-in;
				transition: all 180ms ease-in;
	}

	.ABt_testimonials_wrapper.picture_bottom .ABt_company:hover,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_company:hover{
		color: #285fdb;
	}
	
	.ABt_testimonials_wrapper.picture_bottom .testimonial_small p,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small p{
		border-bottom: 0px;
		font-size: 15px;
		color: #8a8d94;
		line-height: 26px;
		font-style: italic;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small p:after,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small p:after{
		display: none;
	}
	
	.ABt_testimonials_wrapper.picture_bottom .ABt_testimonials_slide li,
	.ABt_testimonials_wrapper_static.picture_bottom .ABt_testimonials_slide li{
		border-radius: 5px;
		background: transparent;
	}

	.ABt_testimonials_wrapper.picture_bottom .testimonial_small img,
	.ABt_testimonials_wrapper_static.picture_bottom .testimonial_small img{
		width: 74px;
		height: 74px;
		border-radius: 50%;
		position: absolute;
		top: 30px;
		left: 30px;
	}

/*-------- 10.2. AB Tweet Scroller --------*/	
	.ab-tweet-scroller {
		position: relative;
		border: 0;
		padding-bottom: 0px;
	}

	/*ci_icon-twitter*/
	.ab-tweet-scroller:before{
		content: '\e631'; 
		font-family: 'core_icomoon';
		background: none;
		width: 86px;
		height: 86px;
		border-radius: 50%;
		font-style: normal;
		font-size: 30px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -43px;
		background: rgba(255,255,255,0.1);
		border: 1px solid rgba(238,240,242,0.4);
		text-align: center;
		line-height: 85px;
	}

	.ab-tweet-item{
		position: relative;
		padding-top: 87px;
		padding-bottom: 50px;
	}

	.ab-tweet-username{
		color: #ffffff;
		font-size: 16px;
		position: absolute;
		left: 50%;
		top: 103px;
		margin-left: -61px;
		z-index: 10;
	}

	.ab-tweet-text{
		margin-top: 70px;
		font-family: Ubuntu, sans-serif;
		font-size: 20px;
		color: #b5b8c0;
		z-index: 10;
		font-weight: 300;
		padding: 0 100px;
	}

	.ab-tweet-text a{
		font-family: Ubuntu, sans-serif;
		font-size: 20px;
		color: #fff;
		font-weight: 300;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.ab-tweet-text a:hover{
		color: #285fdb;
	}

	.ab-tweet-date {
		color: #8a8d94;
		font-family: Ubuntu, sans-serif;
		font-size: 15px;
		position: absolute;
		bottom: 12px;
		left: 50%;
		margin-left: -61px;
		z-index: 10;
	}

	.ab-tweet-navigation{
		margin: 0 100px;
	}

	.ab-tweet-prev{
		color:transparent;
	}

	.ab-tweet-next{
		color: transparent;
	}

	a.ab-tweet-prev:hover{
		color:transparent;
	}

	a.ab-tweet-next:hover{
		color:transparent;
	}

	.ab-tweet-prev:after{
		content: '';
		border-top: 1px solid #b6b6b7;
		border-right: 1px solid #b6b6b7;
		transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		background: transparent;
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 50%;
		left: 10px;
		right: auto;
		margin-bottom: -30px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.ab-tweet-prev:hover:after{
		border-top: 1px solid #285fdb;
		border-right: 1px solid #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.ab-tweet-next:hover:after{
		border-top: 1px solid #285fdb;
		border-right: 1px solid #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.ab-tweet-next:after{
		content: '';
		border-top: 1px solid #b6b6b7;
		border-right: 1px solid #b6b6b7;
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		background: transparent;
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 50%;
		right: 10px;
		left:auto;
		margin-bottom: -30px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

/*-------- 10.3. AB Simple Subscribe --------*/	
	.ABss_form_wrapper{
		text-align: center;
	}
	
	.ABss_form_wrapper p{
		margin: 0 10px; 
	}

	.ABss_form_wrapper input{
		width: 370px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing: border-box;
	}

	.ABss_form_wrapper input[type="submit"]{
		margin:0 0 30px 0;
		padding: 14px 51px 14px;
		width: 100%;
		text-transform: uppercase;
		border: 1px solid #285fdb;
	}


/*-----------------------------------------------------------------*/
/* 11. Footer
/*-----------------------------------------------------------------*/
	#ABdev_main_footer{
		color: #939fa6;
		position: relative;
	}

	#ABdev_main_footer h3{
		color: #fff;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	#ABdev_main_footer a{
		color: #939fa6;
	}

	#ABdev_main_footer a:hover{
		color: #285fdb;
	}

	#footer_columns{
		background: #232425;
		padding: 68px 0;
	}

	#footer_copyright{
		background: #1f2021;
		color: #939fa6;
		font-size: 13px;
		line-height: 30px;
		padding: 20px 0;
	}

	.footer_social_span_1{width:100%;}
	.footer_social_span_2{width:50%;}
	.footer_social_span_3{width:33.333333%;}
	.footer_social_span_4{width:25%;}
	.footer_social_span_5{width:20%;}
	.footer_social_span_6{width:16.666667%;}
	.footer_social_span_7{width:14.285714%;}
	.footer_social_span_8{width:12.5%;}
	.footer_social_span_9{width:11.111111%;}
	.footer_social_span_10{width:10%;}

	#footer_social{
		text-align: center;
		background:#1f2021;
	}

	#footer_social a{
		display: inline-block;
		line-height: 100px;
		text-align: center;
		border-right: 1px solid #2a2b2c;
		color: #8a8d94;
	}

	#footer_social a:first-child{
		border-left: 1px solid #2a2b2c;
	}

	#footer_social i{
		color:#8a8d94;
		font-size: 21px!important;
		margin-right: 0;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}
	
	#footer_social .dnd_socialicon_facebook:hover i{color: #3B5998;}
	#footer_social .dnd_socialicon_twitter:hover i{color: #4099FF;}
	#footer_social .dnd_socialicon_googleplus:hover i{color: #d34836;}
	#footer_social .dnd_socialicon_linkedin:hover i{color: #0e76a8;}
	#footer_social .dnd_socialicon_youtube:hover i{color: #c4302b;}
	#footer_social .dnd_socialicon_pinterest:hover i{color: #c8232c;}
	#footer_social .dnd_socialicon_github:hover i{color: #171515;}
	#footer_social .dnd_socialicon_rss:hover i{color: #ee802f;}
	#footer_social .dnd_socialicon_behance:hover i{color: #1769ff;}
	#footer_social .dnd_socialicon_blogger-blog:hover i{color: #f57d00;}
	#footer_social .dnd_socialicon_delicious:hover i{color: #3399ff;}
	#footer_social .dnd_socialicon_designcontest:hover i{color: #5faad2;}
	#footer_social .dnd_socialicon_deviantart:hover i{color: #4e6252;}
	#footer_social .dnd_socialicon_digg:hover i{color: #000;}
	#footer_social .dnd_socialicon_dribbble:hover i{color: #ea4c89;}
	#footer_social .dnd_socialicon_dropbox:hover i{color: #007ee5;}
	#footer_social .dnd_socialicon_email:hover i{color: #ed1c16;}
	#footer_social .dnd_socialicon_flickr:hover i{color: #ff0084;}
	#footer_social .dnd_socialicon_forrst:hover i{color: #5b9a68;}
	#footer_social .dnd_socialicon_instagram:hover i{color: #3f729b;}
	#footer_social .dnd_socialicon_lastfm:hover i{color: #c3000d;}
	#footer_social .dnd_socialicon_myspace:hover i{color: #313131;}
	#footer_social .dnd_socialicon_picasa:hover i{color: #9a45a0;}
	#footer_social .dnd_socialicon_skype:hover i{color: #00aff0;}
	#footer_social .dnd_socialicon_stumbleupon:hover i{color: #f74425;}
	#footer_social .dnd_socialicon_vimeo:hover i{color: #44bbff;}
	#footer_social .dnd_socialicon_zerply:hover i{color: #9dcc7a;}

	#footer_columns .widget_pages li,
	#footer_columns .widget_recent_entries li,
	#footer_columns .widget_archive li,
	#footer_columns .widget_nav_menu li,
	#footer_columns .widget_meta li,
	#footer_columns .widget_rss li,
	#footer_columns .widget_categories li{
		border-bottom: 1px solid #2c2d2e;
		position: relative;
		padding: 6px 0 7px 0;
	}

	#footer_default_container #footer_copyright .footer_copyright{
		margin-left: 0;
	}

	#footer_default_container #back_to_top{
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #26292e;
		position: absolute;
		right: 60px;
		bottom: 45px;
		margin-left: -23px;
		z-index: 1;	
		text-align: center;
	}

	#footer_default_container #back_to_top:after{
		content: "";
		background: transparent;
		border-top: 1px solid #878a91;
		border-right: 1px solid #878a91;
		width: 14px;
		height: 14px;
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -7px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_default_container #back_to_top:hover:after{
		border-top: 1px solid #285fdb;
		border-right: 1px solid #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_onepage_container{
		background: #181a1d;
		min-height: 396px;
		position: relative;
	}

	#footer_onepage_container .footer_onepage_copyright{
		text-align: center;
		padding-top: 31px;
		color: #8a8d94;
		font-size: 14px;
	}

	#footer_onepage_container #back_to_top{
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #26292e;
		position: absolute;
		left: 50%;
		bottom: 100px;
		margin-left: -23px;
		z-index: 1;	
		text-align: center;
	}

	#footer_onepage_container #back_to_top:after{
		content: "";
		background: transparent;
		border-top: 1px solid #878a91;
		border-right: 1px solid #878a91;
		width: 14px;
		height: 14px;
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -7px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_onepage_container #back_to_top:hover:after{
		border-top: 1px solid #285fdb;
		border-right: 1px solid #285fdb;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_onepage_container #footer_onepage_social{
		text-align: center;
		padding-top: 100px;
	}

	#footer_onepage_container #footer_onepage_social a{
		width: 52px;
		height: 52px;
		border-radius: 50%;
		margin-right: 14px;
		margin-bottom: 14px;
		background: #37393a;
		text-align: center;
		display: inline-block;
		line-height: 59px;
	}

	#footer_onepage_container #footer_onepage_social a i{
		color: #8a8d94;
		display: inline-block;
		font-size: 21px!important;
		margin-right: 0;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-facebook{color: #3B5998;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-twitter{color: #4099FF;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-googleplus{color: #d34836;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-linkedin{color: #0e76a8;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-youtube{color: #c4302b;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-pinterest{color: #c8232c;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-github{color: #171515;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-rss{color: #ee802f;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-behance{color: #1769ff;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-blogger{color: #f57d00;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-delicious{color: #3399ff;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-designcontest{color: #5faad2;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-deviantart{color: #4e6252;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-digg{color: #000;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-dribbble{color: #ea4c89;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-dropbox{color: #007ee5;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-emailalt{color: #ed1c16;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-flickr{color: #ff0084;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-forrst{color: #5b9a68;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-instagram{color: #3f729b;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-lastfm{color: #c3000d;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-myspace{color: #313131;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-picasa{color: #9a45a0;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-skype{color: #00aff0;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-stumbleupon{color: #f74425;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-vimeo{color: #44bbff;}
	#footer_onepage_container #footer_onepage_social a:hover i.ci_icon-zerply{color: #9dcc7a;}


	#footer_columns .widget_pages li:after, 
	#footer_columns .widget_recent_entries li:after,
	#footer_columns .widget_archive li:after, 
	#footer_columns .widget_nav_menu li:after, 
	#footer_columns .widget_meta li:after, 
	#footer_columns .widget_categories li:after {
		content: "";
	}

/*-------- 11.1. Footer Menu --------*/

	#footer_copyright #footer_menu ul li{
		display: inline-block;
		margin-left: 10px;
	}

	#footer_copyright #footer_menu ul li a{
		color: #8a8d94;
	}

	#footer_copyright #footer_menu ul li a:hover{
		color: #285fdb;
	}

	#footer_copyright #footer_menu ul li.current-menu-item a{
		color: #ffffff;
	}


/* physio-2022-alles.css - ENDE */
/* shortcodes-default.css - START */


/********** Shortcode: Animation Box *************************************************************/
.dnd-animo,
.dnd-animo-children > *{
	visibility: hidden;
}


/********** Shortcode: Columns & sections *************************************************************/
.dnd_container{
	width: 100%;
}

.dnd_container:before,
.dnd_container:after{
	display: table;
	line-height: 0;
	content: "";
}

.dnd_container:after{
	clear: both;
}

.section_body_fullwidth .dnd_section_content .dnd_container{
	width: 100%;
}

.dnd_section_dd{
	position: relative;
	overflow:hidden;
}

.dnd_section_dd > *{
	z-index: 1;
	position: relative;
}

.dnd_video_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	visibility: hidden;
}

.dnd_video_background .mejs-container{
	background:none !important;
}

.dnd_video_background .mejs-overlay-loading{
	display: none !important;
}

.dnd-parallax{
	background-position: 50% top;
	background-attachment:fixed;
	background-size: cover;
}

.dnd_container [class*="column_dd_span"]{
	display: block;
	float: left;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.section_no_column_margin .dnd_container [class*="column_dd_span"],
.dnd_container [class*="column_dd_span"]:first-child{
	margin-left: 0;
}

.dnd_column_dd_span12  {width: 100%;}
.dnd_column_dd_span11  {width: 91.45299145299145%;}
.dnd_column_dd_span10  {width: 82.90598290598291%;}
.dnd_column_dd_span9   {width: 74.35897435897436%;}
.dnd_column_dd_span8   {width: 65.81196581196581%;}
.dnd_column_dd_span7   {width: 57.26495726495726%;}
.dnd_column_dd_span6   {width: 48.71794871794872%;}
.dnd_column_dd_span5   {width: 40.17094017094017%;}
.dnd_column_dd_span4   {width: 31.62393162393162%;}
.dnd_column_dd_span3   {width: 23.07692307692308%;}
.dnd_column_dd_span2   {width: 14.52991452991453%;}
.dnd_column_dd_span1   {width: 5.982905982905983%;}

.section_no_column_margin .dnd_column_dd_span12  {width: 100%;}
.section_no_column_margin .dnd_column_dd_span11  {width: 91.6666666666665%;}
.section_no_column_margin .dnd_column_dd_span10  {width: 83.3333333333334%;}
.section_no_column_margin .dnd_column_dd_span9   {width: 74.9999999999999%;}
.section_no_column_margin .dnd_column_dd_span8   {width: 66.6666666666665%;}
.section_no_column_margin .dnd_column_dd_span7   {width: 58.3333333333332%;}
.section_no_column_margin .dnd_column_dd_span6   {width: 49.9999999999999%;}
.section_no_column_margin .dnd_column_dd_span5   {width: 41.6666666666665%;}
.section_no_column_margin .dnd_column_dd_span4   {width: 33.3333333333332%;}
.section_no_column_margin .dnd_column_dd_span3   {width: 24.9999999999999%;}
.section_no_column_margin .dnd_column_dd_span2   {width: 16.6666666666665%;}
.section_no_column_margin .dnd_column_dd_span1   {width:  8.3333333333332%;}

.section_equalize_5 .dnd_column_dd_span3,
.section_equalize_5 .dnd_column_dd_span2{
	width:  17.95084476%;
}

.section_equalize_5 .dnd_container [class*="column_dd_span"]{
	margin-left: 2.564102564102564%;
}

.section_no_column_margin.section_equalize_5 .dnd_container [class*="column_dd_span"],
.section_equalize_5 .dnd_container [class*="column_dd_span"]:first-child{
	margin-left: 0;
}

.section_no_column_margin.section_equalize_5 .dnd_column_dd_span3,
.section_no_column_margin.section_equalize_5 .dnd_column_dd_span2{
	width:  20%;
}




/********** Shortcode: Abbreviation *************************************************************/
.dnd-abbr{
	border-bottom: 1px dotted #666;
	cursor: help;
}


/********** jQuery UI helpers *************************************************************/
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after { 
	content: "";
	display: table;
}

.ui-helper-clearfix:after { 
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}


/********** Shortcode: Tabs *************************************************************/
.dnd-tabs {
	position: relative; 
	margin-bottom: 40px;
	clear: both;
} 

.dnd-tabs .ui-tabs-nav{
	margin: 0;
}

.dnd-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 14px;
	position: relative;
}

.dnd-tabs .ui-tabs-nav li a{
	text-decoration: none;
	text-align: center;
	color: #505050;
	clear:both;
	box-sizing: border-box;
	display: block;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: none;
}

.dnd-tabs .ui-tabs-nav li:hover a{
	color: #333;
}

.dnd-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
	position: relative;
}

.dnd-tabs .ui-tabs-nav li.ui-tabs-active:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.dnd-tabs .ui-tabs-nav li.ui-tabs-active a{
	color: #505050;
	cursor: default;
}

.dnd-tabs .ui-tabs-nav li:last-child{
	border-right: 1px solid #e1e1e1;
}

.dnd-tabs .dnd-tabs-wrapper{
	border: 1px solid #e1e1e1;
}

.dnd-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 20px 15px;
}

.ui-tabs-hide {
	display: none;
}


/* bottom positioned tabs */
.dnd-tabs-position-bottom .ui-tabs-nav {
	border-bottom: none;
	position: absolute;
	bottom:-45px;
}

.dnd-tabs-position-bottom .ui-tabs-nav li {
	border-top: none;
	border-bottom: 1px solid #e1e1e1;
}

.dnd-tabs-position-bottom .ui-tabs-panel {
	padding: 20px 15px;
}

.dnd-tabs-position-bottom .ui-tabs-nav li.ui-tabs-active:after{
	top: -1px;
	bottom: auto;
}


/* left or right positioned tabs */

.dnd-tabs-vertical .ui-tabs-nav li a{
	padding: 15px;
	text-align: right;
}

/* left positioned tabs */
.dnd-tabs-position-left .dnd-tabs-wrapper{
	margin-left: 200px;
}

.dnd-tabs-position-left .ui-tabs-nav {
	width: 200px;
	float: left;
	margin-bottom: 40px;
}

.dnd-tabs-position-left .ui-tabs-nav li{
	float: none;
	line-height: 14px;
	border-right: none;
}

.dnd-tabs-position-left .ui-tabs-nav li:last-child{
	border-bottom: 1px solid #e1e1e1;
	border-right: none;
}

.dnd-tabs-position-left .ui-tabs-nav li.ui-tabs-active{
	background: #fff;
}

.dnd-tabs-position-left .ui-tabs-nav li.ui-tabs-active:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: auto;
	left: auto;
	right: -1px;
	top: 0;
}



/* right positioned tabs */
.dnd-tabs-position-right .dnd-tabs-wrapper{
	margin-right: 200px;
}

.dnd-tabs-position-right .ui-tabs-nav {
	width: 200px;
	float: right;
	margin-bottom: 40px;
}

.dnd-tabs-position-right .ui-tabs-nav li{
	float: none;
	line-height: 14px;
	border-left: none;
	border-right: 1px solid #e1e1e1;
}

.dnd-tabs-position-right .ui-tabs-nav li a{
	text-align: left;
}

.dnd-tabs-position-right .ui-tabs-nav li:last-child{
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
}

.dnd-tabs-position-right .ui-tabs-nav li.ui-tabs-active{
	background: #fff;
}

.dnd-tabs-position-right .ui-tabs-nav li.ui-tabs-active:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: auto;
	right: auto;
	left: -1px;
	top: 0;
}

/* Bellow width break point */
.dnd-tabs.dnd-tabs-fullwidthtabs .ui-tabs-nav li {
	margin-right: 0px;
	width: 100%;
	margin-left: 0;
	float: none;
	text-align: left;
	padding: 5px 15px;
	border: 1px solid #e6ebed;
	border-bottom:none;
}

.dnd-tabs.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active{
	background: #f9f9f9;
}

.dnd-tabs.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active:after{
	display: none;
}

.dnd-tabs-position-bottom.dnd-tabs-fullwidthtabs .ui-tabs-nav {
	position: relative;
}

.dnd-tabs-position-bottom.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active:after{
	display: none;
}

.dnd-tabs-position-bottom.dnd-tabs-fullwidthtabs .ui-tabs-panel {
	padding: 0;
}

.dnd-tabs-position-left.dnd-tabs-fullwidthtabs .ui-tabs-nav,
.dnd-tabs-position-right.dnd-tabs-fullwidthtabs .ui-tabs-nav {
	margin: 0;
	border-bottom:none;
	border-right: 1px solid #eeeeee;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.dnd-tabs-position-left.dnd-tabs-fullwidthtabs .ui-tabs-nav li,
.dnd-tabs-position-right.dnd-tabs-fullwidthtabs .ui-tabs-nav li{
	float: none;
	text-align: left;
	line-height: 37px;
	padding: 5px 15px;
	margin-right: 0;
	margin-left: 0;
}

.dnd-tabs-position-left.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active,
.dnd-tabs-position-right.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active{
	background: #f9f9f9;
}

.dnd-tabs-position-left.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active:after,
.dnd-tabs-position-right.dnd-tabs-fullwidthtabs .ui-tabs-nav li.ui-tabs-active:after{
	display: none;
}

.dnd-tabs-position-left.dnd-tabs-fullwidthtabs .ui-tabs-panel,
.dnd-tabs-position-right.dnd-tabs-fullwidthtabs .ui-tabs-panel{
	margin-left: 0px;
	margin-right: 0px;
	padding-top:0;
}




/********** Shortcode: Accordion *************************************************************/
.dnd-accordion{
	margin-bottom: 40px;
}

.dnd-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	position: relative;
	border-bottom: 1px solid #fff;
	color:#666666;
	background: #eee;
	font-weight:normal;
	padding: 15px 0 15px 20px;
	margin: 0;
}

.dnd-accordion .ui-accordion-content { 
	overflow: auto; 
	border: 1px solid #eeeeee;
	border-top: 0;
	padding: 20px;
}

.dnd-accordion .ui-accordion-header-icon{
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: 'dnd-default-icons';
	font-size: 14px;
}

.dnd-accordion .ui-icon-triangle-1-e{
	color: #666;
}

.dnd-accordion .ui-icon-triangle-1-e:before{
	content: "\e600";
}

.dnd-accordion .ui-icon-triangle-1-s{
	color: #666;
}

.dnd-accordion .ui-icon-triangle-1-s:before{
	content: "\e602";
}


/********** Shortcode: Toggle *************************************************************/
.dnd-toggle{
	margin-bottom: 20px;
}


/********** Shortcode: Tables *************************************************************/
.dnd-table-hover table,
.dnd-table-striped table{
	border-collapse:separate;
	line-height: 2 !important;
}

.dnd-table-condensed table{
	line-height: 1 !important;
	border-collapse:separate;
}

.dnd-table-hover table tr,
.dnd-table-striped table tr,
.dnd-table-condensed table tr{
	border-top: 1px solid #eee !important;
}

.dnd-table-hover table th,
.dnd-table-striped table th,
.dnd-table-condensed table th,
.dnd-table-hover table td,
.dnd-table-striped table td,
.dnd-table-condensed table td{
	padding: 2px 10px;
}

.dnd-table-striped table tr:nth-child(2n+1){
	background: #f9f9f9;
}

.dnd-table-hover table tr:hover{
	background: #efefef;
}


/********** Shortcode: Alert boxes *************************************************************/
.dnd_alert_success,
.dnd_alert_info,
.dnd_alert_warning,
.dnd_alert_error{
	margin-bottom: 40px;
	padding: 19px 48px 19px 19px;
	position: relative;
}

.dnd_alert_success i,
.dnd_alert_info i,
.dnd_alert_warning i,
.dnd_alert_error i{
	margin-right: 19px;
}

.dnd_alert_success,
.dnd_alert_success .dnd_alert_box_close{
	background: #e9f3d2;
	color: #91b64f;
}

.dnd_alert_info,
.dnd_alert_info .dnd_alert_box_close{
	background: #cee6e6;
	color: #1e6d81;
}

.dnd_alert_warning,
.dnd_alert_warning .dnd_alert_box_close{
	background: #fbf2e3;
	color: #ffad77;
}

.dnd_alert_error,
.dnd_alert_error .dnd_alert_box_close{
	background: #ffe9e9;
	color: #d04544;
}

.dnd_alert_box_close{
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 19px;
}


/********** Shortcode: Blockquote *************************************************************/
.dnd_blockquote{
	font-size: 28px;
	font-style: italic;
}

.dnd_blockquote small{
	font-size: 16px;
	font-weight: 400;
	color: #656560;
	display: block;
	margin-top: 36px;
}


/********** Shortcode: UL *************************************************************/
.dnd_shortcode_ul{
	list-style: none !important;
}

.dnd_shortcode_ul li{
	list-style: none !important;
}


/********** Shortcode: Follow us links *************************************************************/

.ABdev_icon_spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(359deg);}
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(359deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);  }
  100% {-o-transform: rotate(359deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(359deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(359deg);}
}




/********** Shortcode: Follow us links *************************************************************/
.dnd_follow_us{
	font-size: 16px;
}

.dnd_follow_us a{
	margin-right: 8px;
	text-decoration: none;
}

.dnd_follow_us a:hover{
	text-decoration: none;
}


/********** Shortcode: Stats Excerpt *************************************************************/
.dnd_stats_excerpt{
	color: #093d71;
}

.dnd_stats_excerpt i{
	color: #097d89;
	font-size: 32px;
	margin-right: 13px;
}

.dnd_stats_excerpt .dnd_stats_number,
.dnd_stats_excerpt .dnd_stats_number_sign{
	font-size: 32px;
	font-weight: 700;
}

.dnd_stats_excerpt p{
	font-size: 18px;
	padding-top: 11px;
}


/********** Shortcode: Knob *************************************************************/
.dnd_knob_wrapper{
	text-align: center;
}

.dnd_knob_inner_wrap{
	position: relative;
	text-align: center;
}

.dnd_knob_wrapper input{
	display: none;
}

.dnd_knob_wrapper .dnd_knob_number_sign{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	font-size: 24px;
	z-index: 2;
}




/********** Shortcode: Team *************************************************************/
.dnd_team_member{
	text-align: center;
	padding-bottom: 21px;
}

.dnd_team_member .dnd_overlayed{
	position: relative; 
	line-height: 1;
}

.dnd_team_member .dnd_overlayed .dnd_overlay {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	overflow: hidden; 
	top: 0; 
	left: 0; 
	filter: alpha(opacity=0); 
	opacity: 0; 
	background:#093d71; 
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out; 
}

.dnd_team_member:hover .dnd_overlayed .dnd_overlay {
	filter: alpha(opacity=100); 
	opacity: 1; 
	background:rgba(9,61,113,0.75); 
}

.dnd_team_member .dnd_overlayed .dnd_overlay p{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
}

.dnd_team_member .dnd_overlayed .dnd_overlay p a{
	color: #fff;
	text-decoration: none;
}

.dnd_team_member .dnd_overlayed .dnd_overlay p a:hover{
	color: #cee6e6;
}

.dnd_team_member .dnd_overlayed .dnd_overlay i{
	font-size: 25px;
	margin: 0 8px;
}


.dnd_team_member .dnd_team_member_name{
	display: block;
	font-weight: 300;
	font-size: 19px;
	color: #333;
	margin-top: 15px;
}

.dnd_team_member .dnd_team_member_position{
	display: block;
	font-size: 14px;
	color: #929292;
}

.dnd_team_member_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	overflow-y: auto;
	padding-top: 80px;
	text-align: left;
}

.dnd_team_member_modal h4,
.dnd_team_member_modal .dnd_team_member_position{
	text-align: center;
}

.dnd_team_member_modal .dnd_container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.dnd_team_member_modal_close{
	width: 32px;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 60px;
	right: 60px;
	cursor: pointer;
}


/********** Shortcode: Priceboxes *************************************************************/
.dnd_pricing-table-1,
.dnd_pricing-table-2{
	text-align: center;
} 

.dnd_pricing-table-1 .dnd_pricebox_header{
	background: #cee6e6;
	color: #093d71;
	text-align: center;
	padding: 35px 0 45px 0;
	margin-bottom: 20px;
}

.dnd_pricing-table-1 .dnd_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.dnd_pricing-table-1 .dnd_popular-plan .dnd_pricebox_featured_text{
	background: #434342;
}

.dnd_pricing-table-1 .dnd_pricebox_name{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 36px;
}

.dnd_pricing-table-1 .dnd_pricebox_currency{
	font-size: 30px;
	position: relative;
	top: -20px;
}

.dnd_pricing-table-1 .dnd_pricebox_price{
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 42px;
	display: inline-block;
}

.dnd_pricing-table-1 .dnd_pricebox_monthly{
	font-size: 23px;
}

.dnd_pricing-table-1 .dnd_pricebox_decsription{
	display: block;
	font-style: italic;
}

.dnd_pricing-table-1 .dnd_pricebox_feature{
	border-bottom: 1px solid #d9d9d9;
	display: block;
	padding: 14px 40px 15px 40px;
	text-align: left;
}

.dnd_pricing-table-1 .dnd_pricebox_feature:last-child{
	border-bottom: none;
}

.dnd_pricing-table-2 .dnd_pricebox_header{
	background: #cee6e6;
	color: #093d71;
	text-align: center;
}

.dnd_pricing-table-2 .dnd_pricebox_name{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 15px;
	border-bottom: 2px solid #fff;
}

.dnd_pricing-table-2 .dnd_popular-plan .dnd_pricebox_name{
	background: #1e6d81;
	color: #fff;
}

.dnd_pricing-table-2 .dnd_pricebox_currency{
	font-size: 15px;
	position: relative;
	top: -33px;
}

.dnd_pricing-table-2 .dnd_pricebox_price{
	font-size: 65px;
	font-weight: 300;
	line-height: 65px;
	display: inline-block;
	padding-bottom: 26px;
	padding-top: 21px;
}

.dnd_pricing-table-2 .dnd_pricebox_monthly{
	font-size: 12px;
}

.dnd_pricing-table-2 .dnd_pricebox_decsription{
	display: block;
	font-style: italic;
	padding-bottom: 30px;
}

.dnd_pricing-table-2 .dnd_pricebox_feature{
	background: #ededeb;
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.dnd_pricing-table-2 .dnd_pricebox_feature:last-of-type{
	border-bottom: 4px solid #cee6e6;
}

.dnd_pricing-table-2 .dnd_button{
	margin-top: 40px;
	margin-right: 0;
}

.dnd_pricebox_feature .ABdev_icon-ok{
	color:#01f001;
}

.dnd_pricebox_feature .ABdev_icon-remove{
	color:red;
}


/********** Shortcode: Progress bar *************************************************************/
.dnd_meter {
	font-size: 16px;
	margin-bottom: 20px;
	background: #d9d9d9;
	margin-left: 200px;
	height: 45px;
}

.dnd_meter .dnd_meter_percentage {
	font-size: 16px;
	display: block;
	text-indent: 20px;
	background: #1e6d81;
	color: #fff;
	height: 45px;
	line-height: 45px;
}

.dnd_meter_label{
	font-size: 16px;
	line-height: 45px;
	float: left;
}


/********** Shortcode: Service boxes *************************************************************/
.dnd_service_box{
	text-align: center;
	margin-bottom: 55px;
	padding-top: 0;
}

.dnd_service_box .dnd_icon_boxed{
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #cee6e6;
	position: relative;
	margin-bottom: 24px;
	text-decoration: none;
}

.dnd_service_box.dnd_service_box_round_stroke .dnd_icon_boxed{
	background: none;
	border: 3px solid #093d71;
}

.dnd_service_box.dnd_service_box_round_stroke .dnd_icon_boxed i{
	color: #093d71;
}

.dnd_service_box.dnd_service_box_round_aside{
	text-align: left;
}

.dnd_service_box.dnd_service_box_round_aside .dnd_icon_boxed{
	float: left;
	text-align: center;
	margin-right: 20px;
}

.dnd_service_box_square .dnd_icon_boxed{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.dnd_service_box .dnd_icon_boxed i{
	font-size: 48px;
	color: #093d71;
	line-height: 100px;
	position: relative;
	top: -1px;
}

.dnd_service_box:hover .dnd_icon_boxed{
	background: #093d71;
}

.dnd_service_box:hover .dnd_icon_boxed i{
	color: #fff;
}

.dnd_service_box .dnd_icon_boxed:hover:after{
	border-top: 9px solid #093d71;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.dnd_service_box p{
	margin-bottom: 22px;
}

.dnd_service_box h3{
	margin-bottom: 19px;
}


/********** Shortcode: Divider *************************************************************/
.dnd_divider{
	clear:both;
	text-align: right;
	line-height: 20px;
	border-top: 1px solid #eeeeee;
	margin: 10px;
}

.dnd_divider a{
	text-decoration: none;
	display: inline-block;
}

.dnd_divider a:hover{
	text-decoration: none;
}

.dnd_divider i{
	position: relative;
	top: 2px;
}

.dnd_divider_dashed{
	border-top: 1px dashed #eeeeee;
}

.dnd_divider_dotted{
	border-top: 1px dotted #eeeeee;
}


/********** Shortcode: Pullquote *************************************************************/
.dnd_pullquote{
	padding: 20px 20px 20px 0;
	font-size: 1.6em;
	float: left;
}

.dnd_pullquote_right{
	padding: 20px 0 20px 20px;
	font-size: 1.6em;
	float: right;
}


/********** Shortcode: Tooltip *************************************************************/
.dnd_tooltip{
	cursor: pointer;
}

/********** Tipsy *************************************************************/
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/********** Shortcode: Source Code *************************************************************/
.dnd_prettyprint{
	padding: 24px !important;
}

.dnd_prettyprint ol{
	margin: 0 !important;
	padding: 0 !important;
	list-style: decimal outside !important;
}

.dnd_prettyprint li{
	margin-left: 20px !important;
	list-style: decimal outside !important;
}


/********** Shortcode: RSS Feed *************************************************************/
.dnd_rss,
.dnd_rss li{
	list-style: none !important;
	margin-left: 0 !important;
}


/********** Shortcode: Children *************************************************************/
.dnd_children,
.dnd_children li{
	list-style: none !important;
	margin-left: 0 !important;
}


/********** Shortcode: Sitemap *************************************************************/
.dnd_sitemap,
.dnd_sitemap li{
	list-style: none !important;
}


/********** Shortcode: Google Map *************************************************************/
.dnd_google_map img{
	max-width: none !important;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}


/********** Shortcode: Dropcap *************************************************************/
.dnd_dropcap{
	display: block;
	width: 54px;
	height: 54px;
	font-size: 50px;
	line-height: 54px;
	background: #1e6d81;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/********** Shortcode: Videos *************************************************************/
.dnd-videoWrapper-youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.dnd-videoWrapper-youtube iframe,
.dnd-videoWrapper-youtube object,
.dnd-videoWrapper-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.dnd-videoWrapper-vimeo{
	position:relative;
	padding-bottom:53%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.dnd-videoWrapper-vimeo iframe,
.dnd-videoWrapper-vimeo object,
.dnd-videoWrapper-vimeo embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/********** Shortcode: Clear *************************************************************/
	.dnd_clear{
		clear:both;
	}


/********** Shortcode: Callout Boxes *************************************************************/
	.dnd-callout_box{
		background: #f3f3f3;
		margin-bottom: 20px;
		padding: 20px;
	}

	.dnd-callout_box_title{
		display: block;
		font-weight: 700;
		font-size: 16px;
	}

	.dnd-callout_box p{
		margin-bottom: 0;
	}

	.dnd-callout_box .dnd_column_dd_span3{
		text-align: center;
		padding-top: 30px;
	}



/********** Shortcode: Buttons *************************************************************/
.dnd-button{
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}

.dnd-button i{
	margin-left: 10px;
}

.dnd-button_light{
	background: #fff;
	border: 2px solid #66cc5c;
	color: #66cc5c !important;
}

.dnd-button_dark{
	background: #505050;
	border: 2px solid #505050;
	color: #fff !important;
}

.dnd-button_yellow{
	background: #ffd800;
	border: 2px solid #ffd800;
	color: #fff !important;
}

.dnd-button_green{
	background: #66cc5c;
	border: 2px solid #66cc5c;
	color: #fff !important;
}

.dnd-button_red{
	background: #e74c3c;
	border: 2px solid #e74c3c;
	color: #fff !important;
}

.dnd-button_blue{
	background: #3498db;
	border: 2px solid #3498db;
	color: #fff !important;
}

.dnd-button_gray{
	background: #f2f4f5;
	border: 1px solid #f2f4f5;
	color: #505050 !important;
}

.dnd-button_cyan{
	background: #25bfba;
	border: 1px solid #25bfba;
	color: #fff !important;
}

.dnd-button_aquamarine{
	background: #25bf80;
	border: 1px solid #25bf80;
	color: #fff !important;
}

.dnd-button:hover{
	background: #505050;
	border: 2px solid #505050;
	color: #fff !important;
}

.dnd-button_dark:hover{
	background: #66cc5c;
	border: 2px solid #66cc5c;
	color: #fff !important;
}

.dnd-button_light:hover{
	background: #fff;
	border: 2px solid #505050;
	color: #505050 !important;
}

.dnd-button_small{
	padding: 10px 24px;
}

.dnd-button_medium{
	padding: 14px 24px;
}

.dnd-button_large{
	padding: 17px 40px;
}

.dnd-button_xlarge{
	padding: 23px 40px;
}

.dnd-button_rounded.dnd-button_small{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px
	border-radius: 40px;
}

.dnd-button_rounded.dnd-button_medium{
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px
	border-radius: 48px;
}

.dnd-button_rounded.dnd-button_large{
	-webkit-border-radius: 54px;
	-moz-border-radius: 54px
	border-radius: 54px;
}

.dnd-button_rounded.dnd-button_xlarge{
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px
	border-radius: 66px;
}


/* shortcodes-default.css - ENDE */
/* mobile-menu-physioammarkt.css - START */



.physioammarkt {
  /*--mm-color-border: rgba(0, 0, 0, 0.15);
  --mm-color-button: rgba(255, 255, 255, 1);
  --mm-color-text: rgba(101, 89, 73, 1);
  --mm-color-text-dimmed: rgba(101, 89, 73, 0.4);*/
  --mm-color-background: rgba(255, 255, 255, 1);
  --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
  --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.mm-hidden {
  display: none !important
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

#mobilenav.mm-menu {
	top: 0px;
	/*z-index: 0;*/
}

.mm-menu {
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eae3dd;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);	
   border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit
}
[dir=rtl] .mm-menu {
  direction: rtl
}
.mm-panel {
  /*background: #eae3dd;*/
  border-color: rgba(0, 0, 0, .1);
  color: rgba(101, 89, 73, 1);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--mm-color-background);
  background-position: bottom left;
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-panel:after {
  height: 44px
}
.mm-panel:not(.mm-hidden) {
  display: block
}
.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size)
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}
.mm-panel_highest {
  z-index: 2
}
.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 78px;
}
.mm-panel__content {
  padding: 20px 20px 0
}
.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
	border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}
[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}
.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}
.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none
}
.mm-listitem_opened > .mm-panel {
  display: block
}
.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent
}
.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}
.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0
}
.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(0, 0, 0, .3);
  border: 2px solid var(--mm-color-button)
}
.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}
.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}
.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}
.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px
}
[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}
[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}
[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto
}
[dir=rtl] .mm-btn_close:before {
  left: 25px
}
[dir=rtl] .mm-btn_close:after {
  left: 18px
}

.mm-navbar {
    border-bottom: 0px solid var(--mm-color-border);
	/*display: none;*/
}

.mm-navbar__title {
 
  display: none;
 
}



.mm-listview {
  list-style: none;
  display: block;
  padding: 0px 0 40px 0;
  margin: 0
}
.mm-listitem {
  color: rgba(0, 0, 0, .75);
  border-color: rgba(0, 0, 0, .1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0
}
.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none
}
.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit
}
.mm-listitem__text {
  font: 300 16px 'Roboto', sans-serif;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%
}
.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0px;
  border-left-style: solid
}
.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}
.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, .05);
  background: var(--mm-color-background-highlight)
}
[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px
}
[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px
}
[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid
}
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative
}
.mm-wrapper_opened .mm-page {
  min-height: 100vh
}
.mm-wrapper_background .mm-page {
  background: inherit
}
.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 9;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none
}
.mm-menu_offcanvas {
  /*width: 80%;
  min-width: 240px;
  max-width: 440px*/
}
.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}
@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}
.mm-wrapper_blocking {
  overflow: hidden
}
.mm-wrapper_blocking body {
  overflow: hidden
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative
}
.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%
}
.mm-menu_autoheight-measuring .mm-panel {
  display: block !important
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important
}
[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important
}
[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit
}
.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0
}
.mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}
@media all and (min-width:0px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}
@media all and (min-width:0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}
.mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}
@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}
@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px
}
.mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}
@media all and (min-width:1100px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0)
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}
@media all and (min-width:1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0)
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px
}
.mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}
@media all and (min-width:1650px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0)
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}
@media all and (min-width:1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0)
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}
.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px
}
.mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}
@media all and (min-width:2200px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0)
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}
@media all and (min-width:2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0)
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%
}
.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  -o-transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform
}
.mm-counter {
  color: rgba(0, 0, 0, .3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed)
}
.mm-listitem_nosubitems > .mm-counter {
  display: none
}
[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px
}
.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.mm-divider:before {
  background: rgba(0, 0, 0, .05)
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0
  }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size)
  }
}
.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight)
}
.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important
}
.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important
}
.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%
}
.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none
}
.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.mm-menu_tip-left:before {
  left: 22px
}
.mm-menu_tip-right:before {
  right: 22px
}
.mm-menu_tip-top:before {
  top: -8px
}
.mm-menu_tip-bottom:before {
  bottom: -8px
}
:root {
  --mm-iconbar-size: 50px
}
.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size)
}
.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  display: block;
  left: 0
}
.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size)
}
.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  display: block;
  right: 0
}
.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, .1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, .3);
  display: none;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center
}
.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute
}
.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0
}
.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none
}
.mm-iconbar__top {
  top: 0
}
.mm-iconbar__bottom {
  bottom: 0
}
.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}
:root {
  --mm-iconpanel-size: 50px
}
.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1))
}
.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2))
}
.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3))
}
.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size))
}
.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}
.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid
}
.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0
}
.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit
}
.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis);
  outline: 0
}
.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%
}
.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0
}
.mm-navbars_top {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none
}
.mm-navbars_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.mm-navbars_bottom .mm-navbar {
  border-bottom: none
}
.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid var(--mm-color-border)
}
.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0
}
.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0
}
.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline
}
.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0
}
.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0
}
.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent
}
.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, .75);
  background: var(--mm-color-background);
  color: var(--mm-color-text)
}
.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, .1)
}
.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, .1)
}
.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border)
}
.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border)
}
.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none
}
.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, .1);
  border-bottom-color: var(--mm-color-border)
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, .1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background)
}
.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none
}
.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, .1);
  border-top-color: var(--mm-color-border)
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, .1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background)
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}
.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden
}
.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px
}
.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .75)
}
.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font: inherit;
  font-size: inherit
}
.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text)
}
.mm-searchfield input::-ms-clear {
  display: none
}
.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, .3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%
}
.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}
.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important
}
.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease
}
.mm-searchfield__cancel-active {
  margin-right: 0
}
.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none
}
.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px
}
.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none
}
.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}
.mm-sectionindexer a {
  color: rgba(0, 0, 0, .3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block
}
.mm-sectionindexer ~ .mm-panel {
  padding-right: 0
}
.mm-sectionindexer_active {
  right: 0
}
.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px
}
.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > .mm-listitem__text {
  background: 0 0
}
.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: 0 0
}
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}
:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px;
}
.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative
}
.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform
}
.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh
}
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important
}
.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}
.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3
}
.mm-menu_opened .mm-menu__blocker {
  display: none
}
[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, .1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}
input.mm-toggle:before {
  background: #f3f3f3
}
input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}
input.mm-toggle:checked {
  background: #4bd963
}
input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px)
}
input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2)
}
input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}
input.mm-check:checked:before {
  opacity: 1
}
[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left
}
.mm-menu_border-none .mm-listitem:after {
  content: none
}
.mm-menu_border-full .mm-listitem:after {
  left: 0 !important
}
.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}
.mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0)
}
@media all and (max-width:140px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0)
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0)
}
@media all and (max-width:140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0)
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px
}
.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 50px
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0
}
.mm-listview_inset .mm-listitem {
  padding: 5px 0
}
.mm-menu_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal
}
[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}
.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff
}
.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}
.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}
.mm-wrapper_opening .mm-menu_popup {
  opacity: 1
}
.mm-menu_position-right {
  left: auto;
  right: 0
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}
@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1
}
.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%
}
.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}
.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto
}
.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}
.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none
}
.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}
.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}
.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important
}
.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both
}
.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%
}
.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1
}
.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%
}
.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%
}
.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%
}
.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%
}
.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}
.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto
}
.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none
}
.mm-menu_tileview .mm-divider, .mm-panel_tileview .mm-divider {
  display: none
}
.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0
}
.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none
}
body.modal-open .mm-slideout {
  z-index: unset
}

/* mobile-menu-physioammarkt.css - ENDE */
@media only screen and (min-width:1217px){

	#header .mburger {
		display: none;
	}
}

@media only screen and (max-width:1216px){
/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */ :root {
/*  --mb-button-size: 60px;*/
	   --mb-button-size: 36px;
  /*--mb-bar-width: 0.6;*/
	 --mb-bar-width: 0.8;
  /*--mb-bar-height: 4px;*/
	 --mb-bar-height: 4px;
  --mb-bar-spacing: 10px;
	 --mb-bar-spacing: 8px;
  --mb-animate-timeout: 0.4s
}

.mburger a:hover, a.mburger:hover, .mburger--squeeze {
	color: #8a8d94;
	cursor: pointer;
}

.mburger a, a.mburger {
	text-decoration: none;
}
.mburger a:visited, a.mburger:visited {
	color: #8a8d94;
}

.mburger {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: #8a8d94;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 20px;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: 0;
  cursor: pointer;
	z-index:10002;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height)/ 2);
  background: currentColor;
  color: inherit;
  opacity: 1
}



.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom .2s ease, transform .2s ease, width .2s ease
}
.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transition: opacity .2s ease
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top .2s ease, transform .2s ease, width .2s ease
}
.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(45deg)
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg)
}
.mburger--collapse b:nth-of-type(1) {
  transition: bottom .2s ease, margin .2s ease, transform .2s ease;
  transition-delay: .2s, 0s, 0s
}
.mburger--collapse b:nth-of-type(2) {
  transition: top .2s ease, opacity 0s ease;
  transition-delay: .3s, .3s
}
.mburger--collapse b:nth-of-type(3) {
  transition: top .2s ease, transform .2s ease
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}
.mburger--spin b:nth-of-type(1) {
  transition-delay: .2s, 0s
}
.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: .2s
}
.mburger--spin b:nth-of-type(3) {
  transition-delay: .2s, 0s
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}
.mburger--squeeze b:nth-of-type(1) {
  transition-delay: .1s, 0s
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: .1s
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: .1s, 0s
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}
.mburger--tornado b:nth-of-type(1) {
  transition: bottom .2s ease, transform .2s ease;
  transition-delay: .2s
}
.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform .2s ease;
  transition-delay: .1s, .1s
}
.mburger--tornado b:nth-of-type(3) {
  transition: top .2s ease, transform .2s ease;
  transition-delay: 0s
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + .2s)
}

}
@media only screen and (max-width: 767px) {


	.mburger {
	 
	  top: 20px;
	 
}
}
@font-face {
	font-family: 'core_icomoon';
	src:url('../../files/fonts/core_icomoon.eot?-qj2mco');
	src:url('../../files/fonts/core_icomoon.eot?#iefix-qj2mco') format('embedded-opentype'),
		url('../../files/fonts/core_icomoon.woff?-qj2mco') format('woff'),
		url('../../files/fonts/core_icomoon.ttf?-qj2mco') format('truetype'),
		url('../../files/fonts/core_icomoon.svg?-qj2mco#core_icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ci_icon-"], [class*=" ci_icon-"] {
	font-family: 'core_icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ci_icon-remove:before {
	content: "\e600";
}
.ci_icon-home:before {
	content: "\e601";
}
.ci_icon-ok:before {
	content: "\e602";
}
.ci_icon-zerply:before {
	content: "\e603";
}
.ci_icon-picasa:before {
	content: "\e604";
}
.ci_icon-pinterest:before {
	content: "\e605";
}
.ci_icon-globe:before {
	content: "\e606";
}
.ci_icon-deviantart:before {
	content: "\e607";
}
.ci_icon-behance:before {
	content: "\e608";
}
.ci_icon-digg:before {
	content: "\e609";
}
.ci_icon-dropbox:before {
	content: "\e60a";
}
.ci_icon-circle-arrow-left:before {
	content: "\e60b";
}
.ci_icon-circle-arrow-right:before {
	content: "\e60c";
}
.ci_icon-tags:before {
	content: "\e60d";
}
.ci_icon-chevron-right:before {
	content: "\e60e";
}
.ci_icon-chevron-left:before {
	content: "\e60f";
}
.ci_icon-chevron-up:before {
	content: "\e610";
}
.ci_icon-chevron-down:before {
	content: "\e611";
}
.ci_icon-stumbleupon:before {
	content: "\e612";
}
.ci_icon-designcontest:before {
	content: "\e613";
}
.ci_icon-lastfm:before {
	content: "\e614";
}
.ci_icon-circleleft:before {
	content: "\e615";
}
.ci_icon-circleright:before {
	content: "\e616";
}
.ci_icon-envelope:before {
	content: "\e617";
}
.ci_icon-shopping-cart:before {
	content: "\e618";
}
.ci_icon-github:before {
	content: "\e619";
}
.ci_icon-dropmenu:before {
	content: "\e61a";
}
.ci_icon-search:before {
	content: "\e61b";
}
.ci_icon-th:before {
	content: "\e61c";
}
.ci_icon-th-list:before {
	content: "\e61d";
}
.ci_icon-download-alt:before {
	content: "\e61e";
}
.ci_icon-menu:before {
	content: "\e61f";
}
.ci_icon-comment:before {
	content: "\e620";
}
.ci_icon-emailalt:before {
	content: "\e621";
}
.ci_icon-star:before {
	content: "\e622";
}
.ci_icon-facebook:before {
	content: "\e623";
}
.ci_icon-skype:before {
	content: "\e624";
}
.ci_icon-youtube:before {
	content: "\e625";
}
.ci_icon-flickr:before {
	content: "\e626";
}
.ci_icon-instagram:before {
	content: "\e627";
}
.ci_icon-dribbble:before {
	content: "\e628";
}
.ci_icon-forrst:before {
	content: "\e629";
}
.ci_icon-delicious:before {
	content: "\e62a";
}
.ci_icon-myspace:before {
	content: "\e62b";
}
.ci_icon-phonealt:before {
	content: "\e62c";
}
.ci_icon-googleplus:before {
	content: "\e62d";
}
.ci_icon-linkedin:before {
	content: "\e62e";
}
.ci_icon-blogger:before {
	content: "\e62f";
}
.ci_icon-vimeo:before {
	content: "\e630";
}
.ci_icon-twitter:before {
	content: "\e631";
}
.ci_icon-draft:before {
	content: "\e632";
}
.ci_icon-rss:before {
	content: "\e633";
}
.ci_icon-edit:before {
	content: "\e634";
}
.ci_icon-calendar:before {
	content: "\e635";
}
.ci_icon-shoppingbag:before {
	content: "\e636";
}
.ci_icon-info:before {
	content: "\e637";
}
.ci_icon-forward:before {
	content: "\e638";
}
.ci_icon-zoom-in:before {
	content: "\e639";
}
.ci_icon-resize-full:before {
	content: "\e63a";
}
.ci_icon-linkalt:before {
	content: "\e63b";
}
.ci_icon-heart:before {
	content: "\e638";
}
.ci_icon-warning:before {
	content: "\e639";
}
.ci_icon-notification:before {
	content: "\e63b";
}
@charset "utf-8";
/* CSS Document */


/* main.css - START */
	
		:focus {
		  outline-color: #8dbf2f;
		}
		::selection {
		  background: #8dbf2f;
		}
		.dnd-tabs .ui-tabs-nav li:hover a {
		  color: #fff;
		  background: #8dbf2f;
		}
		.dnd-tabs .ui-tabs-nav li.ui-tabs-active:hover a {
		  color: #fff;
		  background: #8dbf2f;
		}
		.dnd-tabs .ui-tabs-nav li.ui-tabs-active a {
		  color: #8dbf2f;
		}
		.dnd-tabs.dnd-tabs-timeline ul li:hover a {
		  color: #8dbf2f !important;
		}
		.dnd-tabs.dnd-tabs-timeline .ui-tabs-nav li.ui-tabs-active:before {
		  border: 2px solid #8dbf2f;
		}
		.dnd-accordion .ui-accordion-header-active {
		  color: #8dbf2f;
		}
		.ui-accordion-header.ui-state-hover {
		  background-color: #8dbf2f;
		  color: #fff;
		}
		.dnd-accordion .ui-icon-triangle-1-s {
		  background: #8dbf2f;
		}
		.dnd-toggle .ui-state-hover {
		  color: #8dbf2f;
		}
		.dnd-toggle .ui-state-hover .ui-icon-triangle-1-s {
		  background: #8dbf2f;
		}
		.dnd-toggle .ui-state-hover .ui-icon-triangle-1-e {
		  background: #8dbf2f;
		}
		.dnd-toggle .ui-accordion-header.ui-state-hover {
		  background-color: transparent;
		  color: #8dbf2f;
		}
		.dnd-table.dnd-table-alternative th {
		  color: #fff;
		  background: #8dbf2f;
		}
		.dnd_blockquote_default, .dnd_blockquote_style1 {
		  border-left: 3px solid #8dbf2f;
		  background: #fbfcfd;
		}
		.dnd_blockquote small {
		  color: #8dbf2f;
		}
		.dnd_team_member .dnd_overlayed .dnd_overlay p a:hover {
		  color: #8dbf2f;
		}
		.dnd_team_member .dnd_team_member_social_under a:hover i {
		  color: #8dbf2f;
		}
		.dnd_team_member .dnd_team_member_name:hover {
		  color: #8dbf2f;
		}
		.dnd_team_member:hover .dnd_overlayed .dnd_overlay {
		  background: rgba(141, 191, 47, 0.75);
		}
		.dnd_latest_news_shortcode_content a:hover {
		  color: #8dbf2f;
		}
		#page404 .big_404 {
		  color: #8dbf2f;
		}
		.dnd_latest_news_shortcode_post-readmore .dnd_latest_news_shortcode_more-link {
		  color: #8dbf2f;
		}
		.dnd_latest_news_shortcode_post-readmore .dnd_latest_news_shortcode_more-link i {
		  color: #8dbf2f;
		}
		.dnd_service_box:hover a.dnd_icon_boxed {
		  background: #8dbf2f !important;
		}
		.dnd_service_box a h3:hover {
		  color: #8dbf2f;
		}
		.dnd_service_box_unboxed_round h3:hover {
		  color: #8dbf2f;
		}
		.dnd_service_box_unboxed_round a.dnd_icon_boxed:hover {
		  background: #8dbf2f !important;
		  border: 1px solid #8dbf2f !important;
		}
		.dnd_metro_box.boxed .dnd_metro_box_header .dnd_icon_boxed i {
		  color: #8dbf2f;
		}
		.dnd_service_box:hover.dnd_service_box_round_text_aside a.dnd_icon_boxed {
		  background: transparent !important;
		  border: 0 !important;
		}
		.dnd_service_box:hover.dnd_service_box_round_text_aside a.dnd_icon_boxed i {
		  color: #8dbf2f !important;
		}
		.dnd_dropcap {
		  color: #8dbf2f;
		}
		.dnd-callout_box_style_2 .dnd-icon-button:hover {
		  color: #8dbf2f;
		}
		.dnd-button:hover {
		  border: 1px solid #8dbf2f;
		  color: #8dbf2f !important;
		}
		.white_text .dnd-button:hover {
		  background: rgba(255, 255, 255, 0.9);
		  border: 1px solid #fff;
		  color: #8dbf2f;
		}
		.white_text .dnd-button:hover i {
		  color: #8dbf2f;
		}
		.countdown {
		  color: #fff;
		  background: #8dbf2f;
		}
		a {
		  color: #8dbf2f;
		}
		a:hover {
		  color: #8dbf2f;
		}
		button, input[type="submit"] {
		  border: 1px solid #8dbf2f;
		  background: #8dbf2f;
		  color: #fff;
		}
		.quick_contact_mail:hover a {
		  color: #8dbf2f !important;
		}
		.login_button a:hover {
		  color: #8dbf2f !important;
		}
		nav > ul > li:hover {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}

/*nav > ul > li.forward:hover {
	 -webkit-box-shadow: 0px 0px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 0px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 0px 0px 0px #8dbf2f inset;
}
*/
nav > ul > li.forward:hover:before {
	content: "";
    width: 100%;
    height: 0px;
    background: none !important;
    position: absolute;
}
		nav > ul > li a:hover {
		  color: #8dbf2f;
		}
		nav > ul ul li:hover {
		  background: #fff;
		  color: #8dbf2f;
		}
		nav > ul > .current-menu-item, nav > ul > .current-menu-parent {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}
		nav > ul .sf-mega-inner > ul > li > ul > li:hover a {
		  color: #8dbf2f;
		}
		nav > ul .sf-mega-inner .description_menu_item a {
		  color: #8dbf2f;
		}
		nav > ul ul li.current-menu-item a {
		  color: #8dbf2f;
		}
		.sf-mega li .current-menu-item a {
		  color: #8dbf2f;
		}
		nav > ul > li.current-menu-ancestor.sfHover, nav > ul > li.current-menu-ancestor {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}
		nav > ul > li.current-menu-ancestor > a {
		  color: #8dbf2f;
		}
		nav > ul > li:hover:before {
		  background: #8dbf2f;
		}
		.dnd-toggle .ui-icon-triangle-1-e:before .search-toggle:hover {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  color: #8dbf2f !important;
		}
		.search-toggle.active {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}
		#shop_links:hover {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}
		#shop_links:hover a i {
		  color: #8dbf2f;
		}
		body.woocommerce-cart #shop_links {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}
		body.woocommerce-cart #shop_links a i {
		  color: #8dbf2f;
		}
		.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
		  background: #8dbf2f !important;
		  border: 1px solid #8dbf2f;
		}
		.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
		  background-color: #8dbf2f;
		}
		.post_content .post_main h2 a:hover {
		  color: #8dbf2f;
		}
		.post_content .post_author_single .post_category a:hover {
		  color: #8dbf2f;
		}
		.post_content .post_author .post_category a:hover {
		  color: #8dbf2f;
		}
		.post_meta_tags_side a:hover {
		  color: #8dbf2f;
		}
		.post_meta_tags a:hover {
		  color: #8dbf2f;
		}
		.post-readmore a:hover {
		  color: #8dbf2f;
		  border: 1px solid #8dbf2f;
		}
		.post-navigation .previous_post a:hover, .post-navigation .next_post a:hover {
		  color: #8dbf2f;
		}
		#related_item_meta a:hover {
		  color: #8dbf2f;
		}
		.form-submit input[type="submit"] {
		  background: #8dbf2f;
		}
		.comment .reply, .comment .edit-link, .comment .reply a, .comment .edit-link a {
		  color: #8dbf2f;
		}
		#respond #comment-submit {
		  background: #8dbf2f;
		}
		#blog_pagination .page-numbers:hover {
		  background: #8dbf2f;
		  color: #fff;
		}
		#blog_pagination .page-numbers.current {
		  background: #8dbf2f;
		  color: #fff;
		  border: 1px solid #8dbf2f;
		}
		.wpcf7-submit {
		  background: #8dbf2f;
		  color: #fff;
		}
		.related_article:hover .overlayed .overlay {
		  background: rgba(141, 191, 47, 0.75);
		}
		.transparent_form .wpcf7-submit {
		  background: #8dbf2f;
		}
		aside .widget a:hover {
		  color: #8dbf2f;
		}
		.tagcloud a:hover {
		  background: #8dbf2f;
		  color: #fff !important;
		}
		.sidebar .ab-tweet-text a:hover {
		  color: #8dbf2f;
		}
		.timeline_post h2 a:hover {
		  color: #8dbf2f;
		}
		.timeline_post .post_author .post_category a:hover {
		  color: #8dbf2f;
		}
		.grid_post h2 a:hover {
		  color: #8dbf2f;
		}
		.grid_post .post_author .post_category a:hover {
		  color: #8dbf2f;
		}
		h2.portfolio_title a:hover {
		  color: #8dbf2f;
		}
		.portfolio_item:hover .overlayed .overlay {
		  background: rgba(141, 191, 47, 0.75);
		}
		.portfolio_item_meta .post-readmore a:hover {
		  color: #8dbf2f;
		  border: 1px solid #8dbf2f;
		}
		.portfolio_item_view_link a:hover {
		  color: #8dbf2f;
		  border: 1px solid #8dbf2f;
		}
		#filters li a.selected, #filters li:hover, #filters li:hover a {
		  color: #8dbf2f;
		}
		.more_portfolio_link:hover a {
		  color: #8dbf2f;
		  border: 1px solid #8dbf2f;
		}
		#single_portfolio_pagination a:hover, #single_portfolio_pagination a:hover i {
		  color: #8dbf2f;
		}
		.portfolio_item_2 .portfolio2_title a:hover {
		  color: #8dbf2f;
		}
		.portfolio_item_3 .portfolio3_title a:hover {
		  color: #8dbf2f;
		}
		.portfolio_item_4 .portfolio4_title a:hover {
		  color: #8dbf2f;
		}
		.owl-theme .owl-controls .owl-buttons div:hover {
		  background: #8dbf2f !important;
		  color: #fff;
		}
		.wishlist_buttons .sidebar_text:hover {
		  color: #8dbf2f;
		}
		.wishlist_buttons .sidebar_text:hover i {
		  color: #8dbf2f !important;
		}
		.ABt_testimonials_wrapper.picture_middle .ABt_company:hover, .ABt_testimonials_wrapper_static.picture_middle .ABt_company:hover {
		  color: #8dbf2f;
		}
		.ABt_testimonials_wrapper.picture_bottom .ABt_company:hover, .ABt_testimonials_wrapper_static.picture_bottom .ABt_company:hover {
		  color: #8dbf2f;
		}
		.ab-tweet-text a:hover {
		  color: #8dbf2f;
		}
		.ab-tweet-prev:hover:after {
		  border-top: 1px solid #8dbf2f;
		  border-right: 1px solid #8dbf2f;
		}
		.ab-tweet-next:hover:after {
		  border-top: 1px solid #8dbf2f;
		  border-right: 1px solid #8dbf2f;
		}
		.sidebar .ab-tweet-item .ab-tweet-username:hover {
		  color: #8dbf2f;
		}
		.sidebar .ab-tweet-item .ab-tweet-date:hover {
		  color: #8dbf2f;
		}
		.ABss_form_wrapper input[type="submit"] {
		  border: 1px solid #8dbf2f;
		}
		#ABdev_main_footer a:hover {
		  color: #8dbf2f;
		}
		#footer_default_container #back_to_top:hover:after {
		  border-top: 1px solid #8dbf2f;
		  border-right: 1px solid #8dbf2f;
		}
		#footer_onepage_container #back_to_top:hover:after {
		  border-top: 1px solid #8dbf2f;
		  border-right: 1px solid #8dbf2f;
		}
		#footer_copyright #footer_menu ul li a:hover {
		  color: #8dbf2f;
		}
		.search-toggle:hover {
		  -webkit-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  -moz-box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		  box-shadow: 0px 3px 0px 0px #8dbf2f inset;
		}
		.search-toggle:hover i {
		  color: #8dbf2f !important;
		}
		.search-toggle.active i {
		  color: #8dbf2f !important;
		}
		.woocommerce .product_badges span.featured i, .woocommerce-page .product_badges span.featured i {
		  color: #8dbf2f !important;
		}
		.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
		  background: #8dbf2f;
		  border: 1px solid #8dbf2f;
		}
		.woocommerce a.button:hover, .woocommerce-page a.button:hover {
		  color: #8dbf2f;
		}
		.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		  color: #8dbf2f;
		}
		.woocommerce .products .product_loop_hover_rating .add_cart_wishlist:last-child:hover i, .woocommerce-page .products .product_loop_hover_rating .add_cart_wishlist:last-child:hover i {
		  color: #8dbf2f;
		}
		.woocommerce ul.products li.product.salamat_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist:hover, .woocommerce-page ul.products li.product.salamat_products_list .cart_list_item .yith-wcwl-add-button a.add_to_wishlist:hover {
		  color: #8dbf2f;
		}
		.woocommerce ul.products li.product.salamat_products_list .rating a:hover, .woocommerce-page ul.products li.product.salamat_products_list .rating a:hover {
		  color: #8dbf2f;
		}
		.woocommerce ul.products li.product h3:hover a, .woocommerce-page ul.products li.product h3:hover a {
		  color: #8dbf2f;
		}
		.woocommerce button.button:hover, .woocommerce-page button.button:hover {
		  color: #8dbf2f;
		}
		.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
		  background: #8dbf2f;
		}
		.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
		  color: #8dbf2f;
		}
		.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
		  color: #8dbf2f;
		  border: 1px solid #8dbf2f;
		}
		.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
		  color: #8dbf2f;
		}
		.woocommerce table.shop_table tr > td.product-subtotal .amount, .woocommerce-page table.shop_table tr > td.product-subtotal .amount {
		  color: #8dbf2f;
		}
		.cart-collaterals .order-total .amount {
		  color: #8dbf2f;
		}
		.cart-collaterals input.button-link:hover {
		  color: #8dbf2f;
		  border: 1px solid #8dbf2f !important;
		}
		.woocommerce input.button:hover, .woocommerce-page input.button:hover {
		  color: #8dbf2f;
		}
		.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
		  color: #8dbf2f;
		}
		.woocommerce table.shop_table tr.order-total .amount, .woocommerce-page table.shop_table tr.order-total .amount {
		  color: #8dbf2f;
		}
		.wccm-tr .wccm-td ins {
		  color: #8dbf2f;
		}
		.highlighted, .search-highlight {
		  background: #8dbf2f;
		  color: #fff !important;
		}
		.grid figcaption a, div.grid_no_animation figcaption a.button {
		  background: #8dbf2f !important;
		  border: 1px solid #8dbf2f;
		}
		.grid figcaption a:hover, div.grid_no_animation figcaption a.button:hover {
		  color: #8dbf2f !important;
		  border: 1px solid #8dbf2f !important;
		}
		.portfolio_single_column_item .portfolio_item_meta_category a:hover {
		  color: #8dbf2f;
		}
		.portfolio_item_2 .portfolio2_item_tags a:hover {
		  color: #8dbf2f !important;
		}
		.portfolio_item_3 .portfolio3_item_tags a:hover {
		  color: #8dbf2f !important;
		}
		.portfolio_item_4 .portfolio4_item_tags a:hover {
		  color: #8dbf2f !important;
		}
		.itemprop_offers .price .amount {
		  color: #8dbf2f !important;
		}
		.woocommerce .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .minus:hover {
		  color: #8dbf2f;
		}
		.woocommerce .woocommerce-tabs .tabs .active a {
		  color: #8dbf2f !important;
		}
		.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a {
		  color: #8dbf2f !important;
		}
		.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover {
		  color: #8dbf2f !important;
		}
		.sidebar-widget-heading h3:after, #comments-title:after, #reply-title:after {
		  background: #70706f;
		}
		.dnd_stats_excerpt .dnd_stats_number:after {
		  background: #70706f;
		}
		.dnd_blockquote_style2:before, .dnd_blockquote_style2:after {
		  color: #70706f;
		}
		.dnd_section_dd header h3:after, .column_title_center:after {
		  background: #70706f;
		}
		.dnd_section_dd header h3:after, .column_title_left:after {
		  background: #70706f;
		}
		.portfolio_single_column_item .portfolio_item_meta_category:after {
		  background: #70706f;
		}
		/*</style > <link rel='stylesheet'id='responsive_css-css'href='http://physiotherapie-lindener-markt.de/wp-content/themes/salamat/css/responsive.css?ver=1.0.2'type='text/css'media='all'/ > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-includes/js/jquery/jquery.js?ver=1.12.4' > </script > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1' > </script > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-content/plugins/dnd-shortcodes/js/prettify.js?ver=1' > </script > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-content/plugins/electriccarousel/js/jquery.electriccarousel.js?ver=4.7.23' > </script > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-content/plugins/electriccarousel/js/electriccarousel.js?ver=4.7.23' > </script > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&#038;ver=4.7.23' > </script > <script type='text/javascript'src='http://physiotherapie-lindener-markt.de/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0&#038;ver=4.7.23' > </script > <link rel='https://api.w.org/'href='http://physiotherapie-lindener-markt.de/wp-json/'/ > <link rel="EditURI"type="application/rsd+xml"title="RSD"href="http://physiotherapie-lindener-markt.de/xmlrpc.php?rsd"/ > <link rel="wlwmanifest"type="application/wlwmanifest+xml"href="http://physiotherapie-lindener-markt.de/wp-includes/wlwmanifest.xml"/ > <meta name="generator"content="WordPress 4.7.23"/ > <link rel='shortlink'href='http://physiotherapie-lindener-markt.de/?p=3753'/ > <link rel="alternate"type="application/json+oembed"href="http://physiotherapie-lindener-markt.de/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fphysiotherapie-lindener-markt.de%2Fterminvergabe%2F"/ > <link rel="alternate"type="text/xml+oembed"href="http://physiotherapie-lindener-markt.de/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fphysiotherapie-lindener-markt.de%2Fterminvergabe%2F&#038;format=xml"/ > <style type="text/css"id="wp-custom-css" > /*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/
		.jobBtn {
		  position: absolute;
		  right: 10%;
		  top: 130px;
		  width: 250px;
		  height: 250px;
		  z-index: 2;
		}
		.tp-caption.therapie {
		  line-height: 48px;
		}

/* main.css - ENDE */

/* l7-override.css - START */



/*#container {
	padding-right: 0 !important;
}*/

nav.mod_navigation {
	float: left;
	position: relative;
	left: 106px;
}

strong, .strong {
	font-weight: 500 !important;
}

.headlineSpecial h3 {
    font-family: Roboto;
    font-weight: 100;
    display: inline-block;
    color: #3c414c;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 51px;
    position: relative;
}

.headlineSpecial h3:after {
    display: block;
    content: "";
    width: 34px;
    height: 2px;
    /*background: #bbbfc8;*/
    position: absolute;
	background: #70706f;
	bottom: -20px;
    left: 50%;
    margin-left: -18px;
}

/* SIDEBAR KONTAKT START */
.sideBarKontakt {
	
}


.sideBarKontakt h3 {
    font-family: roboto, sans-serif;
    font-weight: 300;
    color: #505558;
    line-height: 36px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6ebed;
    display: block;
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
}

.sideBarKontakt h3:after {
	background: #70706f;
	display: block;
    content: "";
    width: 34px;
    height: 2px;
    background: #bbbfc8;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin-left: 0
}

.sideBarKontakt ul {
    list-style: none;
    margin-left: 0;
}

.sideBarKontakt ul li {
    position: relative;
    font-size: 14px;
}
/* SIDEBAR KONTAKT ENDE */

 a.ghostBtn {
  display: inline-block;
  background: #8dbf2f;
  padding: 10px 12px;
  margin: 15px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
	font-size: 20px;

  /*  letter-spacing: 1px;
	transform: translateZ(0px);*/
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background, all;
}

.mod_article a:hover.ghostBtn, a.ghostBtn:hover {
  background: #ffffff;
  color: #3c414c;
}



.contentWrap {
    width: 1170px;
    margin: 0 auto;
}


.top_barGreen {
    background: #8dbf2f;
    padding: 100px 0;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
	padding: 40px;
}

.top_barGreen h1 {
color: #fff !important;
}

.paddingTopBottom40 {
	padding: 40px 0;
}

.marginTopBottom40 {
	margin: 40px 0;
}

.floatLeft {
	float: left;
}


.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.marginAuto {
	margin: 0 auto;
}

.textCenter {
	text-align: center;
		
}

.listIcon ul {
	list-style: none;
	margin: 0 0 15px 0;
}

.listIcon ul li {
	margin-left: 15px;
	font-weight: 300;
}

.listIcon ul li:before {
	content: '\2713';
	color: #8dbf2f;
	margin-right: 15px;
	
	
	
}

.oneHundred {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.praxisBilder img {
	width: 18%;
	height: auto;
	float:left;
	margin: 0 1%;
	
}

.seventyFive {
	width: 66%;
	overflow: hidden;
	margin-right: 2%;
}

/*#right {
	position: absolute;
	right: 0;
	top: 50px;
}*/

.thirtyThree {
	width: 32%;
	overflow: hidden;
}

.thirtyThreeMiddle {
	margin: 0 2%;
}

.teamName h4{
	font-weight: 300;
    font-size: 20px;
	line-height: 24px;
    color: #3c414c;
    margin-top: 26px;
	margin-bottom: 0;
	
}

.teamName p em{
	font-size: 15px;
    font-style: italic;
    color: #b5b8c0;
	
}

/* Footer START */

#footer {
    color: #939fa6;
    position: relative;
}


#footer .inside {
	background: #232425;
    padding: 68px 0 0 0;
}

.footerWrap {
    width: 1170px;
    margin: 0 auto;
}

.footerWrap h3 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
}

#footer ul {
	list-style: none;
}

.footerCopyright {
	background: #1f2021;
    color: #939fa6;
    font-size: 13px;
    line-height: 30px;
    padding: 20px 0;
	margin-top: 68px;
}

.footerFourth {
	width: 24%;
	overflow: hidden;
}

.footerMiddle {
	margin: 0 1%;
	
}

.footerText {
	position: relative;
	left: 0;
	float: left;
	text-align: left;
	width: 70%;
	height: auto;
	overflow: hidden;
	top: 6px;
}

.footerText p {
	/*margin-bottom: 0 !important;*/
	font-size: 1em;
	line-height: 18px;
}


.footerNavi {
	width: 30%;
	height: auto;
	overflow: hidden;
}

.footerCopyright ul li {
    display: inline-block;
    margin-left: 10px;
	ebkit-box-shadow: 0px 0px 0px 0px #e5e8eb;
    -moz-box-shadow: 0px 0px 0px 0px #e5e8eb;
    box-shadow: 0px 0px 0px 0px #e5e8eb;
}

.footerCopyright ul li a {
    color: #939fa6;
}

#footer nav > ul > li:first-child, 
#footer nav > ul > li,
#footer nav > ul > li a, 
#footer nav > ul > li strong.active
{
	border-left: 0;
	border-right: 0;
	padding: 0;
	font-size: 1em;
}

#footer nav > ul > li a:hover {
	color: #8dbf2f;
}

#footer nav > ul > li:hover:before {
    content: "";
    width: 0%;
    height: 0px;
    background: none !important;
    position: absolute;
}

#footer nav > ul > li:hover, #footer nav > ul > li strong.active {
    -webkit-box-shadow: 0px 0px 0px 0px #8dbf2f inset;
    -moz-box-shadow: 0px 0px 0px 0px #8dbf2f inset;
    box-shadow: 0px 0px 0px 0px #8dbf2f inset;
}

/* Footer ENDE */

#toTop  {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #26292e;
    position: fixed;
    right: 60px;
    bottom: 45px;
    /*margin-left: -23px;*/
    z-index: 1;
    text-align: center;
	text-indent: -999999px;
	cursor: pointer;
	opacity: .75;
}

#toTop:after {
    content: "";
    background: transparent;
    border-top: 1px solid #878a91;
    border-right: 1px solid #878a91;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -7px;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}

#toTop:hover {
    opacity: 1;
	background-color: #26292e;
	color: #878a91;
 
}

@media only screen and (min-width:1200px){

	#header .mburger {
		display: none;
	}
	.contentWrap, .footerWrap {
		width: 90%;
		max-width: 1170px;
	}
}

@media only screen and (max-width:1199px) {
	
	#header {
		height: 78px;
	}
	
	nav.mod_navigation, .header-scrolled nav.mod_navigation, #top_bar {
		display: none;
	}
	
	#logo {
		left: 5%;
		position: relative;
	}
	
	#container {
		position: relative;
		top: 78px;
		margin-bottom: 78px;
	}
	
	.center_aligned {
		text-align: center;
	}
	.container, .dnd_container {
		width: 100vw;
		margin: 0;
	}
	
	#headerSpace {
		display: none !important;
		height: 0 !important;
	}
	
	.contentWrap, .footerWrap {
		width: 90%;
	}
	
	.top_barGreen {
		padding: 40px 0;
	}
	
	.top_barGreen h1 {
		font-size: 1.75em;
	}
	
	.headlineSpecial h3 {
		font-size: 1.75em;
    	line-height: initial;
	}
	
/*	.oneHundred, .seventyFive, .thirtyThree {
		width: 100%;
	}
	
	.thirtyThreeMiddle {
		margin: 0 0%;
}*/
	

	.sideBarKontakt {
 	   margin-bottom: 78px;
}
	
	.footerText, .footerNavi {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.footerText p {
		text-align: center;
	}
	.footerCopyright ul li {
		display: contents;
	}
	
	.footerCopyright nav > ul {
		float: none;
	}
	
	
	#toTop  {
		right: 2.5%;
    	bottom: 15px;
	}
	
}

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

		.oneHundred, .seventyFive, .thirtyThree, .footerFourth {
		width: 100%;
	}
	
	.thirtyThreeMiddle, .footerMiddle {
		margin: 0 0%;
}
	
	.praxisBilder img {
   		width: 100%;
		margin: 0 0 15px 0;
   }
}

@media only screen and (max-width:665px) {
	h2 {
		font-size: 28px;
		line-height: 34px;
	}
	
}
/* l7-override.css - ENDE */
@charset "utf-8";
/* physio-topillus.css - START */ 

/*Home - START*/

.topIlluWrap {
    width:100%;
	 /*height: 100vh;*/ 
    height: calc(100vh - 119px);
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0 0;
    
}
.topIlluWrap h1, .topIlluWrap h2, .topIlluWrap h3, .topIlluWrap h4 {
	font-family: gravesend-sans, sans-serif;
	font-weight: 700;
}

.textWrap {
	width: 80%;
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
	z-index: 3;
	text-align: center;
}

.textWrap img{
	margin-top: 60px;
	max-width: 1170px;
	height: auto;
}

.homeText {
    position: absolute;
    /* width: 80%; */
    width: 40%;
    display: inline-block;
    text-align: left;
    top: 35vh;
    }

.homeText h1 {
	font-size: 74px;
	color: #fff !important;
	margin: 0 0 25px 0;
	line-height: 74px;

}

.homeText p {
	font-size: 24px;
	color: #fff !important;
}

/*Home - ENDE*/

/*Subpage - START*/

.subpageText {
    position: absolute;
    /* width: 80%; */
    width: 100%;
    display: inline-block;
    text-align: left;
    top: 45vh;
    }

.subpageText h1, .subpageText h2, .subpageText h3, .subpageText h4 {
	font-family: gravesend-sans, sans-serif;
	font-weight: 700;
}

.subpageText h1 {
	font-size: 74px;
	color: #fff !important;
	margin: 0 0 25px 0;
	line-height: 74px;
}

.smallH1 {
	font-size: 58px !important;
}

.subpageText p {
	font-size: 24px;
	color: #fff !important;
}

.subPageTopIllu	{
    width:100%;
	height:649px;
	position: relative;
    margin-top: 0px;
    left: 0;
    overflow: hidden;
   
}


/*Subpage - ENDE*/

/* Top Illus Start */ 


.topIlluOverlay {
	position: absolute;
	right: -5%;
	z-index: 2;
	top: 0px;
} 

.topIlluHome01 {
    background: url("../../files/home/homeSlide-01.jpg") no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.topIlluHome02 {
    background: url("../../files/home/homeSlide-02.jpg") no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: 1;
}

.topIlluHome03{
    background: url("../../files/home/homeSlide-03.jpg") no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: 1;
}

.topIlluHome04 {
    background: url("../../files/home/homeSlide-04.jpg") no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: 1;
}

/* Top Illus ENDE */ 


@media only screen and (max-width:920px) {
	.topIlluOverlay {
	position: absolute;
	right: -75%;
	height: 649px;
	z-index: 2;
	top: 0px;
} 
	.topIlluOverlay img {
		height: 649px !important;
	}
	
	.smallH1 {
	font-size: 38px !important;
}
}

/* physio-topillus.css - ENDE */ 
/* aa-slider.css START */

/* Sliderbilder - Background - START */

.headerSlider {
    position: relative;
    top: 0px;
    width: 100%;
	min-height: 445px;
    z-index: 1;
	margin-bottom: 50px;
	
}


.headerSlider .h1 {
	min-height: 445px;
    /*position: relative;
    margin: 0 auto;
    text-align: left;
    height: 80vh;
    display: inline;*/
}

.headerSlider h2 {
    display: inline-block;
    padding: 15px 0px 0;
    margin-bottom: 15px;
	color: #fff;
	font-size: 78px;
	line-height: 70px;
	font-weight: 700;
}

.headerSlider img {
	height: calc(100vh - 119px);
	object-fit: cover;
}

.bgRadial {
    /* background: radial-gradient(circle, rgba(0,0,0,.3) 0%, rgba(255,255,255,0) 25%); */
    top: 18vh;
    position: relative;
    height: 30vh;
    width: 100%;
    padding: 15vh 0 0;
}

.headerLeft {
    left: 7.5%;
}



/* Sliderbilder - Background - ENDE */


.slider-control {
	display: none
}



.tns-controls {
	/*display: none;*/
}

.ce_sliderStart .tns-controls button {
    position: absolute;
    z-index: 9;
    background: transparent;
    font-size: 0;
    width: 39px;
    height: 76px;
    padding: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    outline: none;
    transition: all 0.24s ease-in-out;
	cursor: pointer;
	opacity: 0;
}


.ce_sliderStart .tns-controls button[data-controls="prev"] {
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    transform-origin: top left;
    background-image:  url("../../files/_standards/physio-arrow-left.png");
}


.ce_sliderStart .tns-controls button[data-controls="next"] {
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    transform-origin: top right;
    background-image: url("../../files/_standards/physio-arrow-right.png") ;
}

.ce_sliderStart .tns-controls button:hover {
    transform: scale(1) translateY(-50%);
    background-color: rgba(0, 0, 0, 0.0);

}

.ce_sliderStart:hover .tns-controls button {
    opacity: 1;
    
}






.sliderTextContainer {
    position: absolute;
    top: 18vw;
	left: 10%;
	width: 50%;
	background: none;
	color: #fff !important;
    /*background: #000;
    background: rgba(0,0,0,0.4);*/
}

.sliderTextContainer table {
	max-width: 750px;
	margin: 0 0 0 0 !important;
}

.sliderText p {
	color: #fff !important;
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0 !important;
}

.sliderTextContainer img {
	width: 250px !important;
	height: auto;
	background: rgba(255,255,255,1);
    padding: 10px;
    border-radius: 6px;
	border: 1px solid #e5e8eb;
		
}

.sliderText {
	padding: 0 0;
	width: auto;
	margin-bottom: 15px;
	
}




@media only screen and (max-width:1279px) {
	
	.flex-caption {
        top: 20%;
	}
	
	.flex-caption.crna {
		top: 13%;
}
}


@media only screen and (max-width:1024px) {
	.headerSlider {
		top: 0px;
	}
	
	.sliderTextContainer {
		position: absolute;
		top: 30%;
		left: 10%;
		width: 55%;
		
	}
	
.headerSlider h2 {
    padding: 15px 0px;
	
	margin-bottom: 0;
	
}
	
	.sliderText {
		padding: 0px;
		width: auto;
	}

	.sliderText p {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 0;
	}
	
	
	
}


@media only screen and (max-width:767px) {
	
	.tns-controls {
		/*display: none;*/
}
	
	.ce_sliderStart .tns-controls button {
		position: absolute;
		z-index: 9;
		background: transparent;
		font-size: 0;
		width: 15px;
		height: 28px;
		padding: 0 10px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		border: 0;
		outline: none;
		transition: all 0.24s ease-in-out;
		cursor: pointer;
		opacity: .5;
}
	

	
.ce_sliderStart .tns-controls button[data-controls="prev"], 
	.slider-control a.slider-prev,
	.ce_sliderStart .tns-controls button[data-controls="prev"]{
    left: .25%;
	top: 50%;
 
}


.ce_sliderStart .tns-controls button[data-controls="next"], 
	.slider-control a.slider-next,
	.ce_sliderStart .tns-controls button[data-controls="next"]{
    right: .25%;
	top: 50%;
 
}

	.headerSlider h2 {
		display: inline-block;
		padding: 15px 0px 0;
		margin-bottom: 0px;
		color: #fff;
		font-size: 38px;
		line-height: 40px;
		font-weight: 700;
}
	
		.sliderText p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
	}
	
}


@media only screen and (max-width:420px) {
	
	
	.headerSlider {
		margin-bottom: 0px;
	}
	
	.sliderTextContainer {
		width: 82.5%;
		top: 20%;
		left: 8.75%;
			
		
	}
	
	.flex-caption {
        top: 25%;
	}
	
	.flex-caption.crna, .flex-caption.crna p {
		top: 25%;
		left:5%;
		width: 90%;
		line-height: 18px
}
}

/* physio-slider.css ENDE */

/* physio-suche.css - START */
.suchformular {}
#search-btn {
  /*position: absolute;
  top: 40px;
  right: 5%;*/
  position: relative;
  top: 0px;
  left: 105px;
  padding: 0px;
  width: 77px;
  height: 78px;
  color: #FFF;
  background-image: url("../../files/_standards/suche-lupe.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  cursor: pointer;
  webkit-box-shadow: 0px 1px 0px 0px #e5e8eb;
  -moz-box-shadow: 0px 1px 0px 0px #e5e8eb;
  box-shadow: 0px 1px 0px 0px #e5e8eb;
  /*border-left: 1px solid #e5e8eb;*/
  border-right: 1px solid #e5e8eb;
  float: left;
}
#search-btn:hover {
  background-color: rgba(229, 232, 235, .5);
}
#search-overlay {
  display: none;
}
.searchblock {
  position: fixed;
  top: 119px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 105px;
  text-align: center;
  background-color: rgba(229, 232, 235, .5);
  /*background: rgba(253,242,170,1);
	background: transparent;*/
  border: #a0a0a0 solid 0px;
  margin: 0;
  z-index: 2;
  overflow: hidden;
}
.searchblock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 885px;
  max-width: 885px;
  min-width: 885px;
  padding: 0;
  color: #FFF;
  border: none;
  left: -25px;
  position: relative;
}
}
.search-box {
  position: relative;
  width: 100%;
  margin: 0;
}
.search-form {
  height: 105px;
  border: 0px solid #999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgba(253, 242, 170, 1);
  overflow: hidden;
}
.search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}
.search-box input[type="text"] {
  width: 90%;
  padding: 10px;
  color: #3c414c;
  outline: none;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
#search-button {
  position: relative;
  top: 0;
  left: 0;
  height: 79px;
  width: 76px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background-image: url("../../files/_standards/suche-lupe.png");
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
}
/*#close-btn{
  position: absolute;
  top: 55px;
  right: -80px;
	padding: 0px;
  width: 38px;
  height: 38px;
	background-image: url(../../files/_standards/faki-header-Close.png);
 background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
}*/
#close-btn {
  /*position: absolute;
	top: 0px;
	right: -117px;
	padding: 0px;
	width: 85px;
	height: 105px;*/
  position: relative;
  top: 0px;
  left: 105px;
  padding: 0px;
  width: 77px;
  height: 78px;
  background-image: url(../../files/_standards/physio-header-Close.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  cursor: pointer;
  float: left;
  border-right: 1px solid #e5e8eb;
}
#close-btn:hover {
  background-color: rgba(229, 232, 235, .5);
}
.widget-submit {
  width: 70px;
  margin: 3px 0 0 5%;
}
.contentWrap .widget-submit {
  width: 70px;
  margin: 3px 0 0 0%;
}
@media screen and (max-width:1240px) {
  /*	#close-btn {
		right: -90px;
		background-color: #ffe400;
		border-left: 3px solid #ffe400;
		
}*/
}
/* physio-suche.css - ENDE */
@media only screen and (max-width:1199px) {
  .suchformular {
    display: none;
  }
}
