@charset "UTF-8";
#dslc-content .sklc-gmaps-wrapper img {
	max-width: none;
}

.lc-googlemap-empty-map {
	background: rgba(0, 0, 0, 0) url(../../../plugins/lc-googlemaps/images/map-placeholder.jpg) no-repeat scroll 0 0 / cover ;
	padding: 120px;
}

.lc-googlemap-empty-map:before {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lc-googlemap-empty-map .dslc-notification {
	margin-bottom: 0;
	text-align: center;
}

.lc-googlemap-empty-map .dslca-module-edit-hook.dslca-notification-action {
  background: rgba(255, 255, 255, 0.21);
  border-radius: 4px;
  display: inline-block;
  margin: 8px 4px 4px;
  padding: 1px 9px;
}

.lc-googlemap-empty-map .dslca-notification-action {
	cursor: pointer;
}

.lc-googlemap-empty-map .dslc-notification  .dslc-icon {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	margin-right: 8px;
}

.dslc-notification.lc-notice-blue {
    background: #5890e5;
    border-color: #5890e5;
    color: #fff;
    text-shadow: 0 1px 1px #5890e5;
}
/*.dslc-module-DSLC_Menu_Pro {
	z-index: 20;  // Fix broken hover over dropdowns out of current sections.
}*/

.dslca-enabled.dslc-res-tablet .dslc-module-DSLC_Menu_Pro, .dslca-enabled.dslc-res-phone .dslc-module-DSLC_Menu_Pro {
	z-index: inherit;
}

.lcmenupro-navigation {
	display: flex;
}

.lcmenupro-navigation .menu,
.lcmenupro-inner {
	display: flex;
	align-items: center;
}

.lcmenupro-navigation .menu li {
	position: relative;/* – disabled to make full-width dropdowns possible */
	z-index: 1; /* Fix bug when third-level sub-menu opens when hover quickly. */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.lcmenupro-navigation .menu > li {
	flex-wrap: nowrap;
}

.lcmenupro-navigation .menu > li:hover,
.lcmenupro-navigation .menu > li.lc-menu-hover {
	z-index: 2; /* Make sure hovered popup cover first line of menu items. */
}

.lcmenupro-navigation .menu > li a {
	display: inline-block;
	/*padding: 8px 12px;*/
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

/* Main menu items description. */
.lcmenupro-navigation .menu > li > a .menu-item-description {
	display: block;
	max-width: 110px;
	font-size: 12px;
	color: gray;
}

/* Description in the dropdowns. */
.lcmenupro-navigation .menu > li.menu-type-columns > .sub-menu > li a .menu-item-description {
	display: block;
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: gray;
}


/**
 * ------------------------------------------------
 * Columns in the dropdown
 */

body .lcmenupro-navigation .menu > li.menu-type-columns > .sub-menu {
	flex-direction: row;
	align-items: flex-start;
}

/* Dropdown width variations */
.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-2s > .sub-menu {
	min-width: 400px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-2m > .sub-menu {
	min-width: 460px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-2l > .sub-menu {
	min-width: 540px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-3s > .sub-menu {
	min-width: 600px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-3m > .sub-menu {
	min-width: 700px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-3l > .sub-menu {
	min-width: 800px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-4s > .sub-menu {
	min-width: 880px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-4m > .sub-menu {
	min-width: 940px;
}

.lcmenupro-navigation .menu > li.menu-type-columns.menu-width-4l > .sub-menu {
	min-width: 1000px;
}

.lcmenupro-navigation .menu-type-columns.menu-width-full > .sub-menu {
	width: 1200px;
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.lcmenupro-navigation .menu-type-columns.menu-width-full > .sub-menu {
		width: 940px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

	.lcmenupro-navigation .menu-type-columns.menu-width-full > .sub-menu {
		min-width: 688px;
	}
}

@media only screen and ( max-width: 767px ) {
	.lcmenupro-navigation .menu-type-columns.menu-width-full > .sub-menu {
		min-width: 420px;
	}
}


body .lcmenupro-navigation .menu > li.menu-type-columns > .sub-menu > li {
   flex-grow: 1;
   flex-basis: 0;
   display: flex;
   align-items: baseline;
   min-width: 200px;
}

/* Column UL */
body .lcmenupro-navigation .menu li.menu-type-columns .sub-menu .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0;
    flex-basis: 100%;
    flex-grow: 1;
    box-shadow: none;

    /*background: rgba(128, 128, 128, 0.08);*/
}

/* Items inside columns*/
body .lcmenupro-navigation .menu li.menu-type-columns .sub-menu .sub-menu li {
	padding: 0;
	flex-wrap: nowrap;
	/* ↑↑↑ Makes Icon to stay on the left of the menu item text
	even when there is no enough place for the text to fit. */
}

body .lcmenupro-navigation .menu li.menu-type-columns .sub-menu .sub-menu .sub-menu li a {
	padding-left: 26px;
}

body .lcmenupro-navigation .menu li.menu-type-columns .sub-menu .sub-menu .sub-menu li li a {
	padding-left: 47px;
}

/* Sub-menu item icons. */
.lcmenupro-navigation .menu > li > .sub-menu > li:before {
	max-width: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
}

/* Sub-menu item description. */
.lcmenupro-navigation .menu > li > .sub-menu > li[class^="dslc-icon-"] > a,
.lcmenupro-navigation .menu > li > .sub-menu > li[class*=" dslc-icon-"] > a {
	max-width: calc( 100% - 40px );
}


.menu .sub-menu .lcmenu-additional-info > a {
	cursor: default!important;
}

/**
 * ------------------------------------------------
 */

.lcmenupro-navigation .menu .sub-menu {
	display: flex;
	flex-direction: column;

	position: absolute;
	z-index: 1;
	left: 0;
	/*top: 100%;*/

	min-width: 200px;

	visibility:hidden;
	opacity:0;

	transition: opacity .6s cubic-bezier(0.22, 0.61, 0.36, 1);

	/*background: #ededed;*/
	box-shadow: inset 0px 1px 0px rgba(255,255,255, 0.8), 0px 2px 1px rgba(0, 0, 0, 0.15), 3px 5px 10px rgba(0, 0, 0, 0.19);

	/*max-height: 0;*/

}

.lcmenupro-navigation .menu > li.menu-item-has-children > .sub-menu {
	top: -2000px;
}

.lcmenupro-navigation .menu > li.menu-item-has-children:hover > .sub-menu,
.lcmenupro-navigation .menu > li.menu-item-has-children.lc-menu-hover > .sub-menu {
	top: 100%;
}

/* 3D perspective effect. */
/*
.lcmenupro-navigation .menu .sub-menu {
	-webkit-transform: perspective(1000) rotate3d(1,0,0,-70deg);
	-webkit-transform-origin: 50% 0;
}

.lcmenupro-navigation .menu .sub-menu .sub-menu {
   -webkit-transform: perspective(1000) rotate3d(0,1,0,70deg);
   -webkit-transform-origin: 0 50%;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu {
	-webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
*/

/* Slide-Down effect. */
/*
.lcmenupro-navigation .menu .sub-menu {
	transition: opacity .6s cubic-bezier(0.22, 0.61, 0.36, 1), top .6s cubic-bezier(0.22, 0.61, 0.36, 1);;
	top: -10px;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu .sub-menu {
	top: -40px;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu {
	top: 100%;
}

.lcmenupro-navigation li .sub-menu li.menu-item-has-children:hover > .sub-menu {
	top: 0;
}
*/

/* Slide-Up effect. */
/*
.lcmenupro-navigation .menu .sub-menu {
	transition: opacity .6s cubic-bezier(0.22, 0.61, 0.36, 1), left .6s cubic-bezier(0.22, 0.61, 0.36, 1);;
	top: 250%;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu .sub-menu {
	top: 80px;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu {
	top: 100%;
}

.lcmenupro-navigation li .sub-menu li.menu-item-has-children:hover > .sub-menu {
	top: 0;
}
*/

/* Slide-Right effect. */
/*
.lcmenupro-navigation .menu .sub-menu {
	transition: opacity .6s cubic-bezier(0.22, 0.61, 0.36, 1), left .6s cubic-bezier(0.22, 0.61, 0.36, 1);;
	left: -40px;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu .sub-menu {
	left: 80%;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu {
	left: 0;
}

.lcmenupro-navigation li .sub-menu li.menu-item-has-children:hover > .sub-menu {
	left: 99%;
}
*/



.lcmenupro-navigation .menu .sub-menu .sub-menu {
	left: 99%; /* Don't make it 100% as it's not stable on some movements. */
	top: 0;
}

.lcmenupro-navigation li.menu-item-has-children:hover > .sub-menu,
.lcmenupro-navigation li.menu-item-has-children.lc-menu-hover > .sub-menu {
	visibility:visible;
	opacity:1;
}


/* Mobile Navigation Styling */
.lcmenupro-mobile-navigation {
	display: block;
	/*background: black;*/
	width: 300px;
	position: fixed;
	top: 0;
	/*padding: 20px;*/
	height: 100vh;
	z-index: 999999; /* WP Admin bar has z-index 99999 */

	/*left: 100%;*/
	right: -300px;
	transition: right .5s ease-in-out;
}

.admin-bar .lcmenupro-mobile-navigation {
	top: 32px;
}

.admin-bar.dslca-enabled .lcmenupro-mobile-navigation {
	top: 0;
}

.lcmenupro-mobile-navigation.open {
	/*left: auto;*/
	right: 0;
}

.lcmenupro-mobile-inner {
	overflow: auto;
   height: 100vh;
}

.lcmenupro-mobile-inner .lcmenu-mobile-close-hook {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	color: rgba(255, 255, 255, 0.3);
	/*padding: 12px;*/
	cursor: pointer;
}

.lcmenupro-mobile-navigation .lcmenupro-mobile-menu a {
	line-height: 1.3;
}

/* Menu descriptions are hidden on mobile */
.lcmenupro-mobile-inner .menu-item-description {
	display: none;
}



.lcmenupro-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	vertical-align: middle;
}

.lcmenu-mobile-hook {
	cursor: pointer;
}

/*.lcmenupro-mobile-menu {
	margin-top: 20px;
}*/

.lcmenupro-mobile-menu a {
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
}

.lcmenupro-mobile-menu .sub-menu {
	display: none;
}

.lcmenupro-mobile-menu li.menu-item-has-children:hover > .sub-menu,
.lcmenupro-mobile-menu li.menu-item-has-children.lc-menu-hover > .sub-menu {
	display: block;
}

.lcmenupro-mobile-menu .sub-menu {
	font-size: 90%;
	padding: 6px 0 10px 0;
}



.lcmenu-mobile-logo {
	text-align: center;
	/*padding: 30px 30px 0px;*/
}

.lcmenu-mobile-logo img {
	max-height: 100%;
}

.lcmenupro-site-overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

	z-index: 999;
	display: none;

	background: url(../../../plugins/lc-menu-pro/css/black-orchid.png) rgba(28, 28, 29, 0.83);
	opacity: 0.8;
}

/**
 * Menu Container.
 */

/*.lcmenu-pro {
	display: flex;
}
*/

/**
 * Icons in menu.
 */

/* Disable icon font styling for the menu item block */
.menu-item[class^="dslc-icon-"],
.menu-item[class*=" dslc-icon-"] {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	text-decoration: inherit;
	-webkit-font-smoothing: inherit;
	display: inherit;
	width: inherit;
	height: inherit;
	line-height: inherit;
	vertical-align: inherit;
	background-image: inherit;
	background-position: inherit;
	background-repeat: inherit;
	margin-top: inherit;
}

/* Re-apply icon font styling to the inner element */

.menu-item[class^="dslc-icon-"]:before,
.menu-item[class*=" dslc-icon-"]:before {
	font-family: DSLCFontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;

	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
}

/* Left position menu */
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-left .menu ul.sub-menu {
	left: 0;
	right: auto;
}

/* Right position menu */
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-right .menu ul.sub-menu {
	right: 0;
	left: auto;
}

/* Center position menu */
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-center .menu ul.sub-menu {
	left: auto;
	right: auto;
}

.dslca-enabled .lcmenu-mobile-hook.dslc-hide-on-desktop {
	display: none !important;
}

.dslca-enabled.dslc-res-tablet .lcmenu-mobile-hook.dslc-hide-on-desktop {
	display: block !important;
}

.dslca-enabled.dslc-res-phone .lcmenu-mobile-hook.dslc-hide-on-desktop {
	display: block !important;
}

.lcmenupro-navigation .menu-item-description {
	display: block;
}

/*li:not(.menu-type-columns)*/

ul.sub-menu li:hover,
ul.sub-menu li:hover > a,
ul.sub-menu li > a:hover,
ul.sub-menu li:hover::before {
	cursor: pointer;
}

.menu > li.menu-type-columns .sub-menu .menu-item-has-children,
.menu > li.menu-type-columns .sub-menu .menu-item-has-children > a {
	cursor: default;
}

/*.lcmenupro-navigation .menu a[href="#"] {
	cursor: default;
}*/

/* Disable any border width styling in multi-columns. */
#dslc-content .menu .menu-type-columns ul li {
	border-width: 0;
}

#dslc-content .menu ul li:last-child {
	border-bottom-width: 0;
}

/*.lcmenupro-navigation ul.menu li ul.sub-menu li.menu-item-has-children:hover {
	background-color: transparent !important;
}*/

/**
 * Show On / Hide On (media queries)
 * Default LC show/hide classes are not working properly with menu container,
 * as menu is display:flex, not display:block;
 */

/* Desktop */
@media only screen and (min-width : 1025px) {
	.dslca-enabled .lcmenupro-inner .menu.dslc-hide-on-desktop {
		display: none !important;
	}
}
/* custom icons */
 .mega_main *[class*="ci-icon-"],
 .bootstrap *[class*="ci-icon-"]
 {
 position: relative;
 display: inline-block;
 }
 .mega_main *[class*="ci-icon-"]:before,
 .bootstrap *[class*="ci-icon-"]:before
 {
 /*
 content: '\320';
 */
 content: '\00a0';
 display: inline-block;
 background-size: contain !important;
 background-repeat: no-repeat;
 background-position: center;
 top: 0px;
 left: 0px;
 width: 100%;
 height: auto;
 color: transparent !important;
 letter-spacing: 1em;
 }
 /* extended css fixes */
 .mega_main *[class*="fa-icon-"]:before,
 .mega_main *[class*="im-icon-"]:before
 {
 vertical-align: baseline;
 line-height: inherit;
 text-align: center;
 color: inherit;
 }
 /* common */
 style
 {
 display: none !important;
 max-width: 0px !important;
 max-height: 0px !important;
 visibility: hidden !important;
 opacity: 0 !important;
 }
 #mega_main_menu .sf-sub-indicator,
 #mega_main_menu .sub-indicator,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link > .sf-sub-indicator,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li > .item_link > .sf-sub-indicator
 {
 display: none !important;
 opacity: 0 !important;
 visibility: hidden !important;
 height: 0px !important;
 width: 0px !important;
 }
 #mega_main_menu ul:after,
 #mega_main_menu:before,
 #mega_main_menu:after,
 .mm_clearfix:before,
 .mm_clearfix:after
 {
 content: '';
 display: table;
 clear: both;
 float: none;
 width: 100%;
 height: 0px;
 border: 0px none;
 }
 /*
 body 
 {
 overflow-x: hidden;
 }
 body.wp-admin
 {
 overflow-x: visible;
 }
 */
 #mega_main_menu
 {
 float: none;
 position: relative;
 margin: 0px;
 height: inherit;
 -webkit-transition: all 0.4s;
 -moz-transition: all 0.4s;
 -ms-transition: all 0.4s;
 -o-transition: all 0.4s;
 transition: all 0.4s;
 }
 #mega_main_menu + #mega_main_menu
 {
 display: none;
 }
 #mega_main_menu *
 {
 -webkit-box-sizing: border-box !important;
 -moz-box-sizing: border-box !important;
 -ms-box-sizing: border-box !important;
 -o-box-sizing: border-box !important;
 box-sizing: border-box !important;
 outline: none;
 }
 #mega_main_menu .item_link *
 {
 line-height: 131%;
 }
 #mega_main_menu a
 {
 cursor: default;
 }
 #mega_main_menu a[href]
 {
 cursor: pointer;
 }
 #mega_main_menu ul.mega_dropdown,
 #mega_main_menu ul.mega_main_menu_ul
 {
 position: relative;
 margin: 0px;
 padding: 0px;
 } 
 #mega_main_menu,
 #mega_main_menu > .menu_holder,
 #mega_main_menu > .menu_holder > .menu_inner,
 #mega_main_menu > .menu_holder > .menu_inner > .mega_main_menu_ul
 {
 font-size: 0px;
 letter-spacing: 0px;
 word-spacing: 0px;
 line-height: 0px;
 display: block;
 visibility: visible;
 overflow: visible;
 -webkit-backface-visibility: hidden;
 }
 #mega_main_menu > .menu_holder
 {
 position: relative;
 }
 #mega_main_menu > .menu_holder > .mmm_fullwidth_container
 {
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 height: 100%;
 width: 100%;
 }
 #mega_main_menu.fullwidth-enable > .menu_holder > .mmm_fullwidth_container
 {
 border-radius: 0px !important;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul
 {
 z-index: 2000;
 list-style: none;
 float: none;
 width: auto;
 position: relative;
 top: auto;
 bottom: auto;
 left: auto;
 right: auto;
 border: 0px none;
 background: transparent;
 } 
 #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul
 {
 text-align: left;
 }
 #mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul
 {
 text-align: center;
 }
 #mega_main_menu.first-lvl-align-right > .menu_holder > .menu_inner > ul
 {
 text-align: right;
 }
 #mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > .nav_logo
 {
 display: none;
 }
 #mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > ul
 {
 display: table;
 width: 100%;
 text-align: center;
 }
 #mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > ul > li
 {
 display: table-cell;
 float: none !important;
 width: auto !important;
 }
 #mega_main_menu.first-lvl-align-justify.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > i,
 #mega_main_menu.first-lvl-align-justify.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > i,
 #mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 display: inline-block;
 vertical-align: top;
 float: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link *
 {
 font-size: inherit;
 letter-spacing: normal;
 word-spacing: normal;
 line-height: inherit;
 } 
 #mega_main_menu > .menu_holder > .menu_inner > ul > li .mega_dropdown .menu_item_without_text.disable_icon
 {
 background-image: none !important;
 background-color: transparent !important;
 height: 0px;
 padding: 0px;
 }
 #mega_main_menu.structure_settings-no_icons > .menu_holder > .menu_inner > ul > li > .item_link:after,
 #mega_main_menu.structure_settings-no_icons li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before
 {
 display: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.pull_to_other_side
 {
 float: right;
 }
 /* nav_logo */
 #mega_main_menu.no-logo .nav_logo
 {
 display: none;
 }
 #mega_main_menu .nav_logo
 {
 display: block;
 vertical-align: top;
 float: left;
 position: relative;
 z-index: 2100;
 }
 #mega_main_menu .nav_logo .logo_link
 {
 display: block;
 padding: 0px 17px;
 margin: 0px;
 vertical-align: middle;
 position: relative;
 z-index: 2100;
 } 
 #mega_main_menu .nav_logo .logo_link img 
 {
 max-height: 99%;
 width: auto;
 max-width: 100%;
 position: relative;
 vertical-align: middle;
 }
 #mega_main_menu .nav_logo .mobile_toggle
 {
 display: none;
 }
 /* nav_search_box */
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box
 {
 width: 68px;
 padding: 0px 17px;
 position: relative;
 float: right;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform
 {
 display: inline-block;
 position: absolute;
 top: 50%;
 right: 18px;
 z-index: 600;
 width: auto;
 margin-top: -16px;
 border-width: 1px;
 border-style: solid;
 border-color: rgba(128,128,128, 0.4);
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .icosearch,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .submit,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field
 {
 display: block;
 height: 26px;
 line-height: 26px;
 padding: 0px;
 margin: 2px 0px;
 border-width: 0px;
 border-style: none;
 outline: none;
 background: transparent;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -ms-box-shadow: none;
 -o-box-shadow: none;
 box-shadow: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .icosearch,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .submit
 {
 position: absolute;
 right: 0px;
 width: 30px;
 text-align: center;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field
 {
 width: 0px;
 max-width: 0px;
 padding-right: 30px;
 padding-left: 0px;
 cursor: pointer;
 position: relative;
 z-index: 10;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus
 {
 width: 160px;
 max-width: 160px;
 padding-left: 8px;
 cursor: text;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .submit
 {
 display: none;
 }
 /* nav_woo_cart */
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart
 {
 float: right;
 }
 #mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link i
 {
 float: left;
 display: block;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart .woocommerce
 {
 margin-bottom: 15px;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link i.custom_icon_cart:before {
 content: '';
 display: inline-block;
 width: 18px !important;
 height: 12px !important;
 border-width: 10px 3px 0px 3px !important;
 border-style: solid;
 border-top-color: inherit;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 vertical-align: top;
 position: relative;
 top: 50%;
 margin-top: -4px;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link i.custom_icon_cart:after {
 content: '';
 display: inline-block;
 width: 12px;
 height: 12px;
 border-width: 1px;
 border-style: solid;
 border-color: red;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -10px;
 margin-left: -6px;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 -ms-border-radius: 100%;
 -o-border-radius: 100%;
 border-radius: 100%;
 }
 /* nav_buddypress */
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress
 {
 float: right;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i,
 #mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i,
 #mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i.ci-icon-buddypress-user
 {
 float: left;
 display: block;
 padding: 0px;
 position: relative;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress .mega_notifications
 {
 position: absolute;
 background-color: #E74C3C;
 color: #f8f8f8;
 width: 12px;
 height: 12px;
 bottom: 50%;
 right: -6px;
 font-size: 10px;
 font-style: normal;
 line-height: 10px;
 display: block;
 text-align: center;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 -ms-border-radius: 100%;
 -o-border-radius: 100%;
 border-radius: 100%;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress .mega_notifications.notification-none
 {
 display: none;
 }
 /* nav_wpml_switcher */
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher
 {
 float: right;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i,
 #mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i,
 #mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i
 {
 float: left;
 display: block;
 padding: 0px;
 position: relative;
 }
 /* FIRST LEVEL */
 #mega_main_menu > .menu_holder > .menu_inner > ul > li
 {
 display: inline-block;
 vertical-align: top;
 margin: 0px;
 padding: 0px;
 float: none;
 height: auto;
 width: auto;
 overflow: visible;
 background-color: transparent;
 border: 0px none;
 } 
 #mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] 
 {
 width: auto;
 } 
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link 
 {
 text-shadow:none;
 text-transform: none;
 position: relative;
 display: block;
 padding: 0px 17px;
 margin: 0px;
 top: auto;
 bottom: auto;
 left: auto;
 right: auto;
 }
 #mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,
 #mega_main_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link i.ci-icon-buddypress-user,
 #mega_main_menu.icons-top.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i.ci-icon-buddypress-user,
 #mega_main_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li.nav_wpml_switcher > .item_link i,
 #mega_main_menu.icons-top.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i,
 #mega_main_menu.mega_main.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 }
 #mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 display: table;
 width: 100%;
 text-align: center;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > p,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > br,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > br,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > span > br,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > p,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > br,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > p,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > br,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > p,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > br,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > span > br,
 #mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > span > .link_text > br
 {
 display: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li span.item_link
 {
 cursor: default;
 } 
 #mega_main_menu > .menu_holder > .menu_inner > ul > li .item_link
 {
 width: auto;
 height: auto;
 min-width: inherit;
 max-width: inherit;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i 
 {
 display: block;
 line-height: inherit;
 text-align: center;
 margin: 0px auto;
 }
 #mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i 
 {
 float: left;
 padding-right: 15px;
 }
 #mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i 
 {
 float: right;
 padding-left: 17px;
 }
 #mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon.menu_item_without_text i,
 #mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon.menu_item_without_text i 
 {
 padding-left: 0px;
 padding-right: 0px;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 display: block;
 float: none;
 padding: 0px;
 position: static;
 border: 0px none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text
 {
 white-space: normal;
 word-wrap: break-word;
 word-break: normal;
 display: table-cell;
 line-height: 120%;
 vertical-align: middle;
 position: static;
 padding: 0px;
 border: 0px none;
 height: auto;
 }
 #mega_main_menu > .menu_holder > .menu_inner .item_link > .link_content > .link_text > .link_descr
 {
 display: block;
 float: none;
 font-size: 80% !important;
 white-space: pre-line;
 margin-top: 2px;
 }
 #mega_main_menu .menu_item_without_text > .link_content, 
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > .link_content,
 #mega_main_menu .menu_item_without_text .link_text 
 {
 display: none !important;
 }
 #mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i, 
 #mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i, 
 #mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li .mega_dropdown .item_link.with_icon > i, 
 #mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li > .mega_dropdown .processed_image > .cover > a > i,
 #mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li.grid_dropdown .mega_dropdown > li > .item_link > i
 {
 display: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon i, 
 #mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="dropdown"] .mega_dropdown > li > .item_link.disable_icon > i,
 #mega_main_menu a.disable_icon > i 
 {
 display: none;
 }
 #mega_main_menu ul > li a.item_link, 
 #mega_main_menu ul > li > .mega_dropdown a.item_link
 {
 text-decoration: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after
 {
 content: '';
 display: block;
 width: 0px;
 height: 0px;
 position: absolute;
 top: 50%;
 right: 5px;
 margin-top: -2px;
 border-width: 4px 3px;
 border-style: solid;
 }
 body [class] #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li[class*="current"] > .item_link:after,
 body #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li[class*="current"] > .item_link:after,
 body [class] #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:hover > .item_link:after,
 body #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:hover > .item_link:after,
 body [class] #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after,
 body #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after
 {
 border-top-color: inherit;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link:after,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link:after,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:last-child:after
 {
 display: none;
 }
 /* separator */
 #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 content: '';
 width: 2px;
 height: 100%;
 margin: 0px;
 padding: 0px;
 display: block;
 position: absolute;
 top: 0px;
 bottom: auto;
 z-index: 2;
 border-width: 0px;
 border-style: none;
 background-repeat: no-repeat;
 background-size: 400% 100%;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAyCAYAAABh7ppAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOdJREFUeNqk0ssKhCAUBuC8zbaIossDzqN3oYii3ZiZQYuU+m0ocOHx4/ekEq11cPURQr77Gj0X53ne5+xcs8A4jsytWZO+75mbwM+Ttm2524tVaJoGg6qq9jm5BXVde4GAwPSAQdd13P11CwzDICCYpknAg5JSfmCC+XDCE8Dd2lXCf4D6trgC4nUCBAy+6mORIkB9CasZCgF1oNuTVL7rXuCbfAqCV0CaoV+B5UnC6gPqFgghfvDZh2GIE+I4lvAu0jTFR53nuYSgKAovwFuUZYkvy/SAQZZlGCRJoiCIoki5TW4CDACPvE4qiEdEewAAAABJRU5ErkJggg==);
 }
 #mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before, 
 #mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 background-position: 0px 0px;
 }
 #mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before, 
 #mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 background-position: -3px 0px;
 }
 #mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before, 
 #mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 background-position: -6px 0px;
 }
 #mega_main_menu.direction-horizontal.first-lvl-align-left > .menu_holder > .menu_inner > .nav_logo:before
 {
 right: -1px;
 left: auto;
 }
 #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before, 
 #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 left: -1px;
 right: auto;
 }
 #mega_main_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.first-lvl-align-right > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.first-lvl-align-left.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.language_direction-rtl.first-lvl-align-left > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.language_direction-rtl.first-lvl-align-center > .menu_holder > .menu_inner > .nav_logo:before,
 #mega_main_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_search_box:before,
 #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:first-child > .item_link:before
 {
 display: none;
 }
 
 /* Navigation Dropdown variations */ 
 /* DROPDOWNS */ 
 #mega_main_menu ul > li > .mega_dropdown 
 {
 position: absolute;
 margin: 0px;
 z-index: 5000;
 top: 100%;
 float: none;
 height: auto;
 visibility: visible;
 opacity: 1;
 border: 0px none;
 vertical-align: top;
 }
 #mega_main_menu ul > li ul
 {
 text-align: left;
 }
 #mega_main_menu li .mega_dropdown > li
 {
 margin: 0px;
 list-style: none;
 height: auto !important;
 }
 #mega_main_menu li.default_dropdown > ul,
 #mega_main_menu li.default_dropdown li > ul,
 #mega_main_menu li.multicolumn_dropdown > ul,
 #mega_main_menu li.tabs_dropdown > ul,
 #mega_main_menu li.widgets_dropdown > ul,
 #mega_main_menu li.post_type_dropdown > ul,
 #mega_main_menu li.grid_dropdown > ul,
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details,
 #mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details
 {
 -webkit-box-shadow: 0px 4px 13px -3px #808080;
 -moz-box-shadow: 0px 4px 13px -3px #808080;
 -ms-box-shadow: 0px 4px 13px -3px #808080;
 -o-box-shadow: 0px 4px 13px -3px #808080;
 box-shadow: 0px 4px 13px -3px #808080;
 list-style: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul li > .item_link:hover
 {
 box-shadow: none;
 float: none;
 text-decoration: none;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul li > a.item_link:hover
 {
 cursor: pointer;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li .item_link .link_text > *
 {
 max-width: 100%;
 max-height: 100%;
 margin: 0px;
 }
 #mega_main_menu .item_link > .link_content > .link_text
 {
 white-space: normal;
 word-wrap: break-word;
 word-break: normal;
 }
 /* default_dropdown */
 #mega_main_menu li.menu-item
 {
 position: relative;
 }
 #mega_main_menu li.default_dropdown > ul
 {
 position: absolute;
 top: 100%;
 }
 #mega_main_menu li.default_dropdown > ul > li
 {
 position: relative;
 height: auto;
 float: none;
 width: 100%;
 margin: 0px;
 padding: 0px;
 display: block;
 overflow: visible;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown
 {
 width: 205px;
 }
 #mega_main_menu li.default_dropdown.drop_to_center > .mega_dropdown
 {
 left: -100%;
 }
 #mega_main_menu li.default_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
 #mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown
 {
 left: 0px;
 right: auto;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown
 {
 top: 0px;
 left: 100%;
 right: auto;
 margin-left: 0px;
 margin-right: 0px;
 }
 #mega_main_menu li.default_dropdown.drop_to_left .mega_dropdown
 {
 left: auto;
 right: 0px;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_left > .mega_dropdown
 {
 top: 0px;
 left: auto;
 right: 100%;
 margin-left: 0px;
 margin-right: 0px;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown > li
 {
 float: none;
 width: 100%;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link
 {
 display: block;
 float: none;
 padding: 6px 12px;
 margin: 0px;
 position: relative;
 border-width: 0px 0px 1px 0px;
 border-style: solid;
 width: auto;
 height: auto;
 }
 #mega_main_menu.language_direction-rtl li.default_dropdown > .mega_dropdown > li > .item_link
 {
 text-align: right;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link .link_content
 {
 padding: 0px;
 vertical-align: middle;
 position: relative;
 top: auto;
 bottom: auto;
 left: auto;
 right: auto;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown > li:last-child > .item_link
 {
 border-width: 0px;
 border-style: none;
 }
 
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .item_link:before,
 #mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before
 {
 content: '';
 display: block;
 width: 0px;
 height: 0px;
 position: absolute;
 top: 50%;
 margin-top: -2px;
 border-width: 4px 3px;
 border-style: solid;
 right: 0px;
 }
 body #mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_center > .item_link:before
 {
 right: 0px;
 left: auto;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 }
 body #mega_main_menu.language_direction-ltr .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before,
 body #mega_main_menu.language_direction-ltr .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before,
 body #mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right:hover > .item_link:before,
 body #mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right > .item_link:before,
 body *[class] #mega_main_menu.language_direction-ltr li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before,
 body *[class] #mega_main_menu.language_direction-ltr li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before,
 body *[class] #mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right:hover > .item_link:before,
 body *[class] #mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right > .item_link:before
 {
 right: 0px;
 left: auto;
 border-width: 3px 4px;
 border-top-color: transparent !important;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 }
 body #mega_main_menu.language_direction-rtl .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before,
 body #mega_main_menu.language_direction-rtl .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before,
 body #mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left:hover > .item_link:before,
 body #mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:before,
 body *[class] #mega_main_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before,
 body *[class] #mega_main_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before,
 body *[class] #mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left:hover > .item_link:before,
 body *[class] #mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:before
 {
 left: 0px;
 right: auto;
 border-width: 3px 4px;
 border-top-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link:last-child:before,
 #mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:last-child:before
 {
 display: none;
 }
 #mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i
 {
 display: block;
 float: left;
 position: absolute;
 top: 50%;
 }
 #mega_main_menu li.default_dropdown .mega_dropdown > li > .item_link.with_icon > span
 {
 display: block;
 }
 #mega_main_menu li.default_dropdown.submenu_full_width
 {
 position: static;
 }
 #mega_main_menu li.default_dropdown.submenu_full_width > .mega_dropdown
 {
 width: 100%;
 }
 #mega_main_menu li.default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown
 {
 width: auto;
 position: static;
 display: block;
 margin: 0px 0px 0px 35px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -ms-box-shadow: none;
 -o-box-shadow: none;
 box-shadow: none;
 }
 #mega_main_menu.direction-vertical li.default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown
 {
 margin: 0px;
 }
 #mega_main_menu li.default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after
 {
 display: none;
 }
 /* multicolumn_dropdown */ 
 #mega_main_menu li.multicolumn_dropdown
 {
 position: relative;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown > .mega_dropdown,
 #mega_main_menu li.grid_dropdown > .mega_dropdown,
 #mega_main_menu li .mega_dropdown > li .post_details
 {
 width: 480px;
 padding: 0px;
 -webkit-box-sizing: border-box !important;
 -moz-box-sizing: border-box !important;
 -ms-box-sizing: border-box !important;
 -o-box-sizing: border-box !important;
 box-sizing: border-box !important;
 }
 #mega_main_menu li.nav_buddypress.not_logged:hover > .mega_dropdown,
 #mega_main_menu li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.tabs_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .mega_dropdown,
 #mega_main_menu .mega_dropdown > li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.widgets_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown > .mega_dropdown > .post_item:hover .post_details,
 #mega_main_menu li.post_type_dropdown > .mega_dropdown > .post_item.keep_open .post_details,
 #mega_main_menu li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.grid_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 padding: 15px;
 }
 #mega_main_menu li.nav_buddypress.not_logged:hover > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.widgets_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu .mega_dropdown > li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .item_link:hover + .mega_dropdown
 {
 padding-bottom: 0px;
 }
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li.keep_open > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.widgets_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.widgets_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.widgets_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.post_type_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown:hover > .mega_dropdown
 {
 padding: 0px;
 }
 #mega_main_menu li.multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown
 {
 left: 0px;
 right: auto;
 }
 
 #mega_main_menu li.multicolumn_dropdown.drop_to_left > .mega_dropdown
 {
 left: auto;
 right: 0px;
 }
 #mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown
 {
 left: -150%;
 right: auto;
 }
 #mega_main_menu li.widgets_dropdown > .mega_dropdown > li,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li
 {
 float: left;
 display: inline-block;
 clear: none;
 padding: 0px 5px 20px 5px;
 }
 #mega_main_menu li.widgets_dropdown > .mega_dropdown > li .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown
 {
 position: static;
 display: block;
 width: auto;
 box-shadow: none;
 overflow: visible !important;
 max-height: 3000px !important;
 max-width: 3000px !important;
 opacity: 1 !important;
 -webkit-transform: scaleY( 1 ) !important;
 -moz-transform: scaleY( 1 ) !important;
 -ms-transform: scaleY( 1 ) !important;
 -o-transform: scaleY( 1 ) !important;
 transform: scaleY( 1 ) !important;
 }
 #mega_main_menu li.widgets_dropdown > .mega_dropdown > li .mega_dropdown > li,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li
 {
 display: block;
 width: 100%;
 }
 #mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link
 {
 display: block;
 padding: 6px 10px;
 margin: 0px;
 width: auto;
 height: auto;
 position: relative;
 }
 #mega_main_menu li.widgets_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link
 {
 border-width: 0px;
 }
 #mega_main_menu li.widgets_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link:before,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link:before
 {
 display: none;
 }
 #mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link > i,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link > i
 {
 display: block;
 float: left;
 text-align: center;
 position: absolute;
 top: 50%;
 }
 #mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link > .link_content,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link > .link_content
 {
 display: block;
 vertical-align: middle;
 }
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link.disable_icon > .link_content,
 #mega_main_menu ul li .mega_dropdown > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.icons-disable_globally li .mega_dropdown > li > .item_link > .link_content,
 #mega_main_menu.icons-disable_globally li .mega_dropdown > li > .item_link.with_icon > .link_content
 {
 margin: 0px;
 }
 #mega_main_menu li.multicolumn_dropdown li.post_type_dropdown,
 #mega_main_menu li.multicolumn_dropdown li.grid_dropdown,
 #mega_main_menu li.multicolumn_dropdown.submenu_full_width
 {
 position: static;
 }
 #mega_main_menu li.multicolumn_dropdown.submenu_full_width > .mega_dropdown
 {
 width: 100%;
 }
 /* tabs_dropdown */ 
 #mega_main_menu li.tabs_dropdown
 {
 position: relative;
 }
 #mega_main_menu li.tabs_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
 #mega_main_menu li.tabs_dropdown.drop_to_right > .mega_dropdown
 {
 left: 0px;
 right: auto;
 }
 
 #mega_main_menu li.tabs_dropdown.drop_to_left > .mega_dropdown
 {
 left: auto;
 right: 0px;
 }
 #mega_main_menu li.tabs_dropdown.drop_to_center > .mega_dropdown
 {
 left: -150%;
 right: auto;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li
 {
 position: static;
 clear: none;
 float: none;
 }
 #mega_main_menu li.tabs_dropdown .mega_dropdown > li > .mega_dropdown
 {
 box-shadow: none !important;
 border-radius: 0px !important;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li.default_dropdown > .item_link
 {
 border-width: 0px;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .mega_dropdown .mega_dropdown
 {
 padding: 0px;
 }
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li .mega_dropdown > li.keep_open .post_details,
 #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li .mega_dropdown > li:hover .post_details,
 #mega_main_menu li.tabs_dropdown .mega_dropdown > li .mega_dropdown > li.keep_open .post_details,
 #mega_main_menu li.tabs_dropdown .mega_dropdown > li .mega_dropdown > li:hover .post_details
 {
 display: none !important;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .item_link
 {
 padding: 6px 10px;
 display: block;
 width: auto;
 height: auto;
 margin-right: 19px;
 position: relative;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > li > .item_link
 {
 margin-right: 0px;
 margin-left: 19px;
 }
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i
 {
 display: block;
 float: left;
 position: absolute;
 top: 50%;
 }
 #mega_main_menu li.tabs_dropdown .mega_dropdown > li > .item_link > .link_content
 {
 display: block;
 vertical-align: middle;
 }
 
 #mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .mega_dropdown
 {
 top: 0px;
 right: 0px;
 height: auto;
 width: auto;
 position: absolute;
 }
 #mega_main_menu li.tabs_dropdown .mega_dropdown > li.default_dropdown > .mega_dropdown .mega_dropdown
 {
 display: block;
 position: static;
 float: none;
 width: auto;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width
 {
 position: static;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown.columns1 > .mega_dropdown > *
 {
 width: 100%;
 }
 #mega_main_menu li.tabs_dropdown.columns1 > .mega_dropdown > li
 {
 width: 50%;
 }
 #mega_main_menu li.tabs_dropdown.columns2 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns2 > .mega_dropdown > *
 {
 width: 50%;
 }
 #mega_main_menu li.tabs_dropdown.columns3 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns3 > .mega_dropdown > *
 {
 width: 33.3333%;
 }
 #mega_main_menu li.tabs_dropdown.columns4 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns4 > .mega_dropdown > *
 {
 width: 25%;
 }
 #mega_main_menu li.tabs_dropdown.columns5 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns5 > .mega_dropdown > *
 {
 width: 20%;
 }
 #mega_main_menu li.tabs_dropdown.columns6 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns6 > .mega_dropdown > *
 {
 width: 16.6666%;
 }
 #mega_main_menu li.tabs_dropdown.columns7 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns7 > .mega_dropdown > *
 {
 width: 14.2857%;
 }
 #mega_main_menu li.tabs_dropdown.columns8 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns8 > .mega_dropdown > *
 {
 width: 12.5%;
 }
 #mega_main_menu li.tabs_dropdown.columns9 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns9 > .mega_dropdown > *
 {
 width: 11.1111%;
 }
 #mega_main_menu li.tabs_dropdown.columns10 > .mega_dropdown > li,
 #mega_main_menu li.widgets_dropdown.columns10 > .mega_dropdown > *
 {
 width: 10%;
 }
 #mega_main_menu li.tabs_dropdown.columns1 > .mega_dropdown > li > .mega_dropdown
 {
 left: 50%;
 }
 #mega_main_menu li.tabs_dropdown.columns2 > .mega_dropdown > li > .mega_dropdown
 {
 left: 50%;
 }
 #mega_main_menu li.tabs_dropdown.columns3 > .mega_dropdown > li > .mega_dropdown
 {
 left: 33.3333%;
 }
 #mega_main_menu li.tabs_dropdown.columns4 > .mega_dropdown > li > .mega_dropdown
 {
 left: 25%;
 }
 #mega_main_menu li.tabs_dropdown.columns5 > .mega_dropdown > li > .mega_dropdown
 {
 left: 20%;
 }
 #mega_main_menu li.tabs_dropdown.columns6 > .mega_dropdown > li > .mega_dropdown
 {
 left: 16.6666%;
 }
 #mega_main_menu li.tabs_dropdown.columns7 > .mega_dropdown > li > .mega_dropdown
 {
 left: 14.2857%;
 }
 #mega_main_menu li.tabs_dropdown.columns8 > .mega_dropdown > li > .mega_dropdown
 {
 left: 12.5%;
 }
 #mega_main_menu li.tabs_dropdown.columns9 > .mega_dropdown > li > .mega_dropdown
 {
 left: 11.1111%;
 }
 #mega_main_menu li.tabs_dropdown.columns10 > .mega_dropdown > li > .mega_dropdown
 {
 left: 10%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown[class*="columns"] > .mega_dropdown > li > .mega_dropdown
 {
 left: 0px;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns1 > .mega_dropdown > li > .mega_dropdown
 {
 right: 50%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns2 > .mega_dropdown > li > .mega_dropdown
 {
 right: 50%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns3 > .mega_dropdown > li > .mega_dropdown
 {
 right: 33.3333%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns4 > .mega_dropdown > li > .mega_dropdown
 {
 right: 25%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns5 > .mega_dropdown > li > .mega_dropdown
 {
 right: 20%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns6 > .mega_dropdown > li > .mega_dropdown
 {
 right: 16.6666%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns7 > .mega_dropdown > li > .mega_dropdown
 {
 right: 14.2857%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns8 > .mega_dropdown > li > .mega_dropdown
 {
 right: 12.5%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns9 > .mega_dropdown > li > .mega_dropdown
 {
 right: 11.1111%;
 }
 #mega_main_menu.language_direction-rtl li.tabs_dropdown.columns10 > .mega_dropdown > li > .mega_dropdown
 {
 right: 10%;
 }
 /* post_type_dropdown */
 #mega_main_menu li.post_type_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown.drop_to_right > .mega_dropdown
 {
 left: 0px;
 right: auto;
 }
 #mega_main_menu li.post_type_dropdown.drop_to_left > .mega_dropdown
 {
 left: auto;
 right: 0px;
 }
 #mega_main_menu li.post_type_dropdown.drop_to_center > .mega_dropdown
 {
 left: -150%;
 right: auto;
 }
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item
 {
 position: static;
 float: left;
 padding: 1px;
 min-width: inherit;
 background: none;
 clear: none;
 border: 0px none;
 }
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link > i
 {
 display: block;
 }
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link
 {
 display: block;
 position: relative;
 padding: 0px;
 margin: 0px;
 line-height: 0px;
 border: 0px none;
 min-width: 0%;
 }
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link > img
 {
 opacity: 0;
 width: 100%;
 height: auto;
 }
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link > i
 {
 display: block;
 width: 24px;
 height: 24px;
 position: absolute;
 top: 50%;
 left: 50%;
 font-size: 24px;
 line-height: 24px;
 margin-left: -12px;
 margin-top: -12px;
 }
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details
 {
 position: absolute;
 top: 100%;
 left: 0px;
 width: 100%;
 }
 #mega_main_menu li.post_type_dropdown.submenu_full_width
 {
 position: static;
 }
 #mega_main_menu li.post_type_dropdown.submenu_full_width > .mega_dropdown
 {
 width: 100%;
 }
 /* grid_dropdown */
 #mega_main_menu li.grid_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
 #mega_main_menu li.grid_dropdown.drop_to_right > .mega_dropdown
 {
 left: 0px;
 right: auto;
 }
 #mega_main_menu li.grid_dropdown.drop_to_left > .mega_dropdown
 {
 left: auto;
 right: 0px;
 }
 #mega_main_menu li.grid_dropdown.drop_to_center > .mega_dropdown
 {
 left: -150%;
 right: auto;
 }
 #mega_main_menu li.grid_dropdown .mega_dropdown > li
 {
 float: left;
 padding: 1px;
 position: static;
 border: 0px none;
 background: none;
 clear: none;
 }
 #mega_main_menu li.grid_dropdown .mega_dropdown > li > .item_link
 {
 display: block;
 position: relative;
 padding: 0px;
 margin: 0px;
 line-height: 0px;
 border: 0px none;
 }
 #mega_main_menu li.grid_dropdown > .mega_dropdown > li > .item_link > img
 {
 opacity: 0;
 width: 100%;
 height: auto;
 }
 #mega_main_menu li.grid_dropdown > .mega_dropdown > li > .item_link > i
 {
 display: block;
 width: 24px;
 height: 24px;
 font-size: 24px;
 line-height: 24px;
 margin-left: -12px;
 margin-top: -12px;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 }
 #mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details
 {
 position: absolute;
 top: 100%;
 left: 0px;
 width: 100%;
 }
 #mega_main_menu li.grid_dropdown.submenu_full_width
 {
 position: static;
 }
 #mega_main_menu li.grid_dropdown.submenu_full_width > .mega_dropdown
 {
 width: 100%;
 }
 /* post_details */
 #mega_main_menu li .post_details
 {
 z-index: 1;
 }
 #mega_main_menu li .post_details > .post_icon,
 #mega_main_menu li .post_details > .post_icon > i
 {
 float: left;
 width: 44px;
 height: 44px;
 line-height: 44px;
 font-size: 36px;
 text-align: center;
 }
 #mega_main_menu li .post_details > .processed_image
 {
 margin-bottom: 15px;
 }
 #mega_main_menu li .post_details > .post_title,
 #mega_main_menu li .post_details > .post_description
 {
 margin-left: 52px;
 line-height: 150%;
 }
 /* processed_image */
 #mega_main_menu li > .mega_dropdown .processed_image
 {
 position: relative;
 overflow: hidden;
 line-height: 1px;
 }
 #mega_main_menu li > .mega_dropdown .processed_image > img
 {
 width: 100%;
 }
 #mega_main_menu li > .mega_dropdown .processed_image:hover > img
 {
 opacity: 0.4;
 }
 #mega_main_menu li > .mega_dropdown .processed_image > .cover
 {
 opacity: 0;
 }
 #mega_main_menu li > .mega_dropdown .post_item.keep_open > .processed_image > .cover,
 #mega_main_menu li > .mega_dropdown .processed_image:hover > .cover,
 #mega_main_menu li > .mega_dropdown .processed_image > .cover:hover
 {
 opacity: 1;
 }
 #mega_main_menu li > .mega_dropdown .processed_image > .cover, 
 #mega_main_menu li > .mega_dropdown .processed_image > .cover > a
 {
 background-color: transparent;
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 100%;
 min-width: 0%;
 }
 #mega_main_menu li > .mega_dropdown .processed_image > .cover > a > i
 {
 display: block;
 width: 24px;
 height: 24px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -12px;
 margin-top: -12px;
 font-size: 24px;
 line-height: 24px;
 }
 /* widgets_dropdown */
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_right > .mega_dropdown
 {
 left: 0px;
 right: auto;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_left > .mega_dropdown
 {
 left: auto;
 right: 0px;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_center > .mega_dropdown
 {
 left: -150%;
 right: auto;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width
 {
 position: static;
 }
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width > .mega_dropdown
 {
 width: 100%;
 }
 /* dropdown columns */
 #mega_main_menu li[class*="_dropdown"].columns1 > .mega_dropdown > *,
 #mega_main_menu li[class*="_dropdown"].columns2 > .mega_dropdown > *:nth-child(2n+3),
 #mega_main_menu li[class*="_dropdown"].columns3 > .mega_dropdown > *:nth-child(3n+4),
 #mega_main_menu li[class*="_dropdown"].columns4 > .mega_dropdown > *:nth-child(4n+5),
 #mega_main_menu li[class*="_dropdown"].columns5 > .mega_dropdown > *:nth-child(5n+6),
 #mega_main_menu li[class*="_dropdown"].columns6 > .mega_dropdown > *:nth-child(6n+7),
 #mega_main_menu li[class*="_dropdown"].columns7 > .mega_dropdown > *:nth-child(7n+8),
 #mega_main_menu li[class*="_dropdown"].columns8 > .mega_dropdown > *:nth-child(8n+9),
 #mega_main_menu li[class*="_dropdown"].columns9 > .mega_dropdown > *:nth-child(9n+10),
 #mega_main_menu li[class*="_dropdown"].columns10 > .mega_dropdown > *:nth-child(10n+11)
 {
 clear: both;
 }
 #mega_main_menu li.widgets_dropdown > .mega_dropdown > *
 {
 float: left;
 margin: 0px 0px 20px 0px;
 padding: 0px 10px 0px 10px;
 }
 /* ANIMATIONS */ 
 /* none */
 #mega_main_menu li.default_dropdown .mega_dropdown,
 #mega_main_menu li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu li.widgets_dropdown > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
 #mega_main_menu li.grid_dropdown > .mega_dropdown,
 #mega_main_menu li.grid_dropdown > .mega_dropdown > li .post_details
 {
 display: none;
 }
 #mega_main_menu li.keep_open > ul,
 #mega_main_menu.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.default_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu li.default_dropdown li.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown,
 #mega_main_menu li.widgets_dropdown.keep_open .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
 #mega_main_menu.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 display: block;
 }
 /* Responsive */
 @media (max-width: 1199px) {
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu .nav_logo .logo_link,
 #mega_main_menu ul .nav_search_box
 {
 padding-left: 13px;
 padding-right: 13px;
 }
 #mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i
 {
 padding-right: 10px;
 }
 #mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i
 {
 padding-left: 10px;
 }
 #mega_main_menu ul .nav_search_box
 {
 width: 52px;
 }
 #mega_main_menu ul .nav_search_box #mega_main_menu_searchform
 {
 right: 10px;
 }
 }
 @media (max-width: 991px) {
 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu > .menu_holder > .menu_inner > .nav_logo .logo_link,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box
 {
 padding-left: 10px;
 padding-right: 10px;
 }
 #mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i
 {
 padding-right: 8px;
 }
 #mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i
 {
 padding-left: 8px;
 }
 }
 @media (max-width: 1024px) { /* Responsive Resolution is changed */
 #mega_main_menu > .menu_holder > .menu_inner > ul li > .item_link,
 #mega_main_menu > .menu_holder > .menu_inner > ul li
 {
 cursor: pointer;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner
 {
 width: auto !important;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > .nav_logo
 {
 float: none;
 display: block;
 }
 #mega_main_menu.responsive-enable.direction-horizontal[class*="first-lvl-align"] > .menu_holder > .menu_inner > .nav_logo:before
 {
 display: none;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > .nav_logo:after
 {
 content: '';
 display: table;
 clear: both;
 width: 100%;
 height: 0px;
 position: relative;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.responsive-enable.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before 
 {
 display: none;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .logo_link
 {
 float: left;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle
 {
 display: block;
 float: right;
 text-decoration: none;
 padding: 0px;
 cursor: pointer;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button
 {
 padding-left: 15px;
 padding-right: 15px;
 display: table-cell;
 vertical-align: middle;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button *
 {
 line-height: inherit;
 vertical-align: middle;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button .symbol_cross,
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo.mobile_menu_active .mobile_toggle .mobile_button .symbol_menu
 {
 display: none;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo.mobile_menu_active .mobile_toggle .mobile_button .symbol_cross
 {
 display: inline;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > ul
 {
 display: none;
 }
 #mega_main_menu.responsive-enable.mobile_minimized-enable .nav_logo.mobile_menu_active + ul
 {
 display: block;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li,
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box
 {
 float: none;
 display: block;
 width: 100%;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform
 {
 display: inline-block;
 width: 100%;
 position: relative;
 right: 0px;
 top: 15%;
 float: none;
 vertical-align: middle;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform .field,
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform .field:focus
 {
 width: 100%;
 max-width: 100%;
 padding-left: 10px;
 }
 #mega_main_menu.responsive-enable li.default_dropdown .mega_dropdown,
 #mega_main_menu.responsive-enable li.default_dropdown .mega_dropdown .mega_dropdown,
 #mega_main_menu.responsive-enable li.default_dropdown[class*="drop_to"] .mega_dropdown,
 #mega_main_menu.responsive-enable li.default_dropdown[class*="drop_to"] .mega_dropdown .mega_dropdown,
 #mega_main_menu.responsive-enable li.tabs_dropdown .mega_dropdown,
 #mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu.responsive-enable li.post_type_dropdown .mega_dropdown,
 #mega_main_menu.responsive-enable li.grid_dropdown .mega_dropdown,
 #mega_main_menu.responsive-enable li.widgets_dropdown .mega_dropdown
 {
 width: 100% !important;
 position: relative;
 overflow: hidden;
 left: 0px !important;
 right: 0px !important;
 margin: 0px !important;
 }
 #mega_main_menu.responsive-enable li.post_type_dropdown .mega_dropdown
 {
 overflow: visible;
 }
 #mega_main_menu.responsive-enable li > .item_link,
 #mega_main_menu.responsive-enable li .mega_dropdown .item_link
 {
 float: none;
 }
 #mega_main_menu.responsive-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 float: none;
 width: 100%;
 text-align: center;
 }
 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li > .item_link:after
 {
 right: 5px;
 left: auto;
 border-width: 4px 3px;
 border-top-color: inherit;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 }
 #mega_main_menu.responsive-enable li.default_dropdown > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after
 {
 display: none;
 }
 #mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown > li
 {
 width: 100% !important;
 }
 #mega_main_menu.responsive-enable li.widgets_dropdown[class*="columns"] > .mega_dropdown > *
 {
 min-width: 100%;
 }
 #mega_main_menu.responsive-enable li.tabs_dropdown[class*="columns"] > .mega_dropdown > li,
 #mega_main_menu.responsive-enable li.tabs_dropdown[class*="columns"] > .mega_dropdown > li > .mega_dropdown
 {
 width: 100%;
 position: relative;
 left: 0px;
 }
 #mega_main_menu.responsive-enable li.tabs_dropdown[class*="columns"] > .mega_dropdown > li > .item_link
 {
 margin: 0px;
 }
 /* ANIMATIONS */ 
 /* none */
 #mega_main_menu li .mega_dropdown,
 #mega_main_menu li.default_dropdown .mega_dropdown,
 #mega_main_menu li.post_type_dropdown .mega_dropdown,
 #mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details,
 #mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details
 {
 display: none;
 }
 #mega_main_menu.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu > .menu_holder > .menu_inner > ul li.keep_open > .mega_dropdown,
 #mega_main_menu > .menu_holder > .menu_inner > ul li[class*="_dropdown"].keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li > .item_link:hover + .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.default_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.default_dropdown li > .item_link:hover + .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown > .item_link:hover + .mega_dropdown,
 #mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu.dropdowns_trigger-hover li.grid_dropdown .mega_dropdown > li:hover .post_details,
 #mega_main_menu.dropdowns_trigger-hover li.grid_dropdown .mega_dropdown > li > .item_link:hover + .post_details
 {
 display: block;
 }
 #mega_main_menu.responsive-enable li.tabs_dropdown .mega_dropdown
 {
 min-height: auto !important;
 }
 }
 @media (max-width: 480px) {
 #mega_main_menu.responsive-enable li.widgets_dropdown[class*="columns"] > .mega_dropdown > *
 {
 min-width: 100%;
 width: 100%;
 }
 }
 @media (min-width: 1025px) { /* Responsive Resolution is changed */
 #mega_main_menu.direction-horizontal > .menu_holder.sticky_container
 {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 border-radius: 0px;
 z-index: 4000;
 line-height: 0px;
 text-align: center;
 }
 .admin-bar #mega_main_menu.direction-horizontal > .menu_holder.sticky_container
 {
 top: 30px;
 }
 #mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container
 {
 top: 0px !important;
 right: 0px !important;
 bottom: 0px !important;
 left: 0px !important;
 }
 #mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner
 {
 display: inline-block;
 }
 #mega_main_menu.direction-horizontal.include-logo > .menu_holder.sticky_container > .menu_inner > .nav_logo,
 #mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner > .mega_main_menu_ul
 {
 vertical-align: top;
 }
 body #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.menu-item.drop_to_center > .item_link:after
 {
 border-width: 4px 3px;
 border-top-color: inherit;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 }
 body #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.menu-item.drop_to_right > .item_link:after
 {
 border-width: 3px 4px;
 border-top-color: transparent !important;
 border-right-color: transparent !important;
 border-bottom-color: transparent !important;
 border-left-color: inherit;
 }
 body #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.menu-item.drop_to_left > .item_link:after
 {
 right: auto;
 left: 4px;
 border-width: 3px 4px;
 border-top-color: transparent !important;
 border-right-color: inherit;
 border-bottom-color: transparent !important;
 border-left-color: transparent !important;
 }
 /* ANIMATIONS */ 
 /* transform-origin */
 #mega_main_menu li.drop_to_right .mega_dropdown,
 #mega_main_menu li.drop_to_right .post_details
 {
 -webkit-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 }
 #mega_main_menu li.drop_to_left .mega_dropdown,
 #mega_main_menu li.drop_to_left .post_details
 {
 -webkit-transform-origin: 100% 0%;
 -moz-transform-origin: 100% 0%;
 -ms-transform-origin: 100% 0%;
 -o-transform-origin: 100% 0%;
 transform-origin: 100% 0%;
 }
 #mega_main_menu li.drop_to_center .mega_dropdown,
 #mega_main_menu li.drop_to_center .post_details
 {
 -webkit-transform-origin: 50% 0%;
 -moz-transform-origin: 50% 0%;
 -ms-transform-origin: 50% 0%;
 -o-transform-origin: 50% 0%;
 transform-origin: 50% 0%;
 }
 /* anim_1 */
 #mega_main_menu.dropdowns_animation-anim_1 li.default_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.widgets_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
 #mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown > .mega_dropdown > li .post_details
 {
 display: block;
 overflow: hidden;
 max-height: 0px;
 max-width: 0px;
 -webkit-transform: scaleY( 0 );
 -moz-transform: scaleY( 0 );
 -ms-transform: scaleY( 0 );
 -o-transform: scaleY( 0 );
 transform: scaleY( 0 );
 -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
 -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
 transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
 }
 #mega_main_menu.dropdowns_animation-anim_1 > .menu_holder > .menu_inner > ul li.keep_open > ul,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.default_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.default_dropdown li.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.widgets_dropdown.keep_open .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 overflow: visible;
 max-height: 3000px;
 max-width: 3000px;
 -webkit-transform: scaleY( 1 );
 -moz-transform: scaleY( 1 );
 -ms-transform: scaleY( 1 );
 -o-transform: scaleY( 1 );
 transform: scaleY( 1 );
 -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
 -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
 transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
 }
 /* anim_2 */
 #mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.widgets_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
 #mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown > li .post_details
 {
 display: block;
 overflow: hidden;
 max-height: 0px;
 max-width: 0px;
 opacity: 0;
 -webkit-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
 -o-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
 transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
 }
 #mega_main_menu.dropdowns_animation-anim_2 > .menu_holder > .menu_inner > ul li.keep_open > ul,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown li.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.widgets_dropdown.keep_open .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 overflow: visible;
 max-height: 3000px;
 max-width: 3000px;
 opacity: 1;
 -webkit-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 -o-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 }
 /* anim_3 */
 #mega_main_menu.dropdowns_animation-anim_3 li.default_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.widgets_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
 #mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown > .mega_dropdown > li .post_details
 {
 display: block;
 overflow: hidden;
 max-height: 0px;
 max-width: 0px;
 opacity: 0;
 -webkit-transform: scale( 0 );
 -moz-transform: scale( 0 );
 -ms-transform: scale( 0 );
 -o-transform: scale( 0 );
 transform: scale( 0 );
 -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 }
 #mega_main_menu.dropdowns_animation-anim_3 > .menu_holder > .menu_inner > ul li.keep_open > ul,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.default_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.default_dropdown li.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.widgets_dropdown.keep_open .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 overflow: visible;
 max-height: 3000px;
 max-width: 3000px;
 opacity: 1;
 -webkit-transform: scale( 1 );
 -moz-transform: scale( 1 );
 -ms-transform: scale( 1 );
 -o-transform: scale( 1 );
 transform: scale( 1 );
 -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 }
 /* anim_4 */
 #mega_main_menu.dropdowns_animation-anim_4 li.default_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.widgets_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
 #mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown > .mega_dropdown > li .post_details
 {
 display: block;
 overflow: hidden;
 max-height: 0px;
 max-width: 0px;
 opacity: 0;
 -webkit-transform: translateY( 40px );
 -moz-transform: translateY( 40px );
 -ms-transform: translateY( 40px );
 -o-transform: translateY( 40px );
 transform: translateY( 40px );
 -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 }
 #mega_main_menu.dropdowns_animation-anim_4 > .menu_holder > .menu_inner > ul li.keep_open > ul,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.default_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.default_dropdown li.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.widgets_dropdown.keep_open .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 overflow: visible;
 max-height: 3000px;
 max-width: 3000px;
 opacity: 1;
 -webkit-transform: translateY( 0px );
 -moz-transform: translateY( 0px );
 -ms-transform: translateY( 0px );
 -o-transform: translateY( 0px );
 transform: translateY( 0px );
 -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 }
 /* anim_5 */
 #mega_main_menu.dropdowns_animation-anim_5 li.default_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.multicolumn_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.tabs_dropdown > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.widgets_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown .mega_dropdown > li.post_item .post_details,
 #mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown .mega_dropdown > li .post_details
 {
 overflow: hidden;
 display: block;
 max-height: 0px;
 max-width: 0px;
 opacity: 0;
 -webkit-transform: perspective( 600px ) rotateX( -90deg );
 -moz-transform: perspective( 600px ) rotateX( -90deg );
 -ms-transform: perspective( 600px ) rotateX( -90deg );
 -o-transform: perspective( 600px ) rotateX( -90deg );
 transform: perspective( 600px ) rotateX( -90deg );
 -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 }
 #mega_main_menu.dropdowns_animation-anim_5 > .menu_holder > .menu_inner > ul li.keep_open > ul,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.default_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.default_dropdown li.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.multicolumn_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.tabs_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.widgets_dropdown.keep_open .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown.keep_open > .mega_dropdown,
 #mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details,
 #mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details
 {
 overflow: visible;
 max-height: 3000px;
 max-width: 3000px;
 opacity: 1;
 -webkit-transform: perspective( 600px ) rotateX( 0deg );
 -moz-transform: perspective( 600px ) rotateX( 0deg );
 -ms-transform: perspective( 600px ) rotateX( 0deg );
 -o-transform: perspective( 600px ) rotateX( 0deg );
 transform: perspective( 600px ) rotateX( 0deg );
 -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
 }
 /* remove animation for sub sub sub */
 #mega_main_menu[class*="dropdowns_animation-anim"] li.multicolumn_dropdown > .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"] li.tabs_dropdown > .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"] li.widgets_dropdown > .mega_dropdown .mega_dropdown
 {
 display: none;
 }
 #mega_main_menu[class*="dropdowns_animation-anim"].dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"] li.multicolumn_dropdown.keep_open > .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"].dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"] li.tabs_dropdown.keep_open > .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"].dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown .mega_dropdown,
 #mega_main_menu[class*="dropdowns_animation-anim"] li.widgets_dropdown.keep_open .mega_dropdown .mega_dropdown
 {
 display: block;
 max-height: auto;
 max-width: auto;
 opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 -o-transform: none;
 transform: none;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 }
 }
 
 /* direction-vertical */
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > .nav_logo
 {
 float: none;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > .nav_logo > .logo_link
 {
 text-align: center;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li 
 {
 display: block;
 float: none;
 }
 /* spans */
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link .link_text
 {
 display: inline;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 float: none;
 }
 #mega_main_menu.direction-vertical.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content
 {
 margin-left: 32px;
 }
 #mega_main_menu.direction-vertical.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 margin-right: 32px;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > span
 {
 margin-right: 0px;
 margin-left: 0px;
 }
 #mega_main_menu.direction-vertical.first-lvl-align-left > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 text-align: left;
 }
 #mega_main_menu.direction-vertical.first-lvl-align-right > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 text-align: right;
 }
 #mega_main_menu.direction-vertical.first-lvl-align-center > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 text-align: center;
 }
 /* vertical fix */
 .mmm #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link, 
 .mmm #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 .mmm #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box,
 .mmm #mega_main_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 .mmm #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text,
 .mmm #mega_main_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
 .mmm #mega_main_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text,
 .mmm #mega_main_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link, 
 .mmm #mega_main_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content, 
 .mmm #mega_main_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box,
 .mmm #mega_main_menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 .mmm #mega_main_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text, 
 .mmm #mega_main_menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,
 .mmm #mega_main_menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text,
 .mmm #mega_main_menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, 
 .mmm #mega_main_menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 .mmm #mega_main_menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 .mmm #mega_main_menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,
 .mmm #mega_main_menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text 
 {
 height: auto !important;
 }
 /* separator */
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 content: '';
 width: 100%;
 height: 2px;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 2;
 background-repeat: no-repeat;
 background-size: 100% 400%;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAICAYAAAC73qx6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNrsktEKhSAMQG/peosiirQPvJ9eRhHVY9NKQUOkD7jIFQ7bHpw7zOS6rk8MJ/mL/JrIvu/puq5knmcyjiMVQtC+7+kwDAbQNUzTRJdlgW3bABEzfQ8sNMh9iCXVnBplkQFoeXIAOIqiwKqqsGkayRhDzrlBdl1natm2razrWpVlqfI8P81G3GPEGyIc0pEFEV6kfBHXV3kyvoAv4jiCiC+yrsfTN56vpfnGIEJj2cgtwABi1Gtdj9WVSAAAAABJRU5ErkJggg==);
 }
 #mega_main_menu.direction-vertical.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-vertical.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li.nav_search_box:before 
 {
 background-position: 0px 0px;
 }
 #mega_main_menu.direction-vertical.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-vertical.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li.nav_search_box:before 
 {
 background-position: 0px -3px;
 }
 #mega_main_menu.direction-vertical.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li > .item_link:before,
 #mega_main_menu.direction-vertical.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li.nav_search_box:before 
 {
 background-position: 0px -6px;
 }
 /* nav_search_box */
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box
 {
 width: 100%;
 padding: 0px 17px;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform
 {
 width: 100%;
 display: inline-block;
 position: relative;
 top: 0px;
 left: 0px;
 margin: 0px;
 vertical-align: middle;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field
 {
 width: 100%;
 max-width: 100%;
 cursor: text;
 padding-left: 10px;
 }
 /* default_dropdown */
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown > ul
 {
 top: 0px;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown
 {
 left: 100%;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_left .mega_dropdown
 {
 right: 100%;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center 
 {
 position: relative;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center .mega_dropdown
 {
 left: 0px;
 right: 0px;
 width: 100%;
 position: relative;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after
 {
 display: none;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center .mega_dropdown li > .item_link:before
 {
 /*
 ID #1466958718
 content: '';
 right: 1px;
 */
 right: 6px;
 }
 /* multicolumn_dropdown post_type_dropdown grid_dropdown widgets_dropdown */
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown
 {
 position: relative;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, 
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, 
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, 
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, 
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, 
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_left > .mega_dropdown
 {
 top: 0px;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_right > .mega_dropdown
 {
 left: 100%;
 right: auto;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_left > .mega_dropdown
 {
 right: 100%;
 left: auto;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_center > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_center > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_center > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_center > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_center > .mega_dropdown
 {
 position: relative;
 left: 0px;
 right: 0px;
 width: 100%;
 }
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.submenu_full_width.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.submenu_full_width.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.submenu_full_width.drop_to_right > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
 #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_right > .mega_dropdown
 {
 width: 480px;
 }
 /* language_direction */
 #mega_main_menu.language_direction-rtl *
 {
 direction: rtl;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box
 {
 direction: ltr;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform
 {
 left: 18px;
 right: auto;
 z-index: 600;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .icosearch
 {
 left: 0px;
 right: auto;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field
 {
 padding-right: 0px;
 padding-left: 30px;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus
 {
 padding-right: 8px;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link > .link_content
 {
 text-align: right;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link.with_icon > span
 {
 margin-left: 0px;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 float: right;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li > .item_link:after
 {
 left: 5px;
 right: auto;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_woo_cart,
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_buddypress,
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher
 {
 float: left;
 }
 #mega_main_menu.language_direction-rtl .nav_logo,
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link > i,
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_icon, 
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_icon > i
 {
 float: right;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_title, 
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_description
 {
 margin-left: 0px;
 margin-right: 52px;
 text-align: right;
 }
 #mega_main_menu.language_direction-rtl.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before, 
 #mega_main_menu.language_direction-rtl.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before
 {
 right: -1px;
 left: auto;
 }
 #mega_main_menu.language_direction-rtl.direction-horizontal > .menu_holder > .menu_inner > .nav_logo:before
 {
 left: -1px;
 right: auto;
 }
 #mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.pull_to_other_side
 {
 float: left;
 }
 /* WPB for visual composer */
 .wpb-elements-list-modal #mega_main_menu
 {
 font-size: inherit !important;
 line-height: inherit !important;
 letter-spacing: inherit !important;
 display: table-cell !important;
 }
 /* END */.empty{}/* empty */
 #mega_main_menu .nav_logo > .logo_link > img 
 {
 max-height: 62%;
 }
 /* topbar */
 /* initial_height */
 #mega_main_menu.topbar
 {
 min-height:48px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > .nav_logo > .logo_link, 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.topbar.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:48px;
 line-height:48px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text
 {
 height:48px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 height:24px;
 line-height:16px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 height:16px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 padding-top:8px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:8px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before
 { 
 width:28.8px;
 }
 /* initial_height_sticky */
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link, 
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle, 
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.topbar.icons-left > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.icons-right > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:px;
 line-height:px;
 }
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 height:px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content
 {
 height:0.5px;
 line-height:0.333333333333px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 height:0.333333333333px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i
 {
 padding-top:0.166666666667px;
 }
 #mega_main_menu.topbar.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:0.166666666667px;
 }
 #mega_main_menu.topbar > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i:before
 { 
 width:0.6px;
 }
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link 
 {
 margin:0px 4px;
 }
 
 /* initial_height_mobile */
 @media (max-width: 1024px) { /* Responsive Resolution is changed */
 #mega_main_menu.topbar
 {
 min-height:px;
 }
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .logo_link, 
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.topbar.mobile_minimized-enable.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.mobile_minimized-enable.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.topbar.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:px;
 line-height:px;
 }
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 height:px;
 }
 #mega_main_menu.topbar.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 height:0.5px;
 line-height:0.333333333333px;
 }
 #mega_main_menu.topbar.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 padding-top:0.166666666667px;
 }
 #mega_main_menu.topbar.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:0.166666666667px;
 }
 #mega_main_menu.topbar.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before
 { 
 width:0.6px;
 }
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link 
 {
 margin:0px 4px;
 }
 }
 /* style-buttons */
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar.primary_style-buttons.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.primary_style-buttons.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:px;
 line-height:px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 width:31px;
 }
 #mega_main_menu.topbar.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content
 {
 margin-left:31px;
 }
 #mega_main_menu.topbar.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content
 {
 margin-right:31px;
 }
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 height:px;
 }
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link 
 {
 margin:23.5px 4px;
 }
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 height:0.5px;
 line-height:0.333333333333px;
 }
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text 
 {
 height:0.333333333333px;
 }
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 padding-top:0.166666666667px;
 }
 #mega_main_menu.topbar.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:0.166666666667px;
 }
 
 
 
 /* vertical */
 #mega_main_menu.topbar.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.topbar.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content
 {
 min-height:48px;
 }
 #mega_main_menu.topbar.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text
 {
 min-height:48px;
 }
 #mega_main_menu.topbar.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 min-height:24px;
 }
 #mega_main_menu.topbar.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 min-height:16px;
 }
 
 
 #mega_main_menu.topbar.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.topbar.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content
 {
 min-height:px;
 }
 #mega_main_menu.topbar.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 min-height:px;
 }
 #mega_main_menu.topbar.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content
 {
 min-height:0.5px;
 }
 #mega_main_menu.topbar.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 min-height:0.333333333333px;
 }
 
 
 
 #mega_main_menu.topbar.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.topbar.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.topbar.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content
 {
 min-height:px;
 }
 #mega_main_menu.topbar.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 min-height:px;
 }
 #mega_main_menu.topbar.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 min-height:0.5px;
 }
 #mega_main_menu.topbar.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text 
 {
 min-height:0.333333333333px;
 }
 
 
 
 /* color_scheme */
 #mega_main_menu.topbar > .menu_holder > .mmm_fullwidth_container
 {
 background: transparent;
 }
 #mega_main_menu.topbar > .menu_holder > .mmm_fullwidth_container
 {
 
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link .link_text,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box input,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .post_details > .post_title,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link
 {
 font-size: 15px; font-weight: 400; text-transform: none; 
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box *
 {
 font-size:16px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 font-size:16px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link > i:before
 { 
 width:16px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link *
 {
 color: rgba(150, 193, 216, 0.81);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link:after
 {
 border-color: rgba(150, 193, 216, 0.81);
 color: rgba(150, 193, 216, 0.81);
 }
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link
 {
 background: transparent;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:hover > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link:hover,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link:focus,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link
 {
 background: rgb(86, 174, 227);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform
 {
 background-color:rgb(255, 255, 255);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box .field,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .icosearch
 {
 color: rgb(79, 79, 79);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:hover > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link:hover,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link:focus,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *
 {
 color: rgb(255, 255, 255);
 border-color: rgb(255, 255, 255);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:after,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link:after,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link:after,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:hover > .item_link:after
 {
 border-color: rgb(255, 255, 255);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details
 {
 background: rgb(255, 255, 255);
 }
 #mega_main_menu.topbar .mega_dropdown *
 {
 color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.topbar ul li .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar ul li .mega_dropdown > li > .item_link .link_text,
 #mega_main_menu.topbar ul li .mega_dropdown,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .post_details > .post_description
 {
 font-size: 15px; font-weight: 300; text-transform: none; 
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li .mega_dropdown > li > .item_link.with_icon
 {
 line-height: 19px;
 min-height: 19px;
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i,
 #mega_main_menu.topbar li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i,
 #mega_main_menu.topbar li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link > i,
 #mega_main_menu.topbar li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link > i
 {
 width: 19px;
 height: 19px;
 line-height: 19px;
 font-size: 19px;
 margin-top: -9.5px;
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.topbar li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.topbar li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.topbar li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content
 {
 margin-left: 27px;
 }
 #mega_main_menu.topbar.language_direction-rtl li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.topbar.language_direction-rtl li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.topbar.language_direction-rtl li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.topbar.language_direction-rtl li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content
 {
 margin-right: 27px;
 }
 #mega_main_menu.topbar li.default_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar li.widgets_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar li.multicolumn_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar li.grid_dropdown .mega_dropdown > li > .item_link
 {
 background: transparent;
 color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.topbar li .post_details > .post_icon > i,
 #mega_main_menu.topbar li .mega_dropdown .item_link *,
 #mega_main_menu.topbar li .mega_dropdown a,
 #mega_main_menu.topbar li .mega_dropdown a *,
 #mega_main_menu.topbar li li .post_details a
 {
 color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before
 {
 border-color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > li > .item_link
 {
 border-color: rgba(141, 141, 141, 0.07);
 }
 #mega_main_menu.topbar ul .mega_dropdown > li.current-menu-item > .item_link,
 #mega_main_menu.topbar ul .mega_dropdown > li > .item_link:focus,
 #mega_main_menu.topbar ul .mega_dropdown > li > .item_link:hover,
 #mega_main_menu.topbar ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover
 {
 background: rgb(86, 174, 227);
 color: rgb(255, 255, 255);
 }
 #mega_main_menu.topbar .mega_dropdown > li.current-menu-item > .item_link *,
 #mega_main_menu.topbar .mega_dropdown > li > .item_link:focus *,
 #mega_main_menu.topbar .mega_dropdown > li > .item_link:hover *,
 #mega_main_menu.topbar li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover > .cover > a > i
 {
 color: rgb(255, 255, 255);
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > .menu-item.current-menu-item > .item_link:before,
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > .menu-item > .item_link:focus:before,
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > .menu-item > .item_link:hover:before
 {
 border-color: rgb(255, 255, 255);
 }
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu.topbar.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,
 #mega_main_menu.topbar.primary_style-buttons.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link,
 #mega_main_menu.topbar > .menu_holder > .mmm_fullwidth_container,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .post_details,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul .mega_dropdown
 {
 border-radius: 3px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > span.nav_logo,
 #mega_main_menu.topbar.primary_style-flat.direction-horizontal.first-lvl-align-left.no-logo > .menu_holder > .menu_inner > ul > li:first-child > .item_link,
 #mega_main_menu.topbar.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:first-child > .item_link
 {
 border-radius: 3px 0px 0px 3px;
 }
 #mega_main_menu.topbar.primary_style-flat.direction-horizontal.no-search > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link,
 #mega_main_menu.topbar.primary_style-flat.direction-horizontal.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link,
 #mega_main_menu.topbar.primary_style-flat.direction-horizontal.first-lvl-align-right.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link,
 #mega_main_menu.topbar.primary_style-flat.direction-horizontal.first-lvl-align-center.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link
 {
 border-radius: 0px 3px 3px 0px;
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > li:first-child > .item_link,
 #mega_main_menu.topbar.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link
 {
 border-radius: 3px 3px 0px 0px;
 }
 #mega_main_menu.topbar li.default_dropdown > .mega_dropdown > li:last-child > .item_link
 {
 border-radius: 0px 0px 3px 3px;
 }
 #mega_main_menu.topbar .widgets_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar .multicolumn_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar ul .nav_search_box #mega_main_menu_searchform,
 #mega_main_menu.topbar .tabs_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar .tabs_dropdown .mega_dropdown > li > .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar .widgets_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar .multicolumn_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar .grid_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu.topbar .grid_dropdown > .mega_dropdown > li .processed_image,
 #mega_main_menu.topbar .post_type_dropdown > .mega_dropdown > li .item_link,
 #mega_main_menu.topbar .post_type_dropdown > .mega_dropdown > li .processed_image
 {
 border-radius: 1.5px;
 }
 /* additional_styles */ 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link
 {
 background: #A1C627;
 color: rgba(255,255,255,1);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link > i
 {
 color: rgba(255,255,255,1);
 font-size: 16px;
 }
 #mega_main_menu.topbar ul li .mega_dropdown li.additional_style_1 > .item_link > i
 {
 width: 16px;
 height: 16px;
 line-height: 16px;
 font-size: 16px;
 margin-top: -8px;
 }
 #mega_main_menu.topbar ul li .mega_dropdown > li.additional_style_1 > .item_link.with_icon > span
 {
 margin-left: 24px;
 }
 #mega_main_menu.topbar.language_direction-rtl ul li .mega_dropdown > li.additional_style_1 > .item_link.with_icon > span
 {
 margin-right: 24px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link .link_content
 {
 color: rgba(255,255,255,1);
 font-family: inherit; font-size: 15px; font-weight: 600; text-transform: none; 
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor.additional_style_1 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-page-ancestor.additional_style_1 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-post-ancestor.additional_style_1 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-menu-item.additional_style_1 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:focus
 {
 background: #56AEE3;
 color: rgba(255,255,255,1);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-menu-ancestor.additional_style_1 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-page-ancestor.additional_style_1 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-post-ancestor.additional_style_1 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:focus > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover > i,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover .link_content
 {
 color: rgba(255,255,255,1);
 }
 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link > i
 {
 color: rgba(0,0,0,1);
 font-size: 12px;
 }
 #mega_main_menu.topbar ul li .mega_dropdown li.additional_style_2 > .item_link > i
 {
 width: 12px;
 height: 12px;
 line-height: 12px;
 font-size: 12px;
 margin-top: -6px;
 }
 #mega_main_menu.topbar ul li .mega_dropdown > li.additional_style_2 > .item_link.with_icon > span
 {
 margin-left: 20px;
 }
 #mega_main_menu.topbar.language_direction-rtl ul li .mega_dropdown > li.additional_style_2 > .item_link.with_icon > span
 {
 margin-right: 20px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link .link_content
 {
 color: rgba(0,0,0,1);
 font-family: inherit; font-size: 15px; font-weight: 400; text-transform: none; 
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor.additional_style_2 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-page-ancestor.additional_style_2 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-post-ancestor.additional_style_2 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-menu-item.additional_style_2 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:focus
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-menu-ancestor.additional_style_2 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-page-ancestor.additional_style_2 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-post-ancestor.additional_style_2 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:focus > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover > i,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover .link_content
 {
 color: rgba(0,0,0,1);
 }
 
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link > i
 {
 color: rgba(0,0,0,1);
 font-size: 12px;
 }
 #mega_main_menu.topbar ul li .mega_dropdown li.additional_style_3 > .item_link > i
 {
 width: 12px;
 height: 12px;
 line-height: 12px;
 font-size: 12px;
 margin-top: -6px;
 }
 #mega_main_menu.topbar ul li .mega_dropdown > li.additional_style_3 > .item_link.with_icon > span
 {
 margin-left: 20px;
 }
 #mega_main_menu.topbar.language_direction-rtl ul li .mega_dropdown > li.additional_style_3 > .item_link.with_icon > span
 {
 margin-right: 20px;
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link .link_content
 {
 color: rgba(0,0,0,1);
 font-family: inherit; font-size: 21px; font-weight: 300; text-transform: none; 
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-menu-ancestor.additional_style_3 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-page-ancestor.additional_style_3 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li.current-post-ancestor.additional_style_3 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-menu-item.additional_style_3 > .item_link,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:focus
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-menu-ancestor.additional_style_3 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-page-ancestor.additional_style_3 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.current-post-ancestor.additional_style_3 > .item_link > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:focus > *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover > i,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover *,
 #mega_main_menu.topbar > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover .link_content
 {
 color: rgba(0,0,0,1);
 }
 /* header-menu */
 /* initial_height */
 #mega_main_menu.header-menu
 {
 min-height:40px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > .nav_logo > .logo_link, 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.header-menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:40px;
 line-height:40px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text
 {
 height:40px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 height:20px;
 line-height:13.3333333333px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 height:13.3333333333px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 padding-top:6.66666666667px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:6.66666666667px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before
 { 
 width:24px;
 }
 /* initial_height_sticky */
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link, 
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle, 
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.header-menu.icons-left > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.icons-right > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:30px;
 line-height:30px;
 }
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 height:30px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content
 {
 height:15px;
 line-height:10px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 height:10px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i
 {
 padding-top:5px;
 }
 #mega_main_menu.header-menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:5px;
 }
 #mega_main_menu.header-menu > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i:before
 { 
 width:18px;
 }
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link 
 {
 margin:14.5px 4px;
 }
 
 /* initial_height_mobile */
 @media (max-width: 1024px) { /* Responsive Resolution is changed */
 #mega_main_menu.header-menu
 {
 min-height:30px;
 }
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .logo_link, 
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, 
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, 
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:30px;
 line-height:30px;
 }
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 height:30px;
 }
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 height:15px;
 line-height:10px;
 }
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 padding-top:5px;
 }
 #mega_main_menu.header-menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:5px;
 }
 #mega_main_menu.header-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before
 { 
 width:18px;
 }
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link 
 {
 margin:14.5px 4px;
 }
 }
 /* style-buttons */
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu.primary_style-buttons.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.primary_style-buttons.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content,
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, 
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user
 {
 height:px;
 line-height:px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 width:32px;
 }
 #mega_main_menu.header-menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content
 {
 margin-left:32px;
 }
 #mega_main_menu.header-menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content
 {
 margin-right:32px;
 }
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 height:px;
 }
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link 
 {
 margin:19.5px 4px;
 }
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i,
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 height:0.5px;
 line-height:0.333333333333px;
 }
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text 
 {
 height:0.333333333333px;
 }
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 padding-top:0.166666666667px;
 }
 #mega_main_menu.header-menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 padding-bottom:0.166666666667px;
 }
 
 
 
 /* vertical */
 #mega_main_menu.header-menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.header-menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content
 {
 min-height:40px;
 }
 #mega_main_menu.header-menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text
 {
 min-height:40px;
 }
 #mega_main_menu.header-menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 min-height:20px;
 }
 #mega_main_menu.header-menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 min-height:13.3333333333px;
 }
 
 
 #mega_main_menu.header-menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box,
 #mega_main_menu.header-menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content
 {
 min-height:30px;
 }
 #mega_main_menu.header-menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 min-height:30px;
 }
 #mega_main_menu.header-menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content
 {
 min-height:15px;
 }
 #mega_main_menu.header-menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text
 {
 min-height:10px;
 }
 
 
 
 #mega_main_menu.header-menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, 
 #mega_main_menu.header-menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
 #mega_main_menu.header-menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content
 {
 min-height:px;
 }
 #mega_main_menu.header-menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text 
 {
 min-height:px;
 }
 #mega_main_menu.header-menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content
 {
 min-height:0.5px;
 }
 #mega_main_menu.header-menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text 
 {
 min-height:0.333333333333px;
 }
 
 
 
 /* color_scheme */
 #mega_main_menu.header-menu > .menu_holder > .mmm_fullwidth_container
 {
 background: transparent;
 }
 #mega_main_menu.header-menu > .menu_holder > .mmm_fullwidth_container
 {
 
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box input,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link
 {
 font-size: 16px; font-weight: 400; text-transform: none; 
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box *
 {
 font-size:17px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link > i
 {
 font-size:17px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link > i:before
 { 
 width:17px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link *
 {
 color: rgba(0, 0, 0, 0.91);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:after
 {
 border-color: rgba(0, 0, 0, 0.91);
 color: rgba(0, 0, 0, 0.91);
 }
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link
 {
 background: transparent;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:hover,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:focus,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link
 {
 background: rgba(255, 255, 255, 0);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform
 {
 background-color:rgb(255, 255, 255);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box .field,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .icosearch
 {
 color: rgb(79, 79, 79);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:hover,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:focus,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link *
 {
 color: rgb(31, 155, 232);
 border-color: rgb(31, 155, 232);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:after,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link:after,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link:after,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > .item_link:after
 {
 border-color: rgb(31, 155, 232);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details
 {
 background: rgb(255, 255, 255);
 }
 #mega_main_menu.header-menu .mega_dropdown *
 {
 color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.header-menu ul li .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu ul li .mega_dropdown > li > .item_link .link_text,
 #mega_main_menu.header-menu ul li .mega_dropdown,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details > .post_description
 {
 font-size: 15px; font-weight: 300; text-transform: none; 
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li .mega_dropdown > li > .item_link.with_icon
 {
 line-height: 19px;
 min-height: 19px;
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i,
 #mega_main_menu.header-menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i,
 #mega_main_menu.header-menu li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link > i,
 #mega_main_menu.header-menu li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link > i
 {
 width: 19px;
 height: 19px;
 line-height: 19px;
 font-size: 19px;
 margin-top: -9.5px;
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.header-menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.header-menu li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.header-menu li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content
 {
 margin-left: 27px;
 }
 #mega_main_menu.header-menu.language_direction-rtl li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.header-menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.header-menu.language_direction-rtl li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content,
 #mega_main_menu.header-menu.language_direction-rtl li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content
 {
 margin-right: 27px;
 }
 #mega_main_menu.header-menu li.default_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu li.widgets_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu li.multicolumn_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu li.grid_dropdown .mega_dropdown > li > .item_link
 {
 background: transparent;
 color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.header-menu li .post_details > .post_icon > i,
 #mega_main_menu.header-menu li .mega_dropdown .item_link *,
 #mega_main_menu.header-menu li .mega_dropdown a,
 #mega_main_menu.header-menu li .mega_dropdown a *,
 #mega_main_menu.header-menu li li .post_details a
 {
 color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before
 {
 border-color: rgba(2, 11, 18, 0.63);
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > li > .item_link
 {
 border-color: rgba(141, 141, 141, 0.07);
 }
 #mega_main_menu.header-menu ul .mega_dropdown > li.current-menu-item > .item_link,
 #mega_main_menu.header-menu ul .mega_dropdown > li > .item_link:focus,
 #mega_main_menu.header-menu ul .mega_dropdown > li > .item_link:hover,
 #mega_main_menu.header-menu ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover
 {
 background: rgb(86, 174, 227);
 color: rgb(255, 255, 255);
 }
 #mega_main_menu.header-menu .mega_dropdown > li.current-menu-item > .item_link *,
 #mega_main_menu.header-menu .mega_dropdown > li > .item_link:focus *,
 #mega_main_menu.header-menu .mega_dropdown > li > .item_link:hover *,
 #mega_main_menu.header-menu li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover > .cover > a > i
 {
 color: rgb(255, 255, 255);
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > .menu-item.current-menu-item > .item_link:before,
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:focus:before,
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:hover:before
 {
 border-color: rgb(255, 255, 255);
 }
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,
 #mega_main_menu.header-menu.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,
 #mega_main_menu.header-menu.primary_style-buttons.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .mmm_fullwidth_container,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul .mega_dropdown
 {
 border-radius: 3px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > span.nav_logo,
 #mega_main_menu.header-menu.primary_style-flat.direction-horizontal.first-lvl-align-left.no-logo > .menu_holder > .menu_inner > ul > li:first-child > .item_link,
 #mega_main_menu.header-menu.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:first-child > .item_link
 {
 border-radius: 3px 0px 0px 3px;
 }
 #mega_main_menu.header-menu.primary_style-flat.direction-horizontal.no-search > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link,
 #mega_main_menu.header-menu.primary_style-flat.direction-horizontal.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link,
 #mega_main_menu.header-menu.primary_style-flat.direction-horizontal.first-lvl-align-right.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link,
 #mega_main_menu.header-menu.primary_style-flat.direction-horizontal.first-lvl-align-center.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link
 {
 border-radius: 0px 3px 3px 0px;
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > li:first-child > .item_link,
 #mega_main_menu.header-menu.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link
 {
 border-radius: 3px 3px 0px 0px;
 }
 #mega_main_menu.header-menu li.default_dropdown > .mega_dropdown > li:last-child > .item_link
 {
 border-radius: 0px 0px 3px 3px;
 }
 #mega_main_menu.header-menu .widgets_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu .multicolumn_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu ul .nav_search_box #mega_main_menu_searchform,
 #mega_main_menu.header-menu .tabs_dropdown .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu .tabs_dropdown .mega_dropdown > li > .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu .widgets_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu .multicolumn_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu .grid_dropdown > .mega_dropdown > li > .item_link,
 #mega_main_menu.header-menu .grid_dropdown > .mega_dropdown > li .processed_image,
 #mega_main_menu.header-menu .post_type_dropdown > .mega_dropdown > li .item_link,
 #mega_main_menu.header-menu .post_type_dropdown > .mega_dropdown > li .processed_image
 {
 border-radius: 1.5px;
 }
 /* additional_styles */ 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link
 {
 background: #A1C627;
 color: rgba(255,255,255,1);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link > i
 {
 color: rgba(255,255,255,1);
 font-size: 16px;
 }
 #mega_main_menu.header-menu ul li .mega_dropdown li.additional_style_1 > .item_link > i
 {
 width: 16px;
 height: 16px;
 line-height: 16px;
 font-size: 16px;
 margin-top: -8px;
 }
 #mega_main_menu.header-menu ul li .mega_dropdown > li.additional_style_1 > .item_link.with_icon > span
 {
 margin-left: 24px;
 }
 #mega_main_menu.header-menu.language_direction-rtl ul li .mega_dropdown > li.additional_style_1 > .item_link.with_icon > span
 {
 margin-right: 24px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link .link_content
 {
 color: rgba(255,255,255,1);
 font-family: inherit; font-size: 15px; font-weight: 600; text-transform: none; 
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor.additional_style_1 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor.additional_style_1 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor.additional_style_1 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-menu-item.additional_style_1 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:focus
 {
 background: #56AEE3;
 color: rgba(255,255,255,1);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-menu-ancestor.additional_style_1 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-page-ancestor.additional_style_1 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-post-ancestor.additional_style_1 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:focus > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover > i,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover .link_content
 {
 color: rgba(255,255,255,1);
 }
 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link > i
 {
 color: rgba(0,0,0,1);
 font-size: 12px;
 }
 #mega_main_menu.header-menu ul li .mega_dropdown li.additional_style_2 > .item_link > i
 {
 width: 12px;
 height: 12px;
 line-height: 12px;
 font-size: 12px;
 margin-top: -6px;
 }
 #mega_main_menu.header-menu ul li .mega_dropdown > li.additional_style_2 > .item_link.with_icon > span
 {
 margin-left: 20px;
 }
 #mega_main_menu.header-menu.language_direction-rtl ul li .mega_dropdown > li.additional_style_2 > .item_link.with_icon > span
 {
 margin-right: 20px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link .link_content
 {
 color: rgba(0,0,0,1);
 font-family: inherit; font-size: 15px; font-weight: 400; text-transform: none; 
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor.additional_style_2 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor.additional_style_2 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor.additional_style_2 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-menu-item.additional_style_2 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:focus
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-menu-ancestor.additional_style_2 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-page-ancestor.additional_style_2 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-post-ancestor.additional_style_2 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:focus > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover > i,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_2 > .item_link:hover .link_content
 {
 color: rgba(0,0,0,1);
 }
 
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link > i
 {
 color: rgba(0,0,0,1);
 font-size: 12px;
 }
 #mega_main_menu.header-menu ul li .mega_dropdown li.additional_style_3 > .item_link > i
 {
 width: 12px;
 height: 12px;
 line-height: 12px;
 font-size: 12px;
 margin-top: -6px;
 }
 #mega_main_menu.header-menu ul li .mega_dropdown > li.additional_style_3 > .item_link.with_icon > span
 {
 margin-left: 20px;
 }
 #mega_main_menu.header-menu.language_direction-rtl ul li .mega_dropdown > li.additional_style_3 > .item_link.with_icon > span
 {
 margin-right: 20px;
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link .link_content
 {
 color: rgba(0,0,0,1);
 font-family: inherit; font-size: 21px; font-weight: 300; text-transform: none; 
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor.additional_style_3 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor.additional_style_3 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor.additional_style_3 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-menu-item.additional_style_3 > .item_link,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:focus
 {
 background: transparent;
 color: rgba(0,0,0,1);
 }
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-menu-ancestor.additional_style_3 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-page-ancestor.additional_style_3 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.current-post-ancestor.additional_style_3 > .item_link > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:focus > *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover > i,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover *,
 #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_3 > .item_link:hover .link_content
 {
 color: rgba(0,0,0,1);
 }
 /* set_of_custom_icons */ 
 i.ci-icon-flag-spain:before
 {
 background-image: url(../../../themes/seowp/images/flag-spain.png);
 }
 
 i.ci-icon-flag-italy:before
 {
 background-image: url(../../../themes/seowp/images/flag-italy.png);
 }
 
 i.ci-icon-flag-france:before
 {
 background-image: url(../../../themes/seowp/images/flag-france.png);
 }
 
 i.ci-icon-flag-uk:before
 {
 background-image: url(../../../themes/seowp/images/flag-uk.png);
 }
 
 i.ci-icon-flag-us:before
 {
 background-image: url(../../../themes/seowp/images/flag-us.png);
 }
 
 i.ci-icon-flag-austria:before
 {
 background-image: url(../../../themes/seowp/images/flag-austria.png);
 }
 
 i.ci-icon-flag-belgium:before
 {
 background-image: url(../../../themes/seowp/images/flag-belgium.png);
 }
 
 i.ci-icon-flag-germany:before
 {
 background-image: url(../../../themes/seowp/images/flag-germany.png);
 }
 
 i.ci-icon-flag-netherlands:before
 {
 background-image: url(../../../themes/seowp/images/flag-netherlands.png);
 }
 
 i.ci-icon-flag-poland:before
 {
 background-image: url(../../../themes/seowp/images/flag-poland.png);
 }
 
 i.ci-icon-flag-portugal:before
 {
 background-image: url(../../../themes/seowp/images/flag-portugal.png);
 }
 
 i.ci-icon-flag-romania:before
 {
 background-image: url(../../../themes/seowp/images/flag-romania.png);
 }
 
 i.ci-icon-flag-russia:before
 {
 background-image: url(../../../themes/seowp/images/flag-russia.png);
 }
 
 i.ci-icon-flag-ukraine:before
 {
 background-image: url(../../../themes/seowp/images/flag-ukraine.png);
 }
 /* skin extend *//* Dynamically extended styles */ .topbar .menu_holder:before {background-color: rgb(27, 80, 131);}#mega_main_menu.direction-horizontal.topbar > .menu_holder > .menu_inner > ul > li > .item_link:before, #mega_main_menu.direction-horizontal.topbar > .menu_holder > .menu_inner > ul > li.nav_search_box:before {opacity: 0.15}#mega_main_menu.topbar > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link{font-family:'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;} body #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > span.item_link, body #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li > span.item_link *, body #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:hover > span.item_link * { color:rgba(150, 193, 216, 0.81); }.topbar .menu_holder { min-height:48px;} body #global-container #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:last-child > .item_link, body #global-container #mega_main_menu.topbar > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0; } .header-menu .menu_holder:before { background-color: rgba(255, 255, 255, 0.3); } .header-menu .menu_holder.sticky_container:before { background-color: rgba(255, 255, 255, 0.95); } #mega_main_menu.direction-horizontal.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:before, #mega_main_menu.direction-horizontal.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box:before {opacity: 0}body #global-container #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link,  body #global-container #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > .item_link {border-radius:3px;}#mega_main_menu.header-menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link{font-family:'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;}#mega_main_menu.header-menu li .mega_dropdown > li > .item_link,#mega_main_menu.header-menu ul li .mega_dropdown > li > .item_link .link_text,#mega_main_menu.header-menu ul li .mega_dropdown,#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .post_details > .post_description {font-family:'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;}.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus {font-family:'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-weight:400;font-size:14px;} #mega_main_menu > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown > li > .item_link { padding:10px 14px; }#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link:after {opacity:0;}#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i {font-weight:normal!important;}#mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus{max-width:232px;width:232px;}#mega_main_menu.header-menu ul .nav_search_box #mega_main_menu_searchform:before {border-radius:100px;}.header-menu li.nav_search_box > #mega_main_menu_searchform:before {background-color:rgb(255, 255, 255);} #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform {  margin-top: -18px; }  #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .icosearch, #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .submit, #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field {  margin: 5px 0; }  #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field {  padding-left: 18px;  padding-right: 18px; }  #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .icosearch, #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .submit {  width: 36px; } body #mega_main_menu.header-menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before{left: 0;}#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link {margin-right:0px;}#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:last-child > .item_link {margin-right:0px!important;} body #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > span.item_link, body #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > span.item_link *, body #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > span.item_link * { color:rgb(129, 129, 129); }#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link {padding-left:16px;padding-right:16px;}#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li[class*=additional_style_] > .item_link { padding-left:15px; padding-right:15px; margin-left: 10px; margin-right: 10px; }  .header-overlay .site-header {  margin-bottom:-120px; }  .header-overlay .site-content .dslc-content > .dslc-modules-section:first-child .dslc-modules-section-wrapper {  margin-top:120px; }  .header-menu .menu_holder {  min-height:120px;padding-top:40px;}.header-menu .nav_logo {  min-height:120px;margin-top: -40px;}.header-menu .sticky_container .nav_logo, .header-menu .menu_holder.sticky_container {  min-height:0px; margin-top:0;}.header-menu .nav_logo .logo_link {  min-height:120px;  line-height:120px; }#mega_main_menu.header-menu .sticky_container {padding-top:0px;}#mega_main_menu.header-menu .sticky_container .nav_logo {margin-top:0px;}#mega_main_menu.header-menu .sticky_container {min-height:30px;}#mega_main_menu.header-menu .sticky_container .nav_logo {min-height:30px;}#mega_main_menu.header-menu .sticky_container .nav_logo .logo_link {min-height:30px;line-height:30px;}#mega_main_menu.header-menu .sticky_container {padding-top:10px;padding-bottom:10px;} @media (max-width: 1024px) { /* Responsive Resolution is changed */#mega_main_menu.header-menu.mobile_minimized-enable .menu_holder {min-height:30px;padding-top:0px;}#mega_main_menu.header-menu.mobile_minimized-enable .nav_logo {min-height:30px;margin-top:0px;}#mega_main_menu.header-menu.mobile_minimized-enable .nav_logo .logo_link {min-height:30px;line-height:30px;}#mega_main_menu.header-menu.mobile_minimized-enable .menu_holder {padding-top:10px;padding-bottom:10px;}}.header-menu.logoplacement-top-left .nav_logo, .header-menu.logoplacement-top-center .nav_logo, .header-menu.logoplacement-top-right .nav_logo {min-height:80px;}.header-menu.logoplacement-top-left .nav_logo .logo_link, .header-menu.logoplacement-top-center .nav_logo .logo_link, .header-menu.logoplacement-top-right .nav_logo .logo_link {min-height:80px;line-height:80px;} #mega_main_menu.mega_main_menu > .menu_holder > .menu_inner > ul > li > span.item_link:hover { background-color:inherit; }body #mega_main_menu li.default_dropdown > .mega_dropdown > li.drop_to_right > .item_link:before { content: '\e834'; right: 4px; font-family: iconfont; font-size: 12px; }.header-menu .menu_inner {max-width:1200px; margin-left:auto; margin-right:auto;} @media (max-width: 1024px) { /* Responsive Resolution is changed */ #mega_main_menu.topbar {  display:none; }  .notification-panel {  text-align: left; }  .notification-panel__message {  font-size: 90%; }  .calltoaction-area {  text-align: left; }  .calltoaction-area__message {  font-size: 70%; }  /* hide top bar for mobiles */ .topbar {  display: none; }  /* fix wpadminbar spacing bug */ #wpadminbar {  top: -46px; }  /* make mobile logo not biger that 70% */ .header-menu .logo_link {  max-width: 70%; } }  /*2017-11-06 23:11*//*! 
 * Master Slider WordPress Main CSS File
 * @date Aug 2016
 */



/**
 *  Master Slider
 * 	Main css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}



.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;-webkit-filter:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-moz .ms-slide-bgcont>img { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }

.master-slider a,
.master-slider a:hover {
	-webkit-transition: none;
	transition: none;
}

.wpb_row .master-slider-parent *,
.master-slider-parent * {
	 box-sizing: content-box;
}

.master-slider-parent {
	margin-left: auto;
	margin-right: auto;
}

.ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}

.ms-layout-partialview .ms-container { overflow: hidden; }

.master-slider.before-init{}

.master-slider img, .ms-slide-bgvideocont video {max-width:none;}
.master-slider.ms-fullheight{height: 100%;}
.ms-slide-auto-height { display: table; }
.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(../../../plugins/masterslider/public/assets/css/common/loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(../../../plugins/masterslider/public/assets/css/common/grab.png), move;}
.ms-grabbing-cursor{cursor: url(../../../plugins/masterslider/public/assets/css/common/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}

.ms-view {
	margin:0px auto;
	overflow:hidden;

	position:relative;
	-webkit-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	height:100%;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
}

.ms-wk .ms-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 110;
}

.ms-ie .ms-slide-link {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7) 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont{
	z-index: 105;
	height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}


.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
    position:absolute;
    pointer-events: auto;
}

.ms-layer-mask {
    position: absolute;
    overflow: hidden;
}

.ms-layer-mask .ms-layer{
    position: relative;
}

.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
    position: absolute;
    overflow:hidden;
    width:100%;
    height: 100%;
    z-index: 109;
    top:0px;
    pointer-events: none;
}

/* ------------------------------------------------------------------------------ */
/* Overlayer layers */
.ms-overlay-layers {
    position: absolute;
    top: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 111;
	background:black;
	padding:0;
	margin: 0;
	border: none;

}


.ms-slide .ms-pattern{
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	z-index: 108;
	position: absolute;
	top: 0;
}

.ms-wk .ms-pattern{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}

.ms-parallax-layer {
	width: 100%;
	position: absolute;
	top: 0;
}

.ms-scroll-parallax-cont{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 109;
}

.ms-wk .ms-scroll-parallax-cont{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}

.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{
}

.ms-scroll-parallax .ms-slide-bgcont{
}

/*-----------------------------------------------------------*/
.ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
	text-decoration: none;
	display: inline-block;
	color:black;
	position: relative;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
}

.ms-default-btn{
	background: #0074A2;
	border-radius: 5px;
	color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 110;
}

.ms-btn-s{
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m{
    padding: 12px 40px;
}

.ms-btn-n{
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l{
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;}
/*-----------------------------------------------------------*/
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 110;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(../../../plugins/masterslider/public/assets/css/common/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
	-webkit-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor: pointer;
	float: left;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
	background-color: #F6f6f6;
	text-shadow: 0 1px 1px white;
	color: #222;
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-has-thumb .ms-tab-thumb{ width:auto; }
.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
    left: 50%;
    margin-left: -12px;
	border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	top:-12px;
	border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
	bottom: 0px;
	top:auto;
	border-bottom:0px;
	border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	bottom:-12px;
	border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
	top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	left:-12px;
	border-right-color:#EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	right:-12px;
	border-left-color:#EDEDED;
}

.ms-thumb-alt {
	text-align: center;
	margin: 5px;
	font-size: 14px;
	font-weight: 600;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

/* Thumb in tab styles */
.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont{ top:0 !important; }
.ms-tabs.ms-has-thumb .ms-thumb-frame{ height: auto !important; }
.ms-tabs.ms-has-thumb .ms-thumb{ padding:0; }
.ms-tabs.ms-has-thumb .ms-tab-context{ padding:20px; }
.ms-tabs.ms-align-left  .ms-tab-thumb{ float:left;  margin-right:20px; }
.ms-tabs.ms-align-right .ms-tab-thumb{ float:right; margin-left: 20px; }

.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-bullets.ms-dir-v {
	position: absolute;
	top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
	float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}

@keyframes point-anim{
	0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
	100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
	0% 		{-webkit-transform: scale(0.5); opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}
.ms-pattern.ms-patt-1  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-2  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-3  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-4  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-5  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-6  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-7  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-8  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-9  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-10 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-11 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-12 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-13 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-14 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-15 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);}
/* white patterns */
.ms-pattern.ms-patt-16 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-17 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-18 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-19 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-20 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-21 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-22 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-23 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-24 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-25 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-26 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-27 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-28 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-29 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-30 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);}



/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 30px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}
.ms-skin-default .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
	background-position: -34px -84px;
}

.ms-skin-default .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
	max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}


/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	width: 53px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-1 .ms-bullet {
	width: 9px;
	height: 9px;
	background: white;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: black;
}

.ms-skin-black-1 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: white;
	border-top-color: rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: white;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: white;
	border-right-color: rgba(0, 0, 0, 0.8);
	left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: black;
	border-left-color: rgba(0, 0, 0, 0.8);
	right: -10px;
}

.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #444444;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: white;
	background: rgba(255, 255, 255, 0.9);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-black-1  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
	padding: 10px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0px black;
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-1 .ms-video-btn,
	.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-1 .ms-nav-next,
	.ms-skin-black-1 .ms-nav-prev{
		background-image:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}


/**
 *  Master Slider
 *  Black 2 Skin
 */

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn{
	width: 45px;
	height: 45px;
	background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black no-repeat -16px -103px;
	border: solid 3px rgb(255, 255, 255);  
	border-color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: padding-box;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover{
	background-color: #3D3D3D;
}

.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
	width: 25px;
	height: 25px;
	background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black no-repeat -27px -36px;
	border: solid 2px white;
	border-color: rgba(255, 255, 255, 0.4);
	top: 15px;
	right: 15px;
}

.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn{
	border-radius: 50px;
}


/* controls */

.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
	position: absolute;
	cursor: pointer;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black;
	background-clip: padding-box;
	background-position: -88px -26px;
	border: solid 3px rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0.4);
	top: 50%;
	left: 30px;
	margin-top: -22px;
}

.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn{
	border-radius: 90px;
}

.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover{
	background-color: #3d3d3d;
}

.ms-skin-black-2 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -86px -103px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-2 .ms-bullet {
	width: 8px;
	height: 8px;
	background: white;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	border: solid 3px white;
	border-color: rgba(0, 0, 0, 0.44);
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-black-2.round-skin .ms-bullet{
	border-radius: 15px;
}


.ms-skin-black-2 .ms-bullet-selected {
	background-color: black;
	border-color: white;
	border-color: rgba(255, 255, 255, 0.44);
}

.ms-skin-black-2 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-black-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-black-2  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-2 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-2 .ms-video-btn,
	.ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-2 .ms-nav-next,
	.ms-skin-black-2 .ms-nav-prev{
		background-image:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2-retina.png);
		background-size: 152px 225px;
	}
	
}


/**
 *  Master Slider
 *  Light 2
 */

.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
	width: 53px;
	background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-2 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-2 .ms-bullet {
	width: 9px;
	height: 9px;
	background: black;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-light-2 .ms-bullet-selected {
    background-color: white;
}

.ms-skin-light-2 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-light-2  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-2 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-2 .ms-video-btn,
	.ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-2 .ms-nav-next,
	.ms-skin-light-2 .ms-nav-prev{
		background-image:url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2-retina.png);
		background-size: 152px 225px;
	}
	
}



/**
 *  Master Slider
 *  Light 3
 */

.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn{
	width: 50px;
	height: 50px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
	width: 31px;
	height: 29px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
	width: 50px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png);
	background-position: -82px -22px;
	height: 50px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -25px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-3 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -81px -99px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-3 .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-light-3 .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-light-3 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-3 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-light-3  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-3 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-3 .ms-video-btn,
	.ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-3 .ms-nav-next,
	.ms-skin-light-3 .ms-nav-prev,
	.ms-skin-light-3 .ms-bullet{
		background-image:url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3-retina.png);
		background-size: 152px 225px;
	}
	
}



/**
 *  Master Slider
 *  Light 4
 */

.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
	width: 54px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png);
	background-position: -77px -5px;
	height: 68px;
	cursor: pointer;
	top: 50%;
	left: -27px;
	margin-top: -40px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-4 .ms-nav-next {
	right: -27px;
	left: auto;
	background-position: -79px -83px;
}

.ms-skin-light-4 .ms-thumb-frame-selected {
	opacity: 0.6;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
	bottom: -60px;
	width: 100%;
	height: 60px;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
	height: 100%;
	width: 60px;
	right: -60px;
	top: 0;
}

.ms-skin-light-4 .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 60px;
	height: 60px;
	margin: 1px 0 0 1px;
	overflow: hidden;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-4 .ms-bullet {
	width: 9px;
	height: 9px;
	background: #b9b9b9;
	margin: 4px;
	border: solid 1px rgb(163, 163, 163);
}

.ms-skin-light-4 .ms-bullet-selected {
    background-color: white;
}

.ms-skin-light-4 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: white;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-4 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #E0E0E0;
	background: #4b8aac;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: white;
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}


.ms-skin-light-4  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-4 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-4 .ms-video-btn,
	.ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-4 .ms-nav-next,
	.ms-skin-light-4 .ms-nav-prev{
		background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4-retina.png);
		background-size: 152px 225px;
	}
	
}



/**
 *  Master Slider
 *  Light 5
 */

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn{
	width: 32px;
	height: 32px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) black no-repeat -24px -160px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover{
	background-color:#646464;
}

.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) white no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
	width: 32px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) white;
	background-position: -94px -32px;
	height: 32px;
	cursor: pointer;
	bottom: 40px;
	left: 40px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}

.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-5 .ms-nav-next {
	left: 73px;
	background-position: -93px -110px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-5 .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-light-5 .ms-bullet-selected {
	background-position: -34px -84px;
}

.ms-skin-light-5 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-5 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}

.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-light-5  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-5 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-5 .ms-video-btn,
	.ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-5 .ms-nav-next,
	.ms-skin-light-5 .ms-nav-prev{
		background-image:url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5-retina.png);
		background-size: 152px 225px;
	}
	
}



/**
 *  Master Slider
 *  Light-6 Skin
 */

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn{
	width: 45px;
	height: 45px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png) white no-repeat -16px -103px;
	border: solid 3px rgb(112, 112, 112);  border-color: rgba(0, 0, 0, 0.27);
	-webkit-background-clip: padding-box;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
	width: 25px;
	height: 25px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png) white no-repeat -27px -36px;
	top: 15px;
	right: 15px;
}

.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn{
	border-radius: 30px;
}


/* controls */

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
	position: absolute;
	cursor: pointer;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png) white;
	background-clip: padding-box;
	background-position: -88px -26px;
	border: solid 3px rgb(112, 112, 112);
	border-color: rgba(0, 0, 0, 0.27);
	top: 50%;
	left: 30px;
	margin-top: -22px;
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn{
	border-radius: 90px;
}

.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-6 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -86px -103px;
}


.ms-skin-light-6 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-6 .ms-bullet {
	width: 8px;
	height: 8px;
	background: black;
	-webkit-background-clip: padding-box;
	border: solid 3px white;
	border-color: rgba(255, 255, 255, 0.44);
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-light-6.round-skin .ms-bullet{
	border-radius: 15px;
}

.ms-skin-light-6 .ms-bullet-selected {
	background-color: white;
	border-color: black;
	border-color: rgba(0, 0, 0, 0.44);
}

.ms-skin-light-6 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-6 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-light-6  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-6 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-6 .ms-video-btn,
	.ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-6 .ms-nav-next,
	.ms-skin-light-6 .ms-nav-prev{
		background-image:url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6-retina.png);
		background-size: 152px 225px;
	}
	
}



/**
 *  Master Slider
 *  Metro Skin
 */

.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn{
	width: 47px;
	height: 46px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -24px;
}

.ms-skin-metro .ms-slide .ms-slide-vcbtn {
	width: 47px;
	height: 47px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;
	top: 15px;
	right: 15px;
}

/* controls */

.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
	width: 47px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png);
	background-position: -83px -23px;
	height: 47px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -24px;
	position: absolute;
	z-index: 110;
}
.ms-skin-metro .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -81px -100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-metro .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-metro .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-metro .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-metro .ms-tooltip-point {cursor: pointer;}
.ms-skin-metro .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-metro .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-metro .ms-tooltip {
	max-width:200px;
}

.ms-skin-metro .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-metro .ms-slide .ms-slide-vpbtn,
	.ms-skin-metro .ms-video-btn,
	.ms-skin-metro .ms-slide .ms-slide-vcbtn,
	.ms-skin-metro .ms-nav-next,
	.ms-skin-metro .ms-nav-prev,
	.ms-skin-metro .ms-bullet{
		background-image:url(../../../plugins/masterslider/public/assets/css/skins/metro-skin-retina.png);
		background-size: 152px 225px;
	}
	
}


/**
 *  Master Slider
 *  minimal Skin
 */

.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn{
    width: 55px;
    height: 55px;
    background: url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 31px;
    background: url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px white;
    border-radius: 50%;
    border: solid 1px #3d3d3d;
    top: 18px;
    right: 30px;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}

/* controls */

.ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
    background: url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat white;
    background-position: -178px 17px;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -27px;
    position: absolute;
    z-index: 110;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}

.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover{
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -75px 17px;
}

.ms-skin-minimal .ms-bullet {
    width: 8px;
    height: 8px;
    background: white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    margin: 4px;
    background-position: -34px -117px;
}

.ms-skin-minimal .ms-bullet-selected {
    background: #3d3d3d;
}


.ms-skin-minimal .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-minimal .ms-tooltip{
    position: absolute;
    z-index: 210;
    cursor: auto;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}

.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}

.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}

.ms-skin-minimal .ms-tooltip-point {cursor: pointer;}
.ms-skin-minimal .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #BBB;
    background: white;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105;
}

.ms-skin-minimal .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: black;
    background:rgba(0, 0, 0, 0.36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;

    animation: point-anim 1.5s infinite ;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite;
}

.ms-skin-minimal .ms-tooltip {
    max-width:200px;
}

.ms-skin-minimal .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px;
}



/**
 *  Master Slider
 *  Contrast
 */

.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn{
	width: 60px;
	height: 60px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}

.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
	width: 24px;
	height: 24px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
	width: 60px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png);
	background-position: -76px -17px;
	height: 60px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -30px;
	position: absolute;
	z-index: 110;
}
.ms-skin-contrast .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -77px -91px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-contrast .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-contrast .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-contrast .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: #fc3116;
	border-top-color: rgba(252, 49, 22, 0.8);
	bottom: -10px;
}

.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: #fc3116;
	border-bottom-color: rgba(252, 49, 22, 0.8);
	top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: #fc3116;
	border-right-color: rgba(252, 49, 22, 0.8);
	left: -10px;
}

.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: #fc3116;
	border-left-color: rgba(252, 49, 22, 0.8);
	right: -10px;
}

.ms-skin-contrast .ms-tooltip-point {cursor: pointer;}
.ms-skin-contrast .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #636363;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-contrast .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: white;
	background: rgba(255, 255, 255, 0.99);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-contrast  .ms-tooltip {
	max-width:200px;
}

.ms-skin-contrast .ms-tooltip-cont {
	padding: 10px;
	background: #fc3116;
	background: rgba(252, 49, 22, 0.8);
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
	.ms-skin-contrast .ms-video-btn,
	.ms-skin-contrast .ms-slide .ms-slide-vcbtn,
	.ms-skin-contrast .ms-nav-next,
	.ms-skin-contrast .ms-nav-prev,
	.ms-skin-contrast .ms-bullet{
		background-image:url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin-retina.png);
		background-size: 152px 225px;
	}
	
}


.ms-caro3d-template .ms-container {
	padding: 10px 0 50px 0;
}

/* reflect */
.ms-caro3d-template .ms-slide{
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255,255,255,0.5)));
}

.ms-caro3d-template .ms-slide-bgcont{
	border-radius: 8px;
}


.ms-dis-slider-cont {
    position: relative;
    padding: 3.2% 8.5% 24%;
    max-width: 508px;
}
.ms-display-cont .ms-view{
	background-color: #17171a;
}
.ms-display-cont{
   max-width: 614px;
	position: relative;
	margin: 0 auto;
}

.ms-display-bg {
    max-width: 100%;
    position: absolute;
}

.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
    background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-display-template .ms-nav-next {
	background-position: -59px -9px;
	right: -80px;
	left:auto;
}

.ms-display-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -50%;
	right: 50%;
	width: 100px;
}

.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-display-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-display-template .ms-bullet-selected {
    background-position: -143px -25px;
}


.ms-gallery-template .ms-gallery-botcont {
	height: 55px;
	background: black;
	color: white;
	font-weight: 300;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	position: relative;
}
.ms-gallery-template .ms-gal-playbtn {
	width: 55px;
	height: 100%;
	float: left;
	cursor: pointer;
	background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 6px 6px;
}
.ms-gallery-template .ms-gal-playbtn.btn-pause {
	background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -55px 7px;
}

.ms-gallery-template .ms-gal-thumbtoggle {
	position: absolute;
	right: 0;
	z-index: 110;
	width: 55px;
	height: 100%;
	cursor: pointer;
	background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -53px -41px;
}
.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
	background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 4px -41px;
}

.ms-gallery-template .ms-slide-num {
	float: left;
	padding: 17px 9px;
	color: #727272;
}
.ms-gallery-template .ms-slide-info {
	float: left;
	padding: 18px 4px;
	position: relative;
	width: auto;
}

.ms-gallery-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 18px;
	right: 105px;
	width: 100px;
}

.ms-gallery-template .ms-bullet {
	width: 8px;
	height: 8px;
	background: #1e1e1e;
	margin: 4px;
	border-radius: 15px;
}

.ms-gallery-template .ms-bullet-selected {
	background-color: white;
}

.ms-gallery-template .ms-timerbar {
	width: 100%;
	top: -4px;
	height: 4px;
	position: absolute;
	background: rgba(0, 0, 0, 0.32);
}

.ms-gallery-template .ms-time-bar {
	height: 4px;
	background: rgba(255, 255, 255, 0.7);
}

.ms-gallery-template .ms-thumb-list.ms-dir-h {
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.95);
	padding-top: 1px;
}

.ms-gallery-template .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 175px;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}

.ms-gallery-template .ms-thumb-frame-selected {
	opacity: 1;
}

.ms-gallery-template .ms-gal-thumbcont {
	overflow: hidden;
	width: 100%;
	height: 115px;
	position: absolute;
	top: -115px;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
	height: 0;
	top: 0;
}

@media (max-width: 570px) {
	.ms-gallery-template .ms-slide-info {
		display: none;
	}
}


.ms-laptop-template .ms-laptop-cont .ms-view{
	background-color: #17171a;
}
.ms-laptop-template .ms-laptop-cont{
   max-width: 645px;
	position: relative;
	margin: 0 auto;
}
.ms-laptop-template .ms-lt-slider-cont {
    position: relative;
    padding: 5% 11.9% 20%;
    max-width: 492px;
}
.ms-laptop-template .ms-laptop-bg {
    max-width: 100%;
    position: absolute;
}

.ms-laptop-template .ms-nav-prev,
.ms-laptop-template .ms-nav-next {
    background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-laptop-template .ms-nav-next {
	background-position: -59px -9px;
	right: -80px;
	left:auto;
}

.ms-laptop-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -40%;
	right: 50%;
	width: 100px;
}

.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-laptop-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-laptop-template .ms-bullet-selected {
    background-position: -143px -25px;
}


.ms-tablet-template .ms-tablet-cont .ms-view{
	background-color: #17171a;
}
.ms-tablet-template .ms-tablet-cont{
   	max-width: 500px;
	position: relative;
	margin: 0 auto;
}

.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
    max-width: 842px;
}

.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
    padding: 4.1% 12.1% 10%;
    max-width: 632px;
}

.ms-tablet-template .ms-lt-slider-cont {
    position: relative;
    padding: 11.1% 11% 22%;
    max-width: 400px;
}
.ms-tablet-template .ms-tablet-bg {
    max-width: 100%;
    position: absolute;
}

.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
    background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -120px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-tablet-template .ms-nav-next {
	background-position: -59px -9px;
	right: -120px;
	left:auto;
}

.ms-tablet-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -18%;
	right: 50%;
	width: 100px;
}

.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-tablet-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-tablet-template .ms-bullet-selected {
    background-position: -143px -25px;
}


.ms-phone-template .ms-phone-cont .ms-view{
	background-color: #17171a;
}
.ms-phone-template .ms-phone-cont{
    max-width: 386px;
	position: relative;
	margin: 0 auto;
}

.ms-phone-template.ms-phone-land .ms-phone-cont {
    max-width: 666px;
}

.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
	position: relative;
	padding: 4.6% 16.1% 10% 15.5%;
    max-width: 455px;
}

.ms-phone-template .ms-lt-slider-cont {
    position: relative;
    padding: 26.2% 16.5% 33% 16.8%;
    max-width: 258px;
}
.ms-phone-template .ms-phone-bg {
    max-width: 100%;
    position: absolute;
}

.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
    background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -120px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-phone-template .ms-nav-next {
	background-position: -59px -9px;
	right: -120px;
	left:auto;
}

.ms-phone-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -30%;
	right: 50%;
	width: 100px;
}

.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-phone-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-phone-template .ms-bullet-selected {
    background-position: -143px -25px;
}

.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
    bottom: -21%;
}

.ms-phone-template.ms-phone-land .ms-nav-next {
    right: -150px;
}

.ms-phone-template.ms-phone-land .ms-nav-prev {
    left: -150px;
}


.ms-partialview-template .ms-slide-info {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.ms-partialview-template .ms-slide-info h3 {
	margin: 5px;
	font-weight: 300;
	font-size: 23pt;
	color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 10pt;
	margin: 6px;
}


/* .ms-showcase2-template {max-width: 540px; margin: 0 auto;}
.ms-showcase2-vertical {max-width: 677px;} */
.ms-showcase2-template .ms-view{background: transparent;}


.master-slider{
	-moz-transform:translate3d(0,0,1px);
}
.ms-staff-carousel{
	margin: 25px auto;
	position: relative;
}

.ms-staff-carousel .ms-view{
	overflow:visible;
	background-color: transparent;
}

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
    background: url(//http://www.empyrealmotions.com/wp-content/plugins/masterslider/public/assets/css/templates/staff-arrows.png) white no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
    position: absolute;
    top:50%;
    cursor: pointer;
}

.ms-staff-carousel .ms-nav-next {
	background-position: -6px -7px;
	right:-35px;
	left:auto;
}

.ms-staff-carousel .ms-staff-info{
	text-align: center;
	margin:0 auto;
	max-width: 600px;
	margin-top:30px;
	min-height:300px;
	color:#222222;
}
	.ms-staff-carousel .ms-staff-info h3{
		font-weight: 300;
		font-size: 22pt;
		margin:0px;
	}
	
	.ms-staff-carousel .ms-staff-info h4{
		font-weight: 300;
		color:#787878;
		font-size: 15pt;
		margin:3px;
	}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
	border-radius: 5000px;
	border: solid 8px rgb(230, 230, 230);
	margin: 0 -8px;
}

.ms-staff-carousel.ms-round .ms-view{
	padding-bottom: 8%;
}

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
    background-color:transparent;
    box-shadow : none;
    left:-45px;
 }
 
.ms-staff-carousel.ms-round .ms-nav-next {
    left:auto;
    right:-45px
}



.ms-tabs-template .ms-thumb-frame h3 {
	font-weight: 400;
	font-size: 13pt;
	margin:0;
}

.ms-tabs-template .ms-thumb-frame p {
	font-size:10pt;
	margin: 4px 0;
}

.ms-tabs-template .ms-thumb-frame-selected h3{
	color:#4b8aac;
}


.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
    top: 10px;
    left: 50%;
    background: url(../../../plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
    background-position: -11px -6px;
    width: 40px;
    height: 30px;
    margin-left: -20px;
    margin-top: 0;
}

.ms-vertical-template .ms-nav-next{
	top:auto;
	bottom:10px;
	background-position: -11px -53px;
}

.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
    width: 100%;
	position: absolute;
	top: 0;
	height: 15px;
	cursor: pointer;
	background: url(../../../plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
	
    background-position: 50% -106px;
}
.ms-vertical-template .ms-thumblist-bwd {
    top: auto;
    bottom: 0;
    background-position: 50% -145px;
}
/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.msp-preset-9 { font-weight:300;font-size:48px;letter-spacing:-1px;line-height:48px;color:#ffffff;font-weight:200; } 
.msp-preset-10 { font-weight:300;font-size:48px;text-align:center;letter-spacing:-1px;line-height:48px;color:#ffffff;font-weight:200; } 
.msp-preset-11 { font-weight:300;font-size:20px;line-height:30px;color:#ffffff; } 
.msp-preset-12 { font-weight:300;font-size:20px;text-align:center;line-height:30px;color:#ffffff; } 
.msp-preset-13 { padding-top:4px;padding-right:6px;padding-bottom:4px;padding-left:6px;border-top:2px;border-right:2px;border-bottom:2px;border-left:2px;border-color:rgba(255, 255, 255, 0.46);border-radius:4px;border-style:solid;font-weight:normal;font-size:12px;line-height:normal;color:rgba(255, 255, 255, 0.6); } 
.msp-preset-btn-84{ background-color: #b97ebb;color: #fff; } .msp-preset-btn-84:hover{ background-color:#ca89cc;color: #fff; } .msp-preset-btn-84:active{ top:1px } .msp-preset-btn-85{ background-color: #b97ebb;color: #fff; } .msp-preset-btn-85:hover{ background-color:#ca89cc;color: #fff; } .msp-preset-btn-85:active{ top:1px } .msp-preset-btn-86{ color: #b97ebb;border:solid 1px #b97ebb; } .msp-preset-btn-86:hover{ border-color:#ca89cc;color:#ca89cc } .msp-preset-btn-86:active{ top:1px } .msp-preset-btn-87{ background-color: #b97ebb;color: #fff; } .msp-preset-btn-87:hover{ background-color:#ca89cc;color: #fff; } .msp-preset-btn-87:active{ top:1px } .msp-preset-btn-88{ background-color: #b97ebb;color: #fff;box-shadow:0 5px #9a699c; } .msp-preset-btn-88:hover{ background-color:#ca89cc;box-shadow:0 4px #9a699c;top:1px;color: #fff; } .msp-preset-btn-88:active{ box-shadow:0 2px #9a699c;top:3px; } .msp-preset-btn-89{ background-color: #5472D2;color: #fff; } .msp-preset-btn-89:hover{ background-color:#5d7fe9;color: #fff; } .msp-preset-btn-89:active{ top:1px } .msp-preset-btn-90{ background-color: #5472D2;color: #fff; } .msp-preset-btn-90:hover{ background-color:#5d7fe9;color: #fff; } .msp-preset-btn-90:active{ top:1px } .msp-preset-btn-91{ color: #5472D2;border:solid 1px #5472D2; } .msp-preset-btn-91:hover{ border-color:#5d7fe9;color:#5d7fe9 } .msp-preset-btn-91:active{ top:1px } .msp-preset-btn-92{ background-color: #5472D2;color: #fff; } .msp-preset-btn-92:hover{ background-color:#5d7fe9;color: #fff; } .msp-preset-btn-92:active{ top:1px } .msp-preset-btn-93{ background-color: #5472D2;color: #fff;box-shadow:0 5px #4c68be; } .msp-preset-btn-93:hover{ background-color:#5d7fe9;box-shadow:0 4px #4c68be;top:1px;color: #fff; } .msp-preset-btn-93:active{ box-shadow:0 2px #4c68be;top:3px; } .msp-preset-btn-94{ background-color: #00c1cf;color: #fff; } .msp-preset-btn-94:hover{ background-color:#01D4E4;color: #fff; } .msp-preset-btn-94:active{ top:1px } .msp-preset-btn-95{ background-color: #00c1cf;color: #fff; } .msp-preset-btn-95:hover{ background-color:#01D4E4;color: #fff; } .msp-preset-btn-95:active{ top:1px } .msp-preset-btn-96{ color: #00c1cf;border:solid 1px #00c1cf; } .msp-preset-btn-96:hover{ border-color:#01D4E4;color:#01D4E4 } .msp-preset-btn-96:active{ top:1px } .msp-preset-btn-97{ background-color: #00c1cf;color: #fff; } .msp-preset-btn-97:hover{ background-color:#01D4E4;color: #fff; } .msp-preset-btn-97:active{ top:1px } .msp-preset-btn-98{ background-color: #00c1cf;color: #fff;box-shadow:0 5px #00afbc; } .msp-preset-btn-98:hover{ background-color:#01D4E4;box-shadow:0 4px #00afbc;top:1px;color: #fff; } .msp-preset-btn-98:active{ box-shadow:0 2px #00afbc;top:3px; } .msp-preset-btn-99{ background-color: #4cadc9;color: #fff; } .msp-preset-btn-99:hover{ background-color:#63b2c9;color: #fff; } .msp-preset-btn-99:active{ top:1px } .msp-preset-btn-100{ background-color: #4cadc9;color: #fff; } .msp-preset-btn-100:hover{ background-color:#63b2c9;color: #fff; } .msp-preset-btn-100:active{ top:1px } .msp-preset-btn-101{ color: #4cadc9;border:solid 1px #4cadc9; } .msp-preset-btn-101:hover{ border-color:#63b2c9;color:#63b2c9 } .msp-preset-btn-101:active{ top:1px } .msp-preset-btn-102{ background-color: #4cadc9;color: #fff; } .msp-preset-btn-102:hover{ background-color:#63b2c9;color: #fff; } .msp-preset-btn-102:active{ top:1px } .msp-preset-btn-103{ background-color: #4cadc9;color: #fff;box-shadow:0 5px #1aa2c9; } .msp-preset-btn-103:hover{ background-color:#63b2c9;box-shadow:0 4px #1aa2c9;top:1px;color: #fff; } .msp-preset-btn-103:active{ box-shadow:0 2px #1aa2c9;top:3px; } .msp-preset-btn-104{ background-color: #cec2ab;color: #fff; } .msp-preset-btn-104:hover{ background-color:#cebd9d;color: #fff; } .msp-preset-btn-104:active{ top:1px } .msp-preset-btn-105{ background-color: #cec2ab;color: #fff; } .msp-preset-btn-105:hover{ background-color:#cebd9d;color: #fff; } .msp-preset-btn-105:active{ top:1px } .msp-preset-btn-106{ color: #cec2ab;border:solid 1px #cec2ab; } .msp-preset-btn-106:hover{ border-color:#cebd9d;color:#cebd9d } .msp-preset-btn-106:active{ top:1px } .msp-preset-btn-107{ background-color: #cec2ab;color: #fff; } .msp-preset-btn-107:hover{ background-color:#cebd9d;color: #fff; } .msp-preset-btn-107:active{ top:1px } .msp-preset-btn-108{ background-color: #cec2ab;color: #fff;box-shadow:0 5px #C2B7A2; } .msp-preset-btn-108:hover{ background-color:#cebd9d;box-shadow:0 4px #C2B7A2;top:1px;color: #fff; } .msp-preset-btn-108:active{ box-shadow:0 2px #C2B7A2;top:3px; } .msp-preset-btn-109{ background-color: #50485b;color: #fff; } .msp-preset-btn-109:hover{ background-color:#6a6176;color: #fff; } .msp-preset-btn-109:active{ top:1px } .msp-preset-btn-110{ background-color: #50485b;color: #fff; } .msp-preset-btn-110:hover{ background-color:#6a6176;color: #fff; } .msp-preset-btn-110:active{ top:1px } .msp-preset-btn-111{ color: #50485b;border:solid 1px #50485b; } .msp-preset-btn-111:hover{ border-color:#6a6176;color:#6a6176 } .msp-preset-btn-111:active{ top:1px } .msp-preset-btn-112{ background-color: #50485b;color: #fff; } .msp-preset-btn-112:hover{ background-color:#6a6176;color: #fff; } .msp-preset-btn-112:active{ top:1px } .msp-preset-btn-113{ background-color: #50485b;color: #fff;box-shadow:0 5px #412d5b; } .msp-preset-btn-113:hover{ background-color:#6a6176;box-shadow:0 4px #412d5b;top:1px;color: #fff; } .msp-preset-btn-113:active{ box-shadow:0 2px #412d5b;top:3px; } .msp-preset-btn-114{ background-color: #8d6dc4;color: #fff; } .msp-preset-btn-114:hover{ background-color:#977cc4;color: #fff; } .msp-preset-btn-114:active{ top:1px } .msp-preset-btn-115{ background-color: #8d6dc4;color: #fff; } .msp-preset-btn-115:hover{ background-color:#977cc4;color: #fff; } .msp-preset-btn-115:active{ top:1px } .msp-preset-btn-116{ color: #8d6dc4;border:solid 1px #8d6dc4; } .msp-preset-btn-116:hover{ border-color:#977cc4;color:#977cc4 } .msp-preset-btn-116:active{ top:1px } .msp-preset-btn-117{ background-color: #8d6dc4;color: #fff; } .msp-preset-btn-117:hover{ background-color:#977cc4;color: #fff; } .msp-preset-btn-117:active{ top:1px } .msp-preset-btn-118{ background-color: #8d6dc4;color: #fff;box-shadow:0 5px #7c51c4; } .msp-preset-btn-118:hover{ background-color:#977cc4;box-shadow:0 4px #7c51c4;top:1px;color: #fff; } .msp-preset-btn-118:active{ box-shadow:0 2px #7c51c4;top:3px; } .msp-preset-btn-119{ background-color: #75d69c;color: #fff; } .msp-preset-btn-119:hover{ background-color:#7de5a7;color: #fff; } .msp-preset-btn-119:active{ top:1px } .msp-preset-btn-120{ background-color: #75d69c;color: #fff; } .msp-preset-btn-120:hover{ background-color:#7de5a7;color: #fff; } .msp-preset-btn-120:active{ top:1px } .msp-preset-btn-121{ color: #75d69c;border:solid 1px #75d69c; } .msp-preset-btn-121:hover{ border-color:#7de5a7;color:#7de5a7 } .msp-preset-btn-121:active{ top:1px } .msp-preset-btn-122{ background-color: #75d69c;color: #fff; } .msp-preset-btn-122:hover{ background-color:#7de5a7;color: #fff; } .msp-preset-btn-122:active{ top:1px } .msp-preset-btn-123{ background-color: #75d69c;color: #fff;box-shadow:0 5px #41d67d; } .msp-preset-btn-123:hover{ background-color:#7de5a7;box-shadow:0 4px #41d67d;top:1px;color: #fff; } .msp-preset-btn-123:active{ box-shadow:0 2px #41d67d;top:3px; } .msp-preset-btn-124{ background-color: #222;color: #fff; } .msp-preset-btn-124:hover{ background-color:#333;color: #fff; } .msp-preset-btn-124:active{ top:1px } .msp-preset-btn-125{ background-color: #222;color: #fff; } .msp-preset-btn-125:hover{ background-color:#333;color: #fff; } .msp-preset-btn-125:active{ top:1px } .msp-preset-btn-126{ color: #222;border:solid 1px #222; } .msp-preset-btn-126:hover{ border-color:#333;color:#333 } .msp-preset-btn-126:active{ top:1px } .msp-preset-btn-127{ background-color: #222;color: #fff; } .msp-preset-btn-127:hover{ background-color:#333;color: #fff; } .msp-preset-btn-127:active{ top:1px } .msp-preset-btn-128{ background-color: #222;color: #fff;box-shadow:0 5px #000; } .msp-preset-btn-128:hover{ background-color:#333;box-shadow:0 4px #000;top:1px;color: #fff; } .msp-preset-btn-128:active{ box-shadow:0 2px #000;top:3px; } .msp-preset-btn-129{ background-color: #dedede;color: #666; } .msp-preset-btn-129:hover{ background-color:#d1d1d1;color: #666; } .msp-preset-btn-129:active{ top:1px } .msp-preset-btn-130{ background-color: #dedede;color: #666; } .msp-preset-btn-130:hover{ background-color:#d1d1d1;color: #666; } .msp-preset-btn-130:active{ top:1px } .msp-preset-btn-131{ color: #dedede;border:solid 1px #dedede; } .msp-preset-btn-131:hover{ border-color:#d1d1d1;color:#d1d1d1 } .msp-preset-btn-131:active{ top:1px } .msp-preset-btn-132{ background-color: #dedede;color: #666; } .msp-preset-btn-132:hover{ background-color:#d1d1d1;color: #666; } .msp-preset-btn-132:active{ top:1px } .msp-preset-btn-133{ background-color: #dedede;color: #666;box-shadow:0 5px #CACACA; } .msp-preset-btn-133:hover{ background-color:#d1d1d1;color: #666;box-shadow:0 4px #CACACA;top:1px } .msp-preset-btn-133:active{ box-shadow:0 2px #CACACA;top:3px; } .msp-preset-btn-134{ background-color: #f7be68;color: #fff; } .msp-preset-btn-134:hover{ background-color:#e9b362;color: #fff; } .msp-preset-btn-134:active{ top:1px } .msp-preset-btn-135{ background-color: #f7be68;color: #fff; } .msp-preset-btn-135:hover{ background-color:#e9b362;color: #fff; } .msp-preset-btn-135:active{ top:1px } .msp-preset-btn-136{ color: #f7be68;border:solid 1px #f7be68; } .msp-preset-btn-136:hover{ border-color:#e9b362;color:#e9b362 } .msp-preset-btn-136:active{ top:1px } .msp-preset-btn-137{ background-color: #f7be68;color: #fff; } .msp-preset-btn-137:hover{ background-color:#e9b362;color: #fff; } .msp-preset-btn-137:active{ top:1px } .msp-preset-btn-138{ background-color: #f7be68;color: #fff;box-shadow:0 5px #E7AF59; } .msp-preset-btn-138:hover{ background-color:#e9b362;box-shadow:0 4px #E7AF59;top:1px;color: #fff; } .msp-preset-btn-138:active{ box-shadow:0 2px #E7AF59;top:3px; } .msp-preset-btn-139{ background-color: #5aa1e3;color: #fff; } .msp-preset-btn-139:hover{ background-color:#5faaef;color: #fff; } .msp-preset-btn-139:active{ top:1px } .msp-preset-btn-140{ background-color: #5aa1e3;color: #fff; } .msp-preset-btn-140:hover{ background-color:#5faaef;color: #fff; } .msp-preset-btn-140:active{ top:1px } .msp-preset-btn-141{ color: #5aa1e3;border:solid 1px #5aa1e3; } .msp-preset-btn-141:hover{ border-color:#5faaef;color:#5faaef } .msp-preset-btn-141:active{ top:1px } .msp-preset-btn-142{ background-color: #5aa1e3;color: #fff; } .msp-preset-btn-142:hover{ background-color:#5faaef;color: #fff; } .msp-preset-btn-142:active{ top:1px } .msp-preset-btn-143{ background-color: #5aa1e3;color: #fff;box-shadow:0 5px #4c87bf; } .msp-preset-btn-143:hover{ background-color:#5faaef;box-shadow:0 4px #4c87bf;top:1px;color: #fff; } .msp-preset-btn-143:active{ box-shadow:0 2px #4c87bf;top:3px; } .msp-preset-btn-144{ background-color: #6dab3c;color: #fff; } .msp-preset-btn-144:hover{ background-color:#76b941;color: #fff; } .msp-preset-btn-144:active{ top:1px } .msp-preset-btn-145{ background-color: #6dab3c;color: #fff; } .msp-preset-btn-145:hover{ background-color:#76b941;color: #fff; } .msp-preset-btn-145:active{ top:1px } .msp-preset-btn-146{ color: #6dab3c;border:solid 1px #6dab3c; } .msp-preset-btn-146:hover{ border-color:#76b941;color:#76b941 } .msp-preset-btn-146:active{ top:1px } .msp-preset-btn-147{ background-color: #6dab3c;color: #fff; } .msp-preset-btn-147:hover{ background-color:#76b941;color: #fff; } .msp-preset-btn-147:active{ top:1px } .msp-preset-btn-148{ background-color: #6dab3c;color: #fff;box-shadow:0 5px #5e9334; } .msp-preset-btn-148:hover{ background-color:#76b941;box-shadow:0 4px #5e9334;top:1px;color: #fff; } .msp-preset-btn-148:active{ box-shadow:0 2px #5e9334;top:3px; } .msp-preset-btn-149{ background-color: #f4524d;color: #fff; } .msp-preset-btn-149:hover{ background-color:#e04b47;color: #fff; } .msp-preset-btn-149:active{ top:1px } .msp-preset-btn-150{ background-color: #f4524d;color: #fff; } .msp-preset-btn-150:hover{ background-color:#e04b47;color: #fff; } .msp-preset-btn-150:active{ top:1px } .msp-preset-btn-151{ color: #f4524d;border:solid 1px #f4524d; } .msp-preset-btn-151:hover{ border-color:#e04b47;color:#e04b47 } .msp-preset-btn-151:active{ top:1px } .msp-preset-btn-152{ background-color: #f4524d;color: #fff; } .msp-preset-btn-152:hover{ background-color:#e04b47;color: #fff; } .msp-preset-btn-152:active{ top:1px } .msp-preset-btn-153{ background-color: #f4524d;color: #fff;box-shadow:0 5px #cb4440; } .msp-preset-btn-153:hover{ background-color:#e04b47;box-shadow:0 4px #cb4440;top:1px;color: #fff; } .msp-preset-btn-153:active{ box-shadow:0 2px #cb4440;top:3px; } .msp-preset-btn-154{ background-color: #f79468;color: #fff; } .msp-preset-btn-154:hover{ background-color:#e78a61;color: #fff; } .msp-preset-btn-154:active{ top:1px } .msp-preset-btn-155{ background-color: #f79468;color: #fff; } .msp-preset-btn-155:hover{ background-color:#e78a61;color: #fff; } .msp-preset-btn-155:active{ top:1px } .msp-preset-btn-156{ color: #f79468;border:solid 1px #f79468; } .msp-preset-btn-156:hover{ border-color:#e78a61;color:#e78a61 } .msp-preset-btn-156:active{ top:1px } .msp-preset-btn-157{ background-color: #f79468;color: #fff; } .msp-preset-btn-157:hover{ background-color:#e78a61;color: #fff; } .msp-preset-btn-157:active{ top:1px } .msp-preset-btn-158{ background-color: #f79468;color: #fff;box-shadow:0 5px #da835c; } .msp-preset-btn-158:hover{ background-color:#e78a61;box-shadow:0 4px #da835c;top:1px;color: #fff; } .msp-preset-btn-158:active{ box-shadow:0 2px #da835c;top:3px; }.msp-cn-1-21 { font-weight:300;font-size:20px;line-height:30px;color:#ffffff; } 
.msp-cn-1-22 { font-weight:300;font-size:48px;letter-spacing:-1px;line-height:48px;color:#ffffff;font-weight:200; } 
.msp-cn-1-65 { font-weight:300;font-size:48px;text-align:center;letter-spacing:-1px;line-height:48px;color:#ffffff;font-weight:200; } 


/*!
Theme Name: SEOWP
Theme URI: http://seowptheme.com/
Author: Lumberman Designs
Author URI: http://themeforest.net/user/lumbermandesigns
Description: SEOWP is a clean theme specially designed for Digital Marketing Agencies and their clients.
Version: 1.9.3
License: GNU General Public License
License URI: http://themeforest.net/licenses
Tags: white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/
/*
	New way to compile SASS files.

	1. In terminal go to seowp folder
	2. Install grunt: npm install -g grunt-cli
	3. Install dependencies: npm install
	4. To compile run: grunt

	Debugging:
	– check id saas installed on your mac: sass -v
	– You can install sass on mac: sudo gem install -n /usr/local/bin sass
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

*, *:before, *:after { box-sizing: border-box; }

body.admin-bar .fixed { top: 28px; }

/* Not sure why we need it. Causing issues with wp admin bar on mobile resolution. */
/*
body {
	position: relative;
} */
/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }

/**
* ----------------------------------------------------------------------
* Typography
*/
/*
@function emCalcWithBase($pxWidth, $pxBase) {
	@return $pxWidth / $pxBase * 1em;
}

.h0 { font-size: $h0-font-size; }
.h1 { font-size: $h1-font-size; }
.h2 { font-size: $h2-font-size; }
.h3 { font-size: $h3-font-size; }
.h4 { font-size: $h4-font-size; }
.h5 { font-size: $h5-font-size; font-weight: bolder; }
.h6 { font-size: $h6-font-size; font-weight: bolder; }

.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: $header-line-height;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

h5 {
	font-weight: bolder;
}

h6 {
	font-weight: bolder;
}
*/
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

a { text-decoration: none; line-height: inherit; }
a img { border: none; }

.larger { font-size: 125%; font-weight: 300; }

.smaller { font-size: 90%; }

span.larger, span.smaller { display: inline-block; }

.lighter { font-weight: lighter; }

.light { font-weight: 300; }

.thin { font-weight: 200; }

.normal { font-weight: normal; }

.bolder { font-weight: bolder; }

.bold { font-weight: bold; }

.uppercase { text-transform: uppercase; letter-spacing: 4px; }

strong, b { font-weight: bolder; }

ul { list-style: none; }

.dslc-tp-content ul, .dslc-tp-content ol, .dslc-tp-content table, .dslc-tp-content dl, .dslc-tp-content address, .dslc-tp-content pre, .dslc-text-module-content ul, .dslc-text-module-content ol, .dslc-text-module-content table, .dslc-text-module-content dl, .dslc-text-module-content address, .dslc-text-module-content pre { margin-bottom: 20px; }
.dslc-tp-content ul ul, .dslc-tp-content ul ol, .dslc-tp-content ol ul, .dslc-tp-content ol ol, .dslc-text-module-content ul ul, .dslc-text-module-content ul ol, .dslc-text-module-content ol ul, .dslc-text-module-content ol ol { margin-bottom: 0; }
.dslc-tp-content table th, .dslc-tp-content table td, .dslc-text-module-content table th, .dslc-text-module-content table td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); padding: 0.5em 0.75em !important; }
.dslc-tp-content table thead th, .dslc-tp-content table thead td, .dslc-text-module-content table thead th, .dslc-text-module-content table thead td { background-color: rgba(0, 0, 0, 0.025); }
.dslc-tp-content table tr:last-child th, .dslc-tp-content table tr:last-child td, .dslc-text-module-content table tr:last-child th, .dslc-text-module-content table tr:last-child td { border-bottom: none; }
.dslc-tp-content dl dt, .dslc-text-module-content dl dt { font-weight: 400; padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.dslc-tp-content dl dd, .dslc-text-module-content dl dd { padding-top: 10px; margin-bottom: 20px; }
.dslc-tp-content address, .dslc-text-module-content address { border: 1px solid rgba(137, 137, 137, 0.075); display: inline-block; padding: 25px 30px; }
.dslc-tp-content blockquote, .dslc-text-module-content blockquote { padding-left: 30px; border-left: 1px solid rgba(137, 137, 137, 0.075); }
.dslc-tp-content blockquote cite, .dslc-text-module-content blockquote cite { display: block; font-size: 85%; margin-top: 20px; }
.dslc-tp-content ul li, .dslc-tp-content ol li, .dslc-text-module-content ul li, .dslc-text-module-content ol li { list-style-position: inside; }
.dslc-tp-content ul li ul, .dslc-tp-content ul li ol, .dslc-tp-content ol li ul, .dslc-tp-content ol li ol, .dslc-text-module-content ul li ul, .dslc-text-module-content ul li ol, .dslc-text-module-content ol li ul, .dslc-text-module-content ol li ol { padding-left: 30px; }
.dslc-tp-content ul.arrow li, .dslc-tp-content ol.arrow li, .dslc-text-module-content ul.arrow li, .dslc-text-module-content ol.arrow li { list-style-type: none; }
.dslc-tp-content ul.arrow li:before, .dslc-tp-content ol.arrow li:before, .dslc-text-module-content ul.arrow li:before, .dslc-text-module-content ol.arrow li:before { font-family: 'iconfont'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: "\e100"; margin-right: 5px; opacity: .5; }

.no-side-padding, .no-side-padding.dslc-modules-section { padding-left: 0; padding-right: 0; }

/**
* ----------------------------------------------------------------------
* Border radius
*/
.border-radius-top-0 { border-top-radius: 0; }

.border-radius-bottom-0 { border-top-radius: 0; }

.border-radius-right-0 { border-right-radius: 0; }

.border-radius-left-0 { border-left-radius: 0; }

/**
* ----------------------------------------------------------------------
* Page Header
*/
.site-header { position: relative; z-index: 20; }

/**
* ----------------------------------------------------------------------
* Standatd WP classes
*/
.wp-caption-text, .gallery-caption, .bypostauthor { color: inherit; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption.alignnone { width: auto !important; }

/**
* ----------------------------------------------------------------------
* Images Styling
*/
img[src=""] { display: none !important; }

img { max-width: 100%; height: auto; }

/**
* ----------------------------------------------------------------------
* Boxed content
*/
body.boxed-page-layout:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; }

.boxed-page-layout .global-wrapper { box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 7px 1px rgba(0, 0, 0, 0.1); margin: 0 auto; max-width: 1360px; }

#global-container { position: relative; z-index: 2; }

/**
* ----------------------------------------------------------------------
* Content
*/
.site-main { position: relative; /*z-index: 10;*/ /* Fix broken hover over dropdowns out of current sections. ( LC Menu Pro ) */ }

/**
* ----------------------------------------------------------------------
* WordPress Customizer
* Highlighted element styling
*/
.highlighted-element { opacity: 1 !important; }
.highlighted-element:after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; background: rgba(255, 3, 215, 0.7); transition: all .3s ease-in-out; box-shadow: 0 0 20px 0px #ff03d7 inset, 0 2px 50px 0 rgba(255, 3, 215, 0.5) inset; }

/**
* ----------------------------------------------------------------------
* Easy Social Share Buttons plugin styles improvement
*/
.essb_links { line-height: 24px; }

.essb_links, .essb_links *, .essb_links *:before, .essb_links *:after { box-sizing: padding-box; }

#global-container #dslc-content .dslc-html-module-content .essb_links li a { font-size: 14px; font-family: helvetica, arial, sans-serif; }

#global-container .social-icons-fullwidth .dslc-html-module-content { width: 106%; }
#global-container .social-icons-fullwidth .essb_links { text-align: center; margin: 0; overflow: hidden; }
#global-container .social-icons-fullwidth .essb_links_list { margin-left: -3% !important; margin-right: -3% !important; }
#global-container .social-icons-fullwidth .essb_links li a { margin: 0; }

#global-container .social-icons-fullwidth #dslc-content .dslc-html-module-content { margin: 0; }

/** ---------------------------------------------------------------------- Post pagination control styling */
.page-links .page-links__title { text-transform: uppercase; letter-spacing: 1px; opacity: .5; }
.page-links .page-numbers { word-spacing: 20px; }

/** ---------------------------------------------------------------------- Password protected post styling */
.single .post-password-required { width: 50%; margin: 100px auto; text-align: center; }
.single .post-password-required p:first-child { font-size: 27px; line-height: 38px; margin-bottom: 60px; }

/**
* ----------------------------------------------------------------------
* Live Composer
*/
.dslca-prompt-modal-descr textarea { width: 100%; }

.dslc-page .site-content { padding-top: 0; padding-bottom: 0; }

.dslca-wp-editor-inner *, .dslca-wp-editor-inner:before, .dslca-wp-editor-inner:after { box-sizing: padding-box; }

body.dslca-enabled .site-main, body.dslca-enabled #global-container { z-index: auto; }

body .dslca-wp-editor .wp-switch-editor { height: auto; }

.dslc-text-module-content p, .dslc-info-box-content p { font-size: inherit; font-weight: inherit; line-height: inherit; }

.dslc-text-module-content .dslca-editable-content { margin-bottom: inherit; }

.dslc-info-box-content p { margin-bottom: 0; }

.dslc-post-separator { border-right-width: 0; border-left-width: 0; border-top-width: 0; }

.dslc-info-box-icon-pos-aside .dslc-info-box-image { margin-bottom: 0; }

.dslc-testimonial-quote blockquote { border-left: medium none; color: inherit !important; line-height: inherit !important; margin: 0; padding: 0; }

.dslc-testimonial-quote .bq-open { float: left; font-size: 300%; margin-bottom: 0.75em; margin-right: 0.35em; opacity: 0.3; }

#dslc-content .blog-noauthor .dslc-blog-post-meta-author, #dslc-content .blog-noauthor .dslc-cpt-post-meta-author { display: none; }
#dslc-content .blog-noauthor .dslc-blog-post-meta-date, #dslc-content .blog-noauthor .dslc-cpt-post-meta-date { float: left; }

#global-container #dslc-content .dslc-blog-posts .dslc-posts-inner > .dslc-post-separator:last-child { margin: 0; padding: 0; }

#dslc-content .dslc-blog-post-meta-avatar img { height: auto; }

#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Posts .dslc-post, #global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post, #global-container #dslc-content .blog-balanced-thumbnail .dslc-module-LBMN_ArchivePostsGrid_LC_Module .dslc-post { overflow: hidden; }
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Posts .dslc-post-thumb, #global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post-thumb, #global-container #dslc-content .blog-balanced-thumbnail .dslc-module-LBMN_ArchivePostsGrid_LC_Module .dslc-post-thumb { min-height: 1px; }

body .dslca-module-edit-field-icon-suggest, body .dslca-module-edit-field-icon-prev, body .dslca-module-edit-field-icon-next, body .dslca-module-edit-field-font-prev, body .dslca-module-edit-field-font-next, body .dslca-module-edit-field-icon-switch-set { display: none; }

body .dslca-module-edit-field-font-wrapper { width: 100%; }

.dslca-module-edit-option-font { position: relative; }
.dslca-module-edit-option-font .dslc-icon-refresh { display: none; right: 12px; position: absolute; opacity: .5; bottom: 10px; }

.wf-loading .dslca-module-edit-option-font .dslc-icon-refresh { display: inline-block; }

.dslca-modal-allicons { left: 60px !important; right: 60px; top: 90px; width: auto; position: fixed; }

.dslca-modal-allicons .modal-content { height: 100%; overflow: scroll; }
.dslca-modal-allicons .lbmn-icons-grid { list-style: none; margin: 0; padding: 0; overflow: hidden; }
.dslca-modal-allicons .icon-item { display: inline-block; width: 9%; min-width: 140px; min-height: 150px; padding: 20px 10px; margin: 0 0 0 -1px; vertical-align: top; text-align: center; border-left: 1px solid rgba(155, 155, 155, 0.05); border-bottom: 1px solid rgba(155, 155, 155, 0.05); }
.dslca-modal-allicons .icon-item:hover { box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52); }
.dslca-modal-allicons .icon-item:active { box-shadow: 0 1px 5px 0px #5890E5 inset; }
.dslca-modal-allicons .icon-item__icon { display: inline-block; width: 100%; padding: 20px 0; font-size: 24px; }
.dslca-modal-allicons .icon-item__name { opacity: .35; display: inline-block; font-size: 14px; line-height: 1.25; }

.dslca-module-edit-label .button-reset { float: right; cursor: pointer; opacity: .4; border: 1px solid rgba(255, 255, 255, 0.5); font-size: 9px; padding: 4px 5px; margin-top: -5px; border-radius: 3px; }
.dslca-module-edit-label .button-reset:hover { opacity: 1; }

.dslca-module-edit-option input[type="text"], .dslca-module-edit-option input[type="email"], .dslca-module-edit-option input[type="number"], .dslca-module-edit-option textarea, .dslca-module-edit-option select { display: inline-block; margin-bottom: 0; }

/** ---------------------------------------------------------------------- Ninja Forms Plugin Styling */
.ninja-forms-form-wrap textarea, .ninja-forms-form-wrap select, .ninja-forms-form-wrap input[type="date"], .ninja-forms-form-wrap input[type="datetime"], .ninja-forms-form-wrap input[type="datetime-local"], .ninja-forms-form-wrap input[type="email"], .ninja-forms-form-wrap input[type="month"], .ninja-forms-form-wrap input[type="number"], .ninja-forms-form-wrap input[type="password"], .ninja-forms-form-wrap input[type="search"], .ninja-forms-form-wrap input[type="tel"], .ninja-forms-form-wrap input[type="text"], .ninja-forms-form-wrap input[type="time"], .ninja-forms-form-wrap input[type="url"], .ninja-forms-form-wrap input[type="week"] { height: auto; }

.ninja-forms-form-wrap .listselect-container.label-above select, .ninja-forms-form-wrap .listselect-container.label-below select { width: 100%; }

.ninja-forms-form-wrap .listradio-container.label-above ul li, .ninja-forms-form-wrap .listradio-container.label-below ul li, .ninja-forms-form-wrap .listcheckbox-container.label-above ul li, .ninja-forms-form-wrap .listcheckbox-container.label-below ul li { padding: 0; }

.ninja-forms-form-wrap .field-wrap, .ninja-forms-form-wrap .field-wrap input[type="checkbox"], .ninja-forms-form-wrap .field-wrap input[type="radio"] { position: relative; }

.ninja-forms-form-wrap hr { border: none; margin-top: 0; }

.ninja-forms-form-wrap .hr-container .hr-wrap { display: block; }

.ninja-forms-form-wrap .field-wrap label { display: block; }

.ninja-forms-form-wrap .nf-field-description p, .ninja-forms-form-wrap .nf-field-description { margin-bottom: 0; }

.ninja-forms-form-wrap .label-right input[type="checkbox"], .ninja-forms-form-wrap .label-right input[type="radio"] { margin-right: 0; }

.ninja-forms-form-wrap .field-wrap.hidden-wrap { padding: 0 !important; margin: 0 !important; }

.ninja-forms-form-wrap .list-multiselect-wrap select { padding: 0 !important; }

.ninja-forms-form-wrap .nf-after-field .nf-error-msg { margin-right: 0; }

.ninja-forms-form-wrap .nf-error-required-error { position: absolute; bottom: 0; }

.ninja-forms-form-wrap .nf-error-required-error p { margin-bottom: 0; }

#dslc-content .nf-field-container { margin-bottom: 0; }

#dslc-content .label-above .nf-field-label { margin-bottom: 5px; }

.ninja-forms-form-wrap .desc-after_everything .nf-field-description { order: 30; }

.ninja-forms-form-wrap .desc-none .nf-field-description { display: none; }

.ninja-forms-form-wrap .nf-after-form-content { clear: both; }

.ninja-forms-form-wrap .nf-input-limit { margin-top: 0; }

.nf-form-cont .nf-form-title h3 { margin-bottom: 0; }

.ninja-forms-form-wrap .nf-help { background: none; }

.nf-field-container.calc_hidden { opacity: 0; }

.dslc-res-phone div[class^="bti-lm-a-"], .dslc-res-phone div[class^="bti-lm-b-"] { margin-left: 0; margin-right: 0; }

.dslc-res-phone div[class^="bti-lm-col-"] { width: 100%; }

/** ---------------------------------------------------------------------- Blog post format styling with icons */
/*
.blog-add-icons {
	.dslc-post-no-thumb .dslc-post-main {
		&:before {
			@include emptyPseudoElement;
			@include icon-font;
			font-size: 60px;
			left: 50%;
			margin-left: -30px;
			top: 123px;
			opacity: 0.25;
		}
	}

	&.blog-card-height-med {
		.dslc-post-no-thumb .dslc-post-thumb:before {
			top: 90px;
		}
	}

	.dslc-post-no-thumb .dslc-post-thumb:before {
		content: "\e00a"; // notebook icon
	}


	.dslc-post-format-aside.dslc-post-no-thumb .dslc-post-main:before {
		content: "\e032"; // pencil icon
	}

	.dslc-post-format-quote.dslc-post-no-thumb .dslc-blog-post-thumb:before {
		content: "\e057"; // quote icon
	}

	.dslc-post-format-link.dslc-post-no-thumb .dslc-blog-post-thumb:before {
		content: "\e053"; // compass icon
	}

	.dslc-post-format-video.dslc-post-no-thumb .dslc-blog-post-thumb:before {
		content: "\e011"; // video icon
	}

	.dslc-post-format-image.dslc-post-no-thumb .dslc-blog-post-thumb:before {
		content: "\e00f"; // picture icon
	}
}
*/
#dslc-content .dslc-module-DSLC_TP_Meta li { list-style-position: outside; }

.comment-form #submit { text-transform: lowercase; box-shadow: none; }

.dslc-comments-pingback { border-bottom: 1px solid rgba(155, 155, 155, 0.1); font-size: 90%; margin-bottom: 20px; padding-bottom: 20px; }
.dslc-comments-pingback p { margin-bottom: 0; }

.nocomments { border: 1px solid rgba(155, 155, 155, 0.1); border-radius: 3px; display: inline-block; font-size: 80%; letter-spacing: 1px; padding: 5px 14px; margin-top: 40px; text-transform: uppercase; }

body .dslc-accordion-item { margin-top: 0; }

/** ---------------------------------------------------------------------- NEX-Form plugin styling */
body #nex-forms .radio-inline, body #nex-forms .checkbox-inline { font-weight: inherit; }
body #nex-forms div.input-inner { margin-bottom: 8px; }
body #nex-forms div.radio-group label.radio-inline, body #nex-forms div.radio-group label.checkbox-inline, body #nex-forms div.checkbox-group label { padding-left: 45px; }
body #nex-forms .btn { box-shadow: none; }
body #nex-forms .btn.input-lg { padding-left: 20px; padding-right: 20px; font-size: 16px; }

/**
* ----------------------------------------------------------------------
* Theme help messages
* Pop-ups used when there in no required plugin installed, etc.
*/
.message-popup { position: fixed; z-index: 100000; background: rgba(0, 0, 0, 0.75); width: 100%; height: 100%; text-align: center; left: 0; top: 0; }

.message-popup .message-content { position: relative; background: #fff; width: 660px; margin: 120px auto; padding: 50px 40px; }

.message-popup .close-help-popup { position: absolute; right: 0; top: 0; display: inline-block; font-size: 21px; padding: 20px 22px; }

.message-popup .welcome-panel h3 { margin-bottom: 20px; font-size: 24px; }

.message-popup .welcome-panel .button.button-hero { margin: 0; }

/** ---------------------------------------------------------------------- Rotating twitter plugin styling */
.rtw_meta { font-size: 13px; line-height: 21px; margin-bottom: 0; opacity: 0.4; }

/**
* ----------------------------------------------------------------------
* Contact form 7
*/
.wpcf7-form-control-wrap { display: block; }

.wpcf7-list-item-label { margin-left: 10px; }

.wpcf7-form-control + .wpcf7-not-valid-tip { top: auto; left: 0; border-radius: 0 0 6px 6px; margin-top: -26px; width: 100%; background: red; color: #fff; border: none; font-weight: bolder; text-transform: uppercase; padding-left: 8px; }

.wpcf7-response-output.wpcf7-validation-errors { border-radius: 6px; background: #FF8500; color: #fff; border: none; padding-left: 10px; margin-left: 0; margin-right: 0; }

.wpcf7-response-output.wpcf7-mail-sent-ok { border-radius: 6px; background: #398F14; color: #fff; border: none; padding-left: 10px; margin-left: 0; margin-right: 0; }

/** ---------------------------------------------------------------------- NEXForms plugin styling improvement */
body #nex-forms .ui-nex-forms-container label#title, body #nex-forms .ui-nex-forms-container .help-block { display: inherit; }
body #nex-forms .input_holder .col-sm-2 { width: 25%; }
body #nex-forms .input_holder .col-sm-10 { width: 75%; }
body #nex-forms label { font-weight: normal; }
body #nex-forms .is_required.btn-xs { position: absolute; color: rgba(255, 85, 0, 0.5) !important; left: -14px; top: 7px; }
body #nex-forms .input-sm .is_required.btn-xs { left: -4px; top: 10px; }
body #nex-forms .input-lg .is_required.btn-xs { left: 1px; top: 16px; }
body #nex-forms .input-lg { font-size: 19px; font-weight: 300; }
body #nex-forms .input-lg .sub-text { font-size: 12px; position: relative; top: -9px; }

/** ---------------------------------------------------------------------- Some form styling */
form label { margin-right: 0.75em; font-weight: normal; }

/** ---------------------------------------------------------------------- Page styling when Live Composer disabled */
.dslc-code-empty-title { padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.11); }

.dslc-code-empty-content { padding-top: 60px; padding-bottom: 60px; }

/** ---------------------------------------------------------------------- Other SCCS files includes */
/**
* ----------------------------------------------------------------------
* Notification panel
*/
.notification-panel { display: none; position: relative; z-index: 20; padding: 0 20px; text-align: center; transition: all 0.5s ease 0s; }
.notification-panel:before { content: ""; width: 1px; margin-right: -0.4em; vertical-align: middle; display: inline-block; }

@media only screen and (max-width: 767px) { body .notification-panel { display: none !important; } }
.notification-panel__icon { font-size: 135%; margin-left: 15px; margin-right: 10px; opacity: 0.5; vertical-align: middle; }

.in-wp-customizer .notification-panel__icon { vertical-align: text-bottom; }

.notification-panel__content { display: inline; font-size: 16px; vertical-align: text-bottom; position: relative; z-index: 1; }

.notification-panel__message { display: inline-block; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; vertical-align: middle; line-height: 1.3; }

.notification-panel__cta-icon { font-size: 150%; opacity: 0.5; vertical-align: middle; margin-top: -0.05em; }

.notification-panel__cta-link { position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; }

.notification-panel__close { display: inline-block; position: absolute; z-index: 3; top: 50%; right: 0; margin-top: -16px; padding: 0 30px; font-size: 25px; opacity: .5; }
.notification-panel__close:hover { opacity: 1; }

/** ---------------------------------------------------------------------- Website header */
.dslca-enabled .site-header { background: #fff; color: #999999; text-transform: uppercase; font-size: 11px; font-family: "Open Sans"; font-weight: 900; text-align: center; padding: 20px; }

/**
* ----------------------------------------------------------------------
* Topbar: Mega main menu plugin output adjustments
*/
.topbar { position: relative; z-index: 30; }
.topbar .menu_holder { position: relative; }
.topbar .menu_holder:before { content: ''; position: absolute; left: 0; width: 100%; top: 0; height: 100%; }
.topbar .menu_inner { position: relative; z-index: 1; }

/**
* ----------------------------------------------------------------------
* Header: Mega main menu plugin output adjustments
*/
#mega_main_menu.disabled { display: none; }

.mega_main_menu .menu_holder { position: relative; padding-left: 20px; padding-right: 20px; }
.mega_main_menu .menu_holder:before { content: ''; position: absolute; left: 0; width: 100%; top: 0; height: 100%; }
.mega_main_menu .logo_link:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.mega_main_menu .nav_logo .logo_link .nav_logo__retina { display: none; }
.mega_main_menu.logoplacement-top-left .nav_logo { text-align: left; }
.mega_main_menu.logoplacement-top-center .nav_logo { text-align: center; }
.mega_main_menu.logoplacement-top-right .nav_logo { text-align: right; }
.mega_main_menu.logoplacement-top-left .menu_holder:after, .mega_main_menu.logoplacement-top-center .menu_holder:after, .mega_main_menu.logoplacement-top-right .menu_holder:after { display: block; }
.mega_main_menu.logoplacement-top-left .nav_logo, .mega_main_menu.logoplacement-top-center .nav_logo, .mega_main_menu.logoplacement-top-right .nav_logo { width: 100%; padding-top: 0px; }
.mega_main_menu > .menu_holder > .menu_inner > ul li > .item_link .link_text { line-height: inherit; }
.mega_main_menu.no-search .nav_search_box { display: none !important; }
.mega_main_menu.include-search .nav_search_box { display: inline-block !important; }
.mega_main_menu .nav_search_box:before { display: none !important; }
.mega_main_menu#mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field { transition: all .1s ease 0s; }
.mega_main_menu#mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus { transition: all .2s ease .2s; }
.mega_main_menu #mega_main_menu_searchform:before { transition: all .2s ease 0s; }
.mega_main_menu.search-shadow-inside #mega_main_menu_searchform:before { box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset; }
.mega_main_menu.search-shadow-outside #mega_main_menu_searchform:before { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); }
.mega_main_menu li.nav_search_box > #mega_main_menu_searchform:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; }
.mega_main_menu a.menu-icon { margin-right: -20px; padding: 0 10% 0 0; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li.additional_style_2 > .item_link, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown .mega_dropdown > li.additional_style_2 > .item_link { margin-top: 12px; margin-bottom: 8px; }
body #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li.additional_style_2 > .item_link .link_text, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown .mega_dropdown > li.additional_style_2 > .item_link .link_text { letter-spacing: 1px; text-transform: uppercase; }
body #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li.additional_style_2 > .item_link .link_text .link_descr, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown .mega_dropdown > li.additional_style_2 > .item_link .link_text .link_descr { letter-spacing: 0; text-transform: none; color: inherit; }
body #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li.additional_style_3 > .item_link, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown .mega_dropdown > li.additional_style_3 > .item_link { margin-bottom: 12px; margin-right: 12px; margin-top: 12px; }
body #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li.additional_style_3 > .item_link > .link_content > .link_text > .link_descr, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown .mega_dropdown > li.additional_style_3 > .item_link > .link_content > .link_text > .link_descr { margin-top: 12px; }

#mega_main_menu .mega_dropdown > li > .item_link.menu_item_without_text.disable_icon { padding: 0 !important; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_icon { margin-top: 15px; margin-bottom: 15px; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_icon, body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_icon > i { width: 80px; }

body #mega_main_menu.mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title { margin-top: 25px; margin-bottom: 10px; font-size: 19px; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title, body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_description { margin-left: 80px; }

body #mega_main_menu ul li .mega_dropdown > li > .item_link > i { opacity: .7; }

body #mega_main_menu.header-menu ul li .mega_dropdown > li > .item_link > i + .link_content { padding-left: 4px; }

body #mega_main_menu > .menu_holder > .menu_inner .item_link > .link_content > .link_text > .link_descr { font-size: 90%; opacity: 0.5; }

#mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns2 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns2 > .mega_dropdown { width: 520px; }
#mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns3 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns3 > .mega_dropdown { width: 780px; }
#mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns4 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns5 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns6 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns7 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns8 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns9 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown:not(.submenu_full_width).columns10 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns4 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns5 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns6 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns7 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns8 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns9 > .mega_dropdown, #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown:not(.submenu_full_width).columns10 > .mega_dropdown { width: 1024px; }

#mega_main_menu ul > li.submenu_full_width > .mega_dropdown { top: auto; }

#mega_main_menu.header-menu ul.mega_main_menu_ul > li > .mega_dropdown { margin-top: 20px; }
#mega_main_menu.header-menu ul.mega_main_menu_ul > li > .mega_dropdown:before { content: ""; display: block; height: 21px; left: 0; position: absolute; top: -21px; width: 100%; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown:hover > .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown > .item_link:hover + .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown.keep_open > .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown:hover > .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown > .mega_dropdown > li:hover .post_details, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown > .mega_dropdown > li.keep_open .post_details, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.post_type_dropdown:hover > .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.post_type_dropdown > .item_link:hover + .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.post_type_dropdown.keep_open > .mega_dropdown, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.post_type_dropdown > .mega_dropdown > .post_item:hover .post_details, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.post_type_dropdown > .mega_dropdown > .post_item.keep_open .post_details { padding: 0; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .processed_image { margin-bottom: 0; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li.grid_dropdown .mega_dropdown > li, body #mega_main_menu > .menu_holder > .menu_inner > ul > li.post_type_dropdown .mega_dropdown > li.post_item { padding: 0; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_description { margin-right: 20px; margin-bottom: 30px; }

html.js .header-menu .nav_search_box > #mega_main_menu_searchform:before { opacity: 0; }
html.js .header-menu .nav_search_box > #mega_main_menu_searchform.search_form_focused:before { opacity: 1; }

/** ---------------------------------------------------------------------- STICKY HEADER */
#mega_main_menu.direction-horizontal .sticky_container { box-shadow: 0 1px 3px 0 rgba(156, 156, 156, 0.4); }

#mega_main_menu.direction-horizontal > .menu_holder.sticky_container .nav_logo { text-align: left; }

#mega_main_menu.direction-horizontal.logoplacement-bottom-right > .menu_holder .nav_logo { text-align: right; }

#mega_main_menu.header-menu.logoplacement-bottom-left .menu_holder, #mega_main_menu.header-menu.logoplacement-bottom-right .menu_holder { width: 100%; z-index: 2000; }

body.boxed-page-layout #mega_main_menu.header-menu .sticky_container { left: auto; max-width: 1360px; z-index: 2000; }

/*
#mega_main_menu > .menu_holder > .menu_inner > ul li > .item_link > span:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
*/
#mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-align-left { float: left; }

#mega_main_menu > .menu_holder > .menu_inner > ul > li.menu-align-right { float: right; }

#mega_main_menu.nav_menu > .menu_holder > .menu_inner > ul > li:hover > span.item_link, #mega_main_menu.nav_menu > .menu_holder > .menu_inner > ul > li > span.item_link:hover { background: none; }

#mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > .nav_logo:before { display: none !important; }

#mega_main_menu.header-menu.logoplacement-top-left .nav_logo, #mega_main_menu.header-menu.logoplacement-top-center .nav_logo, #mega_main_menu.header-menu.logoplacement-top-right .nav_logo { max-width: 1360px; }
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container, #mega_main_menu.header-menu.logoplacement-top-center .sticky_container, #mega_main_menu.header-menu.logoplacement-top-right .sticky_container { padding: 0; min-height: 0; }
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .nav_logo, #mega_main_menu.header-menu.logoplacement-top-center .sticky_container .nav_logo, #mega_main_menu.header-menu.logoplacement-top-right .sticky_container .nav_logo { display: none; }
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .menu_holder, #mega_main_menu.header-menu.logoplacement-top-left .sticky_container .menu_holder.sticky_container, #mega_main_menu.header-menu.logoplacement-top-center .sticky_container .menu_holder, #mega_main_menu.header-menu.logoplacement-top-center .sticky_container .menu_holder.sticky_container, #mega_main_menu.header-menu.logoplacement-top-right .sticky_container .menu_holder, #mega_main_menu.header-menu.logoplacement-top-right .sticky_container .menu_holder.sticky_container { transition: none; }

#mega_main_menu.logoplacement-bottom-right .nav_logo { float: right; }

body #mega_main_menu .nav_logo .logo_link { padding-left: 0 !important; padding-right: 0 !important; }

#mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus { padding-left: 14px; }

body #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform { border: none; background: none; }

/** ---------------------------------------------------------------------- Widgets */
.off-canvas-area .widget { margin-bottom: 24px; }
.off-canvas-area .widget-title { margin-bottom: 14px; font-size: 14px; letter-spacing: 2.4px; text-transform: uppercase; }

/**
* ----------------------------------------------------------------------
* Side navigation menu
*/
.off-canvas-area .essb-fans { margin-left: -6px; margin-right: -6px; }
.off-canvas-area .widget_nav_menu .menu { list-style: none; padding: 0; margin-left: -20px; margin-right: -20px; }
.off-canvas-area .widget_nav_menu .menu > li { margin: 0; }
.off-canvas-area .widget_nav_menu .menu > li a { display: inline-block; width: 100%; color: rgba(0, 0, 0, 0.75); }
.off-canvas-area .widget_nav_menu .menu > li a:first-child { position: relative; padding: 5px 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.off-canvas-area .widget_nav_menu .menu > li a:first-child:after { position: absolute; right: 1.5em; font-family: 'iconfont'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; line-height: inherit; vertical-align: middle; content: "\e834"; opacity: .5; }
.off-canvas-area .widget_nav_menu .menu > li.current_page_item { background: rgba(0, 0, 0, 0.04); }
.off-canvas-area .widget_nav_menu .menu > li.current_page_item > a:first-child { border: none; font-weight: 400; color: rgba(0, 0, 0, 0.85); }
.off-canvas-area .widget_nav_menu .menu > li.current_page_item > a:first-child:after { opacity: 1; }
.off-canvas-area .widget_nav_menu .menu > li:last-child a { border-bottom: none; }
.off-canvas-area .widget_nav_menu .menu .menu-icon > a:first-child { position: relative; }
.off-canvas-area .widget_nav_menu .menu .submenu-item-icon { font-size: 125%; position: absolute; left: 1.25em; margin-top: -.1em; opacity: .75; }

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

.widget_recent_entries ul { list-style: none !important; }
.widget_recent_entries li { overflow: hidden; margin-bottom: 6px; }
.widget_recent_entries li a { position: relative; }
.widget_recent_entries li span { display: inline-block; margin-top: 4px; font-size: 75%; opacity: .8; }

/**
* ----------------------------------------------------------------------
* Search widget styling
*/
.widget_search { overflow: hidden; }
.widget_search form { overflow: hidden; padding-bottom: 2px; }
.widget_search input[name="s"] { float: left; width: 70%; border-radius: 4px 0 0 4px; }
.widget_search input[type="submit"] { float: right; width: 30%; margin: 0; text-align: center; border-radius: 0 4px 4px 0; }

/** ---------------------------------------------------------------------- */
#global-container #dslc-content .dslc-widget div > ul { margin-left: 0; }
#global-container #dslc-content .dslc-widget div > ul ul { margin-top: .75em; }

/** ---------------------------------------------------------------------- Calendar widget */
.widget_calendar table { min-width: 80%; }

/**
* ----------------------------------------------------------------------
* Rotating Tweets Widget styling
*/
.widget_rotatingtweets_widget .rtw_meta { opacity: .5; }
.widget_rotatingtweets_widget:hover .rtw_meta { opacity: 1; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_icon { position: absolute; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_icon img { border-radius: 3px; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_block { margin-left: 10px; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_info { font-size: 13px; line-height: 1.125; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_info div { display: inline-block; margin-right: 10px; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_time_short a, .widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_id a { color: #8899A5; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_name { float: left; font-weight: bold; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_name a { color: #292F33; }
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_main { margin-top: 10px; margin-bottom: 10px; }
.widget_rotatingtweets_widget .follow-button { margin-top: 20px; }

/**
* ----------------------------------------------------------------------
* Mailchimp for WP
*/
body form.mc4wp-form label { font-weight: normal; }

/** ---------------------------------------------------------------------- Newsletter subscribe */
.nsu-form label { margin-right: 0; }

body #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown > .mega_dropdown .nsu_widget { padding-left: 30px; }

/** ---------------------------------------------------------------------- Easy Social Fans Counter */
body .essb-fans.colored { margin-left: -10%; }
body .essb-fans li a { padding: 0 0 14px; }
body .essb-fans li span { font-size: 20px; font-weight: 300; margin-top: 15px; }

/** ---------------------------------------------------------------------- Standard Widgets Styling */
#global-container #dslc-content .dslc-widget.widget_recent_comments ul, #global-container #dslc-content .dslc-widget.widget_archive ul, #global-container #dslc-content .dslc-widget.widget_recent_entries ul, #global-container #dslc-content .dslc-widget.widget_categories ul, #global-container #dslc-content .dslc-widget.widget_meta ul, #global-container #dslc-content .dslc-widget.widget_rss ul, #global-container #dslc-content .dslc-widget.widget_pages ul { list-style: none; }

#dslc-content .dslc-widget ul { list-style: none; }

.widget_recent_comments li, .widget_archive li, .widget_recent_entries li, .widget_categories li, .widget_meta li { position: relative; padding-left: 2.5em !important; padding-bottom: 12px !important; margin-bottom: 12px !important; font-size: 15px; line-height: 1.4; }
.widget_recent_comments li:before, .widget_archive li:before, .widget_recent_entries li:before, .widget_categories li:before, .widget_meta li:before { position: absolute; display: inline-block; top: 3px; left: 0; vertical-align: middle; font-family: 'iconfont'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: "\e69c"; opacity: .5; transition: all .35s ease-in-out; font-size: 19px; }
.widget_recent_comments li:hover:before, .widget_archive li:hover:before, .widget_recent_entries li:hover:before, .widget_categories li:hover:before, .widget_meta li:hover:before { opacity: 1; left: -5px; }
.widget_recent_comments li > a, .widget_archive li > a, .widget_recent_entries li > a, .widget_categories li > a, .widget_meta li > a { display: inline-block !important; }
.widget_recent_comments li:last-child, .widget_archive li:last-child, .widget_recent_entries li:last-child, .widget_categories li:last-child, .widget_meta li:last-child { border-bottom: none; }

.widget_recent_entries ul li > .post-date { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }

.widget_recent_comments .recentcomments, .widget_recent_comments .recentcomments > .url { width: auto; }

.widget_recent_comments .recentcomments > .url { font-size: 14px; }

.widget_archive ul li:before { content: "\e69d"; }

.widget_recent_entries ul li:before { content: "\e69f"; }

.widget_categories ul li:before { content: "\e6ac"; }

.widget_recent_comments ul li:before { content: "\e65e"; }

.widget_meta ul li:nth-child(1):before { content: "\e693"; }
.widget_meta ul li:nth-child(2):before { content: "\e691"; }
.widget_meta ul li:nth-child(3):before { content: "\e641"; }
.widget_meta ul li:nth-child(4):before { content: "\e684"; }
.widget_meta ul li:nth-child(5):before { content: "\e66d"; }

.tagcloud { font-size: 190%; line-height: .8; word-spacing: -15px; }
.tagcloud a { display: inline-block; padding: 2px 6px 4px; word-spacing: 0; transition: all .35s ease-in-out; }
.tagcloud a:hover { background: #FFF; border-radius: 100px; transform: scale(1.5); }

.widget_calendar caption { text-transform: uppercase; font-size: 14px; opacity: .4; letter-spacing: 3px; margin-bottom: 20px; }
.widget_calendar table { width: 100%; border: none; }
.widget_calendar table thead { background: transparent; border-bottom: 1px solid rgba(8, 8, 8, 0.05); opacity: .4; }
.widget_calendar table thead tr th { font-weight: normal; font-size: 12px; padding-top: 10px; padding-bottom: 11px; text-align: center; }
.widget_calendar table tbody tr td { font-size: 12px; text-align: center; }
.widget_calendar table tr:nth-of-type(even) { background: transparent; }
.widget_calendar table tfoot { background: transparent; font-weight: normal; }
.widget_calendar table tfoot td { padding-top: 20px; }

.widget_pages ul { list-style: none; }
.widget_pages ul li a { position: relative; display: inline-block; padding: 10px 0; font-size: 18px; }
.widget_pages ul li a:before { display: inline-block; margin-right: 10px; vertical-align: middle; font-family: 'iconfont'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: "\e67b"; opacity: .75; }
.widget_pages ul li ul { padding: 0 0 10px; }
.widget_pages ul li li { border: none; }
.widget_pages ul li li a { padding: 0; font-size: 14px; }
.widget_pages ul a { display: inline-block; transition: all .2s ease-in-out; }
.widget_pages ul a:hover { transform: translate(10px, 0); }

.widget_rss .rsswidget img { margin-bottom: 0; margin-right: .5em; }
.widget_rss > ul { list-style: none; }
.widget_rss > ul > li { margin-bottom: 2em; }
.widget_rss .rss-date { display: block; opacity: .7; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; position: relative; margin-top: 10px; }
.widget_rss .rss-date:before { display: inline-block; margin-top: -3px; margin-right: 5px; vertical-align: middle; font-family: 'iconfont'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: "\e6a7"; font-size: 20px; }
.widget_rss .rssSummary { margin-top: 1em; font-size: 14px; }
.widget_rss cite { display: inline-block; padding-top: 5px; margin-top: 20px; margin-bottom: 20px; font-size: 13px; border-top: 1px solid rgba(0, 0, 0, 0.1); font-style: normal; opacity: .7; }

/**
* ----------------------------------------------------------------------
* Pre-footer Call to action
*/
.calltoaction-area { position: relative; z-index: 2; padding: 0 20px; text-align: center; transition: all .5s ease 0s; }
.calltoaction-area:before { content: ""; width: 0; vertical-align: middle; display: inline-block; }

.calltoaction-area__content { display: inline; font-size: 16px; vertical-align: middle; position: relative; z-index: 1; }

.calltoaction-area__message { display: inline-block; vertical-align: middle; line-height: 1.2; }

.calltoaction-area__cta-icon { margin-top: -.15em; opacity: 0.5; vertical-align: middle; }

.calltoaction-area__cta-link { position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; }

.in-wp-customizer .calltoaction-area { display: block; }

@media only screen and (max-width: 767px) { body .calltoaction-area { height: auto; padding: 30px 20px; line-height: 1.3; }
  body .calltoaction-area__content { font-size: 21px; } }
/** ---------------------------------------------------------------------- Footer */
.dslca-enabled .site-footer { background: #222222; color: #999999; text-transform: uppercase; font-size: 11px; font-family: "Open Sans"; font-weight: 900; text-align: center; padding: 20px; margin-bottom: 55px; }

.footer-editing__pseudo-content { width: 70%; margin: 100px auto; text-align: center; text-transform: uppercase; color: #acacac; letter-spacing: 1px; }
.footer-editing__pseudo-content .dslca-activate-composer-hook { position: relative; right: auto; bottom: auto; display: inline-block; float: none; }

.single-lbmn_footer.dslca-enabled .site-content { padding-bottom: 140px; }

/**
* ----------------------------------------------------------------------
* EasyModal Plugin Modal Windows styling
*/
#modal-overlay { background: rgba(0, 0, 0, 0.8) !important; }

body .modal.theme-lumberman { background: #FFF !important; border: none !important; padding: 40px 40px 20px !important; }
body .modal.theme-lumberman .title { padding: 0 20px 40px; color: #000 !important; }
body .modal.theme-lumberman .close-modal { color: #000 !important; }

/*!
 * LiveComposer Components styling override
 * Mobile First (applied to mobile and desktop)
 */
body.dslc-res-phone #dslc-content .dslc-testimonial-author.dslc-testimonial-author-pos-outside-right { float: none; }

body.dslc-res-phone .dslc-no-columns-spacing .dslc-col { margin: 0; }

body .dslc-module-DSLC_Info_Box:after { clear: both; content: ""; display: table; }
body .dslc-accordion-header, body #dslc-content .dslc-cpt-post-title h2, body #dslc-content .dslc-blog-post-title h2, body #dslc-content .dslc-gallery-title h2, body #dslc-content .dslc-partner .dslc-partner-title h2, body #dslc-content .dslc-projects .dslc-project-title h2, body #dslc-content .dslc-product-title h2, body #dslc-content .dslc-staff-member-title h2, body #dslc-content .dslc-module-heading h2, body #dslc-content .dslc-product-thumb .dslc-product-price, body #dslc-content .dslc-product-price-secondary, body #dslc-content .dslc-projects .dslc-project-cats, body #dslc-content .dslc-gallery-images-count-num, body #dslc-content .dslc-gallery-images-count-txt, body #dslc-content .dslc-partner .dslc-partner-excerpt { font-family: inherit; }
body #dslc-content .dslc-partner .dslc-partner-thumb { margin-left: auto; margin-right: auto; }

@media only screen and (min-width: 768px) and (max-width: 1024px) { #dslc-content .tablet-width-full { width: 100%; } }
@media only screen and (max-width: 767px) { #dslc-content .mobile-margin-bottom-none { margin-bottom: 0; }
  #dslc-content .area-mobile-margin-bottom-none .dslc-modules-area { margin-bottom: 0; }
  #dslc-content .phone-width-full { width: 100%; }
  #dslc-content .phone-width-half { width: 50%; }
  #dslc-content .hide-on-phone { display: none; } }
@media only screen and (max-width: 320px) { #dslc-content .hide-for-extra-small { display: none; } }
.close-offcanvas { text-align: right; font-size: 24px; margin-right: -20px; margin-top: -20px; }
.close-offcanvas a { display: inline-block; padding: 20px; color: rgba(0, 0, 0, 0.3); }
.close-offcanvas a:hover { color: #000; }
.close-offcanvas a > span { display: none; }

.off-canvas__overlay { position: absolute; left: 0; width: 100%; height: 100%; top: 0; z-index: 20; display: none; }

.move-left a.off-canvas__overlay { display: block; }

.off-canvas-area { padding: 20px; font-size: 14px; }

nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas { -webkit-backface-visibility: hidden; }

.off-canvas-wrap, .inner-wrap { position: relative; width: 100%; }

.left-off-canvas-menu, .right-off-canvas-menu { width: 260px; top: 0; bottom: 0; height: 100%; position: absolute; overflow-y: auto; background: #FAFAFA; z-index: 1001; box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2) inset; }

section.left-small, section.right-small { width: 2.8125rem; height: 2.8125rem; position: absolute; top: 0; }

.off-canvas-wrap { overflow: hidden; }

.inner-wrap { *zoom: 1; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; }

.inner-wrap:before, .inner-wrap:after { content: " "; display: table; }

.inner-wrap:after { clear: both; }

nav.tab-bar { background: #333333; color: white; height: 2.8125rem; line-height: 2.8125rem; position: relative; }

nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 { color: white; font-weight: bold; line-height: 2.8125rem; margin: 0; }

nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 { font-size: 1.125rem; }

section.left-small { border-right: solid 1px #1a1a1a; box-shadow: 1px 0 0 #4d4d4d; left: 0; }

section.right-small { border-left: solid 1px #4d4d4d; box-shadow: -1px 0 0 #1a1a1a; right: 0; }

section.tab-bar-section { padding: 0 0.625rem; position: absolute; text-align: center; height: 2.8125rem; top: 0; }

@media only screen and (min-width: 40.063em) { section.tab-bar-section { text-align: left; } }
section.tab-bar-section.left { left: 0; right: 2.8125rem; }

section.tab-bar-section.right { left: 2.8125rem; right: 0; }

section.tab-bar-section.middle { left: 2.8125rem; right: 2.8125rem; }

a.menu-icon { display: inline-block; float: right; height: 100%; padding: 0 40px 0 0; position: absolute; right: 0; text-align: right; width: 30%; }
a.menu-icon:before, a.menu-icon span { display: inline-block; vertical-align: middle; }
a.menu-icon:before { content: ""; height: 100%; }

a.menu-icon span { width: 1.25rem; height: 0; margin-top: -30px; -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }

.left-off-canvas-menu { -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.right-off-canvas-menu { -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); right: 0; }

ul.off-canvas-list { list-style-type: none; padding: 0; margin: 0; }

ul.off-canvas-list li label { padding: 0.3rem 0.9375rem; color: #999999; text-transform: uppercase; font-weight: bold; background: #444444; border-top: 1px solid #5e5e5e; border-bottom: none; margin: 0; }

ul.off-canvas-list li a { display: block; padding: 0.66667rem; color: rgba(255, 255, 255, 0.7); border-bottom: 1px solid #262626; }

.move-right > .inner-wrap { -webkit-transform: translate3d(260px, 0, 0); -moz-transform: translate3d(260px, 0, 0); -ms-transform: translate3d(260px, 0, 0); -o-transform: translate3d(260px, 0, 0); transform: translate3d(260px, 0, 0); }

.move-left > .inner-wrap { -webkit-transform: translate3d(-260px, 0, 0); -moz-transform: translate3d(-260px, 0, 0); -ms-transform: translate3d(-260px, 0, 0); -o-transform: translate3d(-260px, 0, 0); transform: translate3d(-260px, 0, 0); }

.lt-ie10 .left-off-canvas-menu { left: -260px; }

.lt-ie10 .right-off-canvas-menu { right: -260px; }

.lt-ie10 .move-left > .inner-wrap { right: 260px; }

.lt-ie10 .move-right > .inner-wrap { left: 260px; }

.input_tiny { width: 50px; }

.input_small { width: 100px; }

.input_medium { width: 150px; }

.input_large { width: 200px; }

.input_xlarge { width: 250px; }

.input_xxlarge { width: 300px; }

input[type="search"]::-webkit-search-decoration { display: none; }

#global-container input:invalid, #global-container button:invalid, #global-container a.button:invalid, #global-container select:invalid, #global-container textarea:invalid { box-shadow: none; }
#global-container input:focus, #global-container button:focus, #global-container a.button:focus, #global-container select:focus, #global-container textarea:focus { border-color: rgba(0, 99, 255, 0.67); z-index: 1; }

input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active { box-shadow: none; }

button, a.button, input[type="reset"], input[type="submit"], input[type="button"] { -webkit-appearance: none; border-radius: 4px; background-clip: padding-box; background: #ebebeb; border: none; cursor: pointer; color: #333; display: inline-block; outline: 0; overflow: visible; margin: 0; padding: 6px 14px 8px; text-decoration: none; vertical-align: top; min-height: 2.4em; width: auto; font: inherit; font-weight: normal; line-height: 1; background: #ddd; }
button:hover, a.button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: #EBEBEB; text-decoration: none; }
button:active, a.button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active { background-color: #ddd; box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0; }
button::-moz-focus-inner, a.button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border: 0; padding: 0; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; border-radius: 3px; -webkit-appearance: none; background-color: white; border: 1px solid; border-color: #dcdddd; color: black; outline: 0; margin: 0; padding: 6px 10px; text-align: left; font-size: inherit; height: 2.4em; vertical-align: middle; font-family: inherit; }
textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] { background-color: #eee; }

.form-skin-dark textarea, .form-skin-dark select, .form-skin-dark input[type="date"], .form-skin-dark input[type="datetime"], .form-skin-dark input[type="datetime-local"], .form-skin-dark input[type="email"], .form-skin-dark input[type="month"], .form-skin-dark input[type="number"], .form-skin-dark input[type="password"], .form-skin-dark input[type="search"], .form-skin-dark input[type="tel"], .form-skin-dark input[type="text"], .form-skin-dark input[type="time"], .form-skin-dark input[type="url"], .form-skin-dark input[type="week"] { background-color: rgba(0, 0, 0, 0.15); color: #fff; border-color: rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.21) rgba(0, 0, 0, 0.07); }
.form-skin-dark input::-webkit-input-placeholder, .form-skin-dark textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.form-skin-dark input:-moz-placeholder, .form-skin-dark textarea:-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.form-skin-dark input.placeholder_text, .form-skin-dark textarea.placeholder_text { color: rgba(255, 255, 255, 0.3); }

button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled], a.button_disabled { box-shadow: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; color: #888; cursor: default; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #d5d2d2; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #d5d2d2; }

input.placeholder_text, textarea.placeholder_text { color: #d5d2d2; }

textarea, select[size], select[multiple] { height: auto; }

select[size="0"], select[size="1"] { height: 1.8em; }

select { max-width: 100%; }

@media (-webkit-min-device-pixel-ratio: 0) { select[size], select[multiple], select[multiple][size] { background-image: none; padding-right: 3px; }
  select, select[size="0"], select[size="1"] { background-image: url(../../../themes/seowp/images/select_arrow.png); background-repeat: no-repeat; background-position: right center; padding-right: 36px !important; }
  ::-webkit-validation-bubble-message { -webkit-box-shadow: none; box-shadow: none; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black)); border: 0; color: white; font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif; overflow: hidden; padding: 15px 15px 17px; text-shadow: black 0 0 1px; min-height: 16px; }
  ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow { -webkit-box-shadow: none; box-shadow: none; background: #666; border-color: #666; } }
textarea { min-height: 40px; overflow: auto; resize: vertical; width: 100%; }

optgroup { color: black; font-style: normal; font-weight: normal; font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }
optgroup::-moz-focus-inner { border: 0; padding: 0; }

/**
* ----------------------------------------------------------------------
* Custom Media Queries
*/
/*! lbmn: Custom Media Queries */
/**
* ----------------------------------------------------------------------
* Retina Devices
* @link http://stackoverflow.com/questions/16459358/media-queries-on-retina-enabled-devices
*/
.show-for-retina { display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { .show-for-retina { display: inline-block; }
  .hide-for-retina { display: none; } }
/**
* ----------------------------------------------------------------------
* LiveComposer Responsive Grid
*/
@media only screen and (min-width: 1024px) and (max-width: 1280px) { .dslc-modules-section-wrapper, .dslc-add-modules-section { width: 940px !important; }
  .dslc-modules-section.dslc-full .dslc-modules-section-wrapper { width: 100% !important; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) { .dslc-modules-section-wrapper, .dslc-add-modules-section { width: 688px !important; }
  .dslc-modules-section.dslc-full .dslc-modules-section-wrapper { width: 100% !important; } }
@media only screen and (min-width: 480px) and (max-width: 767px) { .dslc-modules-section-wrapper, .dslc-add-modules-section { width: 420px !important; }
  .dslc-modules-section.dslc-full .dslc-modules-section-wrapper { width: 100% !important; } }
@media only screen and (max-width: 479px) { .dslc-modules-section-wrapper, .dslc-add-modules-section { width: 280px !important; }
  .dslc-modules-section.dslc-full .dslc-modules-section-wrapper { width: 100% !important; } }
/** ---------------------------------------------------------------------- Make responsive editing mode in LiveComposer looks native */
body.dslca-enabled.dslc-res-phone { /*
https://github.com/lumbermandesigns/SEOWP/issues/49
.global-wrapper {
	max-width: 320px;
}
*/ /*
https://github.com/lumbermandesigns/SEOWP/issues/49
.dslc-modules-section-wrapper,
.dslc-add-modules-section {
	width: 280px !important;
}
*/ }
body.dslca-enabled.dslc-res-phone #mega_main_menu.topbar { display: none; }
body.dslca-enabled.dslc-res-phone #mega_main_menu.header-menu .mega_main_menu_ul { display: none; }

/** ---------------------------------------------------------------------- Print optimized CSS */
@media print { @page { margin: 0.5cm; }
  .notification-panel, .topbar, .site-header, .calltoaction-area, .site-footer, .master-slider { display: none !important; }
  img { max-width: 500px; } }
/* Fix width jumping on page loading */
.dslc-modules-section-wrapper, .dslca-add-modules-section { width: 1200px; }

/* Fix Mega Main Menu icon on specially styled elements */
[class^="dslc-icon-ext-"], [class*=" dslc-icon-ext-"] { font-family: 'iconfont'; }

/** ---------------------------------------------------------------------- Special classes to make the columns flow different on mobile devices */
body:not(.dslc-res-phone) .first-column-last .dslc-first-col { float: right; }

body:not(.dslc-res-phone) .last-column-first .dslc-first-col { float: left; }

/** ---------------------------------------------------------------------- Fix some Live Composer UI issues */
#dslc-content .mce-toolbar .mce-btn i { font-style: normal; }

#dslc-content .mce-container button, #dslc-content .wp-editor-tabs button { box-shadow: none; border-radius: 0; }

#dslc-content .mce-container button:hover { background: none; }

.no-menu-set { float: right; margin-top: 6px; font-size: 14px; opacity: .5; }

.site-footer-inner .no-menu-set { color: #9F9F9F; margin-top: 35px; }

body #mega_main_menu li.default_dropdown > .mega_dropdown > li.drop_to_right > .item_link:before { content: '' !important; }

@media only screen and (max-width: 480px) { #dslc-content.dslc-blog-post-main { z-index: 99999; position: relative; }
  #global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post-thumb { margin-bottom: 0; padding-bottom: 0; width: 100%; } }
form.post-password-form { margin: 0 auto; width: 800px; }

form.post-password-form p { color: #3d3d3d; font-size: 18px; font-weight: 300; line-height: 23px; }

form.post-password-form p label { font-size: 16px; font-weight: 300; margin-right: 0px; margin-bottom: 5px; }

form.post-password-form p input[type="password"] { display: block; margin-bottom: 15px; }

form.post-password-form p input[type="submit"] { background-color: #5aade1; color: white; border-radius: 4px; font-size: 18px; font-weight: 300; line-height: 21px; padding-top: 14px; padding-bottom: 14px; padding-left: 20px; padding-right: 20px; }

#disqus_thread { display: none; }

.dslc-modules-area #disqus_thread { display: block !important; }

.dslc-res-phone .nf-form-cont .nf-field-container { width: 100%; margin-left: 0; }

#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.nav_search_box i:before, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link > i:before { font-family: 'iconfont'; }

/*# sourceMappingURL=style.css.map */