.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.clear { clear: both; }
ul, ol { list-style: none; }
li { list-style: none; }
a, a:hover { text-decoration: none; }
/*
================
font css for menu
================
*/
.wp-megamenu-main-wrapper { font-family: Open Sans; font-size: 14px; font-weight: 400; }
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul { background: none; }
/*
=======
end
=======
*/
/*
===================
css for label-tag
===================
*/
.wp-megamenu-main-wrapper .wpmm-mega-menu-label { position: absolute; top: -10px; background: #d500fb; color: #fff; font-weight: 500; text-transform: uppercase; font-size: 10px; padding: 2px 6px; border-radius: 3px; left: 0; line-height: 1.6; }
.wp-megamenu-main-wrapper.wpmega-clean-white .wpmm-mega-menu-label { background: #ccc; color: #000; }
.wp-megamenu-main-wrapper.wpmega-clean-white .wpmm-mega-menu-label:before { border-width: 7px 4.5px 0 4.5px; border-color: #ccc transparent transparent transparent; }
.wpmega-midnightblue-sky-white.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap li a span.wpmm-mega-menu-label { color: #000 !important; }
.wp-megamenu-main-wrapper .wpmm-mega-menu-label:before { content: ''; position: absolute; width: 0; height: 0; border-style: solid; border-width: 7px 4.5px 0 4.5px; border-color: #d500fb transparent transparent transparent; bottom: -6px; left: 0; right: 0; margin-left: auto; margin-right: auto; }
/*
=====
end
=====
*/
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover { box-shadow: none; }
/*
=================================================
css for nav list-menu for horizontal menu
=================================================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li { display: inline-block; text-align: center; border-top: none; line-height: 1.5; height: auto; float: none; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { padding: 20px 25px 20px 20px; position: relative; display: block; font-size: 13px; line-height: 1.6; overflow: visible; font-family: Open Sans; text-transform: capitalize; text-align: left; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after { content: '\f107'; position: absolute; right: 11px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-family: FontAwesome; font-size: 14px; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon { width: auto; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon:before, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon:before { padding-right: 5px; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a, .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a { font-weight: 400; color: #000; text-align: left; text-transform: none; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { display: block; }
/*
==================
end
==================
*/
/*
================
generic css for ul > ul
================
*/
.wp-megamenu-main-wrapper ul { box-shadow: none; margin: 0; opacity: 1; padding: 0; }
.wp-megamenu-main-wrapper ul:after { display: none; }
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu, .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul { margin: 0; box-shadow: none; -webkit-box-shadow: none; }
.wp-megamenu-main-wrapper.wpmm-onhover ul li:hover ul.wp-mega-sub-menu { visibility: visible; opacity: 1; white-space: normal; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap { opacity: 1; visibility: visible; z-index: 999; }
.wp-megamenu-main-wrapper.wpmm-onclick ul li ul.wp-mega-sub-menu { visibility: visible; opacity: 1; white-space: normal; }
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul { border-bottom: medium none !important; display: block !important; left: 0; margin-left: 0 !important; position: static; z-index: 999; visibility: visible; opacity: 1; white-space: normal; padding: 0; }
.wp-megamenu-main-wrapper ul li .wp1s-widget-wrap ul { position: relative; }
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu:before { display: none; }
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu li { border: none; background: none; }
/*
=============
end
=============
*/
/*
=========================================
mega menu style for dropdown variation -"horizontal"
=========================================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper { position: relative; text-align: left; background: none; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li { position: static; padding: 0; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap { background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 100%; left: 0; width: 100%; font-size: 14px; line-height: 22px; transition: all 0.4s; -webkit-transition: all 0.4s; -ms-transition: all 0.4s; opacity: 0; visibility: hidden; text-align: left; padding: 0 8px; max-height: 0; z-index: 999999; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap { background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 100%; left: 0; width: 100%; font-size: 14px; line-height: 22px; transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; opacity: 0; visibility: hidden; text-align: left; padding: 15px 8px 5px; max-height: 0; z-index: 999999; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap { opacity: 1; visibility: visible; max-height: 10000px; z-index: 999; transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; padding: 15px 8px 5px; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap { left: 50%; right: 0; padding: 15px 8px 5px; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap { opacity: 1; visibility: visible; max-height: 10000px; z-index: 999; transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; left: 0%; padding: 15px 8px 5px; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmm-search-type:hover .wpmm-sub-menu-wrap { left: auto; }
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmm-search-type .wpmm-sub-menu-wrap.wpmm-open-fade { opacity: 1; visibility: visible; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap { width: 100%; overflow: hidden; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap { width: 80%; left: 0; right: 0; margin-left: auto; margin-right: auto; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap { left: 0; width: 80%; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-right-edge .wpmm-sub-menu-wrap { right: 0; width: 80%; left: auto; }
/*
============
end
============
*/
/*
============================================
black and white for horizantol and vertical
============================================
*/
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal { background-color: #3d3d3d; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121)); background: -webkit-linear-gradient(top, #3d3d3d, #212121); background: -moz-linear-gradient(top, #3d3d3d, #212121); background: -ms-linear-gradient(top, #3d3d3d, #212121); background: -o-linear-gradient(top, #3d3d3d, #212121); -webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1); -moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1); box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1); transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: #595959; top: 0; right: 0; }
/*
======
end
======
*/
/*
==============================================
Gold Yellowish With Black for horizantol and vertical
==============================================
*/
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal { background: #dace2e; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); }
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: #fff; top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .wpmm-mega-menu-label { position: absolute; top: -10px; background: red; color: #fff; font-weight: 500; text-transform: uppercase; font-size: 10px; padding: 2px 6px; border-radius: 3px; left: 0; }
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .wpmm-mega-menu-label:before { border-color: red transparent transparent transparent; }
/*
======
end
======
*/
/*
================
Hunter Shades & White
================
*/
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal { background: #CFA66F; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: #d6d6d6; top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal .wpmm-mega-menu-label { background: #000; color: #fff; }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical .wpmm-mega-menu-label { background: black; }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before { border-color: #000 transparent transparent transparent; }
/*
======
end
======
*/
/*
================
maroon-reddish-black
================
*/
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal { background: #a32638; /* Old browsers */ background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #a32638 0%, #f93831 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #a32638 0%, #f93831 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831', GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); }
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.5); top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal .wpmm-mega-menu-label { background: #000; color: #fff; }
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal .wpmm-mega-menu-label:before { border-color: #000 transparent transparent transparent; }
/*
======
end
======
*/
/*
================
Light Blue Sky & White
================
*/
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal { background: #0AA2EE; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); }
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.5); top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal .wpmm-mega-menu-label { background: #f1ee1a; color: #000; }
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before { border-color: #f1ee1a transparent transparent transparent; }
/*
======
end
======
*/
/*
================
wpmega-warm-purple-white
================
*/
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal { background: #9768a8; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); }
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.5); top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal .wpmm-mega-menu-label { background: #f1ee1a; color: #000; }
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before { border-color: #f1ee1a transparent transparent transparent; }
/*
======
end
======
*/
/*
================
sea-green
================
*/
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-vertical { background: #5EC073; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5); }
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.5); top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal .wpmm-mega-menu-label { background: #f1ee1a; color: #000; }
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before { border-color: #f1ee1a transparent transparent transparent; }
/*
================
wpmega-clean-white
================
*/
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-vertical { background: #fff; border: 1px solid #ccc; }
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal { border: 1px solid #ccc; }
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: #ccc; top: 0; right: 0; }
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap { top: 102%; }
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-right a:before { display: none; }
/*
=======
end
=======
*/
/*
=======
black and silver
=======
*/
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-vertical { background: #000; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); }
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wpmega-black-silver .wpmm-mega-wrapper > li:hover, .wpmega-black-silver .wpmm-mega-wrapper > li.current-menu-item { background: #d9d9d9; }
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, .wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a { color: #000; }
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: #d9d9d9; top: 0; right: 0; }
/*=====
end
=======*/
/*=======
prussian blue
=======*/
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal { background: #003153; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1); }
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wpmega-prussian-blue-white .wpmm-mega-wrapper > li:hover, .wpmega-prussian-blue-white .wpmm-mega-wrapper > li.current-menu-item { background: rgba(217, 217, 217, 0.5); }
.wpmega-prussian-blue-white .wpmm-mega-wrapper > li:hover { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, .wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a { color: #fff; }
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.6); top: 0; right: 0; }
/*====
end
====*/
/*=============
wpmega-mountain-meadow-white
=============*/
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-vertical { background: #30BA8F; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); }
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wpmega-mountain-meadow-white .wpmm-mega-wrapper > li:hover, .wpmega-mountain-meadow-white .wpmm-mega-wrapper > li.current-menu-item { background: #009365; }
.mountain-meadow-white .wpmm-mega-wrapper > li:hover { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.6); top: 0; right: 0; }
/*====
end
=====*/
/*=============
wpmega-white-blue
==============*/
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal { background: #0056c7; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); }
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wpmega-white-blue .wpmm-mega-wrapper > li:hover, .wpmega-white-blue .wpmm-mega-wrapper > li.current-menu-item { background: #003b88; }
.wpmega-white-blue .wpmm-mega-wrapper > li:hover { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.6); top: 0; right: 0; }
/*========
transparent black
========*/
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical { background: #fff; }
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #000; font-weight: 400; }
.wpmega-transparent-black .wpmm-mega-wrapper > li:hover, .wpmega-transparent-black .wpmm-mega-wrapper > li.current-menu-item { background: rgba(0,0,0,0.9); }
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #666; font-weight: 400; }
.wpmega-transparent-black .wpmm-mega-wrapper > li:hover { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, .wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a { color: #FFF; }
/*========
hover black
========*/
.wpmega-transparent-hover-black .wpmm-mega-wrapper > li:hover, .wpmega-transparent-hover-black .wpmm-mega-wrapper > li.current-menu-item { background: #000; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #000; font-weight: 400; }
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, .wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li:hover > a { color: #fff; }
/*=========
simple green
=========*/
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal { background: #570; -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); -moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6); }
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { color: #fff; font-weight: 400; }
.wpmega-simple-green .wpmm-mega-wrapper > li:hover, .wpmega-simple-green .wpmm-mega-wrapper > li.current-menu-item { background: #395000; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { content: ''; position: absolute; height: 100%; width: 1px; background: rgba(255,255,255,0.6); top: 0; right: 0; }
/*
=============================
hover effect on main li acc. tp the default color
=============================
*/
.wpmega-black-white .wpmm-mega-wrapper > li:hover, .wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item { background: #212121; background: -moz-linear-gradient(top, #212121 0%, #3d3d3d 100%); background: -webkit-linear-gradient(top, #212121 0%, #3d3d3d 100%); background: linear-gradient(to bottom, #212121 0%, #3d3d3d 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#3d3d3d', GradientType=0 );
transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-gold-yellow-black .wpmm-mega-wrapper > li:hover, .wpmega-gold-yellow-black .wpmm-mega-wrapper > li.current-menu-item { background: #C2B727; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-hunter-shades-white .wpmm-mega-wrapper > li:hover, .wpmega-hunter-shades-white .wpmm-mega-wrapper > li.current-menu-item { background: #b5905e; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-maroon-reddish-black .wpmm-mega-wrapper > li:hover, .wpmega-maroon-reddish-black .wpmm-mega-wrapper > li.current-menu-item { background: #f93831; background: -moz-linear-gradient(top, #f93831 0%, #a32638 100%); background: -webkit-linear-gradient(top, #f93831 0%, #a32638 100%); background: linear-gradient(to bottom, #f93831 0%, #a32638 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93831', endColorstr='#a32638', GradientType=0 );
transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-light-blue-sky-white .wpmm-mega-wrapper > li:hover, .wpmega-light-blue-sky-white .wpmm-mega-wrapper > li.current-menu-item { background: #068FD4; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-warm-purple-white .wpmm-mega-wrapper > li:hover, .wpmega-warm-purple-white .wpmm-mega-wrapper > li.current-menu-item { background: #7E578C; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-sea-green-white .wpmm-mega-wrapper > li:hover, .wpmega-sea-green-white .wpmm-mega-wrapper > li.current-menu-item { background: #47a35b; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmega-clean-white .wpmm-mega-wrapper > li:hover, .wpmega-clean-white .wpmm-mega-wrapper > li.current-menu-item { background: #e2e4e5; }
/*
======================================
flyout css with its color variration
======================================
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #000; width: 210px; list-style: none; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover { background: rgba(204,204,204,0.4); }
.wpmega-sea-green-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #5EC073; }
.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #dace2e; }
.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #C2B727; }
.wpmega-hunter-shades-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #CFA66F; }
.wpmega-hunter-shades-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #b5905e; }
.wpmega-maroon-reddish-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #a32638; /* Old browsers */ background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #a32638 0%, #f93831 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #a32638 0%, #f93831 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831', GradientType=0 ); /* IE6-9 */
}
.wpmega-maroon-reddish-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #f93831; background: -moz-linear-gradient(top, #f93831 0%, #a32638 100%); background: -webkit-linear-gradient(top, #f93831 0%, #a32638 100%); background: linear-gradient(to bottom, #f93831 0%, #a32638 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93831', endColorstr='#a32638', GradientType=0 );
}
.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #0AA2EE; }
.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #068FD4; }
.wpmega-warm-purple-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #9768a8; }
.wpmega-warm-purple-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #7E578C; }
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout div { border: 1px solid #ccc; }
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: none; }
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a { color: #000; }
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #e2e4e5; }
.wpmega-prussian-blue-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #003153; }
.wpmega-mountain-meadow-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #30BA8F; }
.wpmega-black-silver ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: rgba(204,204,204,0.4); }
.wpmega-mountain-meadow-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #009365; }
.wpmega-white-blue ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #0056c7; }
.wpmega-white-blue ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #003b88; }
.wpmega-simple-green ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #570; }
.wpmega-simple-green ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #395000; }
/*
==================
end of flyout color and hover
==================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout { position: relative; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div { opacity: 0; visibility: hidden; position: absolute; z-index: -1; top: 100%; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; max-height: 0; }
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover div { z-index: 99999; max-height: 1000px; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div { right: 0; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div { left: 0; }
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div { opacity: 0; visibility: hidden; top: 100%; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div, .wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div { opacity: 1; visibility: visible; white-space: normal; }
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div { top: 0; }
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div.wpmm-open-fade { opacity: 1; visibility: visible; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li div { right: 100%; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div { left: 100%; }
.wpmm-mega-wrapper.wpmm-onhover ul li.wpmega-menu-flyout:hover ul.wp-mega-sub-menu { opacity: 1; visibility: visible; top: 0; }
.wp-megamenu-main-wrapper.wpmm-onclick ul li.wpmega-menu-flyout ul li div.wpmm-open-fade { opacity: 1; visibility: visible; white-space: normal; top: 0; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul:after { display: none; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li { text-align: left; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li a.wp-mega-menu-link { padding-left: 20px; }
/*
==============
sub-menu alignment right
==============
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link { padding-left: 10px; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-right.menu-item-has-children a:after, ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link:after { left: auto; right: 10px; position: absolute; transform: rotate(180deg) !important; -webkit-transform: rotate(180deg) !important; -ms-transform: rotate(180deg) !important; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link:after { left: auto !important; right: 10px !important; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li.wpmm-submenu-align-right div { left: 100%; right: auto; }
/*
==============
end
==============
*/
/*
==============
sub-menu alignment right
==============
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link { padding-left: 20px; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after { left: 10px; right: auto; position: absolute; transform: rotate(180deg) !important; -webkit-transform: rotate(180deg) !important; -ms-transform: rotate(180deg) !important; top: 12px; line-height: 1; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div { left: auto; right: 100%; }
/*
==============
end
==============
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li { padding: 0; width: 100%; position: relative; z-index: 999; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li ul { top: 0; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li { text-align: left; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a { color: #fff; display: block; width: 100%; padding: 10px; font-size: 12px; text-align: left; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover { text-decoration: none; }
.wpmega-sea-green-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a { background: #47a35b; }
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li i.wpmm-mega-menu-icon.fa { float: left; margin-top: 2px; margin-right: 5px; }
/*
=========
flyout arrow css for left
=========
*/ 
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left li.menu-item-has-children > a:after, ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.menu-item-has-children > a.wp-mega-menu-link:after { content: '\f104'; position: absolute; font-family: FontAwesome; font-size: 14px; transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); left: 10px; right: auto; line-height: 1.3; }
/*
=========
right flyout css  
=========
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right li.menu-item-has-children > a:after { content: '\f105'; position: absolute; font-family: FontAwesome; font-size: 14px; transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); right: 10px; left: auto; }
/*
==========================
8 column area width css
==========================
*/
.wpmm-sub-menu-wrap ul li > a { padding: 0; position: relative; width: auto; }
.wpmm-sub-menu-wrap ul li ul li { width: 100%; margin: 3px 0 7px; padding: 0; }
.wpmm-sub-menu-wrap li ul li a { width: auto; overflow: visible; }
.wp-mega-sub-menu .widget_recent_comments li a, .wp-mega-sub-menu .widget_recent_entries li a { width: auto; display: inline-block !important; }
.wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li.wp-mega-menu-header > a span.wpmm-mega-menu-href-title { font-weight: 700; }
.wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label { left: auto; right: 0; transform: rotate(0deg); -wekit-transform: rotate(0deg); -ms-transform: rotate(0deg); top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-size: 9px; color: #fff; }
.wpmega-clean-white .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label { color: #000; }
.wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label:before { display: none; }
.main-navigation .wpmm-sub-menu-wrap .menu-item-has-children > a:after { display: none; }
.wpmm-sub-menu-wrap ul > li { display: inline-block; vertical-align: top !important; margin: 0 -2px 15px; }
.wpmm-sub-menu-wrap ul li ul li { margin-left: 0; margin-right: 0; }
.wpmm-sub-menu-wrap ul li ul li a { color: #595858; }
.wpmm_megamenu ul.wp-mega-sub-menu li a { font-family: Open Sans; text-align: left; color: #000; text-transform: none; display: block; }
/*
========
column distribution
========
*/
.wpmm-sub-menu-wrap li { display: inline-block; vertical-align: top; margin: 0 -2px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-1total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-2total { width: 50%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-3total { width: 33.33%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-4total { width: 25%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-5total { width: 20%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-6total { width: 16.65%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-7total { width: 14.28%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-1columns-8total { width: 12.5%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-2total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-3total { width: 66.66%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-3columns-3total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-4total { width: 50%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-3columns-4total { width: 75%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-4columns-4total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-5total { width: 40%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-3columns-5total { width: 60%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-4columns-5total { width: 80%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-5columns-5total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-6total { width: 33.33%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-3columns-6total { padding: 0 10px; width: 50%; }
.wpmm-sub-menu-wrap li.wpmega-4columns-6total { width: 66.65%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-5columns-6total { width: 83.3%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-6columns-6total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-7total { width: 28.56%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-3columns-7total { width: 42.84%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-4columns-7total { width: 57.25%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-5columns-7total { width: 71.4%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-5columns-7total { width: 71.4%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-6columns-7total { width: 85.68%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-7columns-7total { width: 100%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-2columns-8total { width: 25%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-3columns-8total { width: 36.5%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-4columns-8total { width: 49%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-5columns-8total { width: 61.5%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-6columns-8total { width: 74%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-7columns-8total { width: 86.5%; padding: 0 10px; }
.wpmm-sub-menu-wrap li.wpmega-8columns-8total { width: 100%; padding: 0 10px; }
/*=============
width for group
=============*/
.wpmm-mega-8columns { width: 100%; }
.wpmm-mega-7columns { width: 87.5%; }
.wpmm-mega-6columns { width: 75%; }
.wpmm-mega-5columns { width: 62.5%; }
.wpmm-mega-4columns { width: 50%; }
.wpmm-mega-3columns { width: 37.5%; }
.wpmm-mega-2columns { width: 25%; }
.wpmm-mega-1columns { width: 12.5%; }
/*
=========================================
header title for all widget part and icon
=========================================
*/
.wpmm_megamenu .wpmm-sub-menu-wrap ul li { font-size: 13px; font-family: Open Sans; }
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title { font-size: 14px; display: inline-block; margin-bottom: 10px; text-transform: uppercase; line-height: 1.5; font-weight: 600; margin-top: 0; font-family: Open Sans; color: #333; }
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title { display: block; }
.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link { margin-bottom: 7px; display: block; background: none; }
.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i { padding-right: 5px; display: inline-block; }
.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.dashicons, .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.genericon { font-size: 16px; line-height: 1.3; }
.wpmm-orientation-vertical .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.dashicons, .wpmm-orientation-vertical .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.genericon { font-size: 16px; line-height: 1.5; }
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title { position: relative; padding-bottom: 10px; }
.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-sea-green-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #5EC073; height: 1px; width: 30px; bottom: 0; }
.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #000; height: 2px; width: 30px; bottom: 0; }
.wpmega-gold-yellow-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-gold-yellow-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #dace2e; height: 1px; width: 30px; bottom: 0; }
.wpmega-hunter-shades-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-hunter-shades-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #CFA66F; height: 1px; width: 30px; bottom: 0; }
.wpmega-maroon-reddish-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-maroon-reddish-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #a32638; height: 1px; width: 30px; bottom: 0; }
.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #0AA2EE; height: 1px; width: 30px; bottom: 0; }
.wpmega-warm-purple-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-warm-purple-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #9768a8; height: 1px; width: 30px; bottom: 0; }
.wpmega-clean-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-clean-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #000; height: 1px; width: 30px; bottom: 0; }
.wpmega-black-silver .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-black-silver .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #000; height: 1px; width: 30px; bottom: 0; }
.wpmega-transparent-hover-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-transparent-hover-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #000; height: 1px; width: 30px; bottom: 0; }
.wpmega-prussian-blue-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-prussian-blue-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #003153; height: 1px; width: 30px; bottom: 0; }
.wpmega-white-blue .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-white-blue .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #0056c7; height: 1px; width: 30px; bottom: 0; }
.wpmega-simple-green .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-simple-green .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #570; height: 1px; width: 30px; bottom: 0; }
.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, .wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before { content: ''; position: absolute; background: #30BA8F; height: 2px; width: 30px; bottom: 0; }
/*
==========
end
==========
*/
/*
=====================================
css for the widget areas in mega-menu
=====================================
*/
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:hover, .wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:focus { color: #000; text-decoration: none; }
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a { color: #404040; }
.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li, .wp-mega-sub-menu .widget_nav_menu li, .wp-mega-sub-menu .widget_pages li, .wp-mega-sub-menu .widget_categories li, .wp-mega-sub-menu .widget_archive li, .wp-mega-sub-menu .widget_meta li, .wp-mega-sub-menu .widget_product_categories ul.product-categories li a, .wp-mega-sub-menu .widget_recent_comments li, .wp-mega-sub-menu .widget_recent_entries li { padding-left: 10px; position: relative; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:hover, .wp-mega-sub-menu .widget_nav_menu li:hover, .wp-mega-sub-menu .widget_pages li:hover, .wp-mega-sub-menu .widget_categories li:hover a, .wp-mega-sub-menu .widget_archive li:hover, .wp-mega-sub-menu .widget_meta li:hover a, .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover, .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:hover, .wp-mega-sub-menu .widget_recent_comments li:hover, .wp-mega-sub-menu .widget_recent_entries li:hover { margin-left: 5px; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
li.wpmega-menu-flyout .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover { margin-left: 0; }
.wpmm-orientation-horizontal .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_pages li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_categories li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_archive li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_meta li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_comments li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_entries li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_categories li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_archive li:before { content: '\f105'; font-family: FontAwesome; font-size: 14px; color: #000; left: 0; position: absolute; top: 50%; transform: translateY(-58%); -ms-transform: translateY(-58%); -webkit-transform: translateY(-58%); }
.wpmm-orientation-vertical .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_pages li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_archive li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_meta li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_comments li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_entries li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_archive li:before { content: '\f105'; font-family: FontAwesome; font-size: 14px; color: #000; left: 0; position: absolute; top: 50%; transform: translateY(-62%); -ms-transform: translateY(-62%); -webkit-transform: translateY(-62%); }
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_nav_menu li:before { transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before { transform: translateY(-55%); -ms-transform: translateY(-55%); -webkit-transform: translateY(-55%); right: auto !important; }
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_comments li:before, .wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_entries li:before { top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title { width: auto; display: inline-block; }
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title { display: inline-block; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-mega-sub-menu .widget_product_categories ul.product-categories li:last-child a:before { display: block; }
/*
===============
category and archieve
===============
*/
.wp-mega-sub-menu .widget_categories ul li, .wp-mega-sub-menu .widget_archive ul li, .wp-mega-sub-menu .widget_product_categories ul li { text-align: right; }
.wp-mega-sub-menu .widget_categories ul li a, .wp-mega-sub-menu .widget_archive ul li a, .wp-mega-sub-menu .widget_product_categories ul li a { float: left; line-height: 1.2; font-size: 13px; }
.wp-mega-sub-menu .widget_product_categories ul li ul { padding-left: 10px; }
.wp-mega-sub-menu .widget_product_categories ul li ul li:last-child { margin-bottom: 0; }
/*
================
recent-entries
================
*/
.wp-mega-sub-menu .widget_recent_entries a, .wp-mega-sub-menu .widget_recent_entries span { display: inline-block; margin: 0 2px; vertical-align: middle; }
.wp-mega-sub-menu .widget_recent_entries a { margin-right: 5px; }
/*
================
css for calender widget
================
*/
.wp-mega-sub-menu .widget_calendar .calendar_wrap th, .wp-mega-sub-menu .widget_calendar .calendar_wrap td { text-align: center; }
.wp-mega-sub-menu .widget_calendar .calendar_wrap caption { font-weight: 400; margin-bottom: 5px; text-align: center; padding-bottom: 0; }
.wp-mega-sub-menu .widget_calendar .calendar_wrap a { display: inline; }
/*
=========
css for search widget 
=========
*/
.wp-mega-sub-menu .widget_search input.search-field, .wp-mega-sub-menu .widget_product_search input.search-field { background-image: none; background: #fff; border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; font-size: 13px; font-weight: normal; width: -webkit-calc(100% - 42px); width: calc(100% - 42px); padding: 7px; }
.wpmm-mega-wrapper .wpmega-searchinline input.search-field { width: 100%; }
.wp-mega-sub-menu .widget_product_search input.search-field, .wp-mega-sub-menu .widget_product_search input[type="submit"] { float: left; }
.wp-mega-sub-menu .widget_product_search input.search-field { width: 50%; }
.wp-mega-sub-menu .widget_product_search input[type="submit"] { font-size: 10px; border-radius: 0; font-weight: normal; padding: 5px 10px; min-width: auto; text-align: center; height: 35px; background: #dc5958; line-height: 1.5; border: 1px solid #dc5958; color: #fff; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-mega-sub-menu .widget_product_search input[type="submit"]:hover { background: none; color: #dc5958; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-mega-sub-menu .widget_search .search-submit:before { content: "\f400"; font-size: 19px; left: 0; line-height: 33px; position: relative; width: 40px; }
/*
==========================
css for news feed widget
==========================
*/
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title .rsswidget { display: inline-block; width: auto; padding: 0; vertical-align: middle; }
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title { font-size: 14px; text-transform: capitalize; }
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title a.rsswidget { font-weight: 700 !important; }
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title a.rsswidget:hover { text-decoration: none; }
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title > .rsswidget { margin-right: 5px; }
.wp-mega-sub-menu .widget_rss ul li a.rsswidget, .wp-mega-sub-menu .widget_rss ul li span { display: inline-block; vertical-align: middle; }
.wp-mega-sub-menu .widget_rss ul li a.rsswidget { padding: 0; text-decoration: underline; font-weight: 700 !important; margin-right: 5px; font-family: Open Sans; }
.wp-mega-sub-menu .widget_rss ul li span { margin-bottom: 0; font-weight: 400; font-family: inherit; }
.wp-mega-sub-menu .widget_rss ul li .rssSummary { margin-top: 8px; }
/*
===========
tag cloud css 
===========
*/
.wpmm_megamenu .tagcloud a { width: auto; padding: 7px 7px; font-size: 11px !important; border: 1px solid #d1d1d1; text-transform: capitalize; font-family: Open Sans; font-size: 11px; margin-bottom: 5px; display: inline-block !important; line-height: 1.2; }
.wpmm_megamenu .tagcloud a:hover { text-decoration: none !important; border-color: #000; }
.wpmm_megamenu .widget_pages ul li a, .wpmm_megamenu .widget_meta ul li a, .wpmm_megamenu .widget_nav_menu ul li a { font-size: 13px; line-height: 1.2; }
/*
========================
latest post plugins css
========================
*/
ul.wp-mega-sub-menu li .latest-posts .media { margin-top: 0; margin-bottom: 20px; }
ul.wp-mega-sub-menu li .latest-posts .media .pull-left { float: left !important; padding-right: 10px; width: 15%; display: inline-block; vertical-align: top; }
ul.wp-mega-sub-menu li .latest-posts .media .pull-left a { width: 100% !important; display: block; float: none; }
ul.wp-mega-sub-menu li .latest-posts .media .pull-left a { padding: 0; }
ul.wp-mega-sub-menu li .latest-posts .media .media-body { width: 85%; display: inline-block; vertical-align: top; float: none; }
ul.wp-mega-sub-menu li .latest-posts .media .media-body h3 { font-size: 13px; margin-bottom: 0; font-weight: 600; color: #000; }
ul.wp-mega-sub-menu li .latest-posts .media .media-body h3 a { width: 100% !important; display: block; padding: 0; }
/*
========
social media plugins css horizontal
========
*/
ul.wp-mega-sub-menu li .aps-social-icon-wrapper .aps-group-horizontal div.aps-each-icon { width: 32px; overflow: hidden; }
ul.wp-mega-sub-menu li .aps-social-icon-wrapper .aps-group-horizontal div.aps-each-icon a { padding: 0; display: block; }
/*
==============
recent post css widget
==============
*/
ul.wp-mega-sub-menu li .rpwwt-widget ul li { margin-top: 0; margin-bottom: 5px !important; }
ul.wp-mega-sub-menu li .rpwwt-widget a { font-weight: 700; color: #000; font-size: 13px; display: inline; }
ul.wp-mega-sub-menu li .rpwwt-widget a span { display: block; }
ul.wp-mega-sub-menu li .rpwwt-widget ul li a img { width: 20% !important; height: 95px; }
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-author, ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-categories, ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-date, ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-excerpt, ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-comments-number { font-size: 12px; line-height: 1.5; }
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-author, ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-categories, ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-date { display: inline-block; margin: 0 5px 0 0; }
/*
===========
custom post setting
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-sub-menu-posts .wpmm-top-sub-image { margin-bottom: 10px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-sub-menu-posts span.wpmm-mega-menu-href-title a { font-size: 16px; display: inline-block; margin-bottom: 5px; text-transform: capitalize; line-height: 1.5; width: 100%; padding: 0; font-weight: 700; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li { position: relative; padding-left: 10px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before { display: none; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li:before { content: '\f0da'; position: absolute; font-family: FontAwesome; font-size: 15px; top: -4px; color: #000; left: 0; }
/*
===========
left & top image custom settings
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage a.wp-mega-menu-link { display: block; padding: 0; width: auto; position: relative; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image { float: left; padding-right: 10px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title { display: block; font-size: 14px; color: #000; font-weight: 600; margin-bottom: 5px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title { margin-bottom: 0; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date { display: inline-block; padding-left: 13px; margin: 0 10px 0 0; position: relative; font-size: 11px; line-height: 1; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name:before, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date:before, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name:before, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date:before { font-family: FontAwesome; position: absolute; left: 0; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name:before, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name:before { content: '\f007'; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date:before, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date:before { content: '\f017'; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title a, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title a { margin-bottom: 0; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover { color: #dc5958; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink { display: inline-block; margin-bottom: 10px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link { display: block; padding: 5px 10px !important; background: #dc5958; border: 1px solid #dc5958; color: #fff; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; width: auto; text-transform: capitalize; }
.wpmega-sea-green-white ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link { background: #5EC073; border-color: #5EC073; }
.wpmega-sea-green-white ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link:hover { color: #5EC073; background: none; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a:hover { background: none; color: #dc5958; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings p.wpmm-posts-desc { margin-bottom: 10px; margin-top: 3px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-featured-image { display: block; margin-bottom: 10px; }
/*
===========
right image custom settings
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage a.wp-mega-menu-link { display: block; padding: 0; width: auto; position: relative; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage a .wpmm-featured-image { float: right; padding-left: 10px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title { display: block; font-size: 15px; color: #000; font-weight: 600; margin-bottom: 5px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date { display: inline-block; padding-left: 15px; margin: 0 10px 0 0; position: relative; line-height: 1; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name:before, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date:before { font-family: FontAwesome; position: absolute; left: 0; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name:before { content: '\f007'; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date:before { content: '\f017'; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title a { margin-bottom: 0; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover { color: #dc5958; }
/*
===========
top image custom settings
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top span { display: inline-block; }
/*
==============
image only css
===============
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-onlyimage .wpmm-sub-menu-wrapper { display: none; }
/*
======
end
======
*/
/*
==================
instagram plugins
==================
*/
ul.wp-mega-sub-menu li .instagram-header { padding-top: 0; }
ul.wp-mega-sub-menu li ul.instagram-widget li { width: 31.33%; float: none; }
/*
=========
wp1s slider css 
=========
*/
ul.wp-mega-sub-menu li .wp1s-widget-wrap .wp1s-slider-wrapper, ul.wp-mega-sub-menu li .wp1s-widget-wrap .wp1s-slider-wrapper { width: 100%; }
/*
========
css for contact
========
*/
ul.wp-mega-sub-menu li .textwidget div.wpcf7 { overflow: hidden; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p { margin-bottom: 10px; width: 100%; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p:last-child { margin-bottom: 0; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap { margin-top: 5px; display: block; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="text"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="email"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="url"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="password"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="search"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="tel"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="number"], ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p textarea { border-radius: 0; background: none; font-size: 12px; color: #686868; padding: 10px; width: 100%; float: none; display: block; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p textarea { max-height: 80px; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] { border-radius: 0; font-size: 12px; text-align: center; max-width: 160px; background: #e03a23; color: #fff; padding: 10px 20px; border: 1px solid #e03a23; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; box-shadow: none; font-weight: 400; text-transform: uppercase; text-shadow: none; }
.wpmega-sea-green-white ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] { background: #5EC073; border-color: #5EC073; color: #fff; }
.wpmega-sea-green-white ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover { background: #47a35b; color: #fff; }
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover { background: none; color: #e03a23; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
/*
============
no header contact form
============
*/
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form h4 { text-transform: uppercase; margin: 0; letter-spacing: 0; font-family: Open Sans; }
/*
============
address css
============
*/
ul.wp-mega-sub-menu li .wpmegamenu-contact-info { margin-top: 10px; }
ul.wp-mega-sub-menu li .textwidget iframe { margin-top: 14px; }
ul.wp-mega-sub-menu li .wpmegamenu-contact-info p { margin-bottom: 15px; margin-top: 0; }
ul.wp-mega-sub-menu li .wpmegamenu-contact-info p .fa { display: inline-block; margin-right: 10px; width: 15px; text-align: center; }
ul.wp-mega-sub-menu li .wpmegamenu-contact-info .wpmm-social-shortcodes h4 { font-size: 16px; display: inline-block; margin-bottom: 10px; text-transform: capitalize; line-height: 1.5; font-family: Open Sans; }
/*
===========
hover color
===========
*/
.main-navigation li:hover > a, .main-navigation li.focus > a { color: inherit; }
/*
==========
product woocommerce css
==========
*/
.woocommerce .wpmm-mega-wrapper ul.cart_list li img, .woocommerce .wpmm-mega-wrapper ul.product_list_widget li img { float: left; width: 25%; margin-right: 10px; margin-left: 0 }
.woocommerce .wpmm-mega-wrapper .star-rating span:before { color: #dc5958; }
/*
============
widget shopping cart
============
*/
ul.wp-mega-sub-menu li.widget_shopping_cart ul li { padding-left: 0 !important; }
/*
===========
show menu icon css
===========
*/
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a:hover { text-decoration: none; }
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a:hover { text-decoration: none; }
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title { padding-left: 0; }
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before { display: none; }
/*
===========
wpmm-html-content css
===========
*/
.wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-html-content.wpmm-ctop p img, .wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-bottomimage p img { margin: 10px 0; }
/*
================
social icons
=================
*/
ul.wp-mega-sub-menu .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a { width: auto; padding: 0; }
ul.wp-mega-sub-menu .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:after { display: none; }
/*
====================
alignment right for social icon and search
====================
*/
ul.wpmm-mega-wrapper li.wpmm-menu-align-right { float: right !important; }
.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap { width: 293px; left: auto; right: 0; padding: 5px; background: rgba(0,0,0,0.5); border-radius: 3px; top: 100%; opacity: 0; visibility: hidden; }
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type:hover .wpmm-sub-menu-wrap { top: 100%; }
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="search"].search-field { background: #fff; font-family: Open San; border-radius: 3px 0 0 3px; font-size: 15px; padding: 11px; line-height: 1; }
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit { background: #17BC9A; min-width: auto; }
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="submit"].search-submit { font-size: 10px; text-transform: uppercase; position: relative; display: inline-block; vertical-align: top; width: 63px; padding: 10px 0; text-align: center; font-size: 12px; line-height: 1.5; border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; -ms-border-radius: 0 3px 3px 0; }
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit:hover { background: rgba(23, 188, 154, 0.6); }
/*
===============
wpmm-custom-post-settings label css
===============
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-image, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-image { position: relative; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image span.wpmm-custom-label, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-featured-image span.wpmm-custom-label, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-featured-image span.wpmm-custom-label, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-custom-label, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-custom-label, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-custom-label { position: absolute; background: #d500fb; font-weight: 500; font-size: 9px; color: #fff; padding: 3px 6px; border-radius: 3px; top: 5px; left: 5px; text-transform: uppercase; z-index: 999999; line-height: 1.5; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-featured-image span.wpmm-custom-label { left: auto; right: 5px; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-post-category, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-post-category, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-post-category { background: #000 none repeat scroll 0 0; border-radius: 0; bottom: 5px; color: #fff; display: inline-block; font-family: Open Sans; font-size: 10px; left: 5px; line-height: 1; margin-bottom: 0; padding: 5px; position: absolute; text-transform: uppercase; }
/*
=======
calender css
=======
*/
.widget_calendar td a { width: 100%; }
.main-navigation ul ul a { width: 100%; }
/*
=========
images section css
=========
*/
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-topimage { margin-bottom: 15px; max-height: 200px; overflow: hidden; text-align: center; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-bottomimage { margin-top: 15px; margin-bottom: 5px; max-height: 200px; overflow: hidden; text-align: center; }
/*
============================
woocommerce product list css
=============================
*/
ul.wp-mega-sub-menu li ul.product_list_widget li ins { background: none; }
ul.wp-mega-sub-menu li ul.product_list_widget li del, ul.wp-mega-sub-menu li ul.product_list_widget li del span { color: #939393; }
ul.wp-mega-sub-menu li ul.product_list_widget li ins { color: #000; }
/*
========
end
========
*/
/*
====================
hover effect on image css 
====================
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a { padding: 0; margin: 0; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image, ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image { overflow: hidden; position: relative; }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image img, ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image img { transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; vertical-align: middle; display: inline-block; -webkit-filter: grayscale(0%); filter: grayscale(0%); }
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image:hover img, ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image:hover img { opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
/*
===============
on click search button
===============
*/
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search { position: absolute; width: 250px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); opacity: 0; visibility: hidden; z-index: 999999; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search .search-submit { display: none; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search .search-field { padding: 10px; font-size: 12px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 0; font-weight: 400; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search { left: -300%; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open { left: -544%; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search { right: -300%; left: auto; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open { right: -706%; left: auto; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type { cursor: pointer; position: relative !important; }
ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type { padding: 20px 25px; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search.searchbox-open { visibility: visible; opacity: 1; }
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search.searchbox-closed { visibility: hidden; opacity: 0; }
/*
================
flyout
================
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li.wpmm-submenu-align-right { text-align: left !important; }
/*
=================================
woocommerce product display
=================================
*/
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li { text-align: center; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a { padding: 0; position: relative; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; display: block; text-align: center; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a img { margin-bottom: 0; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.onsale { position: absolute; right: auto; left: 10px; top: 10px; background: #dc5958; border-radius: 0; margin: 0; padding: 5px 10px; font-size: 11px; line-height: 1.5; min-height: 27px; min-width: auto; z-index: 999; color: #fff; top: -7px; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a h3, .wpmm_megamenu .woocommerce ul.cart_list li a, .wpmm_megamenu .woocommerce ul.product_list_widget li a { font-family: Open Sans; text-transform: capitalize; font-weight: 600; font-size: 14px; padding-top: 10px; color: #333; }
.wpmm_megamenu .woocommerce ul.cart_list li a, .wpmm_megamenu .woocommerce ul.product_list_widget li a { font-size: 12px; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price { color: #1a1a1a; text-align: center; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price del, ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price ins { display: inline-block; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price ins, ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price .woocommerce-Price-amount { background: none; font-weight: 600; color: #1a1a1a; font-size: 12px; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button, ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward { margin-top: 5px; padding: 5px 10px; display: inline-block; font-weight: 400; text-transform: uppercase; font-size: 10px; border-radius: 0; font-family: Open Sans; padding: 10px; background: #dc5958; color: #fff; border: 1px solid #dc5958; }
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button, .wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward { background: #5EC073; border-color: #5EC073; }
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button:hover, .wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward:hover { background: none; color: #5EC073; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button.added { display: none; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button:hover, ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward:hover { background: none; color: #dc5958; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a .star-rating { margin: 0 auto 5px; }
.wpmm_megamenu .woocommerce ul.products li.product, .wpmm_megamenu .woocommerce-page ul.products li.product { margin-bottom: 10px; margin-top: 15px; }
/*
=============
cart css 
=============
*/
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content ul li a.remove { left: auto; right: 10px; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content ul li { margin-bottom: 5px !important; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button { display: inline-block; max-width: 49%; text-align: center; border-radius: 0; font-weight: 400; padding: 10px; text-transform: uppercase; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward { background: #44CCEB; border: 1px solid #44CCEB; color: #fff; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout { background: #dc5958; border: 1px solid #dc5958; color: #fff; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:hover { background: none; color: #44CCEB; }
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout:hover { background: none; color: #dc5958; }
/*
==================================================================================================================================
VERTICAL MEGA MENU CSS
==================================================================================================================================
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper { list-style: none; padding: 0; margin: 0; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li { border-bottom: 1px solid #ddd; border-top: none; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li:last-child { border: none; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link { display: block; width: 100%; padding: 12px 15px; position: relative; color: #404040; font-size: 14px; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a { padding: 0; color: #555; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap li > a:after { display: none; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon { margin-right: 5px; display: inline-block; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a .wpmm-mega-menu-label { left: auto; top: 50%; right: 30px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); line-height: 1.7; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a .wpmm-mega-menu-label:before { display: none; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical { position: relative; width: 25%; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul { width: 100%; list-style: none; margin: 0; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li { position: relative; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li.menu-item-has-children > a:after { content: '\f105'; position: absolute; font-family: FontAwesome; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: auto; right: 10px; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > .wpmm-sub-menu-wrap { position: absolute; top: 0; font-size: 14px; padding: 15px 10px 15px 15px; opacity: 0; visibility: hidden; text-align: left; z-index: 999999; left: 100%; width: 850px; background: #fff; border: 1px solid #e0e0e0; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; z-index: -1; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-vertical-aligned-to-parent { position: relative; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onhover ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap { opacity: 1; visibility: visible; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; z-index: 999; }
.wpmm-orientation-vertical .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_pages li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_meta li:before, .wpmm-orientation-vertical .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_comments li:before, .wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_entries li:before { top: 0; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); line-height: 1; }
/*
===========gm
vertical full height menu
===========
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.wpmega-vertical-full-height { position: static; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-menu-flyout div { left: 100%; right: auto; }
.wpmm-orientation-vertical.wpmm-vertical-left-align.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div, .wpmm-orientation-vertical.wpmm-vertical-left-align.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div, .widget .wpmm-orientation-vertical.wpmm-vertical-left-align ul.wpmm-mega-wrapper li.wpmega-menu-flyout div { left: auto !important; right: 100%; }
.wpmm-orientation-vertical.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div { left: 100%; right: auto; top: 0; }
.wpmm-orientation-vertical.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li div { left: 100%; }
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > a.wp-mega-menu-link > i { line-height: 1.7; }
/*
==========
end
==========
*/
/*
==========================
vertical flyout css search inputs
==========================
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type { padding: 15px; display: block; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap { width: 100%; left: 100%; right: auto; padding: 1px; background: rgba(0,0,0,0.3); border-radius: 3px; top: 0; opacity: 0; visibility: hidden; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap .search-field { padding: 10px; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap .search-submit { border-radius: 0 3px 3px 0; background: #17BC9A; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type:hover > .wpmm-sub-menu-wrap { opacity: 1; visibility: visible; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search { left: -50%; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open { right: auto; left: 44px; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search { right: -50%; }
/*.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open {
	right: 5px;
}*/
/*
==========================
vertical flyout social icons
==========================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li { float: none; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-enable-single-menu { display: inline-block; border-bottom: 0; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a.wpmm-csingle-menu { padding: 10px 15px; }
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a.wpmm-csingle-menu i { margin-right: 0; }
/*
===================
vertical mega menu in widget field
====================
*/
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical { width: 100%; }
ul.wp-mega-sub-menu .widget_recently_viewed_products a span.wpmm-mega-menu-href-title { display: block !important; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline { padding: 20px 10px 19px; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu:before, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline:before { background: none; }
/*
=================
toggle responsive
=================
*/
.wp-megamenu-main-wrapper .wpmegamenu-toggle { display: none; }
/*
=============================
hide menu list on desktop
=============================
*/
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop { display: none; }
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-menu-icon > a i { display: none; }
/*
===================
show arrow and hide arrow css for menu
===================
*/
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-arrow a:after { display: none; }
/*
===================

Mega icon font visiblity css
===================
*/
.wpmm_megamenu ul.wpmm-mega-wrapper ul.wp-mega-sub-menu li.wpmega-visible-hide-menu > a.wp-mega-menu-link { visibility: hidden; }
/*
=============================
wpmm-disable-text
=============================
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a.wpmm-disable-text:before, .wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a.wpmm-disable-text:before { display: none; }
/*
=========================================
wpmm-target-description wpmm-target-text
=========================================
*/
.wpmm_megamenu .wpmm-target-description.wpmm-target-text { display: block; width: auto; font-size: 10px; text-transform: capitalize; font-style: italic; line-height: 1; }
/*
===============
custom layout
===============
*/
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical { background: #5EC073; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a { font-size: 13px; font-family: Open Sans; color: #fff; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover { background: #47a35b; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { opacity: 1; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-custom-theme.wpmm-orientation-horizontal, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-custom-theme.wpmm-orientation-vertical { border: none; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmm-sub-menu-wrap, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical .wpmm-sub-menu-wrap { border: none; }
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal li.wpmm-search-type .wpmm-sub-menu-wrap { border: none !important; }
/*
=============
bounce effect
=============
*/
@-webkit-keyframes mybounce {  from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @keyframes mybounce {  from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.mybounce { -webkit-animation-name: mybounce; animation-name: mybounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #fff; }
/*
================
css for vertical mega-menu when its on widget area
================
*/
/*.widget .wpmm-orientation-vertical ul.wpmm-mega-wrapper li > a.wp-mega-menu-link {
	display: block;
    width: 100%;
    padding: 10px 15px !important;
    position: relative;
}*/
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul.wpmm-mega-wrapper li > .wpmm-sub-menu-wrap { left: auto; right: 100%; }
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul li.menu-item-has-children > a:after { content: '\f104'; left: 0; right: auto; }
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul li.menu-item-has-children { padding-left: 10px; }
/*
========================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
css for pro 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
========================================================================
*/
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul .wpmm-featured-post-title ul { margin-left: -1.5% !important; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li { display: inline-block; vertical-align: top; width: 30%; margin-left: 2%; margin-bottom: 0; }
.widget.widget_wpmegamenu_pro_blogformat ul li { width: 100%; margin-bottom: 15px; }
.widget.widget_wpmegamenu_pro_blogformat ul li:last-child { margin-bottom: 0; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts, .widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title li .wpmm_lists_posts { position: relative; overflow: hidden; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts:hover .wpmm-featured, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts:hover .wpmm-featured { transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured { width: 100% !important; position: relative; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured:before, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured:before { position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.3); }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title { position: absolute; bottom: 0; width: 100%; padding: 0 10px 10px; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title .span-wrapper, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title .span-wrapper { line-height: 1; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title a h4, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title a h4 { margin-bottom: 7px; display: block; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title a + a, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title a + a { display: inline-block; min-width: 100%; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-hover-icon, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-hover-icon { position: absolute; z-index: 999; left: 0; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); opacity: 0; visibility: hidden; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts:hover .wpmm-hover-icon, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts:hover .wpmm-hover-icon { opacity: 1; visibility: visible; }
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a, .widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts a { text-align: center; color: #fff; font-weight: 400; display: block; }
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts a { color: #fff !important; }
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title .wpmm-postformat-title a + a, .widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts .wpmm-postformat-title a + a { font-size: 13px; }
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span, .widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span { margin: 0 5px 5px; float: left; font-size: 13px; }
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span + span, .widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span + span { float: right; }
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span i.fa, .widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span i.fa { padding-right: 5px; }
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title .featured-btn, .widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title .featured-btn { width: 100%; }
/*
==============================
horizontal featured box
==============================
*/
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section { display: inline-block; vertical-align: top; margin: 0 -2px; width: 33.33%; padding-right: 20px; }
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section { margin-bottom: 15px; }
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section:last-child { margin-bottom: 0; }
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-icon-text-icon { float: left; font-size: 65px; width: 20%; text-align: center; }
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-feature-box-info { float: left; width: 80%; padding-left: 12px; }
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-feature-box-info span.wpmm-title-tag, .menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section .wpmm-feature-box-info span.wpmm-title-tag { font-size: 18px; display: block; }
/*
===================
===================
*/
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format, .widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-timeline-post-title, .widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider { display: inline-block; vertical-align: top; }
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format { margin-right: 10px; width: 42%; }
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format .wpmm-post-date, .widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format .wpmm-post-time { display: block; }
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-timeline-post-title { margin-left: 12px; }
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider { position: relative; }
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider:before { position: absolute; content: '\f017'; font-family: FontAwesome; font-size: 16px; color: #f00; left: -10px; top: 7px; }
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider:after { position: absolute; content: ''; width: 1px; height: 12px; background: #ccc; left: -5px; top: 28px; }
/*================
text widget with image
==================*/
.wpmm-text-widgets { display: block; }
.wpmm-text-widgets .thumb { width: 100%; margin-bottom: 10px; overflow: hidden; }
.wpmm-text-widgets .thumb a { display: block; }
.wpmm-text-widgets .thumb a img { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.wpmm-text-widgets .thumb a:hover img { -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); }
.wpmm-text-widgets .wpmm-header h2.entry-title { margin-bottom: 5px; }
.wpmm-text-widgets .wpmm-header p { margin-bottom: 10px; }
.wpmm-text-widgets .wpmm-header h2.entry-title a { font-size: 16px; text-transform: capitalize; font-weight: 600; }
.wpmm-text-widgets .wwpmm-linkbtn { display: inline-block; padding: 5px 10px; background: #de5855; cursor: pointer; border: 1px solid #de5855; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; text-transform: capitalize; }
.wpmm-text-widgets .wwpmm-linkbtn a { color: #fff !important; }
.wpmm-text-widgets .wwpmm-linkbtn:hover { background: none; }
.wpmm-text-widgets .wwpmm-linkbtn:hover a { color: #de5855 !important; }
/*==============
recent post widget and variation
================*/
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section { overflow: hidden; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-image-left-section { float: left; width: 35%; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-image-left-section img { width: 100%; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section { float: left; width: 65%; padding: 0 15px 15px; line-height: 1.2; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-cat { font-size: 12px; color: #d92121; text-transform: uppercase; display: block; margin-bottom: 5px; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-display-date { font-size: 11px; color: #888888; text-transform: uppercase; display: block; margin-bottom: 5px; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-comment-number { font-size: 11px; color: #888888; display: block; position: relative; padding-left: 15px; margin-bottom: 5px; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-comment-number:before { content: '\f075'; position: absolute; display: block; font-family: FontAwesome; font: 11px; color: #888888; top: 0; left: 0; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-recent-posts-title { color: #282828; font-size: 14px; font-weight: 600; margin-bottom: 5px; display: block; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-readmore-btn { display: inline-block; color: #888; position: relative; }
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-readmore-btn:before { position: absolute; content: '\f105'; font-family: FontAwesome; font-size: 14px; display: block; right: -10px; }
/*====
hover effect
====*/
.wpmm-pro-recent-posts-widget ul li { cursor: pointer; }
.wpmm-pro-recent-posts-widget .layout1 li { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
.wpmm-pro-recent-posts-widget .layout1 li:hover div { background: #f3f3f3; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmm-pro-recent-posts-widget .layout1 .wpmm-content-right-section { padding: 10px 15px; }
.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section { position: relative; }
.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section:before { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); content: ''; transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmm-pro-recent-posts-widget .layout2 li:hover .wpmm-recentposts-section .wpmm-image-left-section:before { transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section:after { position: absolute; content: '\f196'; font-family: FontAwesome; font-size: 20px; color: #fff; top: 0; left: 50%; transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; opacity: 0; visibility: hidden; }
.wpmm-pro-recent-posts-widget .layout2 li:hover .wpmm-recentposts-section .wpmm-image-left-section:after { opacity: 1; top: 50%; visibility: visible; }
.wpmm-pro-recent-posts-widget .layout3 li .wpmm-recentposts-section .wpmm-image-left-section { position: relative; }
.wpmm-pro-recent-posts-widget .layout3 li .wpmm-recentposts-section .wpmm-image-left-section:before { content: ''; position: absolute; left: 0; width: 5px; height: 100%; background: #dc5958; transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmm-pro-recent-posts-widget .layout3 li:hover .wpmm-recentposts-section .wpmm-image-left-section:before { transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
/*==============
Pro blog layout
==============*/
.wpmmpro-postslist-wrapper { font-size: 14px; color: #888888; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list { margin-left: -2%; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item { float: left; width: 23%; display: block; margin-left: 2%; margin-top: 15px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .show-category { display: block; margin-bottom: 6px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .show-category span { background: #f87b7b; padding: 3px 5px; text-transform: uppercase; font-size: 9px; color: #fff; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout3 .show-category span { font-size: 12px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list span.wpmm-posts-title { display: block; font-weight: 600; color: #282828; font-size: 16px; line-height: 1.2; margin-bottom: 1px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout3 span.wpmm-posts-title { font-size: 16px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details { color: #888888; font-size: 12px; font-weight: 600; margin-bottom: 10px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details > span { margin-right: 5px; font-size: 11px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .wpmm-author-name, .wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .wpmm-entry-date { text-transform: uppercase; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details span.wpmm-author-name span, .wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details span.wpmm-entry-date span { text-transform: none; color: #9b9a9a; font-weight: 400; margin-right: 2px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .comment_in_number { position: relative; padding-left: 15px; float: right; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .comment_in_number:before { position: absolute; content: '\f075'; font-family: FontAwesome; font-size: 12px; display: block; top: 0; left: 0; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_img { margin-bottom: 8px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content { color: #5a5a5a; font-size: 12px; text-transform: none; line-height: 1.3; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content p { margin-bottom: 5px; }
.wpmm-orientation-vertical .wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content p { margin-bottom: 10px; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-last-section { display: inline-block; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-last-section span { display: block; cursor: pointer; }
/*=============
layout and hover effect
===========*/
.wpmmpro-postslist-wrapper .wpmm-layout1 .posts-last-section span, .wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span { background: #f87b7a; border-radius: 2px; -webkit-border-radius: 2px; color: #fff; text-transform: uppercase; font-size: 12px; box-shadow: 0 3px 0px #da5d5c; -webkit-box-shadow: 0 3px 0px #da5d5c; padding: 5px 15px; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; }
.wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span { border-radius: 0; box-shadow: none; border: 1px solid #929292; color: #929292; background: none; }
.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout1 a:hover .posts-last-section span { background: #414040; box-shadow: 0 3px 0px #151414; -webkit-box-shadow: 0 3px 0px #151414; }
.wpmmpro-postslist-wrapper .wpmm-layout2 a:hover .posts-last-section span { background: #f87b7a; color: #fff; border-color: #f87b7a; }
.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span.wpmm-entry-date, .wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span.comment_in_number { font-size: 12px; color: #888888; text-transform: capitalize; font-weight: 400; }
.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span { font-weight: 600; color: #000; font-size: 12px; }
.wpmmpro-postslist-wrapper .wpmm-layout3 .show-category span { background: none; padding: 0 0 0 20px; color: #333333; position: relative; }
.wpmmpro-postslist-wrapper .wpmm-layout3 .show-category span:before { content: '\f115'; position: absolute; font-family: FontAwesome; font-size: 13px; left: 0; display: block; top: -2px; }
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list .show-category { border-bottom: 1px solid #333333; }
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a .wpmmpro_post_img { overflow: hidden; }
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a .wpmmpro_post_img img { transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; }
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a:hover .wpmmpro_post_img img { transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; }
/*====
slider layout
=====*/
.wpmega-posts-slider li { position: relative; }
.wpmega-posts-slider li .wpmm-caption-wrapper { position: absolute; bottom: 20px; width: 100%; color: #fff; padding: 0 15px; }
.wpmega-posts-slider li:before { position: absolute; content: ''; background: rgba(0,0,0,0.5); height: 100%; width: 100%; }
.wpmega-posts-slider li .wpmm-caption-wrapper h3 a { color: #fff !important; text-transform: capitalize; }
.wpmega-posts-slider li .wpmm-caption-wrapper .posts-slider-date i.fa { margin-right: 5px; }
.wpmm-posts-slider-widgets .bx-controls-direction a { background-image: none !important; }
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev, .wpmm-posts-slider-widgets .bx-controls-direction a.bx-next { color: #fff; background: #dc5958; height: 25px; width: 20px; text-align: center; position: relative; text-indent: 0; font-size: 0; margin-top: 0; display: inline-block; position: absolute; }
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev { left: -8px; }
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next { right: 0; }
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev:before, .wpmm-posts-slider-widgets .bx-controls-direction a.bx-next:before { position: absolute; content: ''; font-family: FontAwesome; font-size: 16px; color: #fff; }
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev:before { content: '\f104'; left: 6px; }
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next:before { content: '\f105'; right: 6px; }
/*=====
gallery section
=====*/
.wpmm-image-gallery-widget .gallery-icon.landscape { padding: 6px; background: #eee; cursor: pointer; overflow: hidden; margin: 0 2px 6px; }
.wpmm-image-gallery-widget .gallery-icon.landscape img { width: 100%; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -ms-filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.wpmm-image-gallery-widget .gallery-icon.landscape:hover img { -ms-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); }
/*=======
wpmm-image-link-wrapper
========*/
.wpmm-image-link-wrapper a { position: relative; overflow: hidden; }
.wpmm-image-link-wrapper a img { -webkit-transform: scale(1); transform: scale(1); transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; }
.wpmm-image-link-wrapper a:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
/*====================
wpmm-pro-productlist-wrap
====================*/
.wpmm-pro-productlist-wrap ul.all-product-list li { width: 50%; float: left; }
.wpmm-pro-productlist-wrap .all-product-list li, .wpmm-pro-recent-product-widget .rec-product-list-area li, .new-layout-product-list-area .all-woo-product-new-layout li { margin-top: 15px; }
.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(odd) { padding-right: 10px; }
.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) { padding-left: 10px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section { float: left; width: 40%; position: relative; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage a, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section a { display: block; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage a img, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section a img { width: 100%; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section { float: left; width: 60%; padding-left: 20px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-category-lists span, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section span.recent_product_category_title { color: #9e9e9e; margin-right: 5px; text-transform: uppercase; font-size: 10px; margin-bottom: 5px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a h3, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a h3 { color: #000; font-size: 18px; font-weight: 600; margin: 0 0 5px; }
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a h3 { margin-bottom: 5px; }
.wpmm-pro-recent-product-widget .all-product-list li .wpmm-recentpro-right-section a h3 { font-size: 15px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a:hover h3, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a:hover h3 { color: rgba(0,0,0,0.5); }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .product-desc p { margin-bottom: 5px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .star-rating { float: left; width: 100%; margin-bottom: 5px; }
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .star-rating { display: none; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section span.price { display: block; margin-bottom: 5px; color: #000; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price ins, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price ins, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price ins { background: none; float: left; font-size: 16px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price del, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price del { font-size: 13px; margin-left: 10px; color: #ccc; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a.button, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a.button { background: #dc5958; color: #fff; border: 1px solid #dc5958; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; border-radius: 0; display: inline-block; text-transform: uppercase; padding: 10px; font-weight: 400; font-size: 10px; }
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a.button:hover, .wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a.button:hover { background: none; color: #dc5958; }
/*===========
wpmm-pro-woo-product-widget
============*/
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li { display: inline-block; width: 23.5%; margin-right: 1.3%; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li:nth-child(4n) { margin-right: 0; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section img { width: 100%; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section { position: relative; margin-bottom: 5px; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.button { position: absolute; width: 100%; background: rgba(220, 89, 88, 0.4); display: block; color: #fff; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; bottom: 0; text-align: center; padding: 10px 0; text-transform: uppercase; transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); font-weight: 400; border-radius: 0; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.added_to_cart { position: absolute; top: 50%; width: 35px; text-align: center; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); height: 35px; background: rgba(0,0,0,0.6); left: 0; right: 0; margin-left: auto; margin-right: auto; font-size: 0; border-radius: 3px; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.added_to_cart:before { position: absolute; content: '\f07a'; font-family: FontAwesome; color: #fff; font-size: 17px; line-height: 33px; left: 9px; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section:hover a.button { transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a:hover { background: #dc5958; color: #fff; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section a h3 { font-size: 14px; font-weight: 600; display: block; margin-bottom: 6px; margin-top: 0; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section { padding: 5px 7px; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section .star-rating { width: 100%; margin-bottom: 5px; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price { display: block; width: 100%; font-size: 16px; color: #000; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price ins { background: none; float: left; font-size: 14px; color: #000; }
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price del { font-size: 12px; color: #ccc; font-weight: 400; margin-left: 10px; }
/*sale css*/
.woocommerce span.onsale { border-radius: 0; left: 5px; top: -6px; min-width: 50px; min-height: 30px; font-weight: 500; font-size: 13px; padding: 7px 0; line-height: 1.5; background-color: #66a423 !important; }
.woocommerce span.onsale:before { position: absolute; content: ''; right: -8px; top: 0; left: auto; width: 0; height: 0; border-style: solid; border-width: 7px 0 0 8px; border-color: transparent transparent transparent #396d02; }
/*end*/
/*=========
horizantol tabs
===========*/
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section { display: inline-block; width: auto; position: static; margin-left: 0; }
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section:first-child { margin-left: 8px; }
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link { width: 100px; text-align: center; padding: 10px; background: #00c0ef; color: #fff; -ms-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); transform: skewX(-20deg); }
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span { -ms-transform: skewX(20deg); -webkit-transform: skewX(20deg); transform: skewX(20deg); }
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span:hover { margin-left: 0; }
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section.show_tab > a.wp-mega-menu-link { background: #00a5cd; }
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs ul { position: relative; }
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > .wpmm-sub-menu-wrapper { position: absolute; width: 100%; border-top: 2px solid #00a5cd; z-index: 999; left: 0; padding-top: 15px; overflow: hidden; background: #fff; }
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li { margin-left: 1% !important; width: 23.9% !important; }
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:first-child { margin-left: 0 !important; }
/*=====
wpmm-featuredbox wpmm-section wpmm-featured-vertical-type
======*/
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox { overflow: hidden; margin-bottom: 10px; }
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox:last-child { margin-bottom: 0; }
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a { display: block; }
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a .wpmm-icon-text-icon, .wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox .wpmm-icon-text-icon { float: left; width: 15%; text-align: center; }
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a .wpmm-feature-box-info, .wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox .wpmm-feature-box-info { width: 85%; float: left; padding-left: 10px; }
/*=======
login overlay
=======*/
.wpmm-login-form { display: block; }
.wpmm-login-form .wpmm_login_overlay { background: rgba(0,0,0,0.6); position: fixed; width: 100%; height: 100%; z-index: 999999; left: 0; right: 0; top: 0; bottom: 0; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; opacity: 0; visibility: hidden; }
.wpmm-login-form.wpmm_show_form .wpmm_login_overlay { visibility: visible; opacity: 1; z-index: 999999; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
body { position: relative; }
/*======
secondary widget css
=======*/
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li { width: 100%; margin-bottom: 20px; }
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:last-child { margin-bottom: 0; }
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(odd) { padding-right: 0; }
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) { padding-left: 0; }
#secondary .wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item { width: 100%; }
/*===================
group desk css
====================*/
.wpmm-start-group-section { float: left; }
/*=======
view more
=========*/
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-sub-menu li.wpmega-view-more-btn a { display: inline-block; background: #f00; color: #fff; font-weight: 400; padding: 4px 8px; border: 1px solid #f00; width: auto; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a span, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-sub-menu li.wpmega-view-more-btn a span { transition: none; -webkit-transition: none; -ms-transition: none; }
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a span:hover { margin-left: 0 !important; }
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a:hover { background: none; color: red; }
/*=======
image icon
=======*/
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon { line-height: 1.2; }
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon img { margin-right: 7px; }
/*end*/
/*=========
search popup
==========*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type a, .wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-search-type a { outline: none; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99999; opacity: 0; visibility: hidden; transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -ms-transition: all ease 0.5s; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.wpmm-search-overlay { background: rgba(0,0,0,0.9); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open { opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search { width: 300px; margin: 0 auto; top: 50%; position: absolute; left: 0; right: 0; background: #39aa8c; padding: 10px; border-radius: 5px; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label { width: 100%; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input.search-field { width: 100%; outline: none; border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; font-weight: 400; border: 1px solid #39aa8c; text-align: center; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input[type="search"]::-webkit-input-placeholder {
 color: #333;
 font-size: 12px;
 text-transform: uppercase;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form input[type="submit"] { width: 100%; box-shadow: none; text-shadow: none; font-size: 14px; color: #fff; background: #016d50; padding: 10px; border: none; text-transform: uppercase; border: 3px solid #016d50; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; outline: none; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form input[type="submit"]:hover { background: none; color: #016d50; font-weight: 600; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup { display: block; position: absolute; left: 98%; top: 10px; z-index: 999; width: 30px; height: 30px; cursor: pointer; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span { position: relative; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:before, .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:after { content: ''; position: absolute; width: 30px; height: 1px; background: rgba(255,255,255,0.8); top: 15px; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup:hover span:before, .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup:hover span:after { background: #fff; }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
/*=========
background image part
==========*/
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage, .wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage { position: absolute; top: 0px; right: 0; z-index: -1; bottom: 0; }
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage img { width: 100%; }
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage { left: auto; }
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage { left: 0; right: auto; width: 100%; }
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage img { width: 100%; }
/*=========
vertical tab
==========*/
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs > div.wpmm-sub-menu-wrapper { position: relative; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li.wpmega-vertical-tabs > a { display: none; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups { width: 30%; float: left; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li { width: 100%; color: #666; margin: 0; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover span, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover { background: #fff; position: relative; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span { background: #fff; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover:before, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before { content: ''; position: absolute; left: -1px; width: 5px; height: 100%; background: red; z-index: 999; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span { color: #666; font-size: 14px; padding: 10px 15px; text-transform: uppercase; width: 100%; border-top: 1px solid #ccc; background: #eee; border-left: 1px solid #ccc; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li:last-child > a > span { border-bottom: 1px solid #ccc; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span:hover { margin-left: 0; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel { position: absolute; right: 0; top: 0; padding: 8px 15px; border-left: 0; left: auto; width: 70%; overflow: hidden; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li { width: 24%; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 0 10px; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:first-child { padding-left: 0; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:last-child { padding-right: 0; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title { font-size: 14px; color: #333; margin-bottom: 15px; font-weight: 600; position: relative; padding-bottom: 10px; }
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before { content: ''; position: absolute; background: #333; bottom: 0; width: 30px; height: 1px; }
/*=================
wpmegamenu-featured-box
=================*/
.wpmegamenu-featured-box { background: #ECEAEF; padding: 15px 0; margin-bottom: 10px; }
.wpmegamenu-featured-box div.wpmm-box-section { display: inline-block; vertical-align: top; margin: 0 -2px; width: 33.33%; }
.wpmegamenu-featured-box div.wpmm-box-section .wpmm-icon-text-icon { float: left; vertical-align: top; width: 25%; text-align: center; font-size: 38px; padding: 10px 0; }
.wpmegamenu-featured-box div.wpmm-box-section .wpmm-feature-info { float: right; vertical-align: top; width: 75%; text-align: left; }
.wpmegamenu-featured-box div.wpmm-box-section .wpmm-feature-info span.wpmm-title-tag { font-size: 15px; display: block; color: #333; font-weight: 600; }
/*==========
pop up according to theme color
==========*/
.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth h1, .wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth h1 { border-bottom: 1px solid #000; }
.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth input.submit_button, .wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth input.submit_button { background-color: #3d3d3d; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121)); background: -webkit-linear-gradient(top, #3d3d3d, #212121); background: -moz-linear-gradient(top, #3d3d3d, #212121); background: -ms-linear-gradient(top, #3d3d3d, #212121); background: -o-linear-gradient(top, #3d3d3d, #212121); }
.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth button.close:before, .wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth button.close:before { color: #000; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth h1 { border-bottom: 1px solid #dace2e; }
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth input.submit_button { background: #dace2e; }
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth button.close:before { color: #dace2e; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth h1 { border-bottom: 1px solid #CFA66F; }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth input.submit_button { background: #CFA66F; }
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth button.close:before { color: #CFA66F; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth h1 { border-bottom: 1px solid #a32638; }
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth input.submit_button { background: #a32638; background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%); background: -webkit-linear-gradient(top, #a32638 0%, #f93831 100%); background: linear-gradient(to bottom, #a32638 0%, #f93831 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831', GradientType=0 );
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth button.close:before { color: #a32638; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth h1 { border-bottom: 1px solid #0AA2EE; }
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth input.submit_button { background: #0AA2EE; }
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth button.close:before { color: #0AA2EE; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth h1 { border-bottom: 1px solid #9768a8; }
.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth input.submit_button { background: #9768a8; }
.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth button.close:before { color: #9768a8; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth h1 { border-bottom: 1px solid #5EC073; }
.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth input.submit_button { background: #5EC073; }
.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth button.close:before { color: #5EC073; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth h1 { border-bottom: 1px solid #003153; }
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth input.submit_button { background: #003153; }
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth button.close:before { color: #003153; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth h1 { border-bottom: 1px solid #30BA8F; }
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth input.submit_button { background: #30BA8F; }
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth button.close:before { color: #30BA8F; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth h1 { border-bottom: 1px solid #0056c7; }
.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth input.submit_button { background: #0056c7; }
.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth button.close:before { color: #0056c7; }
/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth h1 { border-bottom: 1px solid #570; }
.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth input.submit_button { background: #570; }
.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth button.close:before { color: #570; }
/*===========
===========*/
.wpmm-image-gallery-widget .gallery { margin-bottom: 0; }
.wp1s-widget-wrap .bx-controls { display: none; }
/*
===========================================
responsive for horizontal mega menu
===========================================
*/
@media (max-width: 930px)  {
	/*.wpmm-orientation-vertical .wpmega-openblock,*/
	.wpmm-orientation-vertical .menutoggle,
/*	.wpmm-orientation-horizontal .wpmega-openblock,*/
	.wpmm-orientation-horizontal .menutoggle {
		display: none !important;
	}
}
@media (min-width: 911px) {
	.wp-megamenu-main-wrapper .wpmm-mega-wrapper {
		display: block !important;
	}
}
@media (max-width: 910px) {
	.wpmm-orientation-vertical .menutoggle,
	.wpmm-orientation-horizontal .menutoggle {
		display: none !important;
	}
	.wpmm-orientation-horizontal .wpmegamenu-toggle {
		display: block;
	}
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
		font-size: 26px;
	}
	.wpmm-orientation-horizontal .wpmegamenu-toggle .menutoggle {
		display: none;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
		width: 100%;
		border-bottom: 1px solid #ccc;
		text-align: left;
		position: relative;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child {
		border-bottom: none;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .dropdown-toggle {
		display: none;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown, 
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline {
		padding: 15px 10px;
	}
	.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline,
	.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu {
		padding: 15px 10px;
	}
	.wp-megamenu-main-wrapper.wpmega-midnightblue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before {
		display: none;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children a {
		margin-right: 0;
	}
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
		padding: 10px 10px 13px;
		color: #fff;
	}
	.wp-megamenu-main-wrapper .wpmm-mega-menu-label {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: 23%;
	}	 
	.wp-megamenu-main-wrapper .wpmm-mega-menu-label::before {
		border-color: #d500fb transparent transparent;
		border-style: solid;
		border-width: 7px 4.5px 0;
		bottom: -6px;
		content: "";
		height: 0;
		left: -6px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: auto;
		top: 50%;
		transform: rotate(90deg) translateX(-50%);
		width: 0;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
	}
	.wpmm-orientation-horizontal .wpmega-responsive-closebtn {
		color: #fff;
		border-top: 1px solid #fff;
		padding: 15px 10px;
		font-weight: 600;
		position: relative;
		padding-left: 30px;
		cursor: pointer;
		z-index: 999999;
		overflow: hidden;
		clear: both;
	}
	.wpmm-orientation-horizontal .wpmega-responsive-closebtn:before {
		position: absolute;
		content: '\f00d';
		font-family: FontAwesome;
		font-size: 16px;
		left: 10px;
		line-height: 1.4;
	}
	/*.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
		width: 33.33%;
	}*/
	ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type:hover .wpmm-sub-menu-wrap {
		top: 0;
	}
	ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open {
		left: auto;
		opacity: 1;
		right: 10px;
	}
	ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
		width: 100%;
	}
	ul.wpmm-mega-wrapper li.wpmega-menu-flyout div,
	ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li div {
		width: 100%;
		position: relative;
		max-height: 0;
	}
	ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div {
		max-height: 1000px;
	}
	ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div ul li.active-show > div {
    	max-height: 1000px;		
    } 
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children > a::after {
    	top: 12px;
    }
    .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown {
    	padding: 15px 10px;
    }
    .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    	position: relative;
    	max-height: 0;
    	transition: all ease 0.1s;
    	-webkit-transition: all ease 0.1s;
    	-ms-transition: all ease 0.1s;
    	padding: 0 8px 0;
    }
    .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
    	position: relative;
    	max-height: 10000px;
    	transition: all ease 0.3s;
    	-webkit-transition: all ease 0.3s;
    	-ms-transition: all ease 0.3s;
    	padding: 15px 8px 5px;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after,
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after {
    	left: auto;
    	right: 10px;
    	transform: rotate(180deg) !important;
	    -webkit-transform: rotate(180deg) !important;
	    -ms-transform: rotate(180deg) !important;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link {
    	padding-left: 10px;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
    	padding-left: 20px !important;
    }
    /*ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
    }*/
    .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {
    	overflow: hidden;
    	height: 0;
    }
    .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div.wpmm-open-fade {
    	height: 100%;
    	z-index: 999;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li div {
    	right: 0;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
    	z-index: 999;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li.wpmm-submenu-align-right div {
    	left: 0;
    }
    .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-mobile {
		display: none;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical {
		width: 100%;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block {
		color: #fff;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .wpmega-openblock,
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .wpmega-closeblock {
		padding: 10px 10px 13px; 
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .dashicons {
		font-size: 26px;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .menutoggle {
		display: none;
	}
	.wpmm-orientation-vertical .wpmega-responsive-closebtn {
	    color: #fff;
	    border-top: 1px solid #fff;
	    padding: 10px;
	    font-weight: 600;
	    position: relative;
	    padding-left: 10px;
	    cursor: pointer;
	    z-index: 999999;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li.menu-item-has-children > a:after {
		content: '\f107';
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    	position: relative;
    	max-height: 0;
    	transition: all ease 0.1s;
    	-webkit-transition: all ease 0.1s;
    	-ms-transition: all ease 0.1s;
    	padding: 0 8px 0;
    	left: 0;
    	width: 100% !important;
    	right: 0;
    }
    .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
    	position: relative;
    	max-height: 10000px;
    	transition: all ease 0.3s;
    	-webkit-transition: all ease 0.3s;
    	-ms-transition: all ease 0.3s;
    	padding: 15px 8px 5px;
    }
    .wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
    	left: 0;
    }
    ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open {
    	left: 40px;
    	top: 27px;
    }
     ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
        width: 49%;
        padding: 0;
        margin: 0 0 10px;
    }
    ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:nth-child(even) {
        margin-left: 1%;
    }
    .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    	overflow: hidden;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div{
        right:0;
    }
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div{
        left:0;
    }
}
@media (max-width: 768px) {
	/*.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
		width: 50%;
	}*/
    .wpmm-mega-8columns,
    .wpmm-mega-7columns,
    .wpmm-mega-6columns,
    .wpmm-mega-5columns,
    .wpmm-mega-4columns,
    .wpmm-mega-3columns,
    .wpmm-mega-2columns,
    .wpmm-mega-1columns {
		width: 100%;
	}
	.wpmm-sub-menu-wrap li.wpmega-1columns-1total,
	.wpmm-sub-menu-wrap li.wpmega-1columns-2total,
	.wpmm-sub-menu-wrap li.wpmega-1columns-3total,
	.wpmm-sub-menu-wrap li.wpmega-1columns-4total, 
	.wpmm-sub-menu-wrap li.wpmega-1columns-5total, 
	.wpmm-sub-menu-wrap li.wpmega-1columns-6total, 
	.wpmm-sub-menu-wrap li.wpmega-1columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-1columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-2total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-3total, 
	.wpmm-sub-menu-wrap li.wpmega-3columns-3total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-4total, 
	.wpmm-sub-menu-wrap li.wpmega-3columns-4total, 
	.wpmm-sub-menu-wrap li.wpmega-4columns-4total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-5total, 
	.wpmm-sub-menu-wrap li.wpmega-3columns-5total, 
	.wpmm-sub-menu-wrap li.wpmega-4columns-5total, 
	.wpmm-sub-menu-wrap li.wpmega-5columns-5total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-6total, 
	.wpmm-sub-menu-wrap li.wpmega-3columns-6total, 
	.wpmm-sub-menu-wrap li.wpmega-4columns-6total, 
	.wpmm-sub-menu-wrap li.wpmega-5columns-6total, 
	.wpmm-sub-menu-wrap li.wpmega-6columns-6total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-3columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-4columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-5columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-5columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-6columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-7columns-7total, 
	.wpmm-sub-menu-wrap li.wpmega-2columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-3columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-4columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-5columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-6columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-7columns-8total, 
	.wpmm-sub-menu-wrap li.wpmega-8columns-8total {
		width: 100%;
		padding: 0 10px;
	}
	.wpmm-sub-menu-wrap li {
		margin-bottom: 20px;
	}
	.wpmm-sub-menu-wrap li:last-child {
		margin-bottom: 0;
	}
	.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, 
	.wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before,
	.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
	.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
		width: 100%;
		height: 1px;
	}
	.wpmm-sub-menu-wrap ul li .wpmm-pro-recent-posts-widget ul li {
		width: 50% !important;
	}
	.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
		width: 48%;
	}
	.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage, 
	.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
		display: none;
	}
	.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
		display: inline-block;
		width: 49% !important;
		margin: 0 0 20px !important;
	}
	.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:first-child {
		margin-left: 0 !important;
	}
	.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:nth-child(even) {
		margin-left: 1% !important;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
		width: 100%;
		height: auto !important;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
		position: relative;
		left: 0;
		width: 100%;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
		border-right: 1px solid #ccc;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
		border-bottom: 1px solid #ccc;
	}
	ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image, 
	ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image {
		float: none;
	}
}
@media (max-width: 620px) {
	.wpmm-sub-menu-wrap ul li .wpmm-pro-recent-posts-widget ul li {
		width: 100% !important;
	}
	.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
		width: 100%;
	}
	.wpmm-pro-productlist-wrap ul.all-product-list li {
		width: 100%;
	}
	.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
		padding-left: 0;
	}
	.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
		width: 47.9%;
	}
	.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section {
		display: block;
	}
	.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link {
		width: 100%;
	}
	.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span {
		display: block;
	}
	.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link,
	.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section> a.wp-mega-menu-link span {
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
	}
	.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section:first-child {
		margin-left: 0;
	}
	.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > .wpmm-sub-menu-wrapper {
		position: relative;
		overflow: hidden;
	}
	.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs ul {
		height: auto !important;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
		width: 100%;
	}
	.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
		width: 100%;
		margin: 0 0 10px; 
	}
	.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
 		width: 100% !important;
 	}
} @charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*.wpmm-sub-menu-wrap .wpmm_megamenu_bottomcontent {
    display: none;
}

.wpmm-sub-menu-wrap .wpmm_megamenu_topcontent {
    display: none;
}*/

.wp-mega-menu-link {
    cursor: pointer;
}
 
.wpmm-sub-menu-wrap.wpmm-open{
    display: block;
}
.wpmm-fade-in{
    display: block;
}   
.wpmega-enabled-mobile-menu .wpmm-mega-wrapper.hide-menu{
	display: none;
}
.wp-mega-toggle-block{
cursor: pointer;
}
/*#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-1::before{
	  color: #fff;
    content: "";
    font-family: "dashicons";
    font-size: 24px;
    margin: 0 0 0 5px;
}*/
.wpmega-openblock{
	display: block;
}
.wp-megamenu-main-wrapper .wpmega-responsive-closebtn{
    display: none;
}/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("./Genericons.eot");
  src: url("./Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url("./Genericons.ttf") format("truetype"),
       url("./Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}
/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {
}

    /* LI - Post container styles */
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1rem;
    }

    .wpp-list li:last-of-type {
        margin-bottom: 0;
    }

    /* Styles for the popular post in view */
    .wpp-list li.current {
    }

        /* Thumbnail styles */
        .wpp-thumbnail {
            display: inline;
            float: left;
            margin: 0 1rem 0 0;
            border: none;
        }

        /* Title styles */
        .wpp-post-title {
        }

        /* Excerpt styles */
        .wpp-excerpt {
        }

        .wpp-excerpt:empty {
            display: none;
        }

        /* Stats tag styles */
        .wpp-meta, .post-stats {
            display: block;
            font-size: 0.8em;
        }

        .wpp-meta:empty, .post-stats:empty {
            display: none;
        }

            /* Comments count styles */
            .wpp-comments {
            }

            /* Views count styles */
            .wpp-views {
            }

            /* Author styles */
            .wpp-author {
            }

            /* Post date styles */
            .wpp-date {
            }

            /* Post category styles */
            .wpp-category {
            }

        /* WP-PostRatings styles */
        .wpp-rating {
        }*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}input::-moz-placeholder{opacity:1 !important;color:#47555d !important;}input:-moz-placeholder{opacity:1 !important;}input::-webkit-input-placeholder{color:#47555d !important;opacity:1 !important;}input:-ms-input-placeholder{opacity:1 !important;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset;border-radius:30px;-webkit-border-radius:30px;-ms-border-radius:30px;-moz-border-radius:30px;background-color:transparent !important;}article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{}body{color:#3d4247;margin:0;font-size:14px;font-family:"DINPro-Light";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}table{border-bottom:0 !important;}a,input{color:#09a6e8;text-decoration:none;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s;}a:focus{outline:none !important;}a:visited{color:#00b4ff;}a:active,a:hover{color:#ff4b53;outline:0;}h1,h2,h3,h4,h5,h6{clear:both;line-height:1.3;color:#3d4247;font-family:"a";font-weight:450;font-weight:normal;text-transform:uppercase;}h1{font-size:70px;margin:33px 0;letter-spacing:.7px;}h2{font-size:37px;margin:25px 0;}h3{font-size:29px;margin:22px 0;}h4{font-size:25px;margin:25px 0;}h5{font-size:22px;margin:30px 0;}h6{font-size:16px;margin:36px 0;}address{font-style:italic;margin:0 0 24px;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}p{margin:0 0 24px;font-size:18px;font-family:"DINPro-Light";line-height:28px;}.site-main p{color:#47555d;}code,kbd,pre,samp{font-family:monospace,serif;font-size:14px;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}pre{background:#f5f5f5;color:#666;font-family:monospace;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}blockquote{font-size:18px;font-style:italic;font-weight:300;margin:24px 40px;}blockquote blockquote{margin-right:0;}blockquote cite,blockquote small{font-size:14px;font-weight:normal;text-transform:uppercase;}blockquote em,blockquote i{font-style:normal;font-weight:300;}blockquote strong,blockquote b{font-weight:400;}small{font-size:smaller;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}dl{margin:0 20px;}dt{font-weight:bold;}dd{margin:0 0 20px;}menu,ol,ul{margin:16px 0;padding:0 0 0 40px;}ul{list-style-type:square;}nav ul,nav ol{list-style:none;list-style-image:none;}li > ul,li > ol{margin:0;}.content-area li{list-style:disc;color:#47555d;font-size:17px;font-family:"DINPro-Light";}img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;outline:0 !important;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{border:0;padding:0;white-space:normal;}button,input,select,textarea{font-size:100%;margin:0;max-width:100%;vertical-align:baseline;width:100%;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{padding:0;}input[type="search"]{-webkit-appearance:textfield;padding-right:2px;width:270px;}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px;width:100%;}caption,th,td{font-weight:normal;text-align:left;}caption{font-size:16px;margin:20px 0;}th{font-weight:bold;text-transform:uppercase;}td{border-top:1px solid #ededed;padding:6px 10px 6px 0;}del{color:#333;}ins{background:#fff9c0;text-decoration:none;}hr{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/dotted-line.png") repeat center top;background-size:4px 4px;border:0;height:1px;margin:0 0 24px;}.genericon:before,.menu-toggle:after,.featured-post:before,.date a:before,.entry-meta .author a:before,.format-audio .entry-content:before,.comments-link a:before,.tags-links a:first-child:before,.categories-links a:first-child:before,.edit-link a:before,.attachment .entry-title:before,.attachment-meta:before,.attachment-meta a:before,.comment-awaiting-moderation:before,.comment-reply-link:before,.comment-reply-login:before,.comment-reply-title small a:before,.bypostauthor > .comment-body .fn:before,.error404 .page-title:before{-webkit-font-smoothing:antialiased;display:inline-block;font:normal 16px/1 Genericons;vertical-align:text-bottom;}.clear:after,.attachment .entry-header:after,.site-footer .widget-area:after,.entry-content:after,.page-content:after,.navigation:after,.nav-links:after,.gallery:after,.comment-form-author:after,.comment-form-email:after,.comment-form-url:after,.comment-body:after{clear:both;}.clear:before,.clear:after,.attachment .entry-header:before,.attachment .entry-header:after,.site-footer .widget-area:before,.site-footer .widget-area:after,.entry-content:before,.entry-content:after,.page-content:before,.page-content:after,.navigation:before,.navigation:after,.nav-links:before,.nav-links:after,.gallery:before,.gallery:after,.comment-form-author:before,.comment-form-author:after,.comment-form-email:before,.comment-form-email:after,.comment-form-url:before,.comment-form-url:after,.comment-body:before,.comment-body:after{content:"";display:table;}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-weight:bold;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:5px;top:5px;text-decoration:none;width:auto;z-index:100000;}button,input,textarea{border:2px solid #d4d0ba;font-family:inherit;padding:5px;}hr.nitro-lazy{background-image:none !important;}input,textarea{color:#141412;}input:focus,textarea:focus{border:2px solid #c3c0ab;outline:0;}button,input[type="submit"],input[type="button"],input[type="reset"]{background:#e05d22;background:-webkit-linear-gradient(top,#e05d22 0%,#d94412 100%);background:linear-gradient(to bottom,#e05d22 0%,#d94412 100%);border:none;border-bottom:3px solid #b93207;border-radius:2px;color:#fff;display:inline-block;padding:11px 24px 10px;text-decoration:none;}button:hover,button:focus,input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:focus,input[type="button"]:focus,input[type="reset"]:focus{background:#ed6a31;background:-webkit-linear-gradient(top,#ed6a31 0%,#e55627 100%);background:linear-gradient(to bottom,#ed6a31 0%,#e55627 100%);outline:none;}button:active,input[type="submit"]:active,input[type="button"]:active,input[type="reset"]:active{background:#d94412;background:-webkit-linear-gradient(top,#d94412 0%,#e05d22 100%);background:linear-gradient(to bottom,#d94412 0%,#e05d22 100%);border:none;border-top:3px solid #b93207;padding:10px 24px 11px;}.post-password-required input[type="submit"]{padding:7px 24px 4px;vertical-align:bottom;}.post-password-required input[type="submit"]:active{padding:5px 24px 6px;}::-webkit-input-placeholder{color:#47555d;}:-moz-placeholder{color:#47555d;}::-moz-placeholder{color:#47555d;}:-ms-input-placeholder{color:#47555d;}.entry-content img,.entry-summary img,.comment-content img,.widget img,.wp-caption{max-width:100%;}.entry-content img,.entry-summary img,.comment-content img[height],img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto;}img.size-full,img.size-large,img.wp-post-image{height:auto;max-width:100%;}embed,iframe,object,video{max-width:100%;}.entry-content .twitter-tweet-rendered{max-width:100% !important;}.alignleft{float:left;}.alignright{float:right;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}figure.wp-caption.alignleft,img.alignleft{margin:5px 20px 5px 0;}.wp-caption.alignleft{margin:5px 10px 5px 0;}figure.wp-caption.alignright,img.alignright{margin:5px 0 5px 20px;}.wp-caption.alignright{margin:5px 0 5px 10px;}img.aligncenter{margin:5px auto;}img.alignnone{margin:5px 0;}.wp-caption .wp-caption-text,.entry-caption,.gallery-caption{color:#220e10;font-size:18px;font-style:italic;font-weight:300;margin:0 0 24px;}div.wp-caption.alignright img[class*="wp-image-"]{float:right;}div.wp-caption.alignright .wp-caption-text{padding-left:10px;}img.wp-smiley,.rsswidget img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0;}.wp-caption.alignleft + ul,.wp-caption.alignleft + ol{list-style-position:inside;}.site{background-color:#fff;margin:0 auto;width:100%;}.site-main{position:relative;}.site-main .sidebar-inner{margin:0 auto;max-width:1040px;}.site-header{position:relative;}.site-header .home-link{color:#141412;display:block;margin:0 auto;max-width:1080px;min-height:230px;padding:0 20px;text-decoration:none;width:100%;}.site-header .site-title:hover{text-decoration:underline;}.site-title{font-size:60px;font-weight:bold;line-height:1;margin:0;padding:58px 0 10px;}.site-description{margin:0;}.main-navigation{clear:both;margin:0 auto;min-height:45px;}ul.nav-menu,div.nav-menu > ul{margin:0;padding:0 40px 0 0;}.nav-menu li{display:inline-block;position:relative;}.nav-menu li a{color:#141412;display:block;font-size:15px;line-height:1;padding:15px 20px;text-decoration:none;}.nav-menu li:hover > a,.nav-menu li a:hover,.nav-menu li:focus > a,.nav-menu li a:focus{background-color:#220e10;color:#fff;}.nav-menu .sub-menu,.nav-menu .children{background-color:#220e10;border:2px solid #f7f5e7;border-top:0;padding:0;position:absolute;left:-2px;z-index:99999;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.nav-menu .sub-menu ul,.nav-menu .children ul{border-left:0;left:100%;top:0;}ul.nav-menu ul a,.nav-menu ul ul a{color:#fff;margin:0;width:200px;}ul.nav-menu ul a:hover,.nav-menu ul ul a:hover,ul.nav-menu ul a:focus,.nav-menu ul ul a:focus{background-color:#db572f;}ul.nav-menu li:hover > ul,.nav-menu ul li:hover > ul,ul.nav-menu .focus > ul,.nav-menu .focus > ul{clip:inherit;overflow:inherit;height:inherit;width:inherit;}.nav-menu .current_page_item > a,.nav-menu .current_page_ancestor > a,.nav-menu .current-menu-item > a,.nav-menu .current-menu-ancestor > a{color:#bc360a;font-style:italic;}.menu-toggle{display:none;}.navbar{margin:0 auto;width:100%;}.site-header .search-field{background-color:transparent;background-image:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/search-icon-left.png") !important;background-position:15px 10px;background-repeat:no-repeat;background-size:15px 15px;border:none;cursor:pointer;height:36px;color:#fff;margin:0;padding:0 10px 4px 40px;position:relative;width:100%;outline:none !important;}.site-header .search-field.nitro-lazy{background-image:none !important;}.site-header .search-field:focus,.site-header .search-field:active{outline:none !important;}.hentry{padding:40px 0;}.entry-header,.entry-content,.entry-summary,.entry-meta{margin:0 auto;max-width:604px;width:100%;}.sidebar .entry-header,.sidebar .entry-content,.sidebar .entry-summary,.sidebar .entry-meta{max-width:1040px;padding:0 376px 0 60px;}.sidebar .entry-header .entry-meta{padding:0;}.entry-thumbnail img{display:block;margin:0 auto 10px;}.entry-header{margin-bottom:30px;}.entry-title{font-weight:normal;margin:0 0 5px;}.entry-title a{color:#141412;}.entry-title a:hover{color:#ea9629;}.entry-meta{clear:both;font-size:14px;}.entry-meta a{color:#bc360a;}.entry-meta a:hover{color:#bc360a;}.entry-meta > span{margin-right:20px;}.entry-meta > span:last-child{margin-right:0;}.featured-post:before{content:"";margin-right:2px;}.entry-meta .date a:before{content:"";}.comments-link a:before{content:"";margin-right:2px;position:relative;top:-1px;}.entry-meta .author a:before{content:"";position:relative;top:-1px;}.categories-links a:first-child:before{content:"";}.tags-links a:first-child:before{content:"";position:relative;top:-1px;}.edit-link a:before{content:"";position:relative;top:-1px;}.single-author .entry-meta .author,.sticky.format-standard .entry-meta .date,.sticky.format-audio .entry-meta .date,.sticky.format-chat .entry-meta .date,.sticky.format-image .entry-meta .date,.sticky.format-gallery .entry-meta .date{display:none;}.entry-content{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-wrap:break-word;}.entry-content a,.comment-content a{color:#bc360a;}.entry-content a:hover,.comment-content a:hover{color:#ea9629;}.entry-content .more-link{white-space:nowrap;}.entry-content blockquote{font-size:24px;}.entry-content blockquote cite,.entry-content blockquote small{font-size:16px;}.entry-content img.alignleft,.entry-content .wp-caption.alignleft{margin-left:-60px;}.entry-content img.alignright,.entry-content .wp-caption.alignright{margin-right:-60px;}footer.entry-meta{margin-top:24px;}.format-standard footer.entry-meta{margin-top:0;}.page-links{clear:both;font-size:16px;font-style:italic;font-weight:normal;line-height:2.2;margin:20px 0;text-transform:uppercase;}.page-links a,.page-links > span{background:#fff;border:1px solid #fff;padding:5px 10px;text-decoration:none;}.format-status .entry-content .page-links a,.format-gallery .entry-content .page-links a,.format-chat .entry-content .page-links a,.format-quote .entry-content .page-links a,.page-links a{background:#e63f2a;border:1px solid #e63f2a;color:#fff;}.format-gallery .entry-content .page-links a:hover,.format-audio .entry-content .page-links a:hover,.format-status .entry-content .page-links a:hover,.format-video .entry-content .page-links a:hover,.format-chat .entry-content .page-links a:hover,.format-quote .entry-content .page-links a:hover,.page-links a:hover{background:#fff;color:#e63f2a;}.format-status .entry-content .page-links > span,.format-quote .entry-content .page-links > span{background:none;}.page-links .page-links-title{background:transparent;border:none;margin-right:20px;padding:0;}.hentry .mejs-mediaelement,.hentry .mejs-container .mejs-controls{background:#220e10;}.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#fff;}.hentry .mejs-controls .mejs-time-rail .mejs-time-current{background:#ea9629;}.hentry .mejs-controls .mejs-time-rail .mejs-time-total,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#595959;}.hentry .mejs-controls .mejs-time-rail span,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{border-radius:0;}.gallery{margin-bottom:20px;margin-left:-4px;}.gallery-item{float:left;margin:0 4px 4px 0;overflow:hidden;position:relative;}.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail{display:table;margin:0 auto 20px;}.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item{text-align:center;}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px);}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px);}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px);}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px);}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px);}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px);}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0;}.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1){clear:left;}.gallery-caption{background-color:rgba(0,0,0,.7);box-sizing:border-box;color:#fff;font-size:14px;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:2px 8px;position:absolute;bottom:0;left:0;text-align:left;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease;width:100%;}.gallery-caption:before{box-shadow:0 -10px 15px #000 inset;content:"";height:100%;min-height:49px;position:absolute;left:0;top:0;width:100%;}.gallery-item:hover .gallery-caption{opacity:1;}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none;}.format-aside{background-color:#f7f5e7;}.blog .format-aside:first-of-type,.single .format-aside:first-of-type,.format-aside + .format-aside,.format-aside + .format-link,.format-link + .format-aside{box-shadow:inset 0 2px 2px rgba(173,165,105,.2);}.format-aside .entry-meta{margin-top:0;}.format-aside blockquote{font-size:100%;font-weight:normal;}.format-aside cite{font-size:100%;text-transform:none;}.format-aside cite:before{content:"—";margin-right:5px;}.format-audio{background-color:#db572f;}.format-audio .entry-title{font-size:28px;font-weight:bold;}.format-audio .entry-content:before{content:"";float:left;font-size:64px;position:relative;top:4px;}.format-audio .entry-content a,.format-audio .entry-meta a,.format-audio .entry-content a:hover,.format-audio .entry-meta a:hover{color:#fbfaf3;}.format-audio .audio-content{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/dotted-line.png") repeat-y left top;background-size:4px 4px;float:right;padding-left:35px;width:80%;width:-webkit-calc(100% - 85px);width:calc(100% - 85px);}.format-audio .audio-content.nitro-lazy{background-image:none !important;}.format-audio .wp-audio-shortcode{height:30px !important;margin:20px 0;max-width:400px !important;}.format-audio audio{max-width:100% !important;}.format-chat{background-color:#eadaa6;}.format-chat .entry-title{font-size:28px;font-weight:bold;}.format-chat .entry-meta a,.format-chat .entry-content a{color:#722d19;}.format-chat .entry-meta .date a:before{content:"";margin-right:2px;}.format-chat .entry-meta .author{display:none;}.format-chat .chat{margin:0;}.format-chat .chat .chat-timestamp{color:#722d19;float:right;font-size:12px;font-weight:normal;margin:5px 10px 0;}.format-chat .chat .fn{font-style:normal;}.format-gallery{background-color:#fbca3c;}.format-gallery .entry-header{margin-bottom:15px;}.format-gallery .entry-title{font-size:50px;font-weight:400;margin:0;}.format-gallery .entry-meta a,.format-gallery .entry-content a{color:#722d19;}.format-image .entry-title{font-size:28px;font-weight:bold;}.format-image .categories-links,.format-image .tags-links{display:none;}.format-link{background-color:#f7f5e7;}.blog .format-link:first-of-type,.single .format-link:first-of-type{box-shadow:inset 0 2px 2px rgba(173,165,105,.2);}.format-link .entry-header,.format-link .entry-content p:last-child{margin-bottom:0;}.format-link .entry-title{color:#ca3c08;display:inline;margin-right:20px;}.format-link .entry-title a{color:#bc360a;}.format-link div.entry-meta{display:inline;}.format-standard .wp-video,.format-standard .wp-audio-shortcode,.format-audio .wp-audio-shortcode,.format-standard .video-player{margin-bottom:24px;}.format-quote{background-color:#210d10;}.format-quote .entry-content,.format-quote .entry-meta{color:#f7f5e7;}.format-quote .entry-content blockquote{font-size:28px;margin:0;}.format-quote .entry-content a,.format-quote .entry-meta a,.format-quote .linked{color:#e63f2a;}.format-quote .entry-content cite a{border-bottom:1px dotted #fff;color:#fff;}.format-quote .entry-content cite a:hover{text-decoration:none;}.format-quote blockquote small,.format-quote blockquote cite{display:block;font-size:16px;}.format-quote blockquote{font-style:italic;font-weight:300;padding-left:75px;position:relative;}.format-quote blockquote:before{content:"“";font-size:140px;font-weight:400;line-height:.8;padding-right:25px;position:absolute;left:-15px;top:-3px;}.format-quote .entry-meta .author{display:none;}.format-status{background-color:#722d19;padding:0;}.format-status .entry-content,.format-status .entry-meta{padding-left:35px;position:relative;}.format-status .entry-content a{color:#eadaa6;}.format-status .entry-meta a{color:#f7f5e7;}.sidebar .format-status .entry-content,.sidebar .format-status .entry-meta{padding-left:95px;}.format-status .entry-content:before,.format-status .entry-meta:before{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/dotted-line.png") repeat-y left bottom;background-size:4px 4px;content:"";display:block;height:100%;position:absolute;left:10px;top:0;width:1px;}.sidebar .format-status .entry-content:before,.sidebar .format-status .entry-meta:before{left:70px;}.format-status .categories-links,.format-status .tags-links{display:none;}.format-status .entry-meta:before{background-position:left top;}.format-status .entry-content{color:#f7f5e7;font-size:24px;font-style:italic;font-weight:300;padding-bottom:30px;padding-top:40px;position:relative;}.format-status .entry-content p:first-child:before{background-color:rgba(0,0,0,.65);content:"";height:3px;margin-top:13px;position:absolute;left:4px;width:13px;}.sidebar .format-status .entry-content > p:first-child:before{left:64px;}.format-status .entry-content p:last-child{margin-bottom:0;}.format-status .entry-meta{margin-top:0;padding-bottom:40px;}.format-status .entry-meta .date a:before{content:"";}.format-video{background-color:#db572f;}.format-video .entry-content a,.format-video .entry-meta a,.format-video .entry-content a:hover,.format-video .entry-meta a:hover{color:#fbfaf3;}.format-video .entry-title{font-size:50px;font-weight:400;}.format-video .entry-meta{color:#220e10;}.attachment .hentry{background-color:#e8e5ce;margin:0;padding:0;}.attachment .entry-header{margin-bottom:0;max-width:1040px;padding:30px 0;}.attachment .entry-title{display:inline-block;float:left;margin:0;}.attachment .entry-title:before{content:"";font-size:32px;margin-right:10px;}.attachment .entry-meta{clear:none;color:inherit;float:right;max-width:604px;padding:9px 0 0;text-align:right;}.hentry.attachment:not(.image-attachment) .entry-meta{max-width:104px;}.attachment footer.entry-meta{display:none;}.attachment-meta:before{content:"";}.full-size-link a:before{content:"";}.full-size-link:before{content:none;}.attachment .entry-meta a,.attachment .entry-meta .edit-link:before,.attachment .full-size-link:before{color:#ca3c08;}.attachment .entry-content{background-color:#fff;max-width:100%;padding:40px 0;}.image-navigation{margin:0 auto;max-width:1040px;position:relative;}.image-navigation a:hover{text-decoration:none;}.image-navigation .nav-previous,.image-navigation .nav-next{position:absolute;top:50px;}.image-navigation .nav-previous{left:-20px;}.image-navigation .nav-next{right:-20px;}.image-navigation .meta-nav{font-size:32px;font-weight:300;vertical-align:-4px;}.attachment .entry-attachment,.attachment .type-attachment p{margin:0 auto;max-width:528px;text-align:center;}.attachment .entry-attachment .attachment{display:inline-block;}.attachment .entry-caption{text-align:left;}.attachment .entry-description{margin:20px auto 0;max-width:604px;}.attachment .entry-caption p:last-child,.attachment .entry-description p:last-child{margin:0;}.attachment .site-main .sidebar-container{display:none;}.attachment .entry-content .mejs-audio{max-width:400px;margin:0 auto;}.attachment .entry-content .wp-video{margin:0 auto;}.attachment .entry-content .mejs-container{margin-bottom:24px;}.navigation .nav-previous{float:left;}.navigation .nav-next{float:right;}.navigation a{color:#bc360a;}.navigation a:hover{color:#ea9629;text-decoration:none;}.paging-navigation{background-color:#e8e5ce;padding:40px 0;}.paging-navigation .nav-links{margin:0 auto;max-width:604px;width:100%;}.sidebar .paging-navigation .nav-links{max-width:1040px;padding:0 376px 0 60px;}.paging-navigation .nav-next{padding:13px 0;}.paging-navigation a{font-size:22px;font-style:italic;font-weight:300;}.paging-navigation .meta-nav{background-color:#e63f2a;border-radius:50%;color:#fff;display:inline-block;font-size:26px;padding:3px 0 8px;text-align:center;width:50px;}.paging-navigation .nav-previous .meta-nav{margin-right:10px;padding:17px 0 23px;width:80px;}.paging-navigation .nav-next .meta-nav{margin-left:10px;}.paging-navigation a:hover .meta-nav{background-color:#ea9629;text-decoration:none;}.post-navigation{background-color:#fff;color:#ca3c08;font-size:20px;font-style:italic;font-weight:300;padding:20px 0;}.post-navigation .nav-links{margin:0 auto;max-width:1040px;}.sidebar .post-navigation .nav-links{padding:0 376px 0 60px;}.post-navigation a[rel="next"]{float:right;text-align:right;}.author-info{margin:0 auto;max-width:604px;padding:30px 0 10px;text-align:left;width:100%;}.author.sidebar .author-info{max-width:1040px;padding:30px 376px 10px 60px;}.single .author-info{padding:50px 0 0;}.author-avatar .avatar{float:left;margin:0 30px 30px 0;}.single-format-status .author-description{color:#f7f5e7;}.author-description .author-title{clear:none;margin:0 0 8px;}.author-link{color:#ca3c08;margin-left:2px;}.author.archive .author-link{display:none;}.archive-header{background-color:#e8e5ce;}.archive-title,.archive-meta{margin:0 auto;max-width:1040px;padding:30px 0;width:100%;}.archive-meta{font-size:16px;font-style:normal;font-weight:normal;margin-top:-15px;padding:0 0 11px;}.sidebar .archive-meta{padding-right:316px;}.page-header{background-color:#e8e5ce;}.page-title{margin:0 auto;max-width:1040px;padding:30px 0;width:100%;}.page-content{margin:0 auto;max-width:604px;padding:40px 0;width:100%;}.sidebar .page-content{margin:0 auto;max-width:1040px;padding:40px 376px 40px 60px;}.error404 .page-header{background-color:#fff;}.error404 .page-title{line-height:.6;margin:0 0 20px 0;padding-top:0;position:relative;text-align:center;width:auto;font-size:210.32px;font-family:"a";font-weight:500;max-width:100%;color:#9ea2a7;}.missing-page{font-size:17px;color:#47555d;font-family:"DINPro-Light";text-align:center;line-height:29px;}.missing-page a{text-decoration:underline;}.error404 .page-wrapper{background-color:#e8e5ce;}.error404 .page-header,.error404 .page-content{margin:0 auto;max-width:1040px;padding-bottom:40px;width:100%;}.comments-title,.comment-list,.comment-reply-title,.must-log-in,.comment-respond .comment-form,.comment-respond iframe{display:block;margin-left:auto;margin-right:auto;max-width:604px;width:100%;}.sidebar .comments-title,.sidebar .comment-list,.sidebar .must-log-in,.sidebar .comment-reply-title,.sidebar .comment-navigation,.sidebar .comment-respond .comment-form{max-width:1040px;padding-left:60px;padding-right:376px;}.comments-title{}.comment-list,.comment-list .children{list-style-type:none;padding:0;}.comment-list .children{margin-left:20px;}.comment-list > li:after,.comment-list .children > li:before{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/dotted-line.png") repeat left top;background-size:4px 4px;content:"";display:block;height:1px;width:100%;}.comment-list > li:last-child:after{display:none;}.comment-body{padding:24px 0;position:relative;}.comment-author{float:left;max-width:74px;}.comment-author .avatar{display:block;margin-bottom:10px;}.comment-author .fn{word-wrap:break-word;}.comment-author .fn,.comment-author .url,.comment-reply-link,.comment-reply-login{color:#bc360a;font-size:14px;font-style:normal;font-weight:normal;}.says{display:none;}.no-avatars .comment-author{margin:0 0 5px;max-width:100%;position:relative;}.no-avatars .comment-metadata,.no-avatars .comment-content,.no-avatars .comment-list .reply{width:100%;}.bypostauthor > .comment-body .fn:before{content:"";vertical-align:text-top;}.comment-list .edit-link{margin-left:20px;}.comment-metadata,.comment-awaiting-moderation,.comment-content,.comment-list .reply{float:right;width:79%;width:-webkit-calc(100% - 124px);width:calc(100% - 124px);word-wrap:break-word;}.comment-meta,.comment-meta a{color:#a2a2a2;font-size:13px;}.comment-meta a:hover{color:#ea9629;}.comment-metadata{margin-bottom:20px;}.ping-meta{color:#a2a2a2;font-size:13px;line-height:2;}.comment-awaiting-moderation{color:#a2a2a2;}.comment-awaiting-moderation:before{content:"";margin-right:5px;position:relative;top:-2px;}.comment-reply-link:before,.comment-reply-login:before{content:"";margin-right:3px;}.comment-respond{background-color:#f7f5e7;padding:30px 0;}.comment .comment-respond{margin-bottom:20px;padding:20px;}.comment-reply-title{}.comment-reply-title small a{color:#131310;display:inline-block;float:right;height:16px;overflow:hidden;width:16px;}.comment-reply-title small a:hover{color:#ed331c;text-decoration:none;}.comment-reply-title small a:before{content:"";vertical-align:top;}.sidebar .comment-list .comment-reply-title,.sidebar .comment-list .comment-respond .comment-form{padding:0;}.comment-form .comment-notes{margin-bottom:15px;}.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{margin-bottom:8px;}.comment-form [for="author"],.comment-form [for="email"],.comment-form [for="url"],.comment-form [for="comment"]{float:left;padding:5px 0;width:120px;}.comment-form .required{color:#ed331c;}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]{max-width:270px;width:60%;}.comment-form textarea{width:100%;}.form-allowed-tags,.form-allowed-tags code{color:#686758;font-size:12px;}.form-allowed-tags code{font-size:10px;margin-left:3px;}.comment-list .pingback,.comment-list .trackback{padding-top:24px;}.comment-navigation{font-size:20px;font-style:italic;font-weight:300;margin:0 auto;max-width:604px;padding:20px 0 30px;width:100%;}.no-comments{background-color:#f7f5e7;font-size:20px;font-style:italic;font-weight:300;margin:0;padding:40px 0;text-align:center;}.sidebar .no-comments{padding-left:60px;padding-right:376px;}.site-main .mu_register{margin:0 auto;max-width:604px;width:100%;}.mu_alert{margin-top:25px;}.site-main .mu_register input[type="submit"],.site-main .mu_register #blog_title,.site-main .mu_register #user_email,.site-main .mu_register #blogname,.site-main .mu_register #user_name{font-size:inherit;width:270px;}.site-main .mu_register input[type="submit"]{width:auto;}.site-main .widget-area{float:right;width:300px;}.widget{background-color:rgba(247,245,231,.7);font-size:14px;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:0 0 24px;padding:20px;word-wrap:break-word;}.widget .widget-title{margin:0 0 10px;}.widget ul,.widget ol{list-style-type:none;margin:0;padding:0;}.widget li{padding:5px 0;}.widget .children li:last-child{padding-bottom:0;}.widget li > ul,.widget li > ol{margin-left:20px;}.widget a{color:#09a6e8;}.widget a:hover{color:#ff4b53;}.search-form .search-submit{display:none;}.widget_rss .rss-date{display:block;}.widget_rss .rss-date,.widget_rss li > cite{color:#a2a2a2;}.widget_calendar table,.widget_calendar td{border:0;border-collapse:separate;border-spacing:1px;}.widget_calendar caption{font-size:14px;margin:0;}.widget_calendar th,.widget_calendar td{padding:0;text-align:center;}.widget_calendar a{display:block;}.widget_calendar a:hover{background-color:rgba(0,0,0,.15);}.widget_calendar tbody td{background-color:rgba(255,255,255,.5);}.site-footer .widget_calendar tbody td{background-color:rgba(255,255,255,.05);}.widget_calendar tbody .pad,.site-footer .widget_calendar tbody .pad{background-color:transparent;}.site-footer{background-color:#e8e5ce;color:#686758;font-size:14px;text-align:center;}.site-footer .widget-area,.sidebar .site-footer{text-align:left;}.site-footer a{color:#686758;}.site-footer .sidebar-container{background-color:#220e10;padding:20px 0;}.site-footer .widget-area{margin:0 auto;max-width:1040px;width:100%;}.sidebar .site-footer .widget-area{max-width:724px;position:relative;left:-158px;}.site-footer .widget{background:transparent;color:#fff;float:left;margin-right:20px;width:245px;}.sidebar .site-footer .widget{width:228px;}.sidebar .site-footer .widget:nth-of-type(4),.sidebar .site-footer .widget:nth-of-type(3){margin-right:0;}.site-footer .widget a{color:#e6402a;}.site-footer .widget-title,.site-footer .widget-title a,.site-footer .wp-caption-text{color:#fff;}.site-info{margin:0 auto;max-width:1040px;padding:30px 0;width:100%;}#wpstats{display:block;margin:-10px auto 0;}.page-id-4950 .third-banner h1,.page-id-4950 .third-banner p{max-width:880px;}.page-id-4950 .what-we-do-content h3{border-bottom:1px solid #e1e2e2;padding-bottom:30px;}.page-id-4950 .sectionTitle{text-align:center;margin-bottom:100px;}.page-id-4950 .inner-cta-gray{width:100%;}.page-id-4950 #enquiry-form{padding:0;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:left;}.page-id-4950 #enquiry-form p{font-size:18px;line-height:28px;margin-bottom:25px;}.page-id-4950 #enquiry-form h2{margin-top:0;}.page-id-4950 #enquiry-form .disclaimer{background:#4a5261;padding:25px 35px;width:100%;}.page-id-4950 #enquiry-form .disclaimer p{font-size:13px;line-height:20px;}.page-id-4950 #enquiry-form .disclaimer p:last-of-type{margin:0;}.page-id-4950 #enquiry-form .disclaimer .title{text-transform:uppercase;font-family:"DINPro-Medium";font-size:14px;}.page-id-4950 #enquiry-form .half{display:flex;flex-wrap:wrap;width:48%;justify-content:center;align-content:flex-start;}.page-id-4950 #enquiry-form .half:first-of-type{width:40%;}.page-id-4950 #enquiry-form .half:last-of-type{width:55%;}.page-id-4950 #enquiry-form .sbOptions li:first-of-type{display:none;}.productSlider{background:#f7f8f9;padding:100px 20px;width:100%;max-width:2000px;margin:0 auto;text-align:center;}.productSlider h2,.productSlider p{margin:0 auto 30px;}.productSlider h2{max-width:500px;}.productSlider p{max-width:800px;}#productSlider{max-width:1320px;margin:0 auto;width:100%;padding:0 50px;text-align:left;}#productSlider h3{text-align:center;}#productSlider .owl-stage{display:flex;}#productSlider .item{background:#fff;padding:30px 30px 80px;height:100%;position:relative;}#productSlider .item-img{width:100%;border:1px solid #eaecec;margin:20px 0;height:195px;display:flex;justify-content:center;align-items:center;max-width:100%;}#productSlider img{width:auto;height:auto;max-width:100%;max-height:100%;}#productSlider a:not(.red-btn){text-decoration:underline;}#productSlider a.red-btn{position:absolute;bottom:30px;left:50%;margin-left:-127px;width:254px;}#productSlider ul{list-style:none;padding:0;}#productSlider ul li{list-style:none;position:relative;padding:0 0 0 30px;font-size:18px;font-family:"DINPro-Light";line-height:28px;}#productSlider ul li:first-of-type{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #e1e2e2;}#productSlider ul li:first-of-type:before{display:none;}#productSlider ul li:before{content:"✓";position:absolute;top:0;left:0;}@media all and (max-width:999px){.page-id-4950 #enquiry-form .half{width:100% !important;}.page-id-4950 #enquiry-form .half:first-of-type{margin-bottom:30px;}}@media all and (max-width:767px){#productSlider{padding:0 19px;}}@-ms-viewport{width:device-width;}@viewport{width:device-width;}@media (max-width: 1599px){.site{border:0;}}@media (max-width: 1069px){.sidebar img.alignleft,.sidebar .wp-caption.alignleft{margin-left:0;}.sidebar img.alignright,.sidebar .wp-caption.alignright{margin-right:0;}.error404 .page-header{margin-left:auto;max-width:604px;width:100%;}.archive-header,.search .page-header,.archive .page-header,.blog .page-header,.error404 .page-content,.search .page-content,.archive .page-content,.attachment .entry-header,.attachment .entry-content,.post-navigation .nav-links,.sidebar .site-info,.site-footer .widget-area{padding-left:20px;padding-right:20px;}.error404 .page-title:before{font-size:554px;}.site-main .widget-area{margin-right:60px;}}@media (max-width: 999px){.sidebar .entry-header,.sidebar .entry-content,.sidebar .entry-summary,.sidebar .entry-meta,.sidebar .comment-list,.sidebar .comment-reply-title,.sidebar .comment-navigation,.sidebar .comment-respond .comment-form,.sidebar .featured-gallery,.sidebar .post-navigation .nav-links,.author.sidebar .author-info{max-width:604px;padding-left:0;padding-right:0;}.sidebar .site-info,.search.sidebar .page-content,.blog.sidebar .page-content,.attachment .entry-header,.sidebar .comments-title{max-width:604px;}.sidebar .archive-meta,.attachment .entry-header,.search.sidebar .page-content,.blog.sidebar .page-content,.sidebar .site-info,.sidebar .comments-title,.sidebar .no-comments{padding-left:0;padding-right:0;}.attachment .entry-meta{float:left;text-align:left;width:100%;}.attachment .entry-content{max-width:100%;padding:40px 0;}.format-status .entry-content{padding-top:40px;}.format-status .entry-meta{padding-bottom:40px;}.sidebar .format-status .entry-content,.sidebar .format-status .entry-meta{padding-left:35px;}.sidebar .format-status .entry-content:before,.sidebar .format-status .entry-meta:before{left:10px;}.sidebar .format-status .entry-content p:first-child:before{left:4px;}.sidebar .paging-navigation .nav-links{padding:0 60px;}.site-main .sidebar-container{height:auto;margin:0 auto;max-width:604px;position:relative;}.site-main .widget-area{float:none;margin:0;width:100%;}.sidebar .site-footer .widget-area{max-width:100%;left:0;}}@media (max-width: 767px){.site-header .home-link{min-height:0;}.site-title{font-size:36px;padding:8px 0 10px;}.entry-content img.alignleft,.entry-content .wp-caption.alignleft{margin-left:0;}.entry-content img.alignright,.entry-content .wp-caption.alignright{margin-right:0;}.attachment .image-navigation,.attachment .entry-attachment .attachment{max-width:604px;padding:0;width:100%;}.gallery-caption{display:none;}}@media (max-width: 643px){.site-title{font-size:30px;}#content .entry-header,#content .entry-content,#content .entry-summary,#content footer.entry-meta,#content .featured-gallery,.search.sidebar .page-content,.blog.sidebar .page-content,.sidebar .post-navigation .nav-links,.paging-navigation .nav-links,#content .author-info,.comments-area .comments-title,.comments-area .comment-list,.comments-area .comment-navigation,.comment-respond,.sidebar .site-info,.sidebar .paging-navigation .nav-links{padding-left:20px;padding-right:20px;}#content .format-status .entry-content,#content .format-status .entry-met{padding-left:35px;}.menu-toggle{cursor:pointer;display:inline-block;margin:0;}.menu-toggle,.menu-toggle:hover,.menu-toggle:focus,.menu-toggle:active{background:none;border:none;color:#141412;padding:12px 0 12px 20px;}.menu-toggle:focus{outline:thin dotted;}.menu-toggle:after{content:"";font-size:12px;padding-left:8px;vertical-align:-4px;}.toggled-on .menu-toggle:after{content:"";vertical-align:2px;}.toggled-on .nav-menu,.toggled-on .nav-menu > ul{display:block;margin-left:0;padding:0;width:100%;}.toggled-on li,.toggled-on .children{display:block;}.toggled-on .nav-menu li > ul{background-color:transparent;display:block;float:none;margin-left:20px;position:relative;left:auto;top:auto;}.toggled-on .nav-menu li > ul a{color:#141412;width:auto;}.toggled-on .nav-menu li:hover > a,.toggled-on .nav-menu .children a{background-color:transparent;color:#141412;}.toggled-on .nav-menu > li a:hover,.toggled-on .nav-menu > ul a:hover{background-color:#db572f;color:#fff;}.toggled-on .nav-menu > li a:focus,.toggled-on .nav-menu > ul a:focus{background-color:#220e10;color:#fff;}ul.nav-menu,div.nav-menu > ul{display:none;}#content .featured-gallery{padding-left:24px;}.gallery-columns-1 .gallery-item{margin-right:0;width:100%;}.entry-title,.format-chat .entry-title,.format-image .entry-title,.format-gallery .entry-title,.format-video .entry-title{font-size:22px;font-weight:bold;}.format-quote blockquote,.format-status .entry-content{font-size:18px;}.format-quote blockquote small,.format-quote blockquote cite{font-size:13px;}.error404 .page-title:before{content:normal;}.comment-author{margin-right:30px;}.comment-author .avatar{height:auto;max-width:100%;}.comment-metadata,.comment-content,.comment-list .reply{width:70%;width:-webkit-calc(100% - 104px);width:calc(100% - 104px);}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);}.comment-form textarea{height:80px;}.format-audio .entry-content:before{display:none;}.format-audio .audio-content{background-image:none;float:none;padding-left:0;width:auto;}.format-audio .audio-content.nitro-lazy{background-image:none !important;}}@media (max-width: 359px){.site-title{font-weight:normal;}.site-description{clip:rect(1px,1px,1px,1px);position:absolute;}.gallery{margin-left:0;}.gallery .gallery-item,.gallery-columns-2.gallery-size-thumbnail .gallery-item{max-width:none;width:49%;width:-webkit-calc(50% - 4px);width:calc(50% - 4px);}.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail{display:block;}.gallery-columns-1 .gallery-item,.gallery-columns-1.gallery-size-medium .gallery-item,.gallery-columns-1.gallery-size-thumbnail .gallery-item{text-align:center;width:98%;width:-webkit-calc(100% - 4px);width:calc(100% - 4px);}.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:4px;}.gallery br{display:none;}.gallery .gallery-item:nth-of-type(even){margin-right:0;}.comment-author{margin:0 0 5px;max-width:100%;}.comment-author .avatar{display:inline;margin:0 5px 0 0;max-width:20px;}.comment-metadata,.comment-content,.comment-list .reply{width:100%;}}@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){.site-header .search-field{background-image:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/search-icon-2x.png");}.format-audio .audio-content,.format-status .entry-content:before,.format-status .entry-meta:before,.comment-list > li:after,.comment-list .children > li:before{background-image:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/dotted-line-2x.png");}.site-header .search-field.nitro-lazy{background-image:none !important;}}@media print{body{background:none !important;color:#000;font-size:10pt;}footer a[rel="bookmark"]:link:after,footer a[rel="bookmark"]:visited:after{content:" [" attr(href) "] ";}.site{max-width:98%;}.site-header{background-image:none !important;}.site-header.nitro-lazy{background-image:none !important;}.site-header .home-link{max-width:none;min-height:0;}.site-title{color:#000;font-size:21pt;}.site-description{font-size:10pt;}.author-avatar,.site-footer,.comment-respond,.comments-area .comment-edit-link,.comments-area .reply,.comments-link,.entry-meta .edit-link,.page-links,.site-content nav,.widget-area,.main-navigation,.navbar,.more-link{display:none;}.entry-header,.entry-content,.entry-summary,.entry-meta{margin:0;width:100%;}.page-title,.entry-title{font-size:21pt;}.entry-meta,.entry-meta a{color:#444;font-size:10pt;}.entry-content img.alignleft,.entry-content .wp-caption.alignleft{margin-left:0;}.entry-content img.alignright,.entry-content .wp-caption.alignright{margin-right:0;}.format-image .entry-content .size-full{margin:0;}.hentry{background-color:#fff;}.comments-area > li.comment{background:none;position:relative;width:auto;}.comment-metadata{float:none;}.comment-author .fn,.comment-reply-link,.comment-reply-login{color:#333;}}.cf:before,.cf:after{content:"";display:table;}.cf:after{clear:both;}.cf{}.main{width:1280px;margin:0 auto;}.logo{position:relative;z-index:99;}.btm-bar-header{margin-left:-5px;}.top-header{background:#49515e;height:30px;line-height:30px;position:relative;}.top-header ul{padding:0;margin:0;float:right;}.top-header ul li{display:inline;}.top-header ul li a{color:#fff;text-transform:uppercase;font-size:13.5px;font-family:"DINPro-Regular";background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/seperator.jpg") no-repeat center left;padding:0 8px 0 15px;letter-spacing:1px;}.top-header ul li a.nitro-lazy{background-image:none !important;}.top-header ul li:last-child a{padding-right:0;}.top-header ul li:first-child a{background:transparent;padding-left:0;}.top-header ul li a:hover{color:#ed333b;}.site-header:before{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/main-bg.png") no-repeat top center;position:absolute;left:0;top:0;height:100%;width:100%;content:"";background-size:cover;}.top-services ul{margin:0;padding-left:58px;}.logo img{max-width:131px;width:100%;}.header-left{float:left;width:11%;}.header-right{float:right;width:89%;}.red-btn,.red-btn-line,.wpcf7 input[type="submit"],.prevoiuse-inner .upcoming_nav a,.search-res-main .paging-navigation a,.image-navigation .nav-previous a,.image-navigation .nav-next a,.common-registration-tab .subbtm [type="submit"]{background:#ed333b;border:1px solid #ed333b;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-transform:uppercase;color:#fff;color:#fff !important;font-size:16px;font-family:"a";font-weight:500;padding:14px 25px 16px;letter-spacing:1.2px;display:inline-block;vertical-align:middle;text-align:center;}.banner-content{padding:77px 0 91px;}.banner-content ul{padding:0;margin:46px 0 0 0;}.banner-content ul li{display:inline-block;margin-right:20px;vertical-align:middle;margin-bottom:20px;}.banner-content ul li a.need-help-link,.banner-content ul li a.grey-btn{background:#09a6e8;border:1px solid #09a6e8;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-transform:uppercase;color:#fff;color:#fff !important;font-size:16px;font-family:"a";font-weight:500;padding:14px 25px 16px;letter-spacing:1.2px;display:inline-block;vertical-align:middle;text-align:center;}.banner-content ul li a.grey-btn{background:#404958;border-color:#404958;}.banner-content ul li a.need-help-link:hover{background:transparent;color:#09a6e8 !important;}.banner-content ul li a.grey-btn:hover{background:transparent;color:#404958 !important;}.banner-content ul li a span{border-top:1px solid;padding:5px 0 0 0;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;margin-top:2px;display:block;position:relative;}.banner-content ul li a span::after{color:#09a6e8;content:"";font-family:FontAwesome;font-size:14px;right:25%;top:10px;position:absolute;}.banner-content ul li a:hover span:after{opacity:1;}.banner-content ul li a:hover,.banner-content ul li a:hover span:after{color:#ff4b53;}.red-btn:hover,.red-btn:focus,.wpcf7 input[type="submit"]:hover,.wpcf7 input[type="submit"]:focus,.common-registration-tab .subbtm [type="submit"]:hover,.common-registration-tab .subbtm [type="submit"]:focus{background:transparent;color:#ff4b53 !important;}.banner-content h1{color:#3d4247;font-family:"a";font-weight:450 !important;line-height:65px;margin-bottom:28px;font-size:55px;margin-top:0;}.banner-content p{font-size:24px;line-height:33px;}.banner-txt{margin:0px;padding-bottom:0;}.banner-txt p{max-width:730px;}.banner-txt .red-btn,.banner-content ul li a.need-help-link{position:relative;z-index:9;}.arrow{border:1px solid #d7dadd;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;width:44px;height:44px;display:inline-block;}.bottom-arrows{bottom:25px;left:0;margin:0 auto;position:absolute;right:0;text-align:center;}.bottom-arrows .fa{font-size:31px;margin:6px 0 0 0;}.bottom-header,.banner-content{position:relative;}.bottom-header{padding:17px 0 0;background:#404958;}.arrow:hover{border:1px solid #ed333b;}.top-services{float:left;width:77%;margin:9px 0 0 0;}.call-now{text-align:right;}.call-now a{font-size:31px;font-family:"DINPro-Medium";}.call-now a:hover{color:#ed333b;}.call-now img{margin:-4px 8px 0 0;}.call-free{display:block;color:#fff;font-size:18px;}.site-header{background-repeat:no-repeat !important;background-position:center top !important;background-size:cover !important;height:100% !important;}.top-services li{color:#fff;display:inline-block;font-family:"DINPro-Regular";font-size:13.5px;text-transform:uppercase;margin-left:25px;}.servises-img{border:1px solid #fff;border-radius:100%;float:left;padding:16px 18px;}.service-type{float:left;margin:16px 0 0 11px;letter-spacing:1px;}.wpmm_megamenu ul.wp-mega-sub-menu li a{display:inline-block;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li{padding-bottom:32px;margin-top:17px;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children a{padding-right:26px;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div{top:100%;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover{background:transparent;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover{color:#ed333b !important;background:none;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul{background:#4a525f;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div{left:100%;right:auto;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a::after{top:16px;padding-left:10px;transform:rotate(0deg) !important;left:auto;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link{padding-left:10px;}li.page-item-163 .wpmm-sub-menu-wrapper ul li{padding:0 20px !important;}li.page-item-163 .wpmm-sub-menu-wrapper ul li a{padding:20px 0 !important;border-bottom:1px solid rgba(255,255,255,.3);}li.page-item-163 .wpmm-sub-menu-wrapper ul li:last-child a{border-bottom:none;}.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div{right:100%;}ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a{font-size:16px;color:#fff !important;}.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before,.wpmega-black-white .wpmm-mega-wrapper > li:hover,.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item{background:transparent;box-shadow:none;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{font-family:"a";font-weight:500 !important;font-size:15px;text-transform:uppercase !important;letter-spacing:.65px;padding:0 8px 0;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover{color:#ed333b;}.header-right .serch-form{float:right;width:165px;margin:0;position:absolute;right:0;bottom:25px;}.header-right .serch-form form.search-form{border:1px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;height:36px;outline:none !important;}.header-right .serch-form form:focus{border:1px solid #ed333b;outline:none !important;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a::after{right:10px;top:13px;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper{position:static;}.bottom-header .main{position:relative;}.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title::before,.wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link::before{content:none;}.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title{font-size:18px;color:#3d4247;font-family:"DINPro-Regular";text-transform:none;font-weight:400;margin-bottom:18px;}.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a{font-size:15px;color:#737679;font-family:"DINPro-Light";}.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:hover{color:#ed333b;}.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li,.wp-mega-sub-menu .widget_nav_menu li,.wp-mega-sub-menu .widget_pages li,.wp-mega-sub-menu .widget_categories li,.wp-mega-sub-menu .widget_archive li,.wp-mega-sub-menu .widget_meta li,.wp-mega-sub-menu .widget_product_categories ul.product-categories li a,.wp-mega-sub-menu .widget_recent_comments li,.wp-mega-sub-menu .widget_recent_entries li{padding-left:0;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap{box-shadow:none;-moz-transition:none;-webkit-transition:none;transition:none;}.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap{padding:33px 24px 5px 39px;transition:none;-moz-transition:none;-ms-transition:none;-webkit-transition:none;}.wp-mega-menu-link span::before{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/menu-arrow.png") no-repeat;content:"";position:absolute;bottom:-32px;left:0;width:16px;height:9px;margin:3px auto 0;right:0;}.product-mega-menu .wpmm-sub-menu-wrap .wp-mega-sub-menu .menu-item-type-widget{float:left;}.product-mega-menu .wpmm-sub-menu-wrap .wp-mega-sub-menu .menu-item-type-widget:first-child{width:22.8%;}.product-mega-menu .wpmm-sub-menu-wrap .wp-mega-sub-menu .menu-item-type-widget:nth-child(2){width:44.4%;border-left:1px solid #ebebeb;padding-left:36px;padding-right:0;}.menu-application-container{-webkit-column-count:2;-moz-column-count:2;column-count:2;}.product-mega-menu .wpmm-sub-menu-wrap .wp-mega-sub-menu .menu-item-type-widget:last-child{width:31.8%;margin-left:1%;padding-right:0;padding-left:37px;border-left:1px solid #ebebeb;}.wpmm-sub-menu-wrap ul li ul li{margin:3px 0 12px;}.product-mega-menu:hover span::before{opacity:1;}.wp-mega-menu-link span::before{opacity:0;}.wpmm-sub-menu-wrap{top:100%;}.testimonial-section .owl-stage-outer .item img{margin:0 auto 30px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;}.home .item-img,.blog .item-img{margin:0 auto;max-width:375px;}.item-img{max-width:250px;margin:0 auto;}.testimonial-section .owl-stage-outer .item{}.testimonial-section p{width:57%;margin:0 auto;color:#ed333b;font-size:26px;line-height:35px;font-family:"a";font-weight:450;font-weight:normal;}.testimonial-section h3{font-size:20px;font-family:"DINPro-Regular";text-transform:capitalize;}.testimonial-section .owl-dots .owl-dot{background:#dcdfe2;height:9px;width:9px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s;margin:0 4px;}.testimonial-section .owl-dots .owl-dot:hover,.testimonial-section .owl-dots .owl-dot.active{background:#31b3ea;}.testimonial-section .owl-controls{display:inline-block;margin:13px 0 0 0;}.testimonial-section .owl-carousel.owl-loaded{text-align:center;background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/testi-bubble.png") no-repeat bottom center;}.testimonial-section .owl-carousel.owl-loaded.nitro-lazy{background-image:none !important;}.testimonial-section .owl-nav{position:absolute;top:0;left:0;right:0;bottom:0;max-height:375px;max-width:650px;margin:0 auto;}.testimonial-section .owl-prev,.testimonial-section .owl-next,.productSlider .owl-prev,.productSlider .owl-next{border:1px solid #e3e5e6;line-height:38px;width:38px;top:-10px;color:transparent;text-align:center;vertical-align:middle;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s;margin:auto;bottom:0;height:38px;}.testimonial-section{text-align:center;}.testimonial-section #owl-demo .owl-nav{width:100%;}.home .testimonial-section{margin:52px 0 0 0;}.testimonial-section .owl-prev,.productSlider .owl-prev{left:0;background-size:8px !important;position:absolute;background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/prev-arrow.png") no-repeat center center;}.testimonial-section .owl-prev.nitro-lazy,.productSlider .owl-prev.nitro-lazy{background-image:none !important;}.testimonial-section .owl-prev:hover,.productSlider .owl-prev:hover{background:#dadee2 url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/prev-arrow.png") no-repeat center center;}.testimonial-section .owl-prev:hover.nitro-lazy,.productSlider .owl-prev:hover.nitro-lazy{background-image:none !important;}.testimonial-section .owl-next:hover,.productSlider .owl-next:hover{background:#dadee2 url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/next-arrow.png") no-repeat center center;}.testimonial-section .owl-next:hover.nitro-lazy,.productSlider .owl-next:hover.nitro-lazy{background-image:none !important;}.testimonial-section .owl-next,.productSlider .owl-next{right:0;background-size:8px !important;position:absolute;background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/next-arrow.png") no-repeat center center;}.testimonial-section .owl-next.nitro-lazy,.productSlider .owl-next.nitro-lazy{background-image:none !important;}.testimonial-section .owl-dots{margin:0 58px;}.view-all{width:100%;text-align:center;margin:43px 0 0;}.view-all .red-btn{padding:14px 33px 16px;}.basic-services{margin:83px 0 0 0;background:#f3f4f6;padding:40px 0 60px;}.basic-services .service-bx .ser-desc{text-align:center;}.basic-services .red-btn-line{min-width:270px;}.ser-desc h3{margin:32px 0 24px 0;}.service-bx{width:31.13333%;float:left;margin-right:3.3%;margin-top:30px;}.service-bx:nth-child(3n+3){margin-right:0;}.service-bx img{width:100%;}.cta-gray{background:#404958;color:#fff;text-align:center;padding:73px 0 88px;}.home .cta-gray{margin:0px 0 0;padding:73px 0 110px;}.cta-gray h2{color:#fff;}.cta-gray ul{padding:0;margin:0;}.cta-gray ul li{display:inline;margin-left:20px;}.cta-gray .red-btn,.cta-gray .red-btn-line{min-width:290px;padding:14px 15px 16px;margin:36px 0 0;}.home .cta-gray .red-btn,.home .cta-gray .red-btn-line{margin:41px 0 0;}.cta-gray ul li:first-child{margin-left:0;}.home .inner-cta-gray{width:70%;margin:0 auto;}.inner-cta-gray{width:77%;margin:0 auto;}.inner-cta-gray p{width:100%;margin:0 auto;font-size:26px;color:#fff !important;font-family:"a";line-height:40px;font-weight:450;}.red-btn-line{background:transparent;color:#ff4b53 !important;}.home .inner-cta-gray p{font-size:18px;font-family:"DINPro-Light";width:78%;line-height:28px;letter-spacing:normal;}.red-btn-line:hover,.red-btn-line:focus{background:#ed333b;color:#fff !important;}footer{border-top:1px solid #d7d7d7;}.menu-footer-menu-container{float:left;padding:0 0 0 13px;}.copy-right{float:left;}.copy-right p{color:#8a9299;font-size:15px;margin-bottom:0;line-height:normal;letter-spacing:.1px;}footer li{display:inline;}.lft-foot li{color:#8a9299;font-size:15px;padding:0 15px;background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/seperator-foot.jpg") no-repeat left center;}.lft-foot li.nitro-lazy{background-image:none !important;}.lft-foot li a{color:#3d4247;}.lft-foot li a:hover,.links-foot a:hover{color:#00b4ff;}footer ul{margin:0;padding:0;}.lft-foot{float:left;margin:5px 0 0 0;}.rght-foot{float:right;margin-right:53px;}.bottom-footer{padding:40px 0;}.rght-foot a{background:#d8dce0;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;width:30px;height:30px;line-height:29px;display:inline-block;text-align:center;vertical-align:middle;color:#fff;}.rght-foot a:hover{background:#00b4ff;}.rght-foot li{margin-left:6px;}.rght-foot li:first-child{margin-left:0;}.top-left-foot{float:left;width:78%;}.links-foot{float:left;width:22%;}.links-foot:first-child{width:20.3%;}.links-foot li{display:block;margin-bottom:17px;}.links-foot a,.top-right-foot h6{text-transform:uppercase;color:#3d4247;font-size:17px;font-family:"DINPro-Medium";letter-spacing:.6px;}.top-footer{background:#f7f8f8;padding:50px 0 57px 0;}.award-links{width:33%;margin-left:2.7%;}input.signup,.sign-up-news input.signup{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/blue-arrow.png") no-repeat center top;border:0 none !important;color:transparent !important;height:17px;background-size:100%;padding:0 !important;position:absolute;right:17px;top:50%;width:10px;margin-top:-8.5px;}input.signup.nitro-lazy,.sign-up-news input.signup.nitro-lazy{background-image:none !important;}.sign-up-news{border:1px solid #ed333b;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;background:#fff;padding:2px 10px 3px 17px;position:relative;margin:-4px 0 0 0;display:inline-block;vertical-align:middle;width:100%;}.sign-up-news p{margin:0;}.sign-up-news br{display:none;}.top-right-foot{float:right;width:22%;margin:0;}.sign-up-news input[type="email"]{background:transparent;border:0;width:90%;font-family:"DINPro-Light";font-size:15px;color:#8a9299;opacity:1;box-shadow:none;}.links-foot:last-child{width:21%;margin-left:1%;}input.signup:hover,input.signup:focus,input.signup:active,.sign-up-news input.signup:hover,.sign-up-news input.signup:focus,.sign-up-news input.signup:active{opacity:.6;background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/blue-arrow.png") no-repeat center top;background-size:100%;font-size:0;}input.signup:hover.nitro-lazy,input.signup:focus.nitro-lazy,input.signup:active.nitro-lazy,.sign-up-news input.signup:hover.nitro-lazy,.sign-up-news input.signup:focus.nitro-lazy,.sign-up-news input.signup:active.nitro-lazy{background-image:none !important;}.top-right-foot h6{margin:0 0 17px 0;}.top-right-foot p{font-size:16px;color:#6c7176;line-height:26px;letter-spacing:.2px;}.sign-up-news:focus{border:1px solid #0099d9;}::-webkit-input-placeholder{color:#8a9299;opacity:1 !important;}.sign-up-news::-moz-placeholder{color:#8a9299;opacity:1 !important;}:-ms-input-placeholder{color:#8a9299;}textarea::-moz-placeholder{opacity:1 !important;}textarea:-moz-placeholder{opacity:1 !important;}textarea::-webkit-input-placeholder{color:#47555d !important;opacity:1 !important;}textarea:-ms-input-placeholder{opacity:1 !important;}ul.resp-tabs-list{margin:53px 0 0 0;padding:0px;}.home ul.resp-tabs-list{text-align:center;}.analytical-instrument .resp-tabs-list li .tab-heading-box{display:inline-block;position:relative;padding:13px 15px;transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;height:168px;width:168px;list-style:none;cursor:pointer;border:1px solid #dadee3;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;}.analytical-instrument .resp-tab-item{display:inline-block;margin:0 0 42px 50px;position:relative;}.analytical-instrument .resp-tabs-list li:first-child{margin-left:0;}.analytical-instrument .resp-tabs-list li img{max-height:47px;max-width:61px;}.analytical-instrument #horizontalTab{text-align:center;}.analytical-instrument #horizontalTab h2{letter-spacing:.5px;width:50%;margin-left:auto;margin-right:auto;}.analytical-instrument .resp-tabs-container{padding:95px 0;text-align:left;background-color:#f3f4f5;clear:left;}h2.resp-accordion{border-top:1px solid #e1e2e2;cursor:pointer;display:none;margin:0;padding:10px 15px;font-size:20px;}.resp-tab-content{display:none;}.analytical-instrument .resp-tab-active .tab-heading-box,.analytical-instrument .tab-heading-box:hover{border:1px solid #3bb8ec !important;position:relative;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s;}.analytical-instrument .resp-tab-active .tab-heading-box:after{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/tab-arrow.png") no-repeat center bottom;bottom:-60px;content:"";height:40px;left:0;margin:0 auto;position:absolute;right:0;width:32px;}.analytical-instrument .resp-content-active,.resp-accordion-active{display:block;}.analytical-instrument h2.resp-accordion{font-size:13px;border:1px solid #c1c1c1;border-top:0px solid #c1c1c1;margin:0px;padding:10px 15px;}.analytical-instrument h2.resp-tab-active{border-bottom:0px solid #c1c1c1 !important;margin-bottom:0px !important;padding:10px 15px !important;}.analytical-instrument h2.resp-tab-title:last-child{border-bottom:12px solid #c1c1c1 !important;background:blue;}.diff-science{color:#3d4247;display:block;font-size:15px;letter-spacing:1px;margin-top:18px;padding:0 21px;text-transform:uppercase;font-family:"DINPro-Medium";}.tab-heading{left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);}.lft-analytical{float:left;margin-right:4.5%;width:41.3%;}.lft-analytical > img{width:100%;}.rght-analytical{float:right;width:54.2%;margin:55px 0 0 0;padding:0 0 0 2px;}.rght-analytical ul li{line-height:33px;list-style:none;float:left;width:100%;position:relative;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s;}.analytical-info-lft a:hover:before,.blog-right .widget a:hover:before{color:#ed333b;}.analytical-info-lft li a::before,.blog-right .widget a::before{color:#09a6e8;content:"";font-family:FontAwesome;font-size:14px;left:0;position:absolute;top:0;}.blog-right .widget a::before{top:-2px;}.blog-section h4{text-transform:uppercase;}.blog-section h4 a{border-bottom:1px solid;font-size:17px;}.blog-section ul li{position:relative;display:block;line-height:33px;padding-left:32px;}.analytical-info-lft > ul{padding:0;}.analytical-info-lft ul li a{padding:0 0 0 13px;position:relative;position:relative;float:left;font-size:18px;}.analytical-info-lft{border-right:1px solid #d4d9de;padding-right:5px;float:left;width:48%;}.analytical-info-rght{float:right;width:45%;}.need-help p{width:94%;}.need-help .red-btn{margin:10px 0 0 0;}.need-help-mobile{display:none;}.analy-heading{font-size:18px;letter-spacing:2px;text-transform:uppercase;font-family:"DINPro-Medium";}.analy-heading h3{letter-spacing:0;margin:12px 0 16px 0;}.analytical-info-lft ul li a:hover{color:#ed333b;}.analytical-instrument{padding:37px 0 0 0;}.blog .testimonial-section{margin-bottom:83px;}.second-banner{background-repeat:no-repeat;padding:70px 0;background-position:center right;background-size:cover;position:relative;}.second-banner h1{color:#fff;font-size:60px;}.second-banner .main{position:relative;z-index:9;}.blog-main .main{display:flex;justify-content:space-between;flex-wrap:wrap;}.blog-date{float:left;text-transform:uppercase;}.blog-left{padding-left:14px;display:flex;justify-content:space-between;width:69%;flex-wrap:wrap;align-content:flex-start;}.blog-right{display:flex;flex-direction:column;width:25%;margin:0;}.blog-main .readMore{color:#09a6e8;font:16px/35px "DINPro-Light";position:absolute;bottom:0;left:0;display:flex;width:100%;align-items:center;}.blog-main .readMore a{color:#09a6e8;text-decoration:underline;margin-right:10px;}.blog-main .readMore a:hover{text-decoration:none;}.blog-section p a{text-decoration:underline;}.date-comments,.date-comments a{font-size:13px;color:#9ea2a7;font-family:"DINPro-Medium";margin-bottom:25px;}.date-comments a:hover{color:#09a6e8;}.blog-main-img{height:260px;margin:0px 0 23px;overflow:hidden;}.single .blog-main{padding-bottom:50px;}.single .related-posts .blog-main-img{height:165px;margin:0px 0 23px;overflow:hidden;}.single .blog-main-img{margin:0px 0 23px;border:1px solid #d3d3d3;height:auto;text-align:center;}.single .blog-main-img img{width:auto;height:auto;max-width:100%;}.single .related-posts{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;}.blog-section{width:48%;margin:0 0 50px;position:relative;padding:0 0 20px;}.single .related-posts .blog-section{width:30%;margin:0 0 50px;position:relative;padding:0 0 20px;}.single .blog-section{width:100%;margin:0;}.single .blog-section h1{margin:0;font:450 29px/39px "a";color:#3d4247;padding:0 0 25px;}.single .blog-section h3{margin:25px 0;padding:0;}.single .blog-section h3:after{display:none;}.blog-section.sticky{width:100%;margin:0 0 100px;}.blog-section.sticky:before{content:"Featured Article";position:absolute;top:20px;left:-14px;background:#00aeef;text-transform:uppercase;font:13px/26px "DINPro-Medium";letter-spacing:.5px;color:#fff;padding:4px 15px;}.blog-section.sticky .blog-main-img{height:400px;border:1px solid #d3d3d3;}.blog-section.sticky h3{margin:0;padding:0 0 40px;}.blog-section.sticky h3:after{display:none;}.blog-section h3,.single .related-posts .blog-section h3{font:450 23px/34px "a";margin:0 0 30px;padding:0 0 20px;position:relative;}.blog-section h3:after,.single .related-posts h3:after{position:absolute;bottom:0;left:0;width:30%;height:1px;min-width:170px;background:#d3d3d3;display:block;content:"";}.blog-section h3 a{color:#3d4247;}.blog-section h3 a:hover{color:#09a6e8;}.blog-section .post-categories{margin:0;padding:0 0 15px;width:100%;display:flex;justify-content:flex-start;font:15px/26px "DINPro-Medium";}.blog-section .post-categories a{margin:0;padding:0;color:#47555d;}.blog-section .post-categories a:hover{color:#09a6e8;}.blog-right .widget{border:1px solid #cdd0d1;padding:0;background:#fff;}.blog-right #block-2 p:first-of-type{display:none;}.blog-main{padding:51px 0 150px 0;}.blog-main .search-form{padding:16px 0 24px 34px;position:relative;}.blog-right .widget-title{font-size:17px;font-family:"DIN";font-weight:400;background:#f3f4f5;padding:16px 10px 16px 29px;margin-bottom:0;}.blog-main .search-form .search-submit{background:#ed333b url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/search-form.png") no-repeat center center;background-size:16px auto;border:0 none;border-radius:0;color:transparent;display:block;height:39px;padding:6px;position:absolute;right:45px;top:16px;width:40px;}.blog-main .search-form .search-submit.nitro-lazy{background-image:none !important;}.blog-main .search-form .search-submit:hover,.blog-main .search-form .search-submit:focus{background:#09a6e8 url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/search-form.png") no-repeat center center;background-size:16px auto;}.blog-main .search-form .search-submit:hover.nitro-lazy,.blog-main .search-form .search-submit:focus.nitro-lazy{background-image:none !important;}.blog-main .search-form .search-field{border:1px solid #cdd0d1;width:75%;font-size:15px;color:#47555d;font-family:"DINPro-Light";display:inline-block;padding:9px 0px 9px 9px;vertical-align:middle;border-radius:0;-o-border-radius:0;-ms-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin:0;}.blog-main .search-form .search-field:focus{border-color:#ed333b;}.blog-main .search-form label{display:inline-block;position:relative;top:-1px;width:100%;}.blog-section p{font-size:17px;line-height:26px;color:#47555d;}.blog-date .fa{font-size:18px;margin-right:10px;}.blog-main .blog-right .widget-area{width:100%;}.blog-main .blog-right .widget-area #text-8{border:none;color:#fff;text-align:center;background:rgba(3,152,215,1);background:-moz-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:-webkit-gradient(left top,right bottom,color-stop(0%,rgba(3,152,215,1)),color-stop(92%,rgba(246,41,12,1)),color-stop(100%,rgba(237,51,60,1)));background:-webkit-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:-o-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:-ms-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:linear-gradient(135deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398d7",endColorstr="#ed333c",GradientType=1);}.blog-main .blog-right .widget-area #text-8 .textwidget{padding:40px 30px 45px;}.blog-main .blog-right .widget-area .sidebarBanner h3{font:18px/28px "DIN";color:#fff;margin:0;padding:0 0 15px;position:relative;}.blog-main .blog-right .widget-area .sidebarBanner h3:after{position:absolute;bottom:0;left:50%;content:"";display:block;width:100px;margin-left:-50px;height:1px;background:rgba(255,255,255,.3);}.blog-right .widget a{font-size:16px;position:relative;padding:0 0 0 13px;}.blog-main .blog-right .widget-area .sidebarBanner p{color:#fff;width:100%;margin:20px 0 0;}.blog-main .blog-right .widget-area .sidebarBanner a{font:500 14px/39px "a";color:#fff;text-transform:uppercase;letter-spacing:.75px;border:1px solid #fff;border-radius:3px;display:block;}.blog-main .blog-right .widget-area .sidebarBanner a:hover{background:#fff;color:#09a6e8;}.blog-main .blog-left .sidebarBanner{border:none;color:#fff;text-align:center;padding:40px 30px 45px;background:rgba(3,152,215,1);background:-moz-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:-webkit-gradient(left top,right bottom,color-stop(0%,rgba(3,152,215,1)),color-stop(92%,rgba(246,41,12,1)),color-stop(100%,rgba(237,51,60,1)));background:-webkit-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:-o-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:-ms-linear-gradient(-45deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);background:linear-gradient(135deg,rgba(3,152,215,1) 0%,rgba(246,41,12,1) 92%,rgba(237,51,60,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398d7",endColorstr="#ed333c",GradientType=1);}.blog-main .blog-left .sidebarBanner h3{font:18px/28px "DIN";color:#fff;margin:0 auto;padding:0 0 25px;position:relative;max-width:400px;}.blog-main .blog-left .sidebarBanner h3:after{position:absolute;bottom:0;left:50%;content:"";display:block;margin-left:-85px;height:1px;background:rgba(255,255,255,.3);}.blog-main .blog-left .sidebarBanner p{color:#fff;width:100%;margin:20px auto 25px;max-width:450px;}.blog-main .blog-left .sidebarBanner a{font:500 14px/39px "a";color:#fff;text-transform:uppercase;letter-spacing:.75px;border:1px solid #fff;border-radius:3px;display:block;max-width:275px;margin:0 auto;}.blog-main .blog-left .sidebarBanner a:hover{background:#fff;color:#09a6e8;}.blog-right .widget_categories{}.blog-section h3 a{color:#3d4247;}.blog-section h3 a:hover{color:#ed333b;}.blog-right .widget ul{padding:14px 10px 20px 31px;}.blog-right .widget ul ul{margin:0;}.blog-right .widget ul li{line-height:25px;float:none;}.blog-main .pagination .page-numbers{border:0;font-size:15px;color:#47555d;padding:4px 9px;font-family:arial;margin:0 7px;}.blog-main .pagination .current,.blog-main .pagination .page-numbers:hover{background:#f3f4f5;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:normal;}.blog-main .pagination .prev,.blog-main .pagination .next{border:0;background:#47555d;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;padding:4px 0;color:transparent;}.blog-main .pagination .prev{background:#47555d url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/prev.png") no-repeat center center;margin-right:20px;}.blog-main .pagination .prev.nitro-lazy{background-image:none !important;}.blog-main .pagination .next{background:#47555d url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/next.png") no-repeat center center;margin-left:20px;}.blog-main .pagination .next.nitro-lazy{background-image:none !important;}.blog-main .pagination .prev:hover{background:#09a6e8 url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/prev.png") no-repeat center center;}.blog-main .pagination .prev:hover.nitro-lazy{background-image:none !important;}.blog-main .pagination .next:hover{background:#09a6e8 url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/next.png") no-repeat center center;}.blog-main .pagination .next:hover.nitro-lazy{background-image:none !important;}.blog-main .pagination{text-align:center;width:100%;}.blog-right ul li{list-style:none;}.blog-right .textwidget ul li span{margin-right:17px;display:inline-block;vertical-align:top;}.blog-right .textwidget ul li span img{max-width:79px;}.blog-right .textwidget p{font-size:16px;margin:-6px 0 0 0;line-height:25px;color:#47555d;font-family:"DINPro-Regular";display:inline-block;width:61.5%;}.blog-right .textwidget p a{color:#47555d;}.blog-right .textwidget p a:hover{color:#ed333b;}.blog-right .textwidget{padding:19px 20px 26px 32px;}.blog-right .textwidget ul li{margin-top:15px;}.blog-right .textwidget ul li:first-child{margin-top:0;}.blog-right .wpp-thumbnail{margin:0;}.blog-detail p a{text-decoration:underline;}.blog-detail p span a{text-decoration:underline;text-transform:uppercase;margin:4px 0 0 0;}.related-posts h4{color:#47555d;text-transform:uppercase;font:20px/26px "DIN";margin:0 0 20px;padding:0 0 15px;border-bottom:1px solid #d3d3d3;width:100%;}.related-posts h6{text-transform:none;color:#47555d;font-family:"DIN";font-weight:400;margin:26px 0 12px 0;line-height:22px;}.read-m{text-transform:capitalize;font-size:16px;}.related-posts ul{padding:0;margin:0;}.related-posts li{float:left;width:30.5%;margin-right:4.25%;list-style:none;margin-bottom:30px;min-height:271px;}.related-posts li:nth-child(3n+3){margin-right:0;}.post-img > img{width:100%;height:100%;object-fit:cover;}.related-posts .post-img{height:167px;overflow:hidden;}.read-m .fa{margin-left:8px;font-size:17px;}.blog-detail p{margin-bottom:27px;}.blog-detail .blog-section{padding-bottom:20px;}.four-zero-four-main .main{padding:150px 0 143px;}.missing-page p{margin-bottom:0;font-size:17px;}.contact-us-main .contact-left span.wpcf7-not-valid-tip{margin-top:-10px;margin-bottom:10px;}.breadcrumbs{background:#fff;position:relative;padding:21px 0;}.breadcrumbs span span{color:#47555d;font-size:15px;text-transform:capitalize;}.breadcrumbs span{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/next-arrow.png") no-repeat left 6px;background-size:4px;}.breadcrumbs span.nitro-lazy{background-image:none !important;}.wpcf7-validation-errors,.wpcf7-response-output{display:none !important;}.wpcf7-display-none{margin:0 !important;}.breadcrumbs span{padding:0 5px 0 13px;}.breadcrumbs span:first-child{padding-left:0;background:none;}.breadcrumbs span a span{color:#09a6e8;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;}.breadcrumbs span a span:hover,.contant-info a:hover{color:#ed333b;}.contact-us-main{background:#f7f8f9;padding:51px 0 40px 0;}.contact-us-main .inner-contact{background:#fff;border:1px solid #e6e8e9;padding:65px 20px 23px 86px;margin:45px 0 0 0;}.contact-left{float:left;width:43.3%;}.contact-us-main .main p:first-child{font-family:"DINPro-Regular";}.contact-us-main .main:first-child p a{text-decoration:underline;}.contact-right{float:right;width:49%;}.contact-us-main,.address-contact p{font-size:17px;line-height:26px;}.contact-us-main .contact-left p{font-size:17px;line-height:26px;margin-bottom:27px;font-family:"DINPro-Light" !important;}.contact-right h3{margin-top:0;letter-spacing:.3px;}.contact-left .wpcf7 input[type="submit"]{margin-top:5px;}.contant-info ul{margin:0;padding:0;}.contant-info ul li{list-style:none;}.contant-info{margin:34px 0 0 0;}.address-info{margin:24px 0 0 0;}.address-info .address-contact{float:left;width:38%;}.address-info .address-contact:first-child{margin-left:0;width:34%;}.address-contact h6{text-transform:none;font-size:17px;font-family:"DINPro-Medium";margin-bottom:0;}.contant-info a{color:#47555d;}.contact-map{margin-top:27px;}#map_canvas{height:277px;width:488px;}.contact-map h3{margin-bottom:32px;}.wpcf7-form-control-wrap input[type="text"],.wpcf7-form-control-wrap input[type="tel"],.wpcf7-form-control-wrap input[type="email"],.wpcf7-form-control-wrap textarea,.wpcf7-form-control-wrap .sbHolder,input[type="text"],input[type="tel"],input[type="email"],textarea,select{border:1px solid #d7dbde;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:17px;color:#47555d;border-radius:5px;font-family:"DINPro-Light";padding:17px 13px 18px 17px;margin-bottom:10px;outline:none !important;}.wpcf7-form-control-wrap textarea{height:164px;resize:none;}.contact-left .wpcf7{margin-top:60px;}.wpcf7-form-control-wrap input[type="text"]:focus,.wpcf7-form-control-wrap input[type="email"]:focus,.wpcf7-form-control-wrap textarea:focus,.wpcf7-form-control-wrap input[type="tel"]:focus,.common-registration-tab input[type="text"]:focus,.common-registration-tab input[type="tel"]:focus,.common-registration-tab input[type="email"]:focus,textarea:focus{border:1px solid #09a6e8;}.contact-us-main .wpcf7-form-control{width:100%;}.what-we-do-content .red-btn{min-width:270px;}.third-banner{position:relative;z-index:99;padding:103px 0 60px 0;background-repeat:no-repeat;background-size:cover;}.third-banner h1{margin-top:0;color:#fff;font-size:60px;max-width:1090px;letter-spacing:.4px;line-height:71px;margin-bottom:25px;}.third-banner p{color:#fff;font-size:24px;max-width:570px;line-height:34px;}.third-banner p{color:#fff;font-size:24px;max-width:570px;line-height:34px;}.third-banner a{margin-top:17px;padding:14px 38px 16px;}.what-we-do-content,.award-content{float:left;width:48%;}.what-do-row{margin-top:100px;}.what-do-row:first-child{margin-top:0;}.what-we-do-img,.award-img{float:right;width:47%;}.what-do-row{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;}.what-we-do-img > img{width:100%;}.what-do-row:nth-child(odd) .what-we-do-content{order:1;}.what-do-row:nth-child(odd) .what-we-do-img{order:2;}.what-we-do-content p,.what-we-do-content li,.current-award-content li{font-size:17px;}.current-award-content li{line-height:31px;padding-left:32px;position:relative;list-style:none;}.current-award-content img.alignnone,.prevoiuse-inner-main img.alignnone{width:54%;}.what-we-do-content li{line-height:26px;padding-left:32px;position:relative;list-style:none;margin-bottom:7px;}.what-we-do-content li:before,.current-award-content li:before,.customer-service-available li:before,.product-overview li:before,.prevoiuse-inner li:before,.product-main .resp-tabs-container li:before,.blog-section ul li:before,.cat-description ul li:before{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/what-arrow.png") no-repeat left;position:absolute;left:0;content:"";top:14px;width:14px;height:10px;background-size:100% !important;}.what-we-do-content li:before{top:8px;}.enquiry-detail.cta-gray{padding-bottom:53px;}.what-we-do-main{padding:75px 0 57px 0;}.what-we-do-content h3{margin-bottom:30px;}.what-we-do-content ul{padding:0 0 0 36px;margin:-5px 0 0 0;}.what-we-do .testimonial-section{margin-bottom:75px;}.suppliers{margin-top:0;}.common-table{width:95.5%;}.inner-suppliers{margin:60px auto 69px;}.common-table th{background:#787d86;padding:10px 10px 10px 20px;font-size:16px;color:#fff;font-family:"DINPro-Light";font-weight:300;text-transform:none;}.common-table td,.common-table td a{font-size:16px;color:#47555d;padding:5px 10px 5px 20px;}.common-table tr{background:#f7f8f9;}.common-table tr:nth-child(2) td{border:0;}.common-table td{border-top:2px solid #fff;}.common-table td:nth-child(odd){background-color:#eff1f3;}.common-table table{margin-bottom:0;}.common-table td a:hover{color:#ed333b;}.awards-events-main,.summery-text{background:#f7f8f9;padding:50px 0 0 0;}.awards-events-main{padding:50px 0 68px 0;}.summery-text p a{text-decoration:underline;}.summery-text p{margin-bottom:0;font-size:17px;}.award-content ul{padding:0;margin:57px 0 0 0;}.award-content li{display:inline;margin-left:21px;position:relative;}.award-content li:first-child{margin-left:0;}.awards-row{padding:70px 34px 69px 25px;}.award-img > img{width:100%;}.awards-main-row,.suppliers{background:#fff;border:1px solid #e1e2e2;margin-top:40px;}.suppliers{margin-top:80px;}.awards-main-row:first-child{margin-top:0;}.awards-main-row h3,.prevoiuse-inner-main h3,.suppliers h3{padding:33px 24px 33px;margin:0;border-bottom:1px solid #e1e2e2;}.award-img{width:49.8%;}.award-content p{font-size:17px;line-height:26px;width:90%;}.award-content{margin:27px 0 0 0;}.award-content .red-btn,.award-content .red-btn-line{min-width:260px;text-align:center;}.right-content p strong,strong{font-family:"DINPro-Medium";font-weight:500;font-size:17px;}.award_section .right-content p{font-size:17px;line-height:26px;margin-bottom:17px;}.award_section{margin:31px 0 100px 0;}.award_section h3{margin-bottom:30px;letter-spacing:.2px;}.award_section ul{padding-left:23px;margin:30px 0;}.award_section ul li{padding-left:20px;}.award_section .red-btn,.award_section .red-btn-line{padding:14px 46px 16px;margin:26px 0 0 0;}.current-award-content p img.alignright{margin:0 0 5px 53px;width:40%;clear:both;}.prevoius-award-winner-main{background:#f7f8f9;padding:60px 0px 6px;}.prevoiuse-inner{padding:50px 28px;}.prevoiuse-inner p{font-size:17px;}.prevoiuse-inner p a{text-decoration:underline;}.fb-link:hover .fa{background:#ed333b;}.fb-link{display:inline-block;}.prevoiuse-inner li{position:relative;list-style:none;padding-left:32px;line-height:33px;}.fb-link .fa{-moz-transition:.4s;-webkit-transition:.4s;font-size:18px;transition:.4s;line-height:35px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;background:#375695;width:33px;height:33px;color:#fff;text-align:center;vertical-align:middle;}.prevoiuse-inner .red-btn{min-width:250px;margin-right:26px;}.prevoiuse-inner-main,.customer-help-main .first_section,.customer-help-main .second_section,.customer-help-main .cstomber_section,.customer-service-available,.online-training,.common-bg,.search-res-main .paging-navigation{border:1px solid #e1e2e2;background:#fff;}.prevoiuse-inner-main{margin-top:40px;}.prevoiuse-inner .upcoming_nav a,.search-res-main .paging-navigation a,.image-navigation .nav-previous a,.image-navigation .nav-next a{min-width:250px;background:transparent;color:#ed333b !important;}.prevoiuse-inner .upcoming_nav a:hover{background:#ed333b;color:#fff !important;}.prevoiuse-inner .upcoming_nav a:hover{background:#ed333b;color:#fff !important;}.prevoiuse-inner img.aligncenter{display:inline-block;vertical-align:middle;width:14%;margin:0 5px 0 0;}.uptraining ol li:before{content:none;}.uptraining.prevoius-award-winner-main p .alignright{max-width:600px;}.uptraining p span{font-size:16px;}.uptraining ol{display:inline-block;padding-left:17px;width:34%;}.uptraining p span{font-size:16px;}.uptraining .red-btn-line,.uptraining .red-btn{min-width:250px;margin-top:34px;}.prevoiuse-inner .date_up strong{color:#47555d;}.uptraining ol li{list-style:decimal;padding-left:0;}.prevoiuse-inner-main:first-child{margin-top:0;}.prevoius-award-winner-main p .alignright{clear:both;margin:5px 0 50px 40px;}.customer-help-main .first_section,.customer-help-main .cstomber_section,.customer-help-main .second_section,.customer-service-available,.online-training{padding:31px 30px 16px 29px;margin-top:40px;}.customer-help-main .wpcf7-form .wpcf7-form-control-wrap{display:inline-block;width:38.8%;vertical-align:top;}.customer-help-main .wpcf7-form .cstomber_section .wpcf7-form-control-wrap{width:100%;}.customer-help-main .cstomber_section{padding:31px 30px 34px 29px;}.customer-help-main{background:#f7f8f9;padding:52px 0;}.customer-help-main p{font-size:17px;margin-bottom:15px;}.customer-help-main .wpcf7-form .required-field{font-size:14px;color:#8a9299;margin-left:2px;}.customer-help-main .address textarea{min-height:52px;height:52px;}.customer-help-main .wpcf7-form-control{width:100%;}.customer-help-main .wpcf7-form-control-wrap:nth-child(2n){margin-left:1.2%;}.customer-help-main .second_section .wpcf7-list-item-label{font-size:18px;text-transform:capitalize;cursor:pointer;padding-right:15px;}.customer-help-main .second_section input:focus + .wpcf7-list-item-label{color:#09a6e8;}.customer-help-main .cstomber_section .wpcf7-list-item{display:table;cursor:pointer;margin-left:0;line-height:33px;position:relative;}.customer-help-main .cstomber_section textarea{max-width:960px;width:100%;margin:26px 0 0 0;min-height:132px;height:132px;}.cstomber_section ol{padding:0 0 0 20px;margin:25px 0 32px 0;}.cstomber_section h3{margin-bottom:32px;}.cstomber_section ol li{list-style:decimal;margin:10px 0 0 0;}.send-through{font-size:14px;color:#8a9299;display:inline-block;vertical-align:middle;line-height:20px;}.cstomber_section .wpcf7-form-control.wpcf7-submit{min-width:230px;float:left;width:auto;}.customer-help-main .wpcf7{margin:53px 0 0 0;}.second_section h3{margin-bottom:34px;}.customer-help-main h3{margin-top:0;}.wpcf7-radio input[type=radio]:not(old){cursor:pointer;margin:6px 0 0 4px;opacity:0;padding:0;position:absolute;}.wpcf7-radio input[type=radio]:not(old) + span.wpcf7-list-item-label > span{display:inline-block;width:15px;width:13px;height:15px;height:13px;margin:5px;vertical-align:middle;background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/radio.png") no-repeat;background-size:100%;margin-top:1px;}.wpcf7-radio input[type=radio]:not(old) + span.wpcf7-list-item-label > span.nitro-lazy{background-image:none !important;}.wpcf7-radio input[type=radio ]:not(old):checked + span.wpcf7-list-item-label > span{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/radio-on.png") no-repeat;height:13px;width:13px;background-size:100%;}.wpcf7-radio input[type=radio ]:not(old):checked + span.wpcf7-list-item-label > span.nitro-lazy{background-image:none !important;}.filter .wpcf7-list-item.checked{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/filter-checkbox-on.png") no-repeat left 7px !important;background-size:15px !important;}.filter .wpcf7-list-item.checked.nitro-lazy{background-image:none !important;}.customer-help-main .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label,.common-registration-tab .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox.png") no-repeat left 2px;background-size:15px;padding:0 0px 0 22px;margin:0 0 15px 0;line-height:18px;display:block;}.customer-help-main .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label.nitro-lazy,.common-registration-tab .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label.nitro-lazy{background-image:none !important;}.customer-help-main .wpcf7-list-item input[type="checkbox"]:focus + .wpcf7-list-item-label{color:#09a6e8;}.filter .wpcf7-list-item input[type="checkbox"]:checked + label,.filter .wpcf7-list-product input[type="checkbox"]:checked + label{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/filter-checkbox-on.png") no-repeat left 4px;background-size:15px;}.filter .wpcf7-list-item input[type="checkbox"]:checked + label.nitro-lazy,.filter .wpcf7-list-product input[type="checkbox"]:checked + label.nitro-lazy{background-image:none !important;}.filter .wpcf7-list-item input[type="checkbox"] + label,.filter .wpcf7-list-product input[type="checkbox"] + label{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/filter-checkbox.png") no-repeat left 4px;background-size:15px;padding:0 0px 0 23px;margin:0 0 5px 0;-moz-transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;vertical-align:text-top;cursor:pointer;}.filter .wpcf7-list-item input[type="checkbox"] + label.nitro-lazy,.filter .wpcf7-list-product input[type="checkbox"] + label.nitro-lazy{background-image:none !important;}.filter{position:relative;}.customer-help-main .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label,.common-registration-tab .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox-on.png") no-repeat left 2px;background-size:15px;}.customer-help-main .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label.nitro-lazy,.common-registration-tab .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label.nitro-lazy{background-image:none !important;}.filter .wpcf7-list-item{line-height:26px;}.filter .wpcf7-list-item input[type="checkbox"],.customer-help-main .wpcf7-list-item input[type="checkbox"],.filter .wpcf7-list-product input[type="checkbox"]{opacity:0;position:absolute;width:100%;height:20px;cursor:pointer;}.wpcf7-checkbox .wpcf7-list-item.checked{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox-on.png") no-repeat left 7px/15px 15px;}.filter .wpcf7-list-item input[type="checkbox"],.filter .wpcf7-list-product{width:auto;}.online-training p a{text-decoration:underline;}.customer-service-available ul{padding:4px 0 0 34px;}.customer-service-available li,.product-overview li{list-style:none;position:relative;line-height:31px;padding-left:32px;}.customer-service-available li{line-height:33px;}.bg-gray{background:#f7f8f9;padding-bottom:40px;}.under-warranty{float:left;margin:15px 0 0;}.second_section .instrument-warranty{margin:15px 0 0 152px;display:inline-block;vertical-align:middle;}.installation-list .post-list{float:left;margin-right:4.3%;width:30.46%;margin-bottom:80px;}.installation-list .post-list:nth-child(3n+3){margin-right:0;}.installation-list .post-list:nth-child(3n+1){clear:both;}.installation-list .about-lab{text-decoration:underline;margin-left:15px;font-size:16px;line-height:51px;}.installation-list .loadMore{text-align:center;clear:both;}.installation-list .loadMore a:focus{background:#ed333b;color:#fff !important;}.installation-list .post-list .post_title h3 a{color:#3d4247;}.installation-list .post-list .post_title h3 a:hover{color:#ed333b;}.installation-list .loadMore a{min-width:330px;margin-top:-20px;}.likeshare .read_more{min-width:270px;}.installation-list{padding:60px 0 110px;}.installation_content p,.products-desc p,.inner-entry-content p,.thankyou p{font-size:17px;line-height:26px;}.likeshare{margin-top:18px;}.installation-list .post_title h3{margin:30px 0 14px 0;}.resp-vtabs ul.resp-tabs-list{float:left;width:30%;}.resp-vtabs .resp-tabs-list li{display:block;padding:15px 15px !important;margin:0;cursor:pointer;float:none;}.resp-vtabs .resp-tabs-container{padding:0px;background-color:#fff;border:1px solid #c1c1c1;float:left;width:68%;min-height:250px;border-radius:4px;clear:none;}.resp-vtabs .resp-tab-content{border:none;}.resp-vtabs li.resp-tab-active{border:1px solid #c1c1c1;border-right:none;background-color:#fff;position:relative;z-index:1;margin-right:-1px !important;padding:14px 15px 15px 14px !important;}.resp-arrow{width:0;height:0;float:right;margin-top:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid #c1c1c1;}h2.resp-tab-active span.resp-arrow{border:none;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid #9b9797;}.common-tabbing h2.resp-tab-active{background:#dbdbdb !important;}.common-tabbing .resp-easy-accordion h2.resp-accordion{display:block;}.common-tabbing .resp-easy-accordion .resp-tab-content{border:1px solid #c1c1c1;}.common-tabbing .resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1 !important;}.common-tabbing .resp-jfit{width:100%;margin:0px;}.common-tabbing .resp-tab-content-active{display:block;}.application_form_trial{width:100%;max-width:960px;margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;box-sizing:border-box;}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-left:-8px;-webkit-box-sizing:border-box;box-sizing:border-box;}.col-md-6,.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:8px;padding-left:8px;margin-bottom:16px;}.entry-form-inner .wpcf7-form .application_form_trial .wpcf7-form-control-wrap{width:100%;}@media only screen and (min-width: 768px){.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}@media only screen and (max-width: 768px){.common-tabbing ul.resp-tabs-list{display:none;}.common-tabbing h2.resp-accordion{display:block;}.common-tabbing .resp-vtabs .resp-tab-content{border:1px solid #c1c1c1;}.common-tabbing .resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:initial;clear:none;}.common-tabbing .resp-accordion-closed{display:none !important;}.common-tabbing .resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1 !important;}}.product-summary .prdct-img img{width:100%;height:100%;object-fit:cover;}.enquiry-detail .wpcf7-form-control-wrap input[type="text"]:focus,.enquiry-detail .wpcf7-form-control-wrap input[type="email"]:focus,.enquiry-detail .wpcf7-form-control-wrap textarea:focus,.enquiry-detail .wpcf7-form-control-wrap input[type="tel"]:focus{border:1px solid red;}.enquiry-detail .wpcf7-form-control-wrap input[type="text"],.enquiry-detail .wpcf7-form-control-wrap input[type="email"],.enquiry-detail .wpcf7-form-control-wrap textarea{border:1px solid transparent;width:100%;}#enquiry-form .inner-entry-frm > p{max-width:80%;font-size:18px;line-height:28px;margin:0 auto;}#enquiry-form .wpcf7-form-control-wrap.message{clear:none;float:right;}#enquiry-form .wpcf7-form-control-wrap.message textarea{min-height:300px;}#enquiry-form .wpcf7-submit{margin:0 auto 0;min-width:270px;display:block;}.enq-sub{clear:both;display:block;padding:18px 0 0;}#enquiry-form .wpcf7-form-control-wrap{clear:left;float:left;width:100%;}#enquiry-form .wpcf7-form-control-wrap.location{text-align:left;}#enquiry-form .locationText{display:none;}.wpcf7-submit{clear:left;display:block;margin:0 auto;}.enquiry-detail.cta-gray .inner-entry-frm{max-width:837px;margin:0 auto;}.enguiry-frm-lft,.enguiry-frm-rght{float:left;width:50%;}.enguiry-frm-rght{margin-left:2%;width:48%;}.product-main h3{margin-top:0;margin-bottom:17px;}.common-link,.common-link:hover{text-decoration:underline;}.product-main .common-bg{padding:30px 52px 30px 30px;}.product-main .resp-tabs-container li,.cat-description ul li{display:inline-block;line-height:33px;padding-left:32px;position:relative;width:100%;}.product-main .resp-tabs-container li{line-height:23px;margin-bottom:10px;}.product-main .resp-tabs-container li strong{margin-bottom:5px;}.product-main p img{margin-bottom:30px;}.inner-entry-frm .wpcf7-form{margin:35px 0 0 0;}.common-bg{margin-top:40px;}.common-tabbing li{list-style:none;display:inline;}.common-tabbing .resp-tabs-list li{cursor:pointer;font-size:15px;color:#3d4247;font-family:"DINPro-Medium";text-transform:uppercase;padding:0 15px;position:relative;letter-spacing:.8px;}.common-tabbing .resp-tabs-list li span{border-bottom:3px solid transparent;padding-bottom:7px;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;}.common-tabbing .resp-tabs-list li:before{border-left:1px solid #dddfe1;content:"";height:15px;left:0;position:absolute;top:4px;}.common-tabbing .resp-tab-item.resp-tab-active span,.common-tabbing .resp-tab-item span:hover,.regisform-main .resp-tab-item.active span{color:#09a6e8;border-bottom:3px solid #09a6e8;}.common-tabbing ul.resp-tabs-list,.regisform-main ul.resp-tabs-list{border-bottom:1px solid #e1e2e2;margin:0;padding:34px 20px 16px 17px;}.common-tabbing .resp-tabs-list li:first-child:before{content:none;padding-left:0;}.common-tabbing.common-bg{padding:0;}.common-tabbing .resp-tab-content{padding:40px 30px 30px 30px;}.products-bx{float:left;margin-bottom:60px;margin-right:4.7%;width:30.2%;background:#fff;border:1px solid #e1e2e2;text-align:center;}.product-category .products-bx:nth-child(2n){margin-right:0;}.inner-related-prdct .products-bx:nth-child(3n+3){margin-right:0;}.products-desc{padding:28px 28px 50px 28px;}.prdct-img{height:310px;overflow:hidden;}.products-desc h4{margin:5px 0 14px 0;}.products-bx .red-btn{min-width:270px;}.product-top.common-bg{margin-top:0;padding:30px 30px 70px 20px;position:relative;}.related-products{margin:45px 0 0;}.product-left{width:45%;padding:30px 0 0 0;margin-right:3%;float:left;}.vertical-middle{position:absolute;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);padding-top:0;}.half-table tr{background:#f7f8f9;}.half-table td{line-height:24px;border-top:2px solid #fff;padding:5px 5px 5px 23px;font-size:16px;color:#47555d;font-family:"DINPro-Light";}.half-table th{font-size:16px;font-family:"DINPro-Medium";color:#47555d;font-weight:500;text-transform:capitalize;padding:5px 5px 5px 23px;width:50%;}.half-table td:nth-child(even),.half-table th:nth-child(even){background:#eff1f3;}.product-main p{font-size:17px;line-height:26px;}.product-main{padding:60px 0;}.cta-gray p{color:#fff !important;}.product-right h2{margin-bottom:6px;}.product-right{float:right;width:49%;}.product-table{margin:30px 0 0 0;}.links-pdf .common-link{font-size:16px;margin:0 0 0 37px;display:inline-block;vertical-align:middle;}.links-pdf .common-link .fa{font-size:20px;margin-right:11px;}.links-pdf .red-btn,.links-pdf .red-btn-line{min-width:270px;}#product-thumslider .item{height:400px;}.product-overview ul{margin:29px 0 0 0;padding:0 0 0 35px;}.related-products h3{margin:30px 0 21px 30px;}.thum-navi li{display:inline;}#prdct-thum .owl-prev,#prdct-thum .owl-next{margin:3px 0;color:transparent;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s;width:8px;height:16px;background-size:100% !important;}#prdct-thum .item img{border:1px solid #ddd;width:100%;}#prdct-thum .owl-prev:hover,#prdct-thum .owl-next:hover{opacity:.6;}#prdct-thum .owl-nav{position:absolute;top:40%;transform:translateY(-46%);width:100%;}#prdct-thum{width:90%;margin:20px auto 0;}#prdct-thum .owl-prev{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/prev-arrow.png") no-repeat;left:-15px;position:absolute;}#prdct-thum .owl-prev.nitro-lazy{background-image:none !important;}#prdct-thum .owl-next{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/next-arrow.png") no-repeat;right:-15px;position:absolute;}#prdct-thum .owl-next.nitro-lazy{background-image:none !important;}#prdct-thum .owl-item{cursor:pointer;}.wpcf7-form-control-wrap .sbHolder{background-color:#fff;position:relative;padding:14px 13px 14px 17px;}.wpcf7-form-control-wrap .sbHolder.focused,.wpcf7-form-control-wrap .sbHolder.focused{border:1px solid #09a6e8;}.sbToggle{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/source/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/select-arrow.png") no-repeat 0 23px;display:block;height:40px;outline:medium none;position:absolute;right:0;top:0;width:30px;}.sbToggle.nitro-lazy{background-image:none !important;}.sbOptions,.cta-gray .sbOptions{background-color:#fff;border:1px solid #e1e2e2;box-sizing:content-box;left:-2px;list-style:none;margin:0;overflow:auto;padding:0;position:absolute;width:100%;z-index:5;top:100% !important;bottom:auto !important;}.sbSelector{color:#47555d !important;width:100%;display:inline-block;}.sbSelector:hover{color:#47555d;}.sbOptions li,.cta-gray .sbOptions li,.cta-gray .sbOptions li:first-child{padding:0 20px;margin:0;display:list-item;}.sbOptions li:last-child a{border:none;}.sbOptions a{border-bottom:1px dotted #026e9f;display:block;outline:medium none;padding:7px 0;text-align:left;color:#47555d;line-height:27px;}.product-category .filter .wpcf7-list-item input[type="checkbox"] + label{display:block;}.cat-left{float:left;width:17.3%;font-size:16px;color:#47555d;}.cat-right{float:right;width:79%;}.three-product{width:100%;}.product-category .three-product .products-bx{margin-right:4.7%;width:30.2%;}.product-category .products-bx{margin-right:7%;width:46.5%;padding:0 0 40px 0;}.product-category table{margin:35px 0 70px 0px;border:2px solid #fff;}.product-category .products-desc{padding-bottom:0;padding-top:11px;}.filter label{cursor:pointer;text-transform:none;}.filter .filter-head{color:#3d4247;font-size:15px;margin:0 0 16px 0;text-transform:uppercase;font-family:"DINPro-Medium";float:left;width:100%;letter-spacing:1px;}.filter{border-bottom:1px solid #e1e2e2;margin-bottom:35px;padding-bottom:28px;}.wpcf7-list-item input:disabled + label{opacity:.6;}.inner-filter{padding:0 0 0 17px;}.product-category{padding:60px 0 40px 0;}.filter-type{margin-bottom:11px;display:inline-block;vertical-align:middle;}.inner-entry-content{padding:14px 0;}.make-eng-txt{color:#8a9299;font-size:14px;margin:0 auto;max-width:50%;line-height:22px;}.small-width{max-width:960px;margin:0 auto;}.entry-form-inner h2{text-align:center;margin:25px 0 40px;}.entry-form-inner .wpcf7-form .wpcf7-form-control-wrap{width:49.3%;float:left;}.entry-form-inner .wpcf7-form .wpcf7-form-control,.entry-form-inner .wpcf7-form-control-wrap.your-notes{width:100%;}.entry-form-inner .wpcf7-form .wpcf7-form-control-wrap:nth-child(even){margin-left:1.4%;}.entry-form-inner .wpcf7-form p{font-size:14px;}.follow-us-lnk{text-align:center;}.entry-form-inner .wpcf7-form-control.wpcf7-submit{width:200px;}.entry-form-inner{padding:23px 0 60px 0;}.entry-form-inner .ajax-loader{display:block !important;margin:15px auto 0 !important;}div.wpcf7-mail-sent-ok{border:2px solid #398f14;font-size:16px;}.thankyou{text-align:center;padding:130px 0 90px;}.thankyou h3{margin:17px 0 9px 0;}.thankyou > img{max-width:125px;}div.wpcf7-mail-sent-ok{border:none;font-size:18px;font-size:18px;padding:10px 29px;color:#398f14;font-weight:700;}.sign-up-news input{border:0 !important;}nav li:hover{filter:none !important;}.search-res-main .product-summary{padding-bottom:40px;}.search-res-main .cat-right,.three-product .cat-right{width:100%;}.search-res-main .paging-navigation{clear:both;background:#fff;padding:50px 28px;}.search-res-main{padding:50px 0 0 0;}.search-res-main .paging-navigation .nav-links{width:100%;max-width:100%;}.search-res-main .paging-navigation .nav-next{padding:0;}.search-res-main .paging-navigation a,.image-navigation .nav-previous a,.image-navigation .nav-next a{font-style:normal;}.image-navigation .nav-previous a .meta-nav,.image-navigation .nav-next a .meta-nav{display:none;}.search-res-main .paging-navigation a:hover,.image-navigation .nav-previous a:hover,.image-navigation .nav-next a:hover{background:#ed333b;color:#fff !important;}.search-res-main .products-bx:nth-child(3n+3),.product-category .cat-right.three-product .products-bx:nth-child(3n+3){margin-right:0;}.registr-content ol li{list-style:decimal;line-height:27px;}.registr-content ol{padding-left:20px;}.registr-content{padding:26px 0 43px 0;}.regisform-main{padding:24px 0 60px 0;}.common-registration-tab{display:none;padding:46px 30px 45px;}.reg-details{max-width:1017px;}.common-registration-tab .red-btn{min-width:270px;display:block;float:right;}.common-registration-tab .red-btn.prevBtn{float:left;clear:left;}.nothing-found-main{padding:50px 0 50px 0;float:left;width:100%;}.nothing-found-main h3{margin-top:0;}.nothing-found-main input[type="search"]{border:1px solid #d7dbde;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:17px;color:#47555d;border-radius:5px;font-family:"DINPro-Light";padding:14px 13px 14px 17px;outline:none !important;}.registr-content p{font-size:17px;}.nothing-found-main p{font-size:17px;}.nothing-found-main .wpcf7-form-control-wrap textarea{height:356px;}.nothing-found-main .wpcf7-form-control-wrap,.nothing-found-main .wpcf7-form-control-wrap input{width:100%;}.nothing-found-main input[type="search"]:focus{border:1px solid #09a6e8;}.details-rght,.details-lft,.confir-left,.confir-rght{float:left;width:49.35%;}.reg-confirmantion{max-width:1128px;}.reg-comments{max-width:1131px;}.reg-comments .wpcf7-form-control,.reg-confirmantion .wpcf7-form-control{width:100%;}.regisform-main table td:nth-child(2n){background:#f7f8f9;}.regisform-main table td{background:#eff1f3;padding:9px 25px;font-size:16px;border-top:2px solid #fff;line-height:25px;}.regisform-main .reg-details .wpcf7-form-control{width:100%;}.registr-content h3{margin-bottom:16px;}.registr-content p strong{font-size:15.77px;}.details-rght,.confir-rght{margin-left:1.3%;}.common-registration-tab table th{color:#fff;font-size:16px;font-family:"DINPro-Light";background:#787d86 !important;font-weight:normal;padding:10px 15px;text-transform:none;}.subbtm{float:right;min-width:270px;}.common-registration-tab table th:first-child{width:140px;}.subbtm input{line-height:28px;}.reg-confirmantion textarea{min-height:176px;}.regisform-main .resp-tabs-list{display:block !important;}.partical-sci{padding:20px 0 60px 0;}.prd-cats .testimonial-section{padding:60px 0 100px 0;}.cat-description{padding:20px 50px 50px;}.reg-venues{max-width:1130px;}.common-registration-tab .wpcf7-list-item-label{color:transparent;margin-bottom:0 !important;font-size:0;}.details-main,.venues-main,.comments-main,.confirmation-main{margin-bottom:40px;}.venues-main td span.wpcf7-list-item{vertical-align:middle;}.enguiry-frm-lft .wpcf7-form-control-wrap.phone input{width:100%;}#enquiry-form .wpcf7-not-valid-tip{float:left;}.image-link{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-title{text-align:center;padding:6px 0;}.mfp-container .mfp-arrow{transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;}.mfp-container button:active{border:none;background-color:transparent;padding:0;}.mfp-container .mfp-arrow-left:before{border-right:27px solid #ccc;}.mfp-container .mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #ccc;}button.mfp-close{background-color:transparent;}button.mfp-close:hover{background-color:#ed333b;}#technicalSupportPopup{width:100%;max-width:500px;background:#fff;padding:1px 30px;text-align:center;margin:0 auto;}.loader{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/loader.gif") no-repeat;background-size:100% auto;margin:0 auto;height:74px;margin-bottom:48px;margin-left:auto;margin-right:auto;position:relative;width:74px;}.loader.nitro-lazy{background-image:none !important;}.sideloader{background:rgba(247,248,249,.6);position:fixed;z-index:999;display:none;height:100%;width:100%;left:0;right:0;top:0;bottom:0;}.sideloader:before{content:"";background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/loader.gif") no-repeat center center;position:absolute;left:0;right:0;top:0;bottom:0;background-size:60px;margin:0 auto;}.loadMore{float:left;width:100%;text-align:center;}.products-testimo{padding:50px 0;}.loader{display:none;}button.mfp-close:active{border-top:none;top:0;}.inner-cta-gray p a{color:#fff;}.inner-cta-gray p a:hover,.footer-web-link p a:hover{color:#ed333b;}.footer-web-link{text-align:center;padding:15px 0;}.footer-web-link p{color:#8a9299;font-size:15px;margin-bottom:0;line-height:normal;letter-spacing:.1px;}.product-factsheet .list{background:#fff;border:1px solid #e1e2e2;}.product-factsheet .list .manufacturer-cat{border:0;margin:0;padding:20px 99px 4px 66px;margin-bottom:19px;}.product-factsheet .list{margin-top:40px;}.entry-form-inner .wpcf7-form .file-text-left{float:left;width:54%;padding:3px 0;line-height:20px;}.entry-form-inner .wpcf7-form .main-file-input1{float:right;padding:0px 0 0 17px;width:auto;}.entry-form-inner .wpcf7-form .customfile-container .wpcf7-form-control-wrap{width:auto;margin-bottom:10px;}.customfile-container label:first-child{width:100px;display:block;margin-bottom:.5em;color:#333;}.customfile-wrap{position:relative;}.customfile-filename,.customfile-upload{margin:0;padding:0;}.customfile-filename:focus{outline:none;}.entry-form-inner .wpcf7-form .customfile-container .wpcf7-form-control-wrap input[type="text"]{margin:0;}.customfile-container .customfile-wrap .customfile-upload{font-size:17px;display:inline-block;vertical-align:middle;color:#09a6e8;background:transparent;border-bottom:1px solid #09a6e8;padding:0;border-top:none;float:left;transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;margin:12px 20px 0 0;}.customfile-container .customfile-wrap .customfile-upload:hover,.customfile-container .customfile-wrap .customfile-upload:focus{background:transparent;color:#ed333b;border-color:#ed333b;}.customfile-upload::-moz-focus-inner{padding:0;border:0;}.entry-form-inner .wpcf7-form .customfile-container .add_more_file{float:left;padding:13px 6px 13px 14px;}.entry-form-inner .wpcf7-form .customfile-container .add_more_file a{font-size:18px;padding:0 6px;}.entry-form-inner .wpcf7-form .main-file-input + p{text-align:center;padding:40px 10px 10px;}.follow-us-lnk p{width:77%;margin-left:auto;margin-right:auto;}.follow-us-lnk p strong{font-size:18px;}.customfile-filename{max-width:200px;}.file_close_btn{color:#ed333b !important;}.file_close_btn:hover{color:#09a6e8 !important;}.hidden{display:none;}.product-factsheet{padding:60px 0;}.product-serch .search{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/search-icon1.png") no-repeat;background-position:30px center;font-family:"a";font-weight:450;font-size:29px;color:#3d4247;border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-webkit-border-radius:30px;border:1px solid rgba(61,66,71,.24);min-width:538px;padding:12px 12px 13px 64px;letter-spacing:.2px;line-height:37px;}.product-serch .search.nitro-lazy{background-image:none !important;}.product-serch .search:focus{border-color:#09a6e8;}.product-factsheet .main .list h2{border-bottom:1px solid #e1e2e2;padding:30px 66px 25px;margin-top:0;}.product-factsheet .manufacturer-cat ul{padding:0px 99px 14px 66px;margin:0px;}.product-factsheet ul li{display:block;margin-bottom:29px;}.product-factsheet ul li h3{color:#47555d;font-size:17px;text-transform:none;font-family:"DINPro-Light";float:left;}.product-factsheet .list .manufacturer-cat a{float:right;text-decoration:underline;font-size:16px;background:transparent !important;}.product-factsheet ul li a:active{background:transparent;}.product-factsheet .list .manufacturer-cat a i{font-size:24px;margin-left:7px;}.product-factsheet .list .manufacturer-cat span{float:left;width:50%;color:#47555d;font-family:"DINPro-Light";font-size:17px;}.customer-help-main span.wpcf7-not-valid-tip{margin-top:-10px;margin-bottom:10px;}span.wpcf7-not-valid-tip{margin-top:-6px;margin-bottom:10px;font-size:14px !important;line-height:18px;}.blog-main .search-form label:focus{border-color:#09a6e8;outline:none;}.customer-help-main div.wpcf7-mail-sent-ok{border:none;color:#398f14;padding:10px 29px;margin:15px 0 0 0 !important;font-weight:700;font-size:18px;}.errorMsgshow .wpcf7-form-control-wrap input.error{background:#fff url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/error.png") no-repeat right;display:block !important;position:relative;-moz-transition:none;-webkit-transition:none;transition:none;border:1px solid red !important;}.errorMsgshow .wpcf7-form-control-wrap input.error.nitro-lazy{background-image:none !important;}.errorMsgshow .wpcf7-form-control-wrap textarea.error{border:1px solid red !important;}.errorMsgshow label.error{display:none !important;}.errorMsgshow .wpcf7-form-control-wrap input.valid{background:#fff url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/success.png") no-repeat right;display:block !important;-moz-transition:none;-webkit-transition:none;transition:none;position:relative;}.errorMsgshow .wpcf7-form-control-wrap input.valid.nitro-lazy{background-image:none !important;}.blog-section table{width:100%;border:none;}.blog-section tr{background:#f7f8f9;}.blog-section table td:nth-child(even),.blog-section table th:nth-child(even){background:#eff1f3;}.blog-section table tr td{border-top:2px solid #fff;padding:5px 0 5px 23px;font-size:16px;color:#47555d;font-family:"DINPro-Light";}.blog-section table tr th{font-size:16px;font-family:"DINPro-Medium";color:#47555d;font-weight:500;text-transform:capitalize;padding:5px 5px 5px 23px;width:50%;}.product-category .loadMore{clear:both;text-align:center;}.blog-section p img{max-width:100%;}.installation-list .post-list .posts > a{display:block;}.installation-list .post-list .posts > a img{width:100%;}.customer-help-main .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label sup{top:-2px;left:4px;}.mfp-close:active{top:1px;padding:0;}button.mfp-close:focus{background:#ed333b;}button.mfp-close:hover{background:#ed333b;}#enquiry-form .product-name{display:none;}.default-cat .products-bx{padding:30px;}.default-cat .entry-meta > span{display:inline-block;font-size:17px;line-height:24px;margin:0 0 10px;width:100%;}.default-cat .entry-meta a:hover{color:#ed333b;}.default-cat .entry-meta a{color:#09a6e8;}.default-cat .entry-meta{margin-bottom:10px;}.product-category .prevoiuse-inner-main.default-cat-pagin{display:inline-block;width:100%;margin-top:0;}.nothing-found-main .wpcf7{max-width:805px;}.product-no-gallaery a img{max-width:100%;}.search-results .products-bx{margin-right:2%;width:32%;}.page-template-templatespublication-php .blog-section ul{margin:0px 0;padding:0 0 0 0px;}.page-template-templatespublication-php .blog-section ul li:before{content:none;}.page-template-templatespublication-php .blog-section ul li{display:block;line-height:25px;padding-left:0;position:relative;margin-bottom:35px;}.page-template-templatespublication-php hr{background:none;border:0 none;height:1px;margin:74px 0 64px;border-top:1px solid #b9babc;}.page-template-templatespublication-php .blog-section ul li a{border-bottom:1px solid #00b4ff;font-size:20px;}.page-template-templatespublication-php .blog-section ul li a:hover{border-color:#ff4b53;}.page-template-templatespublication-php .blog-section h3{margin-bottom:40px;}.page-template-templatespublication-php .blog-section{border-bottom:0;}.site{position:relative;overflow-x:hidden;}body{overflow-x:hidden;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.single-products .site-header{background:none !important;height:auto !important;}}.common-registration-tab input[type="text"],.common-registration-tab input[type="tel"],.common-registration-tab input[type="email"]{width:100%;}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{left:-9999px;position:absolute;}[type="checkbox"]:not(:checked) + label::before,[type="checkbox"]:checked + label::before{content:"";background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox.png") no-repeat;left:0;position:absolute;top:3px;height:15px;width:15px;}[type="checkbox"]:checked + label::before{background:url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox-on.png") no-repeat;}[type="checkbox"]:not(:checked) + label::after{opacity:0;transform:scale(0);}[type="checkbox"]:checked + label::after{opacity:1;transform:scale(1);}[type="checkbox"]:not(:checked) + label::after,[type="checkbox"]:checked + label::after{content:"";background:url("https://www.atascientific.com.au/wp-content/themes/ata-scientific/images/check-arrow.png") no-repeat center center;height:7px;width:15px;left:0;line-height:.8;position:absolute;top:6px;transition:all .2s ease 0s;}[type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label{cursor:pointer;padding-left:1.95em;position:relative;}.details-main input.felment,.confirmation-main input.felment{transition:none;-webkit-transition:none;}.common-registration-tab textarea{width:100%;height:164px;resize:none;}.training-image img,.events-image img,.award-image img{margin-bottom:20px;}.details-main input.felment.error,.confirmation-main input.felment.error{background:#fff url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/error.png") no-repeat right;position:relative;border:1px solid red !important;}.details-main input.felment.error.nitro-lazy,.confirmation-main input.felment.error.nitro-lazy{background-image:none !important;}.confirmation-main textarea.error{background:#fff url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/error.png") no-repeat right 20px;position:relative;border:1px solid red !important;}.confirmation-main textarea.error.nitro-lazy{background-image:none !important;}.details-main input.felment.valid,.confirmation-main input.felment.valid{background:#fff url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/success.png") no-repeat right;}.details-main input.felment.valid.nitro-lazy,.confirmation-main input.felment.valid.nitro-lazy{background-image:none !important;}.confirmation-main textarea.valid{background:#fff url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/success.png") no-repeat right 20px;}.confirmation-main textarea.valid.nitro-lazy{background-image:none !important;}.venues-main [type="checkbox"]:not(:checked) + label::before{background:rgba(0,0,0,0) url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox.png") no-repeat scroll 0 0;}.venues-main [type="checkbox"]:checked + label::before{background:rgba(0,0,0,0) url("https://cdn-gddfb.nitrocdn.com/XMOCPBDkJQcfbMeyrNhpgTZaRuIaedyd/assets/images/optimized/rev-80e4160/www.atascientific.com.au/wp-content/themes/ata-scientific/images/checkbox-on.png") no-repeat scroll 0 0;}.reg-venues span.error{color:red;float:left;font-size:18px;margin-top:-44px;}.sign-up-news input[type="email"]{padding:6px;margin:0;}.training-image{margin-top:20px;}.entry-form-inner .wpcf7-form .wpcf7-form-control-wrap:nth-child(2n+1){clear:both;}#regisform-main input[type="text"]:after{content:"*";}.brochure_link{float:right;width:54%;}.links-pdf .brochure_link .common-link{margin-top:12px;}.links-pdf .brochure_link .common-link:first-child{margin-top:20px;}#checkdetail strong span{display:block;}.widget-area .sign-up-news{padding:0px 34px 20px;border:0px;background:none;}.widget-area .sign-up-news input[type="email"]{border:1px solid #cfcfcf !important;border:0px;border-radius:0px;width:100%;}.widget-area .sign-up-news input.signup{width:100%;color:#fff;height:37px !important;font-size:17px;text-transform:uppercase;margin:12px 0 0 0;background:#ed343c;position:relative;top:0px;right:0px;border-radius:0px;}.widget-area .sign-up-news input.signup:hover{background:#09a6e8;opacity:1;}.cstomber_section [type="checkbox"]:not(:checked),.cstomber_section [type="checkbox"]:checked{left:auto;}.mc4wp-form .mc4wp-error,.mc4wp-form .mc4wp-notice{padding:0 35px;}.mc4wp-form .mc4wp-error p{color:#ed343c;}.widget-area .sign-up-news{height:auto;}.widget-area .mc4wp-form-fields p{text-align:center;padding:20px 34px 0;font-size:16px;line-height:24px;}.inner-suppliers td a{color:#09a6e8;}.products-det-mob{display:none;}.blog-right .widget_text ul{padding:0;}.blog-right .widget_text a::before{content:none;}.blog-right .widget_text a{padding-left:0;}.DisplayCategoriesWidget[style]{display:none;opacity:0;}.wp-mega-toggle-block{display:none;}.address-info span{line-height:29px;}.blog-right .widget_categories ul li a{margin:0 0 20px;font:15px/26px "DINPro-Medium";text-transform:uppercase;color:#47555d;}.blog-right .widget_categories ul li a:hover{color:#09a6e8;}.blog-right .widget_categories ul ul li a{text-transform:none;}.blog-right .wpp-list li{display:flex;width:100%;align-items:flex-start;justify-content:space-between;}.blog-right .wpp-list li a:first-of-type{width:80px;padding:0;display:contents;}.blog-right .wpp-list a:before{display:none;}.require-field{font-size:12px;margin-bottom:5px;color:#3d4247;}.inner-entry-frm .require-field{color:#fff;text-align:left;}.warranty-under,.providing-uss{font-size:17px;}.warranty-under{float:left;width:38.8%;margin-top:-16px;}.providing-uss{float:left;margin-left:1.2%;margin-top:-10px;width:38.8%;}.providing-uss em{display:block;font-size:12px;margin:0 0 0 20px;font-weight:bold;}.instrument-serial{padding-bottom:10px;margin-top:-10px;}.search-enq-lft{float:left;width:50%;}.search-enq-right{float:right;width:48%;margin-left:2%;}.enquire-nw{text-align:center;float:left;width:100%;margin:20px 0 0 0;}.errorMsgshow .wpcf7-form-control-wrap input.customfile-filename.valid{display:inline-block !important;}.post_thumb{position:relative;overflow:hidden;width:100%;height:390px;}.post_thumb img{position:absolute;display:block;margin:auto;min-height:100%;width:auto;left:-999px;right:-999px;top:-999px;bottom:-999px;}.section-1-column{text-align:center;margin-bottom:70px;padding-bottom:70px;border-bottom:1px solid #e1e2e2;}.gm-style-iw h4{font-size:18px;margin:0 0 10px;font-family:"DINPro-Medium";text-transform:none;}.gm-style-iw p{margin:0;font-size:16px;line-height:22px;}.ratio-16x9{display:block;padding-top:56.25%;content:"";position:relative;margin:auto;max-width:960px;}.ratio-4x3{display:block;padding-top:75%;content:"";position:relative;margin:auto;max-width:960px;}.ratio-4x3 iframe,.ratio-16x9 iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.ratio-16x9 p,.ratio-4x3 p{margin-bottom:10px;}.video-caption{text-align:center;font-family:"DINPro-Medium";font-size:14px;font-style:italic;text-transform:uppercase;}.blue-btn{background:#09a6e8;border:1px solid #09a6e8;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-transform:uppercase;color:#fff;color:#fff !important;font-size:16px;font-family:"a";font-weight:500;padding:14px 25px 16px;letter-spacing:1.2px;display:inline-block;vertical-align:middle;text-align:center;}.blue-btn:hover{background:transparent;color:#09a6e8;}