@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/*
defaults
*/
.sky-mega-menu, .sky-mega-menu *
{
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
}
.sky-mega-menu
{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
level 1
*/
.sky-mega-menu
{
	position: relative;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	font-size: 0;
	line-height: 0;
	text-align: right;
}
.sky-mega-menu:after
{
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu LI
{
	position: relative;
	display: inline-block;
	float: left;
	padding: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-right-width: 1px;
	font-size: 13px;
	line-height: 45px;
	text-align: left;
	white-space: nowrap;
}
.sky-mega-menu LI A
{
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #222;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;
}
.sky-mega-menu LI > DIV
{
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.sky-mega-menu LI > DIV:after
{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
	background: transparent;
}
.sky-mega-menu LI > DIV:before
{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 24px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(255, 255, 255, 0.9);
	border-left: 5px solid transparent;
}
.sky-mega-menu LI:hover > A, .sky-mega-menu LI.current > A
{
	background: #2DA5DA;
	color: #FFF;
}
.sky-mega-menu LI:hover > DIV
{
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);
}
.sky-mega-menu .right
{
	float: none;
	border-right-width: 0;
	border-left-width: 1px;
}
.sky-mega-menu .right > DIV
{
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right:hover > DIV
{
	right: 0;
	left: auto;
}
.sky-mega-menu .right:hover > DIV:before
{
	right: 24px;
	left: auto;
}
.sky-mega-menu .switcher
{
	display: none;
}
/*
level 2+
*/
.sky-mega-menu LI LI
{
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
	line-height: 21px;
	white-space: normal;
}
.sky-mega-menu LI LI:first-child
{
	border-top: 0;
}
.sky-mega-menu LI LI A
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.sky-mega-menu LI LI > DIV
{
	top: 0;
	margin: 0 0 0 8px;
}
.sky-mega-menu LI LI > DIV:after
{
	top: 0;
	right: 100%;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100%;
}
.sky-mega-menu LI LI > DIV:before
{
	top: 22px;
	right: 100%;
	bottom: auto;
	left: auto;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(255, 255, 255, 0.9);
	border-bottom: 5px solid transparent;
}
.sky-mega-menu LI LI:hover > DIV
{
	left: 100%;
}
.sky-mega-menu .right LI > DIV
{
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right LI > DIV:after
{
	right: auto;
	left: 100%;
}
.sky-mega-menu .right LI > DIV:before
{
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu .right LI:hover > DIV
{
	right: 100%;
	left: auto;
}
/*
positions
*/
.sky-mega-menu-fixed
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sky-mega-menu-pos-bottom LI > DIV
{
	top: auto;
	bottom: 100%;
	margin: 0 0 8px;
	-o-transform-origin-y: 100%;
	-ms-transform-origin-y: 100%;
	-moz-transform-origin-y: 100%;
	-webkit-transform-origin-y: 100%;
}
.sky-mega-menu-pos-bottom LI > DIV:after
{
	top: 100%;
	bottom: auto;
}
.sky-mega-menu-pos-bottom LI > DIV:before
{
	top: 100%;
	bottom: auto;
	border-top: 5px solid rgba(255, 255, 255, 0.9);
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.sky-mega-menu-pos-bottom LI LI > DIV
{
	top: auto;
	bottom: 0;
}
.sky-mega-menu-pos-bottom LI LI > DIV:before
{
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-pos-bottom.sky-mega-menu-fixed
{
	top: auto;
	bottom: 0;
}
.sky-mega-menu-pos-left LI, .sky-mega-menu-pos-right LI
{
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
}
.sky-mega-menu-pos-left LI:first-child, .sky-mega-menu-pos-right LI:first-child
{
	border-top: 0;
}
.sky-mega-menu-pos-left LI > DIV, .sky-mega-menu-pos-right LI > DIV
{
	top: 0;
}
.sky-mega-menu-pos-left LI > DIV
{
	margin: 0 0 0 8px;
}
.sky-mega-menu-pos-right LI > DIV
{
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu-pos-left LI > DIV:after, .sky-mega-menu-pos-right LI > DIV:after
{
	top: 0;
	bottom: auto;
	width: 8px;
	height: 100%;
}
.sky-mega-menu-pos-left LI > DIV:after
{
	right: 100%;
	left: auto;
}
.sky-mega-menu-pos-right LI > DIV:after
{
	right: auto;
	left: 100%;
}
.sky-mega-menu-pos-left LI > DIV:before, .sky-mega-menu-pos-right LI > DIV:before
{
	top: 22px;
	bottom: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.sky-mega-menu-pos-left LI > DIV:before
{
	right: 100%;
	left: auto;
	border-right: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu-pos-right LI > DIV:before
{
	right: auto;
	left: 100%;
	border-left: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu-pos-left LI:hover > DIV
{
	left: 100%;
}
.sky-mega-menu-pos-right LI:hover > DIV
{
	right: 100%;
	left: auto;
}
.sky-mega-menu-pos-left .bottom > DIV, .sky-mega-menu-pos-right .bottom > DIV
{
	top: auto;
	bottom: 0;
	-o-transform-origin-y: 100%;
	-ms-transform-origin-y: 100%;
	-moz-transform-origin-y: 100%;
	-webkit-transform-origin-y: 100%;
}
.sky-mega-menu-pos-left .bottom > DIV:before, .sky-mega-menu-pos-right .bottom > DIV:before
{
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-pos-right LI LI > DIV
{
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu-pos-right LI LI > DIV:after
{
	right: auto;
	left: 100%;
}
.sky-mega-menu-pos-right LI LI > DIV:before
{
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu-pos-right LI LI:hover > DIV
{
	right: 100%;
	left: auto;
}
.sky-mega-menu-pos-left.sky-mega-menu-fixed
{
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: auto;
}
.sky-mega-menu-pos-right.sky-mega-menu-fixed
{
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: auto;
}
/*
animations
*/
.sky-mega-menu-anim-slide LI > DIV
{
	-o-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide LI > DIV
{
	-o-transform: translate(0, -60px);
	-ms-transform: translate(0, -60px);
	-moz-transform: translate(0, -60px);
	-webkit-transform: translate(0, -60px);
}
.sky-mega-menu-anim-slide LI:hover > DIV
{
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.sky-mega-menu-anim-scale LI > DIV
{
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.sky-mega-menu-anim-scale LI:hover > DIV
{
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.sky-mega-menu-anim-flip
{
	perspective: 2000px;
	-o-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
}
.sky-mega-menu-anim-flip LI > DIV
{
	transform-style: preserve-3d;
	-o-transform: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
}
.sky-mega-menu-anim-flip LI:hover > DIV
{
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
/*
grid
*/
.sky-mega-menu .grid-column
{
	float: left;
	border-color: #D9D9D9;
	border-left-width: 1px;
	border-left-style: solid;
}
.sky-mega-menu .grid-column:first-child
{
	margin-left: 0;
	border-left: 0;
}
.sky-mega-menu .grid-column2, .sky-mega-menu .grid-container2
{
	width: 155px;
}
.sky-mega-menu .grid-column3, .sky-mega-menu .grid-container3
{
	width: 255px;
}
.sky-mega-menu .grid-column4, .sky-mega-menu .grid-container4
{
	width: 311px;
}
.sky-mega-menu .grid-column5, .sky-mega-menu .grid-container5
{
	width: 389px;
}
.sky-mega-menu .grid-column6, .sky-mega-menu .grid-container6
{
	width: 467px;
}
.sky-mega-menu .grid-column7, .sky-mega-menu .grid-container7
{
	width: 545px;
}
.sky-mega-menu .grid-column8, .sky-mega-menu .grid-container8
{
	width: 623px;
}
.sky-mega-menu .grid-column9, .sky-mega-menu .grid-container9
{
	width: 701px;
}
.sky-mega-menu .grid-column10, .sky-mega-menu .grid-container10
{
	width: 779px;
}
.sky-mega-menu .grid-column11, .sky-mega-menu .grid-container11
{
	width: 857px;
}
.sky-mega-menu .grid-column12, .sky-mega-menu .grid-container12
{
	width: 935px;
}
/*
icons
*/
.sky-mega-menu LI A > .fa
{
	display: block;
	float: left;
	width: 16px;
	margin: 0 10px 0 -4px;
	font-size: 16px;
	line-height: inherit;
	text-align: center;
}
.sky-mega-menu LI A > .fa-single
{
	float: none;
	margin: 0;
}
.sky-mega-menu LI A > .fa-indicator
{
	position: relative;
	top: -1px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 -10px 0 10px;
	font-size: 9px;
	line-height: 1;
	text-align: right;
}
.sky-mega-menu LI LI A > .fa-indicator
{
	top: 0;
	float: right;
	display: block;
	line-height: inherit;
}
/*
forms
*/
.sky-mega-menu FORM FIELDSET
{
	display: block;
	padding: 25px 30px;
}
.sky-mega-menu FORM FIELDSET + FIELDSET
{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sky-mega-menu FORM SECTION
{
	margin-bottom: 20px;
}
.sky-mega-menu FORM .input, .sky-mega-menu FORM .textarea, .sky-mega-menu FORM .radio, .sky-mega-menu FORM .checkbox, .sky-mega-menu FORM .button
{
	position: relative;
	display: block;
}
.sky-mega-menu FORM .input INPUT, .sky-mega-menu FORM .textarea TEXTAREA
{
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border: 2px solid #E5E5E5;
	border-radius: 0;
	background: #FFF;
	font: 13px / 19px "Open Sans", Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-mega-menu FORM .textarea TEXTAREA
{
	height: auto;
	resize: none;
}
.sky-mega-menu FORM .button
{
	float: right;
	height: 39px;
	overflow: hidden;
	margin-left: 20px;
	padding: 0 20px;
	outline: none;
	border: 0;
	background-color: #2DA5DA;
	font: 300 13px / 39px "Open Sans", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.sky-mega-menu FORM .fa-append
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 29px;
	height: 29px;
	padding-left: 3px;
	border-left: 1px solid #E5E5E5;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	color: #CCC;
}
.sky-mega-menu FORM .input .fa-append + INPUT, .sky-mega-menu FORM .textarea .fa-append + TEXTAREA
{
	padding-right: 46px;
}
.sky-mega-menu FORM .row
{
	margin: 0 -15px;
}
.sky-mega-menu FORM .row:after
{
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu FORM .col
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sky-mega-menu FORM .col-6
{
	width: 50%;
}
.sky-mega-menu FORM .input:hover INPUT, .sky-mega-menu FORM .textarea:hover TEXTAREA, .sky-mega-menu FORM .checkbox:hover I
{
	border-color: #8DC9E5;
}
.sky-mega-menu FORM .button:hover
{
	opacity: 1;
}
.sky-mega-menu FORM .input INPUT:focus, .sky-mega-menu FORM .textarea TEXTAREA:focus, .sky-mega-menu FORM .checkbox INPUT:focus + I
{
	border-color: #2DA5DA;
}
.sky-mega-menu .search
{
	border-left: 0;
}
.sky-mega-menu .search .input
{
	margin: 3px;
}
.sky-mega-menu .search .input INPUT
{
	width: 240px;
	padding-right: 65px;
}
.sky-mega-menu .search .button
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
/*
pad
*/
@media screen and (max-width: 1000px)
{
	.sky-mega-menu LI A
	{
		padding: 0 15px;
	}
	.sky-mega-menu LI A > .fa-indicator
	{
		margin-right: -5px;
	}
	.sky-mega-menu .grid-column2, .sky-mega-menu .grid-container2
	{
		width: 117px;
	}
	.sky-mega-menu .grid-column3, .sky-mega-menu .grid-container3
	{
		width: 176px;
	}
	.sky-mega-menu .grid-column4, .sky-mega-menu .grid-container4
	{
		width: 235px;
	}
	.sky-mega-menu .grid-column5, .sky-mega-menu .grid-container5
	{
		width: 294px;
	}
	.sky-mega-menu .grid-column6, .sky-mega-menu .grid-container6
	{
		width: 353px;
	}
	.sky-mega-menu .grid-column7, .sky-mega-menu .grid-container7
	{
		width: 412px;
	}
	.sky-mega-menu .grid-column8, .sky-mega-menu .grid-container8
	{
		width: 471px;
	}
	.sky-mega-menu .grid-column9, .sky-mega-menu .grid-container9
	{
		width: 530px;
	}
	.sky-mega-menu .grid-column10, .sky-mega-menu .grid-container10
	{
		width: 589px;
	}
	.sky-mega-menu .grid-column11, .sky-mega-menu .grid-container11
	{
		width: 648px;
	}
	.sky-mega-menu .grid-column12, .sky-mega-menu .grid-container12
	{
		width: 707px;
	}
}
/*
phone
*/
@media screen and (max-width: 767px)
{
	BODY
	{
		-webkit-text-size-adjust: none;
	}
}
DIV.info
{
	background-color: #F5F8F9;
	padding: 5px;
	border: 1px solid #DADADA;
}
SPAN.title
{
	font-size: 11pt;
	color: #132532;
}
DIV.infotitle
{
	text-align: center;
	border-bottom: 1px solid #D2D2D2;
}
.info-table TD
{
	padding-left: 3px;
	padding-right: 4px;
}
TD.bold
{
	color: #0D374E;
}
@media screen and (max-width: 767px)
{
	.sky-mega-menu .grid-column
	{
		float: none;
		width: auto;
		margin: 0;
		border: 0;
		border-top: 1px solid #D9D9D9;
	}
	.sky-mega-menu .grid-column:first-child
	{
		border-top: 0;
	}
	.sky-mega-menu FORM FIELDSET
	{
		display: block;
		padding: 15px 20px;
	}
	.sky-mega-menu FORM SECTION
	{
		margin-bottom: 10px;
	}
	.sky-mega-menu FORM .row
	{
		margin: 0 -10px;
	}
	.sky-mega-menu FORM .col
	{
		padding-right: 10px;
		padding-left: 10px;
	}
	.sky-mega-menu-response-to-stack > LI
	{
		display: block;
		float: none;
		border: 0;
		border-top: 1px solid #D9D9D9;
	}
	.sky-mega-menu-response-to-stack > LI:first-child
	{
		border-top: 0;
	}
	.sky-mega-menu-response-to-switcher > LI
	{
		display: none;
		float: none;
		border: 0;
	}
	.sky-mega-menu-response-to-switcher > .switcher
	{
		display: block;
	}
	.sky-mega-menu-response-to-switcher:hover > LI
	{
		display: block;
		border-top: 1px solid #D9D9D9;
	}
	.sky-mega-menu-response-to-switcher:hover > .switcher
	{
		display: none;
	}
	.sky-mega-menu-response-to-stack LI > DIV, .sky-mega-menu-response-to-stack LI > [class^="grid-container"], .sky-mega-menu-response-to-switcher LI > DIV, .sky-mega-menu-response-to-switcher LI > [class^="grid-container"]
	{
		top: 100%;
		bottom: auto;
		width: auto;
		margin: 8px 0 0;
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.sky-mega-menu-response-to-stack LI > DIV:after, .sky-mega-menu-response-to-switcher LI > DIV:after
	{
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-response-to-stack LI > DIV:before, .sky-mega-menu-response-to-switcher LI > DIV:before
	{
		display: none;
	}
	.sky-mega-menu-response-to-stack LI A > .fa, .sky-mega-menu-response-to-switcher LI A > .fa
	{
		margin: 0 15px 0 0;
	}
	.sky-mega-menu-response-to-stack LI:hover > DIV, .sky-mega-menu-response-to-stack LI:hover > [class^="grid-container"], .sky-mega-menu-response-to-switcher LI:hover > DIV, .sky-mega-menu-response-to-switcher LI:hover > [class^="grid-container"]
	{
		right: 0;
		left: 51px;
	}
	.sky-mega-menu-response-to-stack LI LI > DIV, .sky-mega-menu-response-to-switcher LI LI > DIV
	{
		top: 100%;
		width: auto;
		margin: 8px 0 0;
	}
	.sky-mega-menu-response-to-stack LI LI > DIV:after, .sky-mega-menu-response-to-switcher LI LI > DIV:after
	{
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-response-to-stack LI LI:hover > DIV, .sky-mega-menu-response-to-switcher LI LI:hover > DIV
	{
		right: 0;
		left: 51px;
	}
	.sky-mega-menu-response-to-stack .search .input INPUT, .sky-mega-menu-response-to-switcher .search .input INPUT
	{
		width: 100%;
	}
	.sky-mega-menu-response-to-icons LI
	{
		position: static;
		font-size: 0;
	}
	.sky-mega-menu-response-to-icons LI A
	{
		padding: 0 10px;
	}
	.sky-mega-menu-response-to-icons LI > DIV, .sky-mega-menu-response-to-icons LI > [class^="grid-container"]
	{
		width: 100%;
	}
	.sky-mega-menu-response-to-icons LI > DIV:before
	{
		display: none;
	}
	.sky-mega-menu-response-to-icons LI A > .fa
	{
		margin: 0;
	}
	.sky-mega-menu-response-to-icons LI A > .fa-indicator
	{
		position: static;
		display: block;
		float: right;
		margin-left: 10px;
		line-height: 45px;
	}
	.sky-mega-menu-response-to-icons LI LI
	{
		position: relative;
		font-size: 13px;
	}
	.sky-mega-menu-response-to-icons LI LI > DIV, .sky-mega-menu-response-to-icons .right LI > DIV
	{
		top: 100%;
		margin: 8px 0 0;
	}
	.sky-mega-menu-response-to-icons LI LI > DIV:after, .sky-mega-menu-response-to-icons .right LI > DIV:after
	{
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-response-to-icons LI LI:hover > DIV, .sky-mega-menu-response-to-icons .right LI:hover > DIV
	{
		right: 0;
		left: 41px;
		width: auto;
	}
	.sky-mega-menu-response-to-icons LI LI A > .fa
	{
		margin-right: 10px;
	}
	.sky-mega-menu-response-to-icons LI LI A > .fa-indicator
	{
		margin-right: 0px;
	}
	.sky-mega-menu-response-to-icons.sky-mega-menu-anim-flip LI LI > DIV
	{
		top: 100%;
		margin: 8px 0 0;
		transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.sky-mega-menu-pos-bottom.sky-mega-menu-response-to-icons LI LI > DIV
	{
		top: auto;
		bottom: 100%;
		margin: 0 0 8px;
	}
	.sky-mega-menu-pos-bottom.sky-mega-menu-response-to-icons LI LI > DIV:after
	{
		top: 100%;
		bottom: auto;
	}
}

		.animating{
			-webkit-animation: animate 8s cubic-bezier(0,1,.5,.26);
			-moz-animation: animate 1s cubic-bezier(0,1,1,0);
			-ms-animation: animate 1s cubic-bezier(0,1,1,0);
			-o-animation: animate 1s cubic-bezier(0,1,1,0);
			animation: animate 1s cubic-bezier(0,1,1,0);			
		}

		@-webkit-keyframes animate{
		    from {
		        -webkit-transform: scale(1);
		    }
		    to {
		       -webkit-transform: scale(4);
		    }
		}
		
		@-moz-keyframes animate{
		    from {
		        -moz-transform: scale(1);
		    }
		    to {
		       -moz-transform: scale(5);
		    }
		}

		@-ms-keyframes animate{
		    from {
		        -ms-transform: scale(1);
		    }
		    to {
		       -ms-transform: scale(5);
		    }
		}

		@-o-keyframes animate{
		    from {
		        -o-transform: scale(1);
		    }
		    to {
		       -o-transform: scale(5);
		    }
		}

		@keyframes animate{
		    from {
		        transform: scale(1);
		    }
		    to {
		       transform: scale(5);
		    }
		}


		.bubbleN
		{
		  background: #e02424;  		
		  
		 margin-left: 10px;
		 
		  padding: 2px 6px;
		  color: #fff;
		  font:  .9em Tahoma, Arial, Helvetica;
		  -moz-border-radius: 3px;
		  -webkit-border-radius: 3px;
		  border-radius: 3px;
		}
		.remodal
{
	border: 3px solid #0085E4;
	border-radius: 2px;
}