.mk-button { box-sizing:border-box; transition:color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out; -webkit-transition:color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out; } .mk-button .mk-button--icon{ margin:-2px 15px 0 0; line-height:4px; font-size:16px; } .mk-button--corner-pointed, .mk-button--corner-pointed .double-outline-inside { border-radius:0; } .mk-button--corner-rounded, .mk-button--corner-rounded .double-outline-inside { border-radius:3px; } .mk-button--corner-full_rounded, .mk-button--corner-full_rounded .double-outline-inside { border-radius:50px; } .mk-button--size-small { padding:12px 18px; font-size:10px; line-height:100%; } .mk-button--size-medium { padding:14px 24px; font-size:12px; line-height:100%; } .mk-button--size-large { padding:20px 28px; font-size:14px; line-height:100%; } .mk-button--size-x-large { padding:28px 36px; font-size:16px; line-height:100%; } .mk-button--size-xx-large { padding:38px 44px; font-size:18px; line-height:100%; } .mk-button--dimension-three.text-color-light , .mk-button--dimension-two.text-color-light { text-shadow:0 1px rgba(0, 0, 0, 0.4); } .mk-button--dimension-three.text-color-dark , .mk-button--dimension-two.text-color-dark { text-shadow:0 1px rgba(255, 255, 255, 0.4); } .mk-button--dimension-two { box-shadow:inset 0 0 1px rgba(0,0,0,.8); } .mk-button--dimension-flat.text-color-light { color:#ffffff; } .mk-button--dimension-flat.text-color-dark { color:#252525; } .mk-button--dimension-outline, .mk-button--dimension-savvy { border-width:2px; border-style:solid; } .mk-button--dimension-outline.skin-dark, .mk-button--dimension-savvy.skin-dark { border-color:#252525; color:#252525; } .mk-button--dimension-outline.skin-light, .mk-button--dimension-savvy.skin-light { border-color:#ffffff; color:#ffffff; } .mk-button--dimension-outline.skin-dark:hover { background-color:#252525; color:#ffffff; } .mk-button--dimension-outline.skin-light:hover { background-color:#ffffff; color:#252525; } .mk-button--dimension-savvy { overflow:hidden; } .mk-button--dimension-savvy::after { content:""; position:absolute; transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out; left:50%; top:50%; transform:translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0); -webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0); height:0; width:0; opacity:0; } .mk-button--dimension-savvy.mk-button--corner-full_rounded{ -webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); } .mk-button--dimension-savvy .mk-button--text, .mk-button--dimension-savvy .mk-button--icon { position:relative; z-index:2; } .mk-button--dimension-savvy:hover::after { width:100%; height:4000%; opacity:1; } .mk-button--dimension-savvy.skin-dark:hover { color:#ffffff; } .mk-button--dimension-savvy.skin-light:hover { color:#252525; } .mk-button--dimension-savvy.skin-dark::after { background-color:#252525; } .mk-button--dimension-savvy.skin-light::after { background-color:#ffffff; } .mk-button--dimension-double-outline, .mk-button--dimension-double-outline .double-outline-inside { border-width:1px; border-style:solid; } .mk-button--dimension-double-outline .double-outline-inside { position:absolute; display:block; width:100%; height:100%; left:-4px; top:-4px; box-sizing:border-box; width:calc(100% + 8px); height:calc(100% + 8px); z-index:1; } .mk-button--dimension-double-outline.skin-dark{ background-color:#222222; color:#ffffff; } .mk-button--dimension-double-outline.skin-dark, .mk-button--dimension-double-outline.skin-dark .double-outline-inside { border-color:#222222; } .mk-button--dimension-double-outline.skin-dark:hover{ background-color:#ffffff; color:#222222; } .mk-button--dimension-double-outline.skin-light{ background-color:#ffffff; color:#222222; } .mk-button--dimension-double-outline.skin-light, .mk-button--dimension-double-outline.skin-light .double-outline-inside { border-color:#ffffff; } .mk-button--dimension-double-outline.skin-light:hover{ background-color:#222222; color:#ffffff; } .mk-button--anim-vertical, .mk-button--anim-side { overflow:hidden; } .mk-button--anim-side .mk-button .mk-button--icon { opacity:0; transform:translateX(-30px); -webkit-transform:translateX(-30px); transition:opacity .2s, transform .2s; -webkit-transition:opacity .2s, -webkit-transform .2s; } .mk-button--anim-side .mk-button .mk-button--text { display:inline-block; transform:translateX(-17px); -webkit-transform:translateX(-17px); transition:transform .2s; -webkit-transition:-webkit-transform .2s; transition-delay:.01s; -webkit-transition-delay:.01s; } .mk-button--anim-side .mk-button.mk-button--size-large .mk-button--text, .mk-button--anim-side .mk-button.mk-button--size-x-large .mk-button--text { transform:translateX(-17.5px); -webkit-transform:translateX(-17.5px); } .mk-button--anim-side .mk-button.mk-button--size-xx-large .mk-button--text { transform:translateX(-18px); -webkit-transform:translateX(-18px); } .mk-button--anim-side .mk-button:hover .mk-button--icon { opacity:1; } .mk-button--anim-side .mk-button:hover .mk-button--text, .mk-button--anim-side .mk-button:hover .mk-button--icon { transform:translateX(0); -webkit-transform:translateX(0); } .mk-button--anim-vertical .mk-button .mk-button--icon, .mk-button--anim-vertical .mk-button .mk-button--icon:before, .mk-button--anim-vertical .mk-button .mk-button--text { position:absolute; transition:transform .2s; -webkit-transition:-webkit-transform .2s; display:flex; display:-webkit-flex; align-items:center; -webkit-align-items:center; justify-content:center; -webkit-justify-content:center; top:0; left:0; bottom:0; right:0; width:100%; height:100%; } .mk-button--anim-vertical .mk-button .mk-button--icon { display:block; transform:translate3d(0, -100%, 0); -webkit-transform:translate3d(0, -100%, 0); margin:auto; } .mk-button--anim-vertical .mk-button .mk-button--text { position:absolute; transform:translate3d(0, 0, 0); -webkit-transform:translate3d(0, 0, 0); } .mk-button--anim-vertical .mk-button:hover .mk-button--icon { transform:translate3d(0, 0, 0); -webkit-transform:translate3d(0, 0, 0); } .mk-button--anim-vertical .mk-button:hover .mk-button--text { transform:translate3d(0, 100%, 0); -webkit-transform:translate3d(0, 100%, 0); } .mk-button--dimension-outline.mk-button--size-small, .mk-button--dimension-savvy.mk-button--size-small { padding:10px 18px; } .mk-button--dimension-outline.mk-button--size-medium, .mk-button--dimension-savvy.mk-button--size-medium { padding:12px 24px; } .mk-button--dimension-outline.mk-button--size-large, .mk-button--dimension-savvy.mk-button--size-large { padding:18px 28px; } .mk-button--dimension-outline.mk-button--size-x-large, .mk-button--dimension-savvy.mk-button--size-x-large { padding:26px 36px; } .mk-button--dimension-outline.mk-button--size-xx-large, .mk-button--dimension-savvy.mk-button--size-xx-large { padding:36px 44px; } button.mk-button, input[type="text"].mk-button { outline:none; background:none; line-height:100%; } button.mk-button::-moz-focus-inner, input[type="text"].mk-button::-moz-focus-inner { border:none; } @media handheld, only screen and (max-width:767px) { .mk-button-container { display:block; text-align:center; width:100%; } .mk-button-container .mk-button { float:none; } } @media handheld, only screen and (max-width:767px) { .ls-wp-container .mk-button { padding:8px 10px; font-size:10px; line-height:100%; } .ls-wp-container .mk-button i { margin-top:-3px; font-size:10px; } } @media handheld, only screen and (max-width:550px) { .ls-wp-container .mk-button { padding:5px 8px; font-size:8px; line-height:100%; } .ls-wp-container .mk-button i { margin-top:-3px; font-size:10px; } } .mk-audio-section { display:block; background-color:#fbb845; height:100px; } .mk-audio-section > img { float:left; filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:gray; -webkit-filter:grayscale(1); opacity:.7; } .mk-audio-section .mk-audio-author { font-size:12px; font-weight:bold; text-transform:capitalize; position:absolute; top:40px; left:10px; display:block; color:#ffffff; } .mk-audio-shortcode { margin-bottom:30px; height:170px !important; } .mk-audio-shortcode .audio-thumb { height:inherit !important; } .mk-audio-shortcode .jp-audio.audio-has-img { margin-left:170px; } .mk-audio-shortcode .jp-audio div.jp-interface { min-height:170px !important; } .jp-audio { display:block; direction:ltr; text-align:left; } .jp-audio.audio-has-img { margin-left:100px; } .jp-interface { position:relative; width:100%; } .jp-audio .jp-type-single .jp-interface { min-height:90px; } .jp-controls-holder { clear:both; width:100%; margin:0 auto; position:relative; overflow:hidden; top:-8px; } .jp-interface ul.jp-controls { list-style-type:none; margin:-14px 0 0 -28px; padding:0; position:absolute; top:50%; left:50%; } .jp-interface ul.jp-controls li { margin:0; } .jp-interface ul.jp-controls li { display:inline; float:left; } .jp-interface ul.jp-controls li a i { display:block; } .jp-interface ul.jp-controls a { display:block; } a.jp-play, a.jp-pause { padding:9px 6px 7px 10px; display:block; width:30px; height:30px; text-align:center; border:1px solid #252525; border-radius:50px; color:#252525; } a.jp-play:hover, a.jp-pause:hover { color:#ffffff; border-color:#ffffff; } a.jp-play i, a.jp-pause i { line-height:30px; width:30px; font-size:16px; } a.jp-pause { padding:9px 8px 7px; display:none; } .jp-progress { background-color:rgba(0, 0, 0, 0.2); } .jp-audio .jp-progress { position:absolute; top:0px; left:0; height:12px; } .jp-audio .jp-type-single .jp-progress { left:0; width:100%; } .jp-seek-bar { width:0px; height:100%; cursor:pointer; } .jp-play-bar { background-color:#000000; background-color:rgba(0, 0, 0, 0.5); width:0px; height:100%; position:relative; } a.jp-mute, a.jp-unmute, a.jp-volume-max { width:18px; height:15px; margin-top:0px; } .jp-volume-bar, .jp-volume-bar-value { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAiCAQAAADragGFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RjJBNDk2RjQwRDcxMUUzODhFNUVBRjVCMDg3MjJCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RjJBNDk3MDQwRDcxMUUzODhFNUVBRjVCMDg3MjJCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVGMkE0OTZENDBENzExRTM4OEU1RUFGNUIwODcyMkIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVGMkE0OTZFNDBENzExRTM4OEU1RUFGNUIwODcyMkIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+S5VOAwAAAHNJREFUSMftksENwDAIA1nGc7E9a6SvSqgiQHGekb93EjIWSJ71CQwmXQkGa0seriWD9SUH11IA76UEPiyNzqOKoCqnnsvMKBzsGuRKr/S7coX2n6vQtuThWlJoX3JwLQXwXkrgw9LoPKoIqnLqucyMosE+NlMGu0fPTasAAAAASUVORK5CYII=) left bottom no-repeat; } .jp-volume-bar { position:absolute; right:10px; bottom:10px; width:26px; height:14px; cursor:pointer; } .jp-volume-bar i { position:absolute; left:-12px; color:#252525; font-size:16px; line-height:16px; } .jp-volume-bar-value { width:0px; height:14px; } .jp-audio .jp-time-holder { position:absolute; top:20px; left:0; width:100%; padding:0 10px; } .jp-audio .jp-type-single .jp-time-holder { color:#ffffff; font-size:12px; width:100%; font-weight:bold; } .jp-current-time, .jp-duration { display:inline-block; } .jp-current-time { float:left; } .jp-duration { float:right; } .jp-jplayer audio, .jp-jplayer { width:0px; height:0px; } .jp-jplayer { background-color:#000000; } ul.jp-toggles { list-style-type:none; padding:0; margin:0 auto; overflow:hidden; } .jp-audio .jp-type-single ul.jp-toggles { width:25px; } .jp-audio .jp-type-playlist ul.jp-toggles { width:55px; margin:0; position:absolute; left:325px; top:50px; } ul.jp-toggles li { display:block; float:right; } ul.jp-toggles li a { display:block; width:25px; height:18px; text-indent:-9999px; line-height:100%; } .jp-no-solution { padding:5px; font-size:.8em; background-color:#eeeeee; border:2px solid #009be3; color:#000000; display:none; } .jp-no-solution a { color:#000000; } .jp-no-solution span { font-size:1em; display:block; text-align:center; font-weight:bold; } .mk-swiper-container { position:relative; overflow:hidden; } .mk-slider-holder > div { position:absolute; top:0; left:0; width:100%; height:100%; } .mk-slider-holder .mk-slider-wrapper { z-index:10; } .mk-swipe-slideshow { position:relative; margin-bottom:20px; } .mk-swipe-slideshow:hover .swiper-arrows { filter:alpha(opacity=@opacity * 100); -moz-opacity:60; -khtml-opacity:60; opacity:60; opacity:0.6; } .mk-swipe-slideshow .swiper-arrows, .mk-swipe-slideshow .swiper-zoom-icon { width:38px; height:38px; background-color:rgba(0, 0, 0, 0.4); text-align:center; position:absolute; padding:10px; border-radius:2px; cursor:pointer; color:#ffffff; filter:alpha(opacity=@opacity * 100); -moz-opacity:0; -khtml-opacity:0; opacity:0; } .mk-swipe-slideshow .swiper-arrows { top:50%; -webkit-transform:translate(0, -50%); -ms-transform:translate(0, -50%); transform:translate(0, -50%); ms-transform:translate(0, -50%); background-color:rgba(0, 0, 0, 0.4); } .mk-swipe-slideshow .swiper-zoom-icon { top:20px; left:20px; font-size:16px; line-height:38px; } .mk-slider-holder:hover .swiper-zoom-icon { -moz-opacity:60; -khtml-opacity:60; opacity:60; opacity:0.6; } .mk-slider-holder .swiper-zoom-icon:hover { -moz-opacity:100; -khtml-opacity:100; opacity:100; opacity:1; } .mk-swipe-slideshow .swiper-arrows:hover { background-color:rgba(0, 0, 0, 0.6); filter:alpha(opacity=@opacity * 100); -moz-opacity:100; -khtml-opacity:100; opacity:100; opacity:1; } .mk-swipe-slideshow .swiper-arrows i { line-height:40px; font-size:16px; } .mk-swipe-slideshow .mk-swiper-prev { left:20px; } .mk-swipe-slideshow .mk-swiper-next { right:20px; } .mk-slider-holder-img { visibility:hidden; } .mk-page-section-wrapper { display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row; } .mk-page-section { position:relative; width:100%; } .mk-page-section-inner { width:100%; height:100%; position:absolute; overflow:hidden; top:0; left:0; } .background-layer.drop-top-shadow { box-shadow:inset 0 1px 10px rgba(0, 0, 0, 0.3); } .mk-page-section .vc_row-fluid { position:relative; } .mk-page-section .theme-content { padding:0 20px; } .mk-page-section.full-height-true { min-height:300px; } .mk-page-section .mk-main-wrapper-holder { width:100%; } .mk-page-section .background-layer { position:absolute; top:0; left:0; height:100%; width:100%; -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-perspective:1000; perspective:1000; -webkit-transform:translateZ(0px); transform:translateZ(0px); } .multiply-blend-effect { -webkit-background-blend-mode:multiply; background-blend-mode:multiply; } .screen-blend-effect { -webkit-background-blend-mode:screen; background-blend-mode:screen; } .overlay-blend-effect { -webkit-background-blend-mode:overlay; background-blend-mode:overlay; } .darken-blend-effect { -webkit-background-blend-mode:darken; background-blend-mode:darken; } .lighten-blend-effect { -webkit-background-blend-mode:lighten; background-blend-mode:lighten; } .soft-light-blend-effect { -webkit-background-blend-mode:soft-light; background-blend-mode:soft-light; } .luminosity-blend-effect { -webkit-background-blend-mode:luminosity; background-blend-mode:luminosity; } @media handheld, only screen and (max-width:1024px) { .mk-page-section .background-layer { background-attachment:scroll !important; position:absolute !important; } } .mk-page-section .background-clipper { position:absolute; top:0; left:0; clip:rect(auto auto auto auto); width:100%; height:100%; overflow:hidden; } .mk-page-section .mk-skip-to-next { z-index:10; } .page-section-fullwidth { width:100%; } .page-section-fullwidth .vc_col-sm-12 { padding-left:0 !important; padding-right:0 !important; } .mk-half-layout { width:50%; height:100%; position:absolute; top:0; background-position:center center; background-size:cover; -webkit-background-size:cover; } .mk-half-layout.half_left_layout { left:0; } .mk-half-layout.half_right_layout { right:0; } @media handheld, only screen and (max-width:767px) { .mk-half-layout { width:100%; height:500px; } } .mk-video-mask { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDJGNjNCMTIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDJGNjNCMjIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMkY2M0FGMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwMkY2M0IwMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u9pXkwAAAA1JREFUGFdjYGjObAYAAuMBcKaqKb0AAAAASUVORK5CYII=); } .mk-half-layout-container { position:relative; padding-left:20px; padding-right:20px; } .mk-half-layout-container { width:40%; margin:0 5%; } .mk-half-layout-container.half_left_layout { float:right; margin-left:auto; } .mk-half-layout-container.half_right_layout { float:left; } @media handheld, only screen and (max-width:767px) { .mk-half-layout-container { width:auto !important; margin:0; padding-top:530px !important; padding-left:20px; padding-right:20px; float:none !important; } } .mk-video-section-touch { position:absolute; top:0px; left:0px; width:100%; height:100%; background-position:center; background-size:cover; background-repeat:no-repeat; z-index:1; } @media only screen and (min-device-width:320px) and (max-width:1024px) { .mk-page-section { background-position:center !important; background-attachment:scroll !important; } .mk-section-video { display:none !important; } .mk-video-section-touch { display:block !important; } } .mk-page-section-loader { background-color:#ffffff; position:absolute; left:0; right:0; top:0; bottom:0; } .mk-page-section-loader .mk-preloader { top:50%; } .hidden-canvas { display:none; } .mk-blend-layer { width:100%; height:100%; background-size:cover; background-position:center; } .mk-shape-divider { width:100%; display:block; position:absolute; left:0; z-index:10; } .mk-shape-divider--stick-bottom { bottom:0; } .mk-shape-divider--stick-top { top:0; } .mk-shape-divider .shape__container { position:relative; overflow:hidden; } .mk-shape-divider .shape__container .shape { width:100%; } .mk-shape-divider .shape__container .shape svg { display:block; } .mk-shape-divider.speech-bottom-style .shape__container .shape, .mk-shape-divider.speech-top-style .shape__container .shape { width:100%; } .mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style .shape__container .shape .speech-left, .mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style .shape__container .shape .speech-right { width:50%; } .mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style .shape__container .shape .speech-left { float:left; } .mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style .shape__container .shape .speech-right { float:right; } .mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left, .mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right { height:35px; } .mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left, .mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right { height:60px; } .mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left { border-top-right-radius:35px; } .mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right { border-top-left-radius:35px; } .mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left { border-top-right-radius:60px; } .mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right { border-top-left-radius:60px; } .mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left { border-bottom-right-radius:35px; } .mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right { border-bottom-left-radius:35px; } .mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left { border-bottom-right-radius:60px; } .mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right { border-bottom-left-radius:60px; } .mk-blog-classic-item { margin-bottom:40px; border:1px solid #eeeeee; overflow:hidden; position:relative; width:100%; background-color:#ffffff; } .mk-blog-classic-item .mk-readmore { letter-spacing:1px; text-transform:uppercase; position:absolute; right:30px; bottom:25px; } .mk-blog-classic-item .mk-readmore i { margin-right:5px; font-size:8px; } .mk-blog-classic-item .mk-readmore:hover { color:#252525 !important; } .mk-blog-classic-item .blog-social-share { left:50px; bottom:-10px; min-width:180px; } .mk-blog-classic-item .blog-social-share:before { left:-5px; top:50%; } .mk-blog-classic-item .blog-social-share li { float:left; display:inline-block; } @media handheld, only screen and (max-width:600px) { .mk-blog-classic-item .blog-social-share { min-width:130px; padding:10px; bottom:-5px; } .mk-blog-classic-item .blog-social-share a { margin:0 5px; } } .mk-blog-classic-item .mk-audio-section { height:170px; margin-bottom:0; } @media handheld, only screen and (max-width:780px) { .mk-blog-classic-item .mk-audio-section .audio-has-img { margin:0 !important; } .mk-blog-classic-item .mk-audio-section .audio-thumb { display:none; } } .mk-blog-classic-item .mk-audio-section .jp-audio.audio-has-img { margin-left:170px; } .mk-blog-classic-item .mk-audio-section .jp-audio div.jp-interface { min-height:160px !important; } .mk-blog-classic-item.instagram-post-type { border:0; } .mk-blog-classic-item.instagram-post-type .instagram-image { display:block; } .mk-blog-classic-item.instagram-post-type .instagram-image img { width:100%; } .mk-blog-classic-item.instagram-post-type .instagram-title { padding:40px 40px 0; font-size:24px; margin-bottom:0; } .mk-blog-classic-item.instagram-post-type .instagram-title span a { display:none; } .mk-blog-classic-item.instagram-post-type .instagram-title i { display:none; } .mk-blog-classic-item.instagram-post-type .mk-blog-meta { padding:0; padding:0 20px 40px 40px; } .mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper { padding-left:40px; position:relative; top:30px; } .mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper:before { width:24px; height:24px; content:''; position:absolute; left:0; top:0; } .mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper .mk-categories { display:none; } .mk-blog-classic-item.instagram-post-type .blog-share-container { float:right; } .mk-blog-classic-item.instagram-post-type .the-title, .mk-blog-classic-item.instagram-post-type .the-excerpt, .mk-blog-classic-item.instagram-post-type .mk-readmore { display:none; } .mk-blog-classic-item.instagram-post-type .blog-social-share { left:auto; right:67px; } .mk-blog-classic-item.instagram-post-type .blog-social-share:before { left:auto; right:-5px; } .mk-blog-classic-item.blockquote-post-type { padding:70px 40px 40px; } .mk-blog-classic-item.blockquote-post-type .blog-blockquote-content { font-size:26px; line-height:40px; color:#222222; padding-left:70px; } .mk-blog-classic-item.blockquote-post-type .the-excerpt { display:none; } .mk-blog-classic-item.blockquote-post-type .blog-blockquote-content:before { position:absolute; top:70px; left:40px; display:block; color:#dddddd; color:rgba(0, 0, 0, 0.1); content:"\f10d"; font-size:48px; } .mk-blog-classic-item.blockquote-post-type .blog-blockquote-content footer { text-align:right; color:#999999; font-style:italic; font-size:20px; } .mk-blog-classic-item.blockquote-post-type .mk-blog-meta-wrapper { position:absolute; top:40px; left:40px; } .mk-blog-classic-item.blockquote-post-type .mk-blog-meta-wrapper .mk-categories { display:none; } .mk-blog-classic-item.blockquote-post-type .mk-blog-meta { padding:0; } .mk-blog-classic-item.blockquote-post-type .the-title, .mk-blog-classic-item.blockquote-post-type .mk-readmore { display:none; } .mk-blog-classic-item.twitter-post-type { padding:70px 40px 40px; } .mk-blog-classic-item .blog-twitter-content { font-size:22px; color:#222222; line-height:40px; padding-left:50px; position:relative; } .mk-blog-classic-item .blog-twitter-content:before { content:''; width:35px; height:100%; background-position:center 10px; background-repeat:no-repeat; display:inline-block; position:absolute; left:0; top:0; } .mk-blog-classic-item .blog-twitter-content a { color:#55acee; } .mk-blog-classic-item .blog-twitter-content footer { text-align:right; line-height:normal; position:absolute; top:130%; right:40px; } .mk-blog-classic-item .blog-twitter-content footer a, .mk-blog-classic-item .blog-twitter-content footer span { display:block; } .mk-blog-classic-item .blog-twitter-content footer span { font-weight:bold; font-size:20px; color:#222222; } .mk-blog-classic-item .blog-twitter-content footer a { color:#55acee; font-size:16px; } .mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper { position:absolute; top:40px; left:40px; } .mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper .mk-blog-author, .mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper .mk-categories, .mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper > span { display:none; } .mk-blog-classic-item.twitter-post-type .mk-blog-meta { padding:0; margin-top:30px; } .mk-blog-classic-item.twitter-post-type .the-title, .mk-blog-classic-item.twitter-post-type .the-excerpt, .mk-blog-classic-item.twitter-post-type .mk-readmore { display:none; } .mk-blog-container .featured-image:hover .image-hover-overlay { opacity:0.9; } .mk-blog-classic-item .blog-loop-comments, .mk-blog-classic-item .mk-blog-share { height:36px; line-height:36px; width:36px; background-color:#000000; background-color:rgba(0, 0, 0, 0.1); border-radius:2px; position:relative; display:inline-block; float:left; margin-right:15px; text-align:center; cursor:pointer; display:table; transition:all .15s; } .mk-blog-classic-item .blog-loop-comments i, .mk-blog-classic-item .mk-blog-share i { display:table-cell; vertical-align:middle; color:#636363; } .mk-blog-classic-item .blog-loop-comments i, .mk-blog-classic-item .mk-blog-share i { font-size:16px; } .mk-blog-classic-item .blog-loop-comments span { position:absolute; left:25px; top:-10px; font-weight:bold; color:#ffffff; line-height:10px; font-size:11px; height:20px; padding:0 7px; line-height:20px; border-radius:30px; } .mk-blog-classic-item .blog-loop-comments:hover, .mk-blog-classic-item .mk-blog-share:hover { background-color:rgba(0, 0, 0, 0.2); } .blog-share-container { position:relative; float:left; } .mk-blog-portraite { width:100%; } .mk-blog-portraite .featured-image, .mk-blog-portraite .blog-gallery-type { float:left; display:inline-block; width:50%; } .mk-blog-portraite .mk-blog-meta { float:left; width:50%; } @media handheld, only screen and (max-width:1140px) { .mk-blog-portraite { width:100%; } .mk-blog-portraite .featured-image, .mk-blog-portraite .blog-gallery-type { float:none !important; display:block; width:100% !important; } .mk-blog-portraite .mk-blog-meta { float:none !important; width:100% !important; } .mk-swipe-slideshow { max-width:100% !important; } } .sticky { border:1px solid #cccccc; } .the-excerpt { -ms-word-wrap:break-word; word-wrap:break-word; } .mk-readmore { line-height:12px; font-weight:bold; font-size:12px; } .mk-readmore i { margin-right:5px; text-decoration:none; font-size:8px; } .mk-readmore:hover { color:#252525 !important; } .mk-blog-modern-item .mk-blog-meta, .mk-blog-classic-item .mk-blog-meta { padding:40px; } .mk-blog-modern-item .the-title, .mk-blog-classic-item .the-title { letter-spacing:1px; margin-top:5px; } .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a { font-size:24px; line-height:24px; } .mk-blog-modern-item .the-excerpt, .mk-blog-classic-item .the-excerpt { margin-bottom:30px; } .mk-blog-modern-item .mk-blog-meta-wrapper, .mk-blog-classic-item .mk-blog-meta-wrapper { font-size:12px; font-style:italic; color:#999999; } .mk-blog-modern-item .mk-blog-meta-wrapper > div, .mk-blog-classic-item .mk-blog-meta-wrapper > div { display:inline-block; margin-right:5px; } .mk-blog-modern-item .mk-blog-meta-wrapper a, .mk-blog-classic-item .mk-blog-meta-wrapper a { color:#252525; } .mk-blog-modern-item .featured-image, .mk-blog-classic-item .featured-image { position:relative; display:block; overflow:hidden; } .mk-blog-modern-item .featured-image a, .mk-blog-classic-item .featured-image a { overflow:hidden; display:block; } .mk-blog-modern-item .featured-image img, .mk-blog-classic-item .featured-image img{ position:relative; width:100%; max-width:100%; } .mk-blog-modern-item .swiper-slide img, .mk-blog-classic-item .swiper-slide img { width:100%; } .mk-blog-modern-item .featured-image:hover .image-hover-overlay, .mk-blog-classic-item .featured-image:hover .image-hover-overlay { opacity:.85; } .mk-blog-modern-item .featured-image:hover img, .mk-blog-classic-item .featured-image:hover img { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); } .blog-social-share { position:absolute; background-color:#252525; margin:0; list-style:none; display:block; text-align:center; padding:15px 10px; display:none; } .blog-social-share:before { display:block; width:10px; height:10px; position:absolute; margin-top:-5px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); background-color:#252525; content:""; } .blog-social-share li { margin:0; } .blog-social-share li a { color:#a8a8a8; display:block; margin:0 10px; } .blog-social-share li a:hover { color:#ffffff; } .blog-social-share li a i { font-size:16px; vertical-align:top; } .mk-blog-container .mk-swipe-slideshow { margin-bottom:0; } .mk-blog-container .audio-iframe { margin-bottom:25px; } .mk-gallery, .mk-portfolio-grid, .mk-portfolio-masonry, .mk-spotlight-wrapper { width:100%; } .mk-blog-container { transition:height 0.1s; } .mk-blog-grid-item { position:relative; float:left; overflow:hidden; margin:0; -webkit-backface-visibility:hidden; backface-visibility:hidden; } .mk-blog-grid-item .blog-grid-holder { margin:0 12px 24px 12px; border:1px solid #e3e3e3; background-color:#ffffff; } .mk-blog-grid-item.one-column { width:100%; } .mk-blog-grid-item.two-column { width:50%; } .mk-blog-grid-item.three-column { width:33.33%; } .mk-blog-grid-item.four-column { width:25%; } .mk-blog-grid-item.four-column .blog-grid-holder { margin:0 8px 16px 8px; } .mk-blog-grid-item .mk-swipe-slideshow img { width:100%; } @media handheld, only screen and (max-width:960px) { .mk-blog-grid-item.three-column, .mk-blog-grid-item.four-column { width:49.5% !important; } } @media handheld, only screen and (max-width:650px) { .mk-blog-grid-item.three-column, .mk-blog-grid-item.four-column, .mk-blog-grid-item.two-column, .mk-blog-grid-item.one-column { width:100% !important; } .mk-blog-grid-item.three-column .blog-grid-holder, .mk-blog-grid-item.four-column .blog-grid-holder, .mk-blog-grid-item.two-column .blog-grid-holder, .mk-blog-grid-item.one-column .blog-grid-holder { margin:0 0 18px 0 !important; } } .mk-blog-grid-item .featured-image { position:relative; display:block; overflow:hidden; } .mk-blog-grid-item .featured-image img { position:relative; width:100%; } .mk-blog-grid-item .featured-image:hover .blog-grid-hover-icon { opacity:1; } .mk-blog-grid-item .mk-blog-meta { padding:20px; line-height:18px; } .mk-blog-grid-item time { display:block; margin-bottom:10px; } .mk-blog-grid-item time a { color:#999999; font-style:italic; font-size:11px; } .mk-blog-grid-item .the-title { margin-top:5px; text-transform:uppercase !important; line-height:18px !important; } .mk-blog-grid-item .the-title a { letter-spacing:1px; font-size:14px; line-height:18px; } .mk-blog-grid-item .the-excerpt { margin:5px 0; } .mk-blog-grid-item .blog-grid-hover-icon { font-size:48px; width:48px; height:48px; color:#ffffff; position:absolute; left:50%; top:50%; margin:-24px 0 0 -24px; opacity:0; } .mk-blog-grid-item .blog-grid-footer { position:relative; padding:15px 20px; border-top:1px solid #e3e3e3; } .mk-blog-grid-item .mk-love-holder { position:absolute; right:20px; top:15px; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder { position:relative; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-image { display:block; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title { padding:15px 25px; background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); left:0; position:absolute; margin-bottom:0; bottom:50px; width:calc(100% - 50px); color:#ffffff !important; font-size:14px; font-weight:bold; text-transform:initial; line-height:20px; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title span { padding-left:30px; display:block; color:#ffffff; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-image img { width:100%; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title span a { color:#55acee; display:block; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title i { position:absolute; left:25px; top:18px; font-size:20px; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta { padding:0; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .the-title, .mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .the-excerpt { display:none; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper { position:absolute; left:20px; bottom:5px; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .blog-grid-footer { padding-top:25px; padding-bottom:25px; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .blog-grid-footer .mk-readmore { display:none; } .mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-love-holder { top:12px; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder { position:relative; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content { font-size:22px; line-height:40px; color:#222; padding:40px 25px 25px 80px; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content:before { position:absolute; top:50px; left:25px; display:block; color:#ddd; color:rgba(0, 0, 0, 0.1); content:"\f10d"; font-size:48px; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content footer { text-align:right; color:#999; font-style:italic; font-size:20px; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta { padding:0; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .the-title, .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .the-excerpt { display:none; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper { position:absolute; left:20px; bottom:5px; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-grid-footer { padding-top:25px; padding-bottom:25px; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-grid-footer .mk-readmore { display:none; } .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-love-holder { top:12px; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder { position:relative; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content { font-size:22px; color:#222; line-height:36px; padding-bottom:30px; padding:25px 40px 90px; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content:before { content:''; width:100%; height:30px; display:block; margin-bottom:45px; background-repeat:no-repeat; background-position:center; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content a { color:#55acee; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer { text-align:left; line-height:normal; margin-top:35px; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer a, .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer span { display:block; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer span { font-weight:bold; font-size:14px; color:#222; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer a { color:#55acee; font-size:12px; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta { padding:0; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .the-title, .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .the-excerpt, .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .mk-readmore { display:none; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper { position:absolute; left:20px; bottom:5px; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-grid-footer { padding-top:25px; padding-bottom:25px; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-grid-footer .mk-readmore { display:none; } .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-love-holder { top:12px; } .mk-blog-container.no-border .mk-blog-grid-item .blog-grid-holder { border:transparent; } .mk-blog-container.no-border .mk-blog-grid-item .blog-grid-holder .blog-grid-footer { border:transparent; } .mk-blog-magazine-item { margin:0; } .mk-blog-magazine-item .the-title { font-size:16px !important; margin-bottom:5px; letter-spacing:1px; } .mk-blog-magazine-item .blog-item-holder { background-color:#ffffff; } .mk-blog-magazine-item .mk-blog-meta { margin-bottom:15px; font-size:13px; color:#a6a6a6; font-style:italic; } .mk-blog-magazine-item .mk-blog-meta a { color:#a6a6a6; } .mk-blog-magazine-item .mk-blog-meta .mk-categories, .mk-blog-magazine-item .mk-blog-meta time { display:inline-block; float:left; } .mk-blog-magazine-item.magazine-featured-post { box-sizing:border-box; margin-bottom:25px; } .mk-blog-magazine-item.magazine-featured-post .item-wrapper { padding:20px 25px 25px; *zoom:1; } .mk-blog-magazine-item.magazine-featured-post .item-wrapper:before, .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after { content:" "; display:table; } .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after { clear:both; } .mk-blog-magazine-item.magazine-featured-post .featured-image { position:relative; overflow:hidden; } .mk-blog-magazine-item.magazine-featured-post .featured-image img { width:100%; } .mk-blog-magazine-item.magazine-featured-post .featured-image .image-gradient-overlay { background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 70%, #ffffff 100%); position:absolute; left:0; bottom:0; width:100%; height:50%; } .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section { float:right; display:inline-block; color:#999999; } .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span { color:#999999; } .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section i { color:#bdbdbd; } .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span { font-size:11px; } .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder { display:inline-block; margin-left:10px; } .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .blog-loop-comments i, .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder i { font-size:16px; margin-right:3px; } .mk-blog-magazine-item.magazine-featured-post .the-excerpt p { letter-spacing:1px; color:#797979; font-size:14px; } .mk-blog-magazine-item.magazine-thumb-post { width:50%; margin-bottom:25px; box-sizing:border-box; float:left; } .mk-blog-magazine-item.magazine-thumb-post .the-title { font-size:14px !important; margin-top:15px; margin-bottom:8px; } .mk-blog-magazine-item.magazine-thumb-post .featured-image { width:20%; float:left; position:relative; overflow:hidden; } .mk-blog-magazine-item.magazine-thumb-post .item-wrapper { width:70%; float:left; padding:5px 5px 0 20px; } .mk-blog-magazine-item.magazine-thumb-post .item-wrapper .blog-title { margin:5px 0; } .mk-blog-magazine-item.blockquote-post-type, .mk-blog-magazine-item.instagram-post-type, .mk-blog-magazine-item.twitter-post-type{ display:none; } @media handheld, only screen and (max-width:767px) { .mk-blog-magazine-item.magazine-featured-post { width:100% !important; padding-right:0 !important; margin-bottom:25px !important; } .mk-blog-magazine-item.magazine-featured-post .blog-item-holder { margin-left:0 !important; margin-right:0 !important; } .mk-blog-magazine-item.magazine-featured-post:before { width:0 !important; } .mk-blog-magazine-item.magazine-thumb-post { width:100% !important; } } .mag-one-column .magazine-featured-post { margin-bottom:25px; } .mag-one-column .magazine-thumb-post { width:100%; } .mag-two-column-right .magazine-featured-post, .mag-two-column-left .magazine-featured-post { width:50%; float:right; position:relative; } .mag-two-column-right .magazine-thumb-post, .mag-two-column-left .magazine-thumb-post { width:50%; } .mag-two-column-right .magazine-featured-post { float:right; } .mag-two-column-right .magazine-featured-post .blog-item-holder { margin-left:25px; } .mag-two-column-right .magazine-thumb-post { float:left; } .mag-two-column-left .magazine-featured-post { float:left; } .mag-two-column-left .magazine-featured-post .blog-item-holder { margin-right:25px; } .mag-two-column-left .magazine-thumb-post { float:right; } .mk-blog-modern-item { width:100%; margin-bottom:50px; position:relative; } .mk-blog-modern-item .mk-blog-meta { margin:0 20px 20px 100px; display:block; padding:0 !important; } .mk-blog-modern-item .mk-audio-section, .mk-blog-modern-item .featured-image, .mk-blog-modern-item .mk-swipe-slideshow { margin-bottom:25px !important; } .mk-blog-modern-item .mk-audio-section { height:170px; } @media handheld, only screen and (max-width:780px) { .mk-blog-modern-item .mk-audio-section .audio-has-img { margin:0 !important; } .mk-blog-modern-item .mk-audio-section .audio-thumb { display:none; } } .mk-blog-modern-item .mk-audio-section .jp-audio.audio-has-img { margin-left:170px; } .mk-blog-modern-item .mk-audio-section .jp-audio div.jp-interface { min-height:160px !important; } .mk-blog-modern-item .blog-loop-comments, .mk-blog-modern-item .mk-blog-share, .mk-blog-modern-item .mk-love-holder { display:block; padding:12px 0; color:#898989; text-align:center; line-height:16px; } .mk-blog-modern-item .blog-loop-comments i, .mk-blog-modern-item .mk-blog-share i, .mk-blog-modern-item .mk-love-holder i { font-size:16px; } .mk-blog-modern-item .blog-loop-comments span, .mk-blog-modern-item .mk-blog-share span, .mk-blog-modern-item .mk-love-holder span { margin-top:2px; } .mk-blog-modern-item .blog-share-container { display:block; float:none; border-bottom:1px solid #efefef; } .mk-blog-modern-item .blog-loop-comments { line-height:16px; border-bottom:1px solid #efefef; } .mk-blog-modern-item .blog-loop-comments span { display:block; font-size:11px; } .mk-blog-modern-item .mk-blog-share { cursor:pointer; padding:20px 0; } .mk-blog-modern-item .mk-love-holder i span { position:absolute; } .mk-blog-modern-item .mk-love-holder .mk-love-count { display:block; } .mk-blog-modern-item .blog-social-share { position:absolute; left:-6px; bottom:50px; background-color:#252525; margin:0; list-style:none; width:40px; text-align:center; padding:10px; text-transform:center; } .mk-blog-modern-item .blog-social-share:before { left:25px; bottom:-5px; margin-top:-5px; } .mk-blog-modern-item .blog-social-share li { margin:16px 0; } .mk-blog-modern-item:first-of-type .blog-modern-social-section .blog-social-share { top:50px; bottom:auto; width:215px; } .mk-blog-modern-item:first-of-type .blog-modern-social-section .blog-social-share:before { left:25px; bottom:auto; top:0; margin-top:-5px; } .mk-blog-modern-item:first-of-type .blog-modern-social-section .blog-social-share li { display:inline-block; margin:3px 2px; } .mk-blog-modern-item.blockquote-post-type { position:relative; } .mk-blog-modern-item.blockquote-post-type .blog-blockquote-content { padding:50px 20px 20px 170px; font-size:26px; line-height:40px; color:#222222; } .mk-blog-modern-item.blockquote-post-type .the-excerpt { display:none; } .mk-blog-modern-item.blockquote-post-type .blog-blockquote-content:before { position:absolute; top:60px; left:100px; display:block; color:#dddddd; color:rgba(0, 0, 0, 0.1); content:"\f10d"; font-size:48px; } .mk-blog-modern-item.blockquote-post-type .blog-blockquote-content footer { text-align:right; color:#999999; font-style:italic; font-size:20px; } .mk-blog-modern-item.blockquote-post-type .blog-modern-social-section { float:none; position:absolute; left:0; top:0; height:100%; } .mk-blog-modern-item.blockquote-post-type .mk-blog-meta-wrapper .mk-categories { display:none; } .mk-blog-modern-item.blockquote-post-type .mk-blog-meta { margin:0 !important; display:inline-block; position:absolute; top:0; left:100px; } .mk-blog-modern-item.blockquote-post-type .mk-blog-meta .the-title, .mk-blog-modern-item.blockquote-post-type .mk-blog-meta .mk-button { display:none !important; } .mk-blog-modern-item.blockquote-post-type .mk-blog-meta .the-excerpt { margin-bottom:0; } .mk-blog-modern-item.instagram-post-type .instagram-image { display:block; } .mk-blog-modern-item.instagram-post-type .instagram-image img { width:100%; } .mk-blog-modern-item.instagram-post-type .instagram-title { position:absolute; margin-top:60px; padding-left:100px; font-size:24px; } .mk-blog-modern-item.instagram-post-type .instagram-title span a { display:none; } .mk-blog-modern-item.instagram-post-type .instagram-title i { display:none; } .mk-blog-modern-item.instagram-post-type .the-excerpt, .mk-blog-modern-item.instagram-post-type .mk-button-container, .mk-blog-modern-item.instagram-post-type .the-title { display:none !important; } .mk-blog-modern-item.instagram-post-type .mk-blog-meta { margin-top:20px; } .mk-blog-modern-item.instagram-post-type .blog-modern-social-section { margin-top:20px; } .mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper { padding-left:40px; position:relative; } .mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper:before { width:24px; height:24px; content:''; position:absolute; left:0; top:0; } .mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper .mk-categories { display:none; } .mk-blog-modern-item.blockquote-post-type { position:relative; } .mk-blog-modern-item.instagram-post-type .instagram-image { display:block; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content { font-size:22px; color:#222222; line-height:40px; padding-left:100px; padding-top:50px; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content a { color:#55acee; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer { line-height:normal; display:block; margin-top:35px; padding-left:50px; position:relative; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer:before { content:''; width:35px; height:30px; background-position:center center; background-repeat:no-repeat; display:inline-block; position:absolute; left:0; top:10px; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer a, .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer span { display:block; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer span { font-weight:bold; font-size:20px; color:#222222; display:block; } .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer a { color:#55acee; font-size:16px; display:inline-block; } .mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper { position:absolute; top:0; } .mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper .mk-blog-author, .mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper .mk-categories, .mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper > span { display:none; } .mk-blog-modern-item.twitter-post-type .blog-modern-social-section { float:none; position:absolute; left:0; top:0; height:100%; } .mk-blog-modern-item.twitter-post-type .the-title, .mk-blog-modern-item.twitter-post-type .the-excerpt, .mk-blog-modern-item.twitter-post-type .mk-button { display:none !important; } .blog-modern-social-section { float:left; width:50px; min-height:150px; border-right:1px solid #efefef; text-transform:center; margin-left:20px; } .mk-blog-newspaper-item { margin:0; float:left; overflow:hidden; } .mk-blog-newspaper-item .blog-item-holder { margin:0 12px 24px 12px; border:1px solid #e3e3e3; background-color:#ffffff; position:relative; box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.05); } .mk-blog-newspaper-item.one-column { width:100%; } .mk-blog-newspaper-item.two-column { width:49.75%; } .mk-blog-newspaper-item.three-column { width:33.1%; } .mk-blog-newspaper-item.four-column { width:24.8%; } .mk-blog-newspaper-item.four-column .blog-grid-holder { margin:0 8px 16px 8px; } .mk-blog-newspaper-item .mk-swipe-slideshow img { width:100%; } @media handheld, only screen and (max-width:960px) { .mk-blog-newspaper-item.three-column, .mk-blog-newspaper-item.four-column { width:49.5% !important; } } @media handheld, only screen and (max-width:650px) { .mk-blog-newspaper-item.three-column, .mk-blog-newspaper-item.four-column, .mk-blog-newspaper-item.two-column { width:100% !important; } .mk-blog-newspaper-item .blog-item-holder { margin:0 0 18px 0 !important; } } .mk-blog-newspaper-item .featured-image { position:relative; overflow:hidden; } .mk-blog-newspaper-item .featured-image img { width:100%; max-width:100%; } .mk-blog-newspaper-item .featured-image:hover img { -webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05); } .mk-blog-newspaper-item .audio-iframe { margin-bottom:0; } .mk-blog-newspaper-item .mk-blog-meta { padding:20px; } .mk-blog-newspaper-item time { margin-bottom:15px; display:block; } .mk-blog-newspaper-item time a { font-size:11px; line-height:11px; color:#999999; font-style:italic; letter-spacing:1px; } .mk-blog-newspaper-item .the-title { line-height:18px; margin-bottom:10px !important; letter-spacing:1px; } .mk-blog-newspaper-item .the-title a { font-size:14px; line-height:18px; text-transform:uppercase; } .mk-blog-newspaper-item .mk-readmore { float:left; margin-top:7px; } .mk-blog-newspaper-item .blog-loop-comments, .mk-blog-newspaper-item .newspaper-item-share, .mk-blog-newspaper-item .mk-love-holder { float:right; margin-left:15px; color:#cccccc; cursor:pointer; font-size:11px; } .mk-blog-newspaper-item .blog-loop-comments i, .mk-blog-newspaper-item .newspaper-item-share i, .mk-blog-newspaper-item .mk-love-holder i { font-size:16px; } .mk-blog-newspaper-item .blog-loop-comments:hover, .mk-blog-newspaper-item .newspaper-item-share:hover, .mk-blog-newspaper-item .mk-love-holder:hover { color:#b1b1b1; } .mk-blog-newspaper-item .blog-loop-comments .mk-love-this span, .mk-blog-newspaper-item .newspaper-item-share .mk-love-this span, .mk-blog-newspaper-item .mk-love-holder .mk-love-this span { color:#b1b1b1; } .mk-blog-newspaper-item .blog-loop-comments .mk-love-this i, .mk-blog-newspaper-item .newspaper-item-share .mk-love-this i, .mk-blog-newspaper-item .mk-love-holder .mk-love-this i { font-size:16px; color:#b1b1b1; } .mk-blog-newspaper-item .blog-loop-comments span { margin-left:4px; } .mk-blog-newspaper-item .newspaper-item-footer-holder { padding:20px; } .mk-blog-newspaper-item .newspaper-item-footer { background-color:#fafafa; border-top:1px solid #e3e3e3; position:relative; z-index:2; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list { margin:0; list-style:none; display:none; background-color:#ffffff; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li { margin:0 0 15px 0; padding:0 10px; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:first-child { padding-top:20px !important; border-top:1px solid #e3e3e3; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:last-child { padding-bottom:10px !important; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .avatar { float:left; display:inline-block; margin:0 16px 5px; border-radius:100%; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-author { font-weight:bold; display:block; margin:0 0 4px 40px; font-size:11px; line-height:15px; color:#333333; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-content { line-height:18px; font-size:11px; color:#666666; display:block; margin-left:50px; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share { display:none; list-style:none; margin:0; padding:15px; border-top:1px solid #e3e3e3; text-align:center; background-color:#ffffff; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li { display:inline-block; margin:0; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a { width:30px; height:30px; border:1px solid #b9b9b9; margin:0 3px; border-radius:50%; display:block; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a i { color:#b9b9b9; font-size:16px; line-height:30px; } .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a:hover { color:#9b9b9b; border-color:#9b9b9b; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder { position:relative; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-image { display:block; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title { padding:15px 25px; background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); left:0; position:absolute; margin-bottom:0; bottom:60px; width:calc(100% - 50px); color:#ffffff !important; font-size:14px; font-weight:bold; text-transform:initial; line-height:20px; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title span { padding-left:30px; display:block; color:#ffffff; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title span a { color:#55acee; display:block; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title i { position:absolute; left:25px; top:18px; font-size:20px; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta { padding:0; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .the-title, .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .the-excerpt { display:none; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .newspaper-item-footer .mk-readmore { display:none; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-love-holder { top:12px; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder { position:relative; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content { font-size:22px; line-height:40px; color:#222; padding:40px 25px 25px 80px; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content:before { position:absolute; top:50px; left:25px; display:block; color:#ddd; color:rgba(0, 0, 0, 0.1); content:"\f10d"; font-size:48px; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content footer { text-align:right; color:#999; font-style:italic; font-size:20px; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta { padding:0; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .the-title, .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .the-excerpt { display:none; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .newspaper-item-footer .mk-readmore { display:none; } .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-love-holder { top:12px; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder { position:relative; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content { font-size:22px; color:#222; line-height:36px; padding-bottom:30px; padding:25px 40px 90px; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content:before { content:''; width:100%; height:30px; display:block; margin-bottom:45px; background-repeat:no-repeat; background-position:center; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content a { color:#55acee; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer { text-align:left; line-height:normal; margin-top:35px; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer a, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer span { display:block; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer span { font-weight:bold; font-size:14px; color:#222; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer a { color:#55acee; font-size:12px; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta { padding:0; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .the-title, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .the-excerpt, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .mk-readmore { display:none; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .newspaper-item-footer .mk-readmore { display:none; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-love-holder { top:12px; } .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .newspaper-item-share, .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .newspaper-item-share, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .newspaper-item-share { display:none; } .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper, .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper, .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper { position:absolute; left:20px; bottom:5px; z-index:5 } .mk-blog-spotlight-item { width:100%; float:left; } .mk-blog-spotlight-item.one-column { width:100%; } .mk-blog-spotlight-item.two-column { width:50%; } .mk-blog-spotlight-item.three-column { width:33.33%; } .mk-blog-spotlight-item.four-column { width:25%; } @media handheld, only screen and (max-width:960px) { .mk-blog-spotlight-item.three-column, .mk-blog-spotlight-item.four-column { width:50% !important; } } @media handheld, only screen and (max-width:767px) { .mk-blog-spotlight-item.three-column, .mk-blog-spotlight-item.four-column, .mk-blog-spotlight-item.two-column, .mk-blog-spotlight-item.one-column { width:100% !important; } } .mk-blog-spotlight-item .featured-image { position:relative; width:100%; } .mk-blog-spotlight-item .featured-image > a { line-height:4px; display:block; } .mk-blog-spotlight-item .featured-image img { width:100%; } .mk-blog-spotlight-item .featured-image .image-hover-overlay { opacity:.5; background-color:#000000 !important; transition:all 0.25s ease-out; } .mk-blog-spotlight-item .featured-image:hover .image-hover-overlay { opacity:.3; } .mk-blog-spotlight-item .item-wrapper { width:100%; height:100%; color:#ffffff; position:absolute; left:0; top:0; text-align:center; } .mk-blog-spotlight-item .item-wrapper:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-0.5em; } .mk-blog-spotlight-item .item-wrapper .mk-blog-meta { vertical-align:middle; display:inline-block; margin:0 auto; max-width:70%; } .mk-blog-spotlight-item .item-wrapper h3 { margin:8% 0; font-size:20px !important; font-weight:bold !important; letter-spacing:2px; } .mk-blog-spotlight-item .item-wrapper h3, .mk-blog-spotlight-item .item-wrapper time { color:#ffffff; } .mk-blog-spotlight-item .item-wrapper h3 a, .mk-blog-spotlight-item .item-wrapper time a { color:#ffffff; } .mk-blog-spotlight-item .item-wrapper h3 a:hover, .mk-blog-spotlight-item .item-wrapper time a:hover { color:#ffffff; } .mk-blog-spotlight-item .item-wrapper time { font-size:14px; font-style:italic; letter-spacing:1px; margin-bottom:30px; text-transform:uppercase; opacity:0.7; } .mk-blog-spotlight-item .item-wrapper time:after { width:20px; height:2px; content:""; display:block; margin:6% auto; background-color:#ffffff; } .mk-blog-spotlight-item .item-wrapper .mk-button { margin:5% auto 0; } .mk-blog-spotlight-item.blockquote-post-type, .mk-blog-spotlight-item.instagram-post-type, .mk-blog-spotlight-item.twitter-post-type{ display:none; } .mk-blog-teaser .blockquote-post-type, .mk-blog-teaser .instagram-post-type, .mk-blog-teaser .twitter-post-type{ display:none; } .mk-blog-thumbnail-item { width:100%; margin-bottom:50px; background-color:#ffffff; line-height:4px; } .mk-blog-thumbnail-item .mk-blog-meta { line-height:20px; } .mk-blog-thumbnail-item .mk-blog-meta-wrapper span { display:none; } .mk-blog-thumbnail-item .mk-blog-meta-wrapper .blog-meta-item:after { content:"/"; margin:0 5px; } .mk-blog-thumbnail-item.content-align-right .item-wrapper { float:right; padding:35px 30px 15px; } .mk-blog-thumbnail-item.content-align-left .item-wrapper { float:left; padding-right:20px; } .mk-blog-thumbnail-item .featured-image { position:relative; width:35%; display:inline-block; overflow:hidden; } .mk-blog-thumbnail-item .featured-image:hover img { -webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05); } .mk-blog-thumbnail-item .item-wrapper { width:65%; display:inline-block; } .mk-blog-thumbnail-item .item-wrapper .mk-blog-author, .mk-blog-thumbnail-item .item-wrapper .mk-categories { display:inline-block; } .mk-blog-thumbnail-item .item-wrapper h3 { margin:20px 0; letter-spacing:1px; } .mk-blog-thumbnail-item .item-wrapper .the-excerpt { margin-bottom:20px; } .mk-blog-thumbnail-item .featured-image img { width:100%; } @media handheld, only screen and (max-width:767px) { .mk-blog-thumbnail-item .featured-image { width:100%; margin-bottom:20px; } .mk-blog-thumbnail-item .mk-button-align.left { text-align:left !important; } .mk-blog-thumbnail-item .item-wrapper { width:100%; padding:30px !important; } } .mk-blog-thumbnail-item.blockquote-post-type, .mk-blog-thumbnail-item.instagram-post-type, .mk-blog-thumbnail-item.twitter-post-type{ display:none; } .mk-box-icon { position:relative; -webkit-backface-visibility:hidden; } .mk-box-icon p { position:relative; margin-bottom:0; } .mk-box-icon h4 i { text-transform:none !important; } .mk-box-icon .icon-box-readmore { position:relative; float:right; margin:10px 15px 10px 0; font-size:12px; } .mk-box-icon .icon-box-readmore i { position:relative; padding-left:8px; vertical-align:middle; font-size:16px; line-height:16px; } .mk-box-icon.simple_minimal-style.vc_span4 { padding-right:10px; } .mk-box-icon.simple_minimal-style .mk-main-ico { display:inline-block; margin-right:12px; float:left; text-align:center; } .mk-box-icon.simple_minimal-style .mk-main-ico.small { font-size:16px; line-height:16px; } .mk-box-icon.simple_minimal-style .mk-main-ico.medium { font-size:24px; line-height:24px; } .mk-box-icon.simple_minimal-style .mk-main-ico.large { font-size:32px; line-height:32px; } .mk-box-icon.simple_minimal-style .mk-main-ico.x-large { font-size:48px; line-height:48px; } .mk-box-icon.simple_minimal-style .circled-icon { text-align:center; border-radius:50%; } .mk-box-icon.simple_minimal-style .circled-icon.small { line-height:42px; width:42px; height:42px; } .mk-box-icon.simple_minimal-style .circled-icon.medium { line-height:64px; width:64px; height:64px; } .mk-box-icon.simple_minimal-style .circled-icon.large { line-height:86px; width:86px; height:86px; } .mk-box-icon.simple_minimal-style .circled-icon.x-large { line-height:110px; width:110px; height:110px; } .mk-box-icon.simple_minimal-style h4 { margin-bottom:15px !important; } .mk-box-icon.simple_minimal-style h4.icon-circled { display:block; height:auto; } .mk-box-icon.simple_minimal-style h4.icon-circled span { display:block; padding-top:5px; } .mk-box-icon.boxed-style .icon-box-boxed { position:relative; border:1px solid #e0e0e0; background-color:#f4f4f4; text-align:center; border-radius:3px; } .mk-box-icon.boxed-style .icon-box-boxed.top { margin-top:35px; padding:70px 30px 30px; } .mk-box-icon.boxed-style .icon-box-boxed.top .mk-main-ico { top:-34px; left:50%; margin-left:-32px; } .mk-box-icon.boxed-style .icon-box-boxed.left { margin-left:30px; padding:30px 30px 30px 60px; text-align:left; } .mk-box-icon.boxed-style .icon-box-boxed.left .mk-main-ico { top:50%; left:-34px; margin-top:-34px; } .mk-box-icon.boxed-style .icon-box-readmore { display:inline-block; float:none; } .mk-box-icon.boxed-style h4 { margin-bottom:20px; color:#222222 !important; } .mk-box-icon.boxed-style .mk-main-ico { position:absolute; display:block; width:65px; height:65px; color:#ffffff; text-align:center; font-size:32px; line-height:65px; border-radius:50%; } .mk-box-icon.boxed-style .mk-main-ico:before { position:relative; } .mk-box-icon.simple_ultimate-style .left-side { padding-right:15px; } .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico { display:block; float:left; } .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.small { width:32px; } .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.medium { width:48px; } .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.large { width:64px; } .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.x-large { width:128px; } .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper { display:block; } .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.small-size { margin-left:48px; } .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.medium-size { margin-left:65px; } .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.large-size { margin-left:84px; } .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.x-large-size { margin-left:158px; } .mk-box-icon.simple_ultimate-style .top-side { text-align:center; } .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico { display:block; } .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.small { margin-bottom:8px; } .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.medium { margin-bottom:10px; } .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.large { margin-bottom:12px; } .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.x-large { margin-bottom:15px; } .mk-box-icon.simple_ultimate-style .top-side h4 { margin-bottom:22px; } .mk-box-icon.simple_ultimate-style .top-side .icon-box-readmore { display:inline-block; float:none; } .mk-box-icon.simple_ultimate-style .mk-main-ico.small { font-size:32px; line-height:32px; } .mk-box-icon.simple_ultimate-style .mk-main-ico.medium { font-size:48px; line-height:48px; } .mk-box-icon.simple_ultimate-style .mk-main-ico.large { font-size:64px; line-height:64px; } .mk-box-icon.simple_ultimate-style .mk-main-ico.x-large { font-size:128px; line-height:128px; } .mk-box-icon .rounded-circle.left-side .small-size { margin-left:90px !important; } .mk-box-icon .rounded-circle.left-side .medium-size { margin-left:120px !important; } .mk-box-icon .rounded-circle.top-side .small { margin-bottom:26px !important; } .mk-box-icon .rounded-circle.top-side .medium { margin-bottom:34px !important; } .mk-box-icon .rounded-circle .mk-main-ico { display:inline-block !important; border-width:1px; border-style:solid; border-radius:60px; text-align:center; } .mk-box-icon .rounded-circle .small { width:60px !important; height:60px !important; line-height:60px !important; font-size:24px !important; } .mk-box-icon .rounded-circle .medium { height:84px !important; width:84px !important; line-height:84px !important; font-size:32px !important; } .vc_row { position:relative; } .vc_inner.mk-grid { margin:0 auto; }.mk-single-content p{ font-weight:400; } .mk-single-content h1 { } .mk-single-content h2 { } .mk-single-content h3 { } .mk-single-content h4 { } .mk-single-content h5 { } .mk-single-content h6 { } .mk-blog-single .blog-single-title, .mk-blog-hero .content-holder .the-title{ font-weight:600 !important; } #mk-footer .footer-wrapper{padding:30px 0} #mk-footer [class*='mk-col-'] { padding:0 2%; } #sub-footer { background-color:; } .mk-footer-copyright { font-size:11px; letter-spacing:1px; } #mk-footer .widget { margin-bottom:40px; } #mk-footer, #mk-footer p { font-size:14px; color:#808080; font-weight:400; } #mk-footer .widgettitle { text-transform:uppercase; font-size:14px; color:#ffffff; font-weight:bolder; } #mk-footer .widgettitle a { color:#ffffff; } #mk-footer .widget:not(.widget_social_networks) a { color:#999999; } #mk-footer .widget:not(.widget_social_networks) a:hover { color:#f97352; } .mk-footer-copyright, #mk-footer-navigation li a { color:#8c8e91; } .mk-fullscreen-nav{ background-color:#444444; } .mk-fullscreen-nav-logo { margin-bottom:125px; } .fullscreen-navigation-ul .menu-item a{ color:#ffffff; text-transform:uppercase; font-size:16px; letter-spacing:0; font-weight:bolder; padding:25px 0; } .fullscreen-navigation-ul .menu-item a:hover{ background-color:#ffffff; color:#444444; } body { font-size:14px; color:#777777; font-weight:400; line-height:1.66em; } p { font-size:16px; color:#777777; line-height:1.66em; } a { color:#2e2e2e; } a:hover { color:#f97352; } .master-holder strong { color:#f97352; } .master-holder h1 { font-size:36px; color:#404040; font-weight:600; text-transform:uppercase; } .master-holder h2 { font-size:30px; color:#404040; font-weight:600; text-transform:uppercase; } .master-holder h3 { font-size:24px; color:#404040; font-weight:600; text-transform:uppercase; } .master-holder h4 { font-size:18px; color:#404040; font-weight:600; text-transform:uppercase; } .master-holder h5 { font-size:16px; color:#404040; font-weight:600; text-transform:uppercase; } .master-holder h6 { font-size:14px; color:#404040; font-weight:600; text-transform:uppercase; } .mk-section-preloader { background-color:#ffffff !important; } .mk-header-toolbar { background-color:#ffffff; } .mk-toolbar-navigation a, .mk-toolbar-navigation a:hover, .mk-language-nav > a, .mk-header-login .mk-login-link, .mk-subscribe-link, .mk-checkout-btn, .mk-header-tagline a, .header-toolbar-contact a, .mk-language-nav > a:hover, .mk-header-login .mk-login-link:hover, .mk-subscribe-link:hover, .mk-checkout-btn:hover, .mk-header-tagline a:hover { color:#999999; } .mk-header-tagline, .header-toolbar-contact, .mk-header-date { color:#999999; } .mk-header-toolbar .mk-header-social a i { color:#999999; } .add-header-height, .header-style-1 .mk-header-inner .mk-header-search, .header-style-1 .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-5 .main-navigation-ul > li, .header-style-1 .menu-hover-style-3 .main-navigation-ul > li, .header-style-1 .menu-hover-style-5 .main-navigation-ul > li { height:100px; line-height:100px; } .header-style-1.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-5 .main-navigation-ul > li, .header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-3 .main-navigation-ul > li, .header-style-3.a-sticky .mk-header-holder .mk-header-search, .a-sticky:not(.header-style-4) .add-header-height { height:55px !important; line-height:55px !important; } .mk-header-bg { -webkit-opacity:1; -moz-opacity:1; -o-opacity:1; opacity:1; } .a-sticky .mk-header-bg { -webkit-opacity:1; -moz-opacity:1; -o-opacity:1; opacity:1; } .header-style-4 .header-logo { margin:10px 0; } .header-style-2 .mk-header-inner { line-height:100px; } .mk-header-nav-container { background-color:; } .mk-header-start-tour { font-size:14px; color:#333333; } .mk-header-start-tour:hover { color:#333333; } .mk-search-trigger, .mk-shoping-cart-link i, .mk-header-cart-count, .mk-toolbar-resposnive-icon i { color:#231f20; } .mk-css-icon-close div, .mk-css-icon-menu div { background-color:#231f20; } .mk-header-searchform .text-input { background-color:!important; color:#c7c7c7; } .mk-header-searchform span i { color:#c7c7c7; } .mk-header-searchform .text-input::-webkit-input-placeholder { color:#c7c7c7; } .mk-header-searchform .text-input:-ms-input-placeholder { color:#c7c7c7; } .mk-header-searchform .text-input:-moz-placeholder { color:#c7c7c7; } .mk-header-social.header-section a.small { margin-top:33px; } .mk-header-social.header-section a.medium { margin-top:25px; } .mk-header-social.header-section a.large { margin-top:17px; } .a-sticky .mk-header-social.header-section a.small, .a-sticky .mk-header-social.header-section a.medium, .a-sticky .mk-header-social.header-section a.large { margin-top:10.5px; line-height:16px !important; height:16px !important; font-size:16px !important; width:16px !important; padding:8px !important; } .a-sticky .mk-header-social.header-section a.small i:before, .a-sticky .mk-header-social.header-section a.medium i:before, .a-sticky .mk-header-social.header-section a.large i:before { line-height:16px !important; font-size:16px !important; } .header-section.mk-header-social ul li a i { color:#999999; } .header-section.mk-header-social ul li a:hover i { color:#cccccc; } .header-style-4 { text-align :left } .mk-header-inner, .a-sticky .mk-header-inner, .header-style-2.a-sticky .mk-classic-nav-bg { border-bottom:1px solid #ededed; } .header-style-4.header-align-left .mk-header-inner, .header-style-4.header-align-center .mk-header-inner { border-bottom:none; border-right:1px solid #ededed; } .header-style-4.header-align-right .mk-header-inner { border-bottom:none; border-left:1px solid #ededed; } .header-style-2 .mk-header-nav-container { border-top:1px solid #ededed; } .mk-vm-menuwrapper li > a { padding-right:45px; } .header-style-4 .mk-header-right { text-align:left !important; } .mk-grid { max-width:1140px; } .mk-header-nav-container, .mk-classic-menu-wrapper { width:1140px; } .theme-page-wrapper #mk-sidebar.mk-builtin { width:27%; } .theme-page-wrapper.right-layout .theme-content, .theme-page-wrapper.left-layout .theme-content { width:73%; } .mk-boxed-enabled #mk-boxed-layout, .mk-boxed-enabled #mk-boxed-layout .header-style-1 .mk-header-holder, .mk-boxed-enabled #mk-boxed-layout .header-style-3 .mk-header-holder { max-width:1200px; } .mk-boxed-enabled #mk-boxed-layout .header-style-2.a-sticky .mk-header-nav-container { width:1200px !important; left:auto !important; } .main-navigation-ul > li.menu-item > a.menu-item-link { color:#231f20; font-size:20px; font-weight:200; padding-right:16px !important; padding-left:16px !important; text-transform:uppercase; letter-spacing:0px; } .mk-vm-menuwrapper ul li a { color:#231f20; font-size:20px; font-weight:200; text-transform:uppercase; } .mk-vm-menuwrapper li > a:after, .mk-vm-menuwrapper li.mk-vm-back:after { color:#231f20; } .main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link { width:230px; } .menu-hover-style-1 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .menu-hover-style-1 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .menu-hover-style-1 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .menu-hover-style-1 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link, .menu-hover-style-2 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .menu-hover-style-2 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .menu-hover-style-2 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .menu-hover-style-2 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link, .menu-hover-style-1.mk-vm-menuwrapper li.menu-item > a:hover, .menu-hover-style-1.mk-vm-menuwrapper li.menu-item:hover > a, .menu-hover-style-1.mk-vm-menuwrapper li.current-menu-item > a, .menu-hover-style-1.mk-vm-menuwrapper li.current-menu-ancestor > a, .menu-hover-style-2.mk-vm-menuwrapper li.menu-item > a:hover, .menu-hover-style-2.mk-vm-menuwrapper li.menu-item:hover > a, .menu-hover-style-2.mk-vm-menuwrapper li.current-menu-item > a, .menu-hover-style-2.mk-vm-menuwrapper li.current-menu-ancestor > a { color:#1b75bb !important; } .menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .menu-hover-style-3 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .menu-hover-style-3.mk-vm-menuwrapper li > a:hover, .menu-hover-style-3.mk-vm-menuwrapper li:hover > a, .menu-hover-style-3 .main-navigation-ul > li.menu-item:hover > a.menu-item-link { border:2px solid #1b75bb; } .menu-hover-style-3 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .menu-hover-style-3 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link, .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-item > a, .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-ancestor > a{ border:2px solid #1b75bb; background-color:#1b75bb; color:#ffffff; } .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-ancestor > a:after { color:#ffffff; } .menu-hover-style-4 .main-navigation-ul li.menu-item > a.menu-item-link:hover, .menu-hover-style-4 .main-navigation-ul li.menu-item:hover > a.menu-item-link, .menu-hover-style-4 .main-navigation-ul li.current-menu-item > a.menu-item-link, .menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link, .menu-hover-style-4.mk-vm-menuwrapper li a:hover, .menu-hover-style-4.mk-vm-menuwrapper li:hover > a, .menu-hover-style-4.mk-vm-menuwrapper li.current-menu-item > a, .menu-hover-style-4.mk-vm-menuwrapper li.current-menu-ancestor > a, .menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after { background-color:#1b75bb; color:#ffffff; } .menu-hover-style-4.mk-vm-menuwrapper li.current-menu-ancestor > a:after, .menu-hover-style-4.mk-vm-menuwrapper li.current-menu-item > a:after, .menu-hover-style-4.mk-vm-menuwrapper li:hover > a:after, .menu-hover-style-4.mk-vm-menuwrapper li a:hover::after { color:#ffffff; } .menu-hover-style-1 .main-navigation-ul > li.dropdownOpen > a.menu-item-link, .menu-hover-style-1 .main-navigation-ul > li.active > a.menu-item-link, .menu-hover-style-1 .main-navigation-ul > li.open > a.menu-item-link, .menu-hover-style-1 .main-navigation-ul > li.menu-item > a:hover, .menu-hover-style-1 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .menu-hover-style-1 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link { border-top-color:#1b75bb; } .menu-hover-style-1.mk-vm-menuwrapper li > a:hover, .menu-hover-style-1.mk-vm-menuwrapper li.current-menu-item > a, .menu-hover-style-1.mk-vm-menuwrapper li.current-menu-ancestor > a { border-left-color:#1b75bb; } .header-style-1 .menu-hover-style-3 .main-navigation-ul > li > a.menu-item-link { line-height:50px; } .header-style-1.a-sticky .menu-hover-style-3 .main-navigation-ul > li > a.menu-item-link { line-height:36.666666666667px; } .header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link { line-height:20px; vertical-align:middle; } .mk-main-navigation li.no-mega-menu ul.sub-menu, .mk-main-navigation li.has-mega-menu > ul.sub-menu, .mk-shopping-cart-box { background-color:#333333; } .mk-main-navigation ul.sub-menu a.menu-item-link, .mk-main-navigation ul .megamenu-title, .megamenu-widgets-container a, .mk-shopping-cart-box .product_list_widget li a, .mk-shopping-cart-box .product_list_widget li.empty, .mk-shopping-cart-box .product_list_widget li span, .mk-shopping-cart-box .widget_shopping_cart .total { color:#b3b3b3; } .mk-shopping-cart-box .mk-button.cart-widget-btn { border-color:#b3b3b3; color:#b3b3b3; } .mk-shopping-cart-box .mk-button.cart-widget-btn:hover { background-color:#b3b3b3; color:#333333; } .mk-main-navigation ul .megamenu-title { color:#ffffff; } .mk-main-navigation ul .megamenu-title:after { background-color:#ffffff; } .megamenu-widgets-container { color:#b3b3b3; } .megamenu-widgets-container .widgettitle { text-transform:uppercase; font-size:14px; font-weight:bolder; } .mk-main-navigation ul.sub-menu li.menu-item ul.sub-menu li.menu-item a.menu-item-link i { color:#e0e0e0; } .mk-main-navigation ul.sub-menu a.menu-item-link:hover, .main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, .main-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link { color:#ffffff !important; } .megamenu-widgets-container a:hover { color:#ffffff; } .main-navigation-ul ul.sub-menu li.menu-item a.menu-item-link:hover, .main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link, .main-navigation-ul ul.sub-menu li.menu-item a.menu-item-link:hover, .main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link, .main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, .main-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link { background-color:transparent !important; } .mk-search-trigger:hover, .mk-header-start-tour:hover { color:#1b75bb; } .main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link { font-size:12px; font-weight:400; text-transform:uppercase; letter-spacing:1px; } .has-mega-menu .megamenu-title { letter-spacing:1px; } .mk-responsive-wrap { background-color:#ffffff; } .main-navigation-ul > li.no-mega-menu > ul.sub-menu:after, .main-navigation-ul > li.has-mega-menu > ul.sub-menu:after { background-color:#f97352; } .mk-shopping-cart-box { border-top:2px solid #f97352; } @media handheld, only screen and (max-width:1140px){ .mk-grid, .mk-header-nav-container, .mk-classic-menu-wrapper { width:100%; } .mk-go-top, .mk-quick-contact-wrapper { bottom:70px !important; } .mk-padding-wrapper { padding:0 20px; } .header-grid.mk-grid .header-logo.left-logo { left:15px !important; } .header-grid.mk-grid .header-logo.right-logo, .mk-header-right { right:15px !important; } .mk-photo-album { margin-left:0 !important; margin-right:0 !important; width:100% !important; } } @media handheld, only screen and (max-width:960px){ .theme-page-wrapper .theme-content { width:100% !important; float:none !important; } .theme-page-wrapper { padding-right:15px !important; padding-left:15px !important; } .theme-page-wrapper .theme-content:not(.no-padding) { padding:25px 0 !important; } .theme-page-wrapper #mk-sidebar { width:100% !important; float:none !important; padding:0 !important; } .theme-page-wrapper #mk-sidebar .sidebar-wrapper { padding:20px 0 !important; } } @media handheld, only screen and (max-width:1140px){ .add-header-height, .header-style-1 .mk-header-inner, .header-style-3 .mk-header-inner, .header-style-3 .header-logo, .header-style-1 .header-logo, .header-style-1 .shopping-cart-header, .header-style-3 .shopping-cart-header{ height:90px!important; line-height:90px; } .mk-header:not(.header-style-4) .mk-header-holder { position:relative !important; top:0 !important; } .mk-header-padding-wrapper { display:none !important; } .mk-header-nav-container { width:auto !important; display:none !important; } .header-style-1 .mk-header-right, .header-style-2 .mk-header-right, .header-style-3 .mk-header-right { right:55px !important; } .header-style-1 .mk-header-inner .mk-header-search, .header-style-2 .mk-header-inner .mk-header-search, .header-style-3 .mk-header-inner .mk-header-search { display:none !important; } .mk-fullscreen-search-overlay { display:none; } .mk-header-search { padding-bottom:10px !important; } .mk-header-searchform span .text-input { width:100% !important; } .header-style-2 .header-logo .center-logo { text-align:right !important; } .header-style-2 .header-logo .center-logo a { margin:0 !important; } .header-logo, .header-style-4 .header-logo { height:90px !important; } .header-style-4 .shopping-cart-header { display:none; } .mk-header-inner { padding-top:0 !important; } .header-style-1 .header-logo, .header-style-2 .header-logo, .header-style-4 .header-logo { position:relative !important; right:auto !important; left:auto !important; float:left !important; text-align:left; } .shopping-cart-header { margin:0 20px 0 0 !important; } .mk-responsive-nav li ul li .megamenu-title:hover, .mk-responsive-nav li ul li .megamenu-title, .mk-responsive-nav li a, .mk-responsive-nav li ul li a:hover, .mk-responsive-nav .mk-nav-arrow { color:#444444 !important; } .mk-mega-icon { display:none !important; } .mk-header-bg { zoom:1 !important; filter:alpha(opacity=100) !important; opacity:1 !important; } .header-style-1 .mk-nav-responsive-link, .header-style-2 .mk-nav-responsive-link, .logo-in-middle .header-logo { display:block !important; } .header-grid.mk-grid { position:initial !important; } .mk-header-nav-container { height:100%; z-index:200; } .mk-main-navigation { position:relative; z-index:2; } .header-style-1.header-align-right .header-logo img, .header-style-3.header-align-center .header-logo img { float:left !important; right:auto !important; } .header-style-4 .mk-header-inner { width:auto !important; position:relative !important; overflow:visible; padding-bottom:0; } .admin-bar .header-style-4 .mk-header-inner { top:0 !important; } .header-style-4 .mk-header-right { display:none; } .header-style-4 .mk-nav-responsive-link { display:block !important; } .header-style-4 .mk-vm-menuwrapper, .header-style-4 .mk-header-search { display:none; } .header-style-4 .header-logo { width:auto !important; display:inline-block !important; text-align:left !important; margin:0 !important; } .vertical-header-enabled .header-style-4 .header-logo img { max-width:100% !important; left:20px!important; top:50%!important; -webkit-transform:translate(0, -50%)!important; -moz-transform:translate(0, -50%)!important; -ms-transform:translate(0, -50%)!important; -o-transform:translate(0, -50%)!important; transform:translate(0, -50%)!important; position:relative !important; } .vertical-header-enabled.vertical-header-left #theme-page > .mk-main-wrapper-holder, .vertical-header-enabled.vertical-header-center #theme-page > .mk-main-wrapper-holder, .vertical-header-enabled.vertical-header-left #theme-page > .mk-page-section-wrapper .mk-page-section, .vertical-header-enabled.vertical-header-center #theme-page > .mk-page-section-wrapper .mk-page-section, .vertical-header-enabled.vertical-header-left #theme-page > .wpb_row, .vertical-header-enabled.vertical-header-center #theme-page > .wpb_row, .vertical-header-enabled.vertical-header-left #mk-theme-container:not(.trans-header), .vertical-header-enabled.vertical-header-center #mk-footer, .vertical-header-enabled.vertical-header-left #mk-footer, .vertical-header-enabled.vertical-header-center #mk-theme-container:not(.trans-header) { padding-left:0 !important; } .vertical-header-enabled.vertical-header-right #theme-page > .mk-main-wrapper-holder, .vertical-header-enabled.vertical-header-right #theme-page > .mk-page-section-wrapper .mk-page-section, .vertical-header-enabled.vertical-header-right #theme-page > .wpb_row, .vertical-header-enabled.vertical-header-right #mk-footer, .vertical-header-enabled.vertical-header-right #mk-theme-container:not(.trans-header) { padding-right:0 !important; } } @media handheld, only screen and (min-width:1140px) { .trans-header .sticky-style-slide .mk-header-holder { position:absolute; } .trans-header .bg-true:not(.a-sticky) .mk-header-bg { opacity:0; } .trans-header .bg-true.mk-header:not(.a-sticky) .mk-header-inner { border:0; } .trans-header .bg-true.light-skin:not(.a-sticky) .mk-desktop-logo.light-logo { display:block !important; } .trans-header .bg-true.light-skin:not(.a-sticky) .mk-desktop-logo.dark-logo { display:none !important; } .trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-search-trigger, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-shoping-cart-link i, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-header-cart-count, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-header-start-tour, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-header-social.header-section a i, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-vm-menuwrapper li a, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-vm-menuwrapper li > a:after, .trans-header .bg-true.light-skin:not(.a-sticky) .mk-vm-menuwrapper li.mk-vm-back:after { color:#fff !important; } .trans-header .bg-true.light-skin:not(.a-sticky) .mk-css-icon-menu div { background-color:#fff !important; } .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.dropdownOpen > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.active > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.open > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.menu-item > a:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link { border-top-color:#fff; } .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-item > a, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-ancestor > a { border:2px solid #fff; background-color:#fff; color:#222 !important; } .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li > a:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li:hover > a { border:2px solid #fff; } .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.current-menu-item > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after { background-color:#fff; color:#222 !important; } .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-desktop-logo.dark-logo { display:block !important; } .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-desktop-logo.light-logo { display:none !important; } .trans-header .bg-true.dark-skin:not(.a-sticky) .main-navigation-ul > li.menu-item > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-search-trigger, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-shoping-cart-link i, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-header-cart-count, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-header-start-tour, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-header-social.header-section a i, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul li.current-menu-item > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul li.current-menu-item > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-vm-menuwrapper li a, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-vm-menuwrapper li > a:after, .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-vm-menuwrapper li.mk-vm-back:after { color:#222 !important; } .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.dropdownOpen > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.active > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.open > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.menu-item > a:hover, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-1 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link { border-top-color:#222; } .trans-header .bg-true.dark-skin:not(.a-sticky) .mk-css-icon-menu div { background-color:#222 !important; } .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.current-menu-item > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-item > a, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li.current-menu-ancestor > a { border:2px solid #222; background-color:#222; color:#fff !important; } .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li > a:hover, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-3.mk-vm-menuwrapper li:hover > a { border:2px solid #222; } .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.menu-item > a.menu-item-link:hover, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.menu-item:hover > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.current-menu-item > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link, .trans-header .bg-true.dark-skin:not(.a-sticky) .menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after { background-color:#222; color:#fff !important; } } .mk-side-dashboard { background-color:#444444; } .mk-side-dashboard, .mk-side-dashboard p { font-size:12px; color:#eeeeee; font-weight:400; } .mk-side-dashboard .widgettitle { text-transform:uppercase; font-size:14px; color:#ffffff; font-weight:bolder; } .mk-side-dashboard .widgettitle a { color:#ffffff; } .mk-side-dashboard .widget a { color:#fafafa; } .sidedash-navigation-ul li a, .sidedash-navigation-ul li .mk-nav-arrow { color:#ffffff; } .sidedash-navigation-ul li a:hover { color:#ffffff; background-color:; } .mk-side-dashboard .widget:not(.widget_social_networks) a:hover { color:#f97352; } #mk-sidebar, #mk-sidebar p { font-size:14px; color:#999999; font-weight:400; } #mk-sidebar .widgettitle { text-transform:uppercase; font-size:14px; color:#333333; font-weight:bolder; } #mk-sidebar .widgettitle a { color:#333333; } #mk-sidebar .widget a { color:#999999; } #mk-sidebar .widget:not(.widget_social_networks) a:hover { color:#f97352; } .comment-reply a, .mk-toggle .mk-toggle-title.active-toggle:before, .mk-testimonial-author, .modern-style .mk-testimonial-company, #wp-calendar td#today, .news-full-without-image .news-categories span, .news-half-without-image .news-categories span, .news-fourth-without-image .news-categories span, .mk-read-more, .news-single-social li a, .portfolio-widget-cats, .portfolio-carousel-cats, .blog-showcase-more, .simple-style .mk-employee-item:hover .team-member-position, .mk-readmore, .about-author-name, .mk-portfolio-classic-item .portfolio-categories a, .register-login-links a:hover, .not-found-subtitle, .mk-mini-callout a, .search-loop-meta a, .new-tab-readmore, .mk-news-tab .mk-tabs-tabs li.is-active a, .mk-tooltip a, .mk-accordion-single.current .mk-accordion-tab i, .monocolor.pricing-table .pricing-price span, .quantity .plus:hover, .quantity .minus:hover, .mk-woo-tabs .mk-tabs-tabs li.ui-state-active a, .product .add_to_cart_button i, .blog-modern-comment:hover, .blog-modern-share:hover, { color:#f97352; } .mk-tabs .mk-tabs-tabs li.is-active a > i, .mk-accordion .mk-accordion-single.current .mk-accordion-tab:before, .mk-tweet-list a, .widget_testimonials .testimonial-slider .testimonial-author, #mk-filter-portfolio li a:hover, #mk-language-navigation ul li a:hover, #mk-language-navigation ul li.current-menu-item > a, .mk-quick-contact-wrapper h4, .divider-go-top:hover i, .widget-sub-navigation ul li a:hover, #mk-footer .widget_posts_lists ul li .post-list-meta time, .mk-footer-tweets .tweet-username, .product-category .item-holder:hover h4, { color:#f97352 !important; } .accent-bg-color, .image-hover-overlay, .newspaper-portfolio, .similar-posts-wrapper .post-thumbnail:hover > .overlay-pattern, .portfolio-logo-section, .post-list-document .post-type-thumb:hover, #cboxTitle, #cboxPrevious, #cboxNext, #cboxClose, .comment-form-button, .mk-dropcaps.fancy-style, .mk-image-overlay, .pinterest-item-overlay, .news-full-with-image .news-categories span, .news-half-with-image .news-categories span, .news-fourth-with-image .news-categories span, .widget-portfolio-overlay, .portfolio-carousel-overlay, .blog-carousel-overlay, .mk-blog-classic-item .blog-loop-comments span, .mk-similiar-overlay, .mk-skin-button, .mk-flex-caption .flex-desc span, .mk-icon-box .mk-icon-wrapper i:hover, .mk-quick-contact-link:hover, .quick-contact-active.mk-quick-contact-link, .mk-fancy-table th, .ui-slider-handle, .widget_price_filter .ui-slider-range, .shop-skin-btn, #review_form_wrapper input[type=submit], #mk-nav-search-wrapper form .nav-side-search-icon:hover, form.ajax-search-complete i, .blog-modern-btn, .showcase-blog-overlay, .gform_button[type=submit], .button.alt, #respond #submit, .woocommerce .price_slider_amount .button.button, .mk-shopping-cart-box .mk-button.checkout, .widget_shopping_cart .mk-button.checkout, .widget_shopping_cart .mk-button.checkout { background-color:#f97352 !important; } .a_accent-bg-hover:hover { background-color:#f97352; } ::-webkit-selection { background-color:#f97352; color:#fff; } ::-moz-selection { background-color:#f97352; color:#fff; } ::selection { background-color:#f97352; color:#fff; } .mk-circle-image .item-holder { -webkit-box-shadow:0 0 0 1px #f97352; -moz-box-shadow:0 0 0 1px #f97352; box-shadow:0 0 0 1px #f97352; } .mk-blockquote.line-style, .bypostauthor > .mk-single-comment .comment-content, .bypostauthor > .mk-single-comment .comment-content:after, .mk-tabs.simple-style .mk-tabs-tabs li.is-active a { border-color:#f97352 !important; } .news-full-with-image .news-categories span, .news-half-with-image .news-categories span, .news-fourth-with-image .news-categories span, .mk-flex-caption .flex-desc span { box-shadow:8px 0 0 #f97352, -8px 0 0 #f97352; } .monocolor.pricing-table .pricing-cols .pricing-col.featured-plan { border:1px solid #f97352 !important; } .mk-skin-button.three-dimension { box-shadow:0px 3px 0px 0px #c75c42; } .mk-skin-button.three-dimension:active { box-shadow:0px 1px 0px 0px #c75c42; } body {font-family:"Exo 2" } .product-loading-icon { background-color:rgba(249,115,82,0.6); } .mk-woocommerce-carousel .the-title, .mk-woocommerce-carousel .product-title { font-size:16px !important; text-transform:initial; } .mk-product-loop.compact-layout .products .item .mk-love-holder .mk-love-this:hover span, .mk-product-loop.compact-layout .products .item .mk-love-holder .mk-love-this:hover i{ color:#f97352; }.n2-in-fullscreen *{animation-name:initial}.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:1}ss3-fullpage{display:block}ss3-fullpage[data-based-on=real]{opacity:0}ss3-force-full-width{position:relative;display:block;opacity:0;width:100vw;transform:translateX(-100vw)}.n2-section-smartslider{position:relative;width:100%;outline:0;--widget-offset: 0px}.n2-section-smartslider--hidden{display:none}.n2-ss-align{position:relative;z-index:0;overflow:hidden}.n2-ss-align.n2-ss-align-visible{overflow:visible}.n2-ss-slider{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1;user-select:none;--ss-fs: flex-start;--ss-fe: flex-end;--ss-r: row;--ss-rr: row-reverse}.n2-ss-slider [data-force-pointer],.n2-ss-slider [data-force-pointer] *{cursor:pointer!important}.n2-ss-slider [data-force-pointer=zoom-in],.n2-ss-slider [data-force-pointer=zoom-in] *{cursor:zoom-in!important}.n2-ss-slider .n2-ss-text{user-select:text;cursor:initial}.n2-ss-slider-has-no-slide{height:0!important;opacity:0!important;overflow:hidden!important}.n2-ss-slider,.n2-ss-slider .n2_ss__touch_element{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.n2-ss-slider>*,.n2-ss-slider .n2_ss__touch_element>*{-webkit-tap-highlight-color:initial}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow-all *{font-size:inherit;line-height:inherit;letter-spacing:inherit}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all *,.n2-ss-slider .n2-ow-all :before,.n2-ss-slider .n2-ow-all :after{box-sizing:content-box}.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all :not(i):before,.n2-ss-slider .n2-ow-all :not(i):after{display:none}.n2-ss-slider a.n2-ow,.n2-ss-slider .n2-ow-all a{border:0;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider a.n2-ow,.n2-ss-slider a.n2-ow:focus,.n2-ss-slider .n2-ow-all a,.n2-ss-slider .n2-ow-all a:focus{outline:0!important;transition:none 0s;box-shadow:none;text-decoration:none}.n2-ss-slider path{transition:none 0s}.n2-ss-slider .n2-ow-all b,.n2-ss-slider .n2-ow-all i{color:inherit}.n2-ss-slider h1.n2-ow,.n2-ss-slider h2.n2-ow,.n2-ss-slider h3.n2-ow,.n2-ss-slider h4.n2-ow,.n2-ss-slider h5.n2-ow,.n2-ss-slider h6.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider .n2-ow-all h1,.n2-ss-slider .n2-ow-all h2,.n2-ss-slider .n2-ow-all h3,.n2-ss-slider .n2-ow-all h4,.n2-ss-slider .n2-ow-all h5,.n2-ss-slider .n2-ow-all h6,.n2-ss-slider .n2-ow-all p{margin:0;padding-left:0;padding-right:0;height:auto;width:auto;border:0;box-shadow:none;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider iframe{border:0;min-height:0}.n2-ss-slider iframe.n2-ow,.n2-ss-slider .n2-ow-all iframe{margin:0}.n2-ss-slider img.n2-ow,.n2-ss-slider .n2-ow-all img,.n2-ss-slider svg.n2-ow,.n2-ss-slider .n2-ow-all svg{max-width:none;max-height:none;height:auto;box-shadow:none;border-radius:0;background:0 0;background:0 0;padding:0;margin:0;border:0;vertical-align:top}.n2-ss-slider picture.n2-ow,.n2-ss-slider .n2-ow-all picture{display:inline-block}.n2-ss-slider source{display:none}.n2-ss-slider ul.n2-ow,.n2-ss-slider li.n2-ow,.n2-ss-slider img.n2-ow,.n2-ss-slider a.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider ol.n2-ow,.n2-ss-slider textarea.n2-ow,.n2-ss-slider input.n2-ow,.n2-ss-slider button.n2-ow{transition:none 0s}.n2-ss-slider p{background-color:transparent}.n2-ss-slider ol{margin:0}.n2-ss-slider{z-index:3;position:relative;text-align:left;width:100%;min-height:1px}[dir=rtl] .n2-ss-slider{text-align:right}.n2-ss-slider :focus{outline:0}.n2-ss-slider[data-responsive=fullpage]{min-height:calc(var(--target-height, 100vh) - var(--subtract, 0px) - var(--subtract-vertical-offset, 0px) - var(--subtract-vertical-widget, 0px))}.n2-ss-slider.n2-ss-slider--fullscreen[data-responsive=fullpage]{min-height:100vh}.n2-ss-slider.n2-ss-slider--fullscreen .n2-ss-preserve-size--slider{display:none!important}[dir=rtl] .n2-ss-slider .n2-ss-slide-background{text-align:left}.n2-ss-slider.n2notransition *{transition:none 0s!important}.n2-ss-slider .n2-ss-preserve-size{width:100%;visibility:hidden}.n2-ss-slider .n2-ss-preserve-size[data-related-device]{display:none}.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait]{display:block}.n2-ss-slider .n2-ss-slider-background-video{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-cover{object-fit:cover}.n2-ss-slider .n2-contain{object-fit:contain}.n2-ss-slider .n2-ss-slide{position:relative;overflow:hidden;text-align:center;--ssselfalign: center}.n2-ss-full-page--constrain-ratio .n2-ss-slide{overflow:visible}.n2-ss-slider .n2-ss-slide--focus{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-99999}.n2-ss-slider .n2-ss-slide-thumbnail{display:none!important}.n2-ss-full-page--constrain-ratio .n2-ss-layers-container{clip-path:var(--ss-clip-path, inset(0px))}.n2-ss-slider .n2-ss-slide-background,.n2-ss-slider .n2-ss-slide-background *{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}.n2-ss-feature-post-bg-loader .n2-ss-slide-background{opacity:0}.n2-ss-slider .n2-ss-slide-background{z-index:10}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{z-index:1}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"]{z-index:7}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video{z-index:3}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{z-index:5}.n2-ss-slider .n2-ss-slide-background-image{width:100%;height:100%;box-sizing:content-box;--ss-o-pos-x: 50%;--ss-o-pos-y: 50%}.n2-ss-slider .n2-ss-slide-background-image img{object-position:var(--ss-o-pos-x) var(--ss-o-pos-y)}.n2-ss-slider .n2-ss-slide-background-image img{width:100%!important;height:100%!important;object-fit:cover;color:RGBA(0,0,0,0)}.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image img{object-fit:none}.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image img{object-fit:fill}.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider .n2-ss-slide-background-video{object-fit:cover}.n2-ss-slider .n2-ss-slide-background-video[data-mode=fit]{object-fit:contain}.n2-ss-slider .n2-ss-layers-container{visibility:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column;z-index:20;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container{opacity:1}.n2-ss-slider [onclick].n2-ss-layers-container{visibility:visible}.n2-ss-slider .n2-ss-layers-container>*{visibility:visible}.n2-ss-slider .n2-ss-layer{z-index:2;--margin-top: 0px;--margin-right: 0px;--margin-bottom: 0px;--margin-left: 0px;width:calc(100% - var(--margin-right) - var(--margin-left) + var(--ss-safari-fix-225962, 0px));--ssfont-scale: 1;font-size:calc(100%*var(--ssfont-scale))}.n2-ss-slider .n2-ss-layer[data-pm=normal]{margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left)}.n2-ss-slider .n2-ss-layer[data-pm=absolute]{position:absolute;left:0;top:0}.n2-ss-slider .n2-ss-layer[data-pm=absolute] picture{width:100%}.n2-ss-slider .n2-ss-layer[data-pm=default],.n2-ss-slider .n2-ss-layer[data-pm=normal]{position:relative;min-height:1px}.n2-ss-slider .n2-ss-layer-wrapper{width:100%;height:100%}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-wrapper{height:auto;flex-grow:1}.n2-ss-slider .n2-ss-layer.n2-ss-layer--need-height .n2-ss-layer-wrapper{height:100%}.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-wrapper{flex:1 1 auto;min-height:100%;height:auto!important;display:flex;flex-direction:column}.n2-ss-no-bga-fixed *,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-2{background-attachment:scroll!important}.n2-ss-slider .n2-ss-widget{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;z-index:1;font-size:16px;transition:opacity .4s ease;opacity:1;box-sizing:initial}.n2-ss-slider .n2-ss-widget[data-position=above],.n2-ss-slider .n2-ss-widget[data-position=below]{margin-left:auto;margin-right:auto}.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden{opacity:0!important;pointer-events:none}.n2-ss-slider .n2-ss-slider-controls-above,.n2-ss-slider .n2-ss-slider-controls-below{display:flex;flex-flow:column;align-items:center}.n2-ss-slider .n2-ss-slider-controls-side{position:relative;display:flex}.n2-ss-slider .n2-ss-slider-controls-side>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left,.n2-ss-slider .n2-ss-slider-controls-right{flex:0 0 auto;display:flex}.n2-ss-slider .n2-ss-slider-controls-left>*,.n2-ss-slider .n2-ss-slider-controls-right>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left,.n2-ss-slider .n2-ss-slider-controls-absolute-right{position:absolute;right:100%;top:0;height:100%;display:flex;flex-flow:var(--ss-rr);align-items:center;visibility:hidden}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-left{justify-content:flex-start}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-right{justify-content:flex-end}.n2-ss-slider .n2-ss-slider-controls-absolute-left>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{visibility:visible}.n2-ss-slider .n2-ss-slider-controls-absolute-right{left:100%;right:auto;flex-flow:row}.n2-ss-slider .n2-ss-slider-wrapper-outside,.n2-ss-slider .n2-ss-slider-wrapper-inside{position:relative;display:grid;grid-template-columns:100%}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{z-index:10;position:absolute;width:100%;height:100%;visibility:hidden;display:flex}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls>*{visibility:visible}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced{display:block;opacity:0;transition:opacity .4s}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced--ready{opacity:1}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced>*{position:absolute!important}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top{align-items:flex-start;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top>*{margin:var(--widget-offset) 0 0 var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top{align-items:center;flex-flow:column}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top>*,.n2-ss-slider .n2-ss-slider-controls-below>*{margin-top:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top{flex-flow:var(--ss-rr);align-items:flex-start}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top>*{margin:var(--widget-offset) var(--widget-offset) 0 0}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center{align-items:center;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center{align-items:center;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom{align-items:flex-end;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom>*{margin:0 0 var(--widget-offset) var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom{align-items:center;flex-flow:column-reverse}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,.n2-ss-slider .n2-ss-slider-controls-above>*{margin-bottom:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom{align-items:flex-end;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom>*{margin:0 var(--widget-offset) var(--widget-offset) 0}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{z-index:11}.n2-ss-slider .n2-ss-static-slide{justify-self:stretch;align-self:stretch;display:flex;flex-direction:column;position:relative;z-index:25;-webkit-backface-visibility:hidden;text-align:center;--ssselfalign: center;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-static-slide{opacity:1}.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide]>.n2-ss-layer,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="1"]>div.n2-ss-section-main-content,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content] .n2-ss-section-main-content>*{visibility:visible}.n2-ss-slider .n2-ss-static-slide,.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content{visibility:hidden}.n2-ss-slider .n2-ss-shape-divider{position:absolute;left:0;width:100%;height:100px;pointer-events:none;z-index:13}.n2-ss-slider .n2-ss-shape-divider-inner{height:100%;transform-origin:center top}.n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner{position:absolute;bottom:0;left:0;width:100%;transform-origin:center bottom}.n2-ss-slider .n2-ss-shape-divider svg{display:block;height:100%;width:100%}.n2-ss-slider .n2-ss-shape-divider-top{top:0}.n2-ss-slider .n2-ss-shape-divider-bottom{bottom:0}.n2-ss-slider .n2-ss-slide .nextend-slide-bg{position:absolute;top:0;left:0;width:100%;max-width:none!important;height:auto;background:rgba(0,0,0,.002)}.n2-ss-slider video.n2-ow{max-width:none}.n2-ss-slider .n2-ss-item-video-container{overflow:hidden;width:100%;height:100%}.n2-ss-slider .n2-ss-item-video-container video{width:100%;height:100%}.n2-ss-slider .n2-ss-item-iframe-wrapper{-webkit-overflow-scrolling:touch;overflow-y:auto;height:100%}.n2-ss-slider .n2i{vertical-align:top}.n2-ss-slider iframe.n2-ow{max-width:none;display:block}.n2-ss-slider .n2-ss-item-iframe{height:100%}.n2-ss-slider .n2-grabbing{cursor:grabbing!important}.n2-ss-slider .n2-grabbing .n2-ss-slide{pointer-events:none}.n2-ss-slider .n2-ss-item-input-form{display:flex;flex-flow:row}.n2-ss-slider .n2-ss-item-input-form .n2-input{flex:1 1 auto}.n2-ss-slider .n2-ss-item-input-form .n2-form-button{margin:0}.n2-ss-slider form.n2-ow{margin:0;border:0;padding:0}.n2-ss-slider .n2-input{height:auto;width:auto;box-sizing:border-box;margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial,serif;box-shadow:none}.n2-ss-slider input.n2-ow:focus{outline:0}.n2-ss-slider input.n2-ow[placeholder]{overflow:hidden;text-overflow:clip}.n2-ss-slider ::-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow:-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow::-webkit-input-placeholder,.n2-ss-slider input.n2-ow::placeholder{color:inherit}.n2-ss-slider table.n2-ow{table-layout:auto;margin:0}.n2-ss-slider .n2-ow .n2-ss-thumbnail-type{width:48px;height:48px;margin-left:-24px;margin-top:-24px;position:absolute;left:50%;top:50%}.n2-ss-slider .n2-ss-section-main-content .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer{display:flex;flex:1 1 auto}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-wrapper{display:flex}.n2-ss-slider .n2-ss-layer-row{box-sizing:border-box;display:flex}.n2-ss-slider .n2-ss-layer-row-inner{position:relative;box-sizing:border-box;display:flex;visibility:hidden;width:100%}.n2-ss-slider .n2-ss-layer-row-inner>*{visibility:visible}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row{height:auto;width:100%}.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer{box-sizing:border-box;width:1px;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-row .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=slide]{flex:0 0 auto;position:relative;box-sizing:border-box;width:100%;height:100%;min-height:100%;z-index:2;display:flex;justify-content:center;flex-flow:column}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]){width:auto!important}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{max-width:calc(100% - var(--margin-right) - var(--margin-left) + var(--ss-safari-fix-225962, 0px))}.n2-ss-slider .n2-ss-layer[data-sstype=content]{flex:0 0 auto;width:100%;min-height:100%;position:relative;z-index:2;display:flex}.n2-ss-slider .n2-ss-layer-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;position:relative;min-height:10px}.n2-ss-slider .n2-ss-section-main-content{flex:1 1 auto;display:flex;justify-content:center;flex-direction:column;min-height:100%;max-width:100%}.n2-ss-slider .n2-ss-layer-with-background{--n2bgimage: none;--n2bggradient: none;background-image:var(--n2bggradient),var(--n2bgimage);background-size:cover,cover;background-repeat:no-repeat,no-repeat;transition:all .3s;transition-property:border-color,background-color,border-radius,box-shadow}.n2-ss-slider .n2-ss-layer[data-sstype=col]{display:flex;flex-flow:column;order:10;flex:0 1 auto}.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col],.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-wrapper>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col]{flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col{box-sizing:border-box;position:relative;width:100%;height:auto;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer{flex:0 0 auto}.n2-ss-slider .n2-ss-layer:not([data-sstype=col]){align-self:var(--ssselfalign)}.n2-ss-slider .n2-ss-item-image-content{overflow:hidden;line-height:0}.n2-ss-slider .n2-ss-img-wrapper,.n2-ss-slider .n2-ss-img-wrapper img{line-height:0}.n2-ss-slider .n2-ss-item-image-content img{display:inline-block;max-width:100%}.n2-ss-slider .n2-ss-item-image-content a{display:inline-block}.n2-ss-slider .n2-ss-item-image-content picture{width:100%}.n2-ss-slider img.n2-ss-item-image-area{display:block;width:100%!important;height:100%!important}.n2-ss-slider .n2_ss_video_player{position:relative}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__placeholder{padding-top:56.25%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="16:10"] .n2_ss_video_player__placeholder{padding-top:62.5%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="4:3"] .n2_ss_video_player__placeholder{padding-top:75%}.n2-ss-slider .n2_ss_video_player iframe,.n2-ss-slider .n2_ss_video_player video,.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{z-index:2;transform:translate3d(0,0,0)}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]{min-height:50px;height:100%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] .n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder{padding-top:0}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] video{position:static;height:auto}.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2-ss-item>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video{position:static;height:100%}.n2-ss-slider img.n2_ss_video_cover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;object-fit:cover}.n2-ss-slider img.n2_ss_video_play_btn{position:absolute;left:50%;top:50%;z-index:2;width:48px;height:48px;transform:translate(-50%,-50%)}.n2-ss-slider .n2-ss-animated-heading-wrapper,.n2-ss-slider .n2-ss-animated-heading-wrapper *,.n2-ss-slider .n2-ss-highlighted-heading-wrapper,.n2-ss-slider .n2-ss-highlighted-heading-wrapper *{text-decoration:none!important}.n2_clear{clear:both}[data-force-hidden],[data-force-hidden] *{visibility:hidden!important}.n2-ss-slider .n2-ss-reveal-clip{pointer-events:none;visibility:hidden;position:absolute;left:0;top:0;z-index:1000000;width:100%;height:100%;overflow:hidden}.n2-ss-slider .n2-ss-reveal-clip>*{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-widget-html{z-index:10}.n2-ss-slider .n-particles-js-canvas-el{position:absolute;left:0;top:0;width:100%;height:100%;z-index:12}ss-text,ss-word,ss-char{position:relative;display:inline-block}ss-p{display:block}ss3-loader{display:none;place-content:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000}ss3-loader:after{content:'';display:block;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6),0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:n2-ss-loader-spin 2s linear infinite}@keyframes n2-ss-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}