/* input(2019,1): run-time error CSS1019: Unexpected token, found '@import'
input(2019,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700)'
input(3108,1): run-time error CSS1019: Unexpected token, found '@import'
input(3108,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700)' */
/* input(2015,1): run-time error CSS1019: Unexpected token, found '@import'
input(2015,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700)'
input(3104,1): run-time error CSS1019: Unexpected token, found '@import'
input(3104,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700)' */
@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,.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,.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: #666;
    text-overflow: ellipsis;
    overflow: hidden;
	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.9);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	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: 12px;
	padding-bottom: 12px;
}
.sky-mega-menu li li > div {
	top: 0;
	margin: 0 0 0 8px;
}
.sky-mega-menu li li > div:after {
    top: -50px;
    right: -10px;
    bottom: auto;
    left: auto;
    width: calc(100% + 20px);
    height: calc(100% + 100px);
}
.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: -50px;
	bottom: auto;
	width: calc(100% + 20px);
	height: calc(100% + 100px);
}
.sky-mega-menu-pos-left li > div:after {
	right: -10px;
	left: auto;
    z-index: -1;
}
.sky-mega-menu-pos-right li > div:after {
	right: -5px;
	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-style: 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: 233px;
}
.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,.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 3px 3px 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;
  }
	.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 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 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 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 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 0;
	}	
	.sky-mega-menu-pos-bottom.sky-mega-menu-response-to-icons li li > div:after {
		top: 100%;
		bottom: auto;
	}
}
.sky-mega-menu li:hover > a,
.sky-mega-menu li.active > a {
    background: #333;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/**/
/* forms */
/**/
.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea {
    border-color: #333;
}

.sky-mega-menu form .button {
    background-color: #333;
}

.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus {
    border-color: #333;
}

.sky-mega-menu {
    border-radius: 5px;
    background-color: #333;
    color: white;
}

.main-big li a {
    text-transform: uppercase;
}

.main-big.sky-mega-menu li a i.fa-home {
    margin-right: 0;
}

.sky-mega-menu li a {
    color: white;
}

@media screen and (max-width: 767px) {
    .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"] {
        /*max-height: 280px;*/
        /*overflow: auto;*/
        background: #333;
    }

    .sky-mega-menu .grid-container3 {
        background-color: #333;
    }

        .sky-mega-menu .grid-container3:hover {
            background-color: #333;
        }

    .sky-mega-menu li li {
        background: #333;
    }
}

.sky-mega-menu li li:hover {
    background: transparent;
}

.sky-mega-menu .grid-container3 {
    /*border-radius: 6px;*/
    /*background-color: #333;*/
    color: white;
    /*opacity: 0.95;*/
    /*max-height: 280px;*/
    /*overflow: scroll;*/
}

.sky-mega-menu li .grid-container3 ul {
    /*max-height: 280px;*/
    /*overflow-y: auto;*/
    /*-webkit-overflow-scrolling: auto;*/
    background-color: #333;
    /*border-radius: 5px;*/
}

/*.sky-mega-menu .grid-container3:hover {*/
/*overflow-y: auto;*/
/*-webkit-overflow-scrolling: auto;*/
/*}*/

.sky-mega-menu .grid-container3 ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.sky-mega-menu .grid-container3 ul::-webkit-scrollbar-thumb {
    /*border-radius: 4px;*/
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.sky-mega-menu-pos-left li:hover > div {
    /*opacity: 0.95;*/
}

.sky-mega-menu-pos-left li > div:before {
    border-right: 5px solid rgba(21, 89, 157, 0.95);
}

.sky-mega-menu li li > div:before {
    border-right: 5px solid rgba(21, 89, 157, 0.95);
}

.menu-contact {
    background-color: #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
}

    .menu-contact:hover, .menu-contact a:active, .sky-mega-menu .menu-contact li:hover > a {
        background-color: #757572;
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.sky-mega-menu li.menu-contact:hover > a, .sky-mega-menu li.menu-contact.active > a {
    background-color: #757572;
}

.main-big li.active {
    background-color: #333;
}

.main-big.sky-mega-menu li > div:before {
    border-bottom: 5px solid #333;
}

.main-big li:first-child.active, .main-big li:first-child:hover {
    background-color: #333;
    border-radius: 5px;
}

.main-big li.menu-contact.active {
    background-color: #757572;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sky-mega-menu.main-small {
    position: fixed;
    border-radius: 0;
    width: 100%;
    z-index: 1000;
    right: 0;
}

.sky-mega-menu.categories {
    z-index: 1;
}

.brand-logo-list {
    z-index: 0;
}

.sky-mega-menu.main-big li {
    border-right-width: 0;
    border-left-width: 0;
    padding: 0;
}

.main-slider .hero-item:hover {
    cursor: pointer;
}

.main-slider .hero-item:after {
    background-color: transparent;
}

@media (max-width: 375px) {
    .main-slider .hero-item {
        height: 160px;
    }
}

@media (min-width: 375px) {
    .main-slider .hero-item {
        height: 240px;
    }
}

@media (min-width: 576px) {
    .main-slider .hero-item {
        height: 230px;
    }
}

@media (min-width: 576px) {
    .main-slider .hero-item {
        height: 232px;
    }
}

@media (min-width: 768px) {
    .main-slider .hero-item {
        height: 212px;
    }
}

@media (min-width: 992px) {
    .main-slider .hero-item {
        height: 322px;
    }
}

@media (min-width: 1200px) {
    .main-slider .hero-item {
        height: 383px;
    }
}

@media (min-width: 1400px) {
    .main-slider .hero-item {
        height: 444px;
    }
}

@media (min-width: 1920px) {
    .main-slider .hero-item {
        height: 581px;
    }
}

.bottom-slider .hero-item:hover {
    cursor: pointer;
}

.bottom-slider .hero-item:after {
    background-color: transparent;
}

a.scroll-top {
    border-radius: 0;
    border: 1px solid #fff;
}

.single-latest-product {
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .25) !important;
    -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .25) !important;
    box-shadow: 0 0 0.rem rgba(0, 0, 0, .25) !important;
    padding-bottom: 0;
    margin-bottom: 2rem;
}



    .single-latest-product:hover {
        -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .55) !important;
        -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .55) !important;
        box-shadow: 0 0 0.rem rgba(0, 0, 0, .55) !important;
    }

@media (max-width: 767px) {
    .single-latest-product {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .single-latest-product {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .single-latest-product {
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    .single-latest-product {
        min-height: auto;
    }
}

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

.product-name {
    font-weight: 500 !important;
    word-break: break-word;
    font-size: 1.2em;
}

.product-name-cart {
    font-weight: 400 !important;
    word-break: break-all;
    font-size: 0.9em;
}

.swal-link-details {
    display: block;
    color: #333;
}

    .swal-link-details i {
        margin-left: 4px;
    }

    .swal-link-details:hover, .swal-link-details:active {
        color: #333;
    }

.button-naruci {
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 8px 16px 8px 16px;
    border-radius: 5px;
    background: #333;
    border: none;
    color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    display: block;
}

    .button-naruci:hover, .button-naruci:active {
        background-color: #757572;
    }

.single-latest-product .product-image img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.page-link {
    color: white;
    border: none;
    background: #333;
}

.pagination {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, .15) !important;
}

.page-link:hover {
    background: #333;
}

.page-link.active {
    background: #757572;
}

.city-tab .city-info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 10%;
    content: attr(data-count);
    font-size: 40%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.fa-stack-mobile[data-count]:after {
    position: absolute;
    right: 0%;
    top: 10%;
    content: attr(data-count);
    font-size: 60%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.quantity {*/
/*float: left;*/
/*margin-right: 15px;*/
/*background-color: #eee;*/
/*position: relative;*/
/*width: 80px;*/
/*overflow: hidden*/
/*}*/

/*.quantity input {*/
/*margin: 0;*/
/*text-align: center;*/
/*width: 15px;*/
/*height: 15px;*/
/*padding: 0;*/
/*float: right;*/
/*color: #000;*/
/*font-size: 20px;*/
/*border: 0;*/
/*outline: 0;*/
/*background-color: #F6F6F6*/
/*}*/

/*.quantity input.qty {*/
/*position: relative;*/
/*border: 0;*/
/*width: 100%;*/
/*height: 40px;*/
/*padding: 10px 25px 10px 10px;*/
/*text-align: center;*/
/*font-weight: 400;*/
/*font-size: 15px;*/
/*border-radius: 0;*/
/*background-clip: padding-box*/
/*}*/

/*.quantity .minus, .quantity .plus {*/
/*line-height: 0;*/
/*background-clip: padding-box;*/
/*-webkit-border-radius: 0;*/
/*-moz-border-radius: 0;*/
/*border-radius: 0;*/
/*-webkit-background-size: 6px 30px;*/
/*-moz-background-size: 6px 30px;*/
/*color: #bbb;*/
/*font-size: 20px;*/
/*position: absolute;*/
/*height: 50%;*/
/*border: 0;*/
/*right: 0;*/
/*padding: 0;*/
/*width: 25px;*/
/*z-index: 3*/
/*}*/

/*.quantity .minus:hover, .quantity .plus:hover {*/
/*background-color: #dad8da*/
/*}*/

/*.quantity .minus {*/
/*bottom: 0*/
/*}*/

.shopping-cart {
    margin-top: 20px;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 992px) {

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }
}

.gallery-wrap {
    height: 100%;
    max-height: 320px;
    display: inline;
    flex-direction: column;
    justify-content: space-between;
}

    .gallery-wrap .img-big-wrap {
        height: 220px;
    }

        .gallery-wrap .img-big-wrap img {
            /*max-height: 220px;*/
            /*max-width: 100%;*/
            /*display: inline-block;*/

            height: auto;
            max-height: 220px;
            max-width: 100%;
            display: inline-block;
        }

    .gallery-wrap .img-small-wrap .item-gallery {
        width: 57px;
        height: 57px;
        border: 1px solid #ddd;
        margin: 7px 2px;
        display: inline-block;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: zoom-in;
    }

        .gallery-wrap .img-small-wrap .item-gallery.active {
            border: 2px solid #007bff;
        }

    .gallery-wrap .img-small-wrap {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

        .gallery-wrap .img-small-wrap img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            border-radius: 4px;
        }

.product-item-view .card {
    border: none;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: initial !important;
}

.swal2-popup .swal2-actions {
    display: inline-flex !important;
    justify-content: flex-end !important;
    margin: 1.25em 0 0.25em 0 !important;
}

.shopping-cart {
    /*padding-bottom: 50px;*/
    /*font-family: 'Montserrat', sans-serif;*/
    margin: 0;
}

    .shopping-cart.dark {
        /*background-color: #f6f6f6;*/
    }

    .shopping-cart .content {
        /*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);*/
        /*background-color: white;*/
    }

    .shopping-cart .items {
        margin: auto;
    }

        .shopping-cart .items .product {
            margin-bottom: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .shopping-cart .items .product .info {
                padding-top: 0px;
                text-align: center;
            }

                .shopping-cart .items .product .info .product-name {
                    font-weight: 600;
                }

                    .shopping-cart .items .product .info .product-name .product-info {
                        font-size: 14px;
                        margin-top: 15px;
                    }

                        .shopping-cart .items .product .info .product-name .product-info .value {
                            font-weight: 400;
                        }

                .shopping-cart .items .product .info .quantity .quantity-input {
                    margin: auto;
                    width: 80px;
                }

                .shopping-cart .items .product .info .price {
                    margin-top: 15px;
                    font-weight: bold;
                    font-size: 22px;
                }

    .shopping-cart .summary {
        /*border-top: 2px solid #5ea4f3;*/
        background-color: #f7fbff;
        height: 100%;
        padding: 30px;
    }

        .shopping-cart .summary h3 {
            text-align: center;
            font-size: 1.3em;
            font-weight: 600;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .shopping-cart .summary .summary-item:not(:last-of-type) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .shopping-cart .summary .summary-item {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .shopping-cart .summary .summary-item {
            text-align: left;
        }

            .shopping-cart .summary .summary-item .price-currency {
                margin-left: 5px;
            }

        .shopping-cart .summary .text {
            font-size: 1em;
            font-weight: 600;
        }

        .shopping-cart .summary .price {
            font-size: 1em;
            float: right;
        }

        .shopping-cart .summary button {
            margin-top: 20px;
        }

@media (min-width: 768px) {
    .shopping-cart .items .product .info {
        padding-top: 25px;
        text-align: left;
    }

        .shopping-cart .items .product .info .price {
            font-weight: bold;
            font-size: 22px;
            top: 17px;
        }

        .shopping-cart .items .product .info .quantity {
            text-align: center;
        }

            .shopping-cart .items .product .info .quantity .quantity-input {
                padding: 4px 10px;
                text-align: center;
            }
}

.product-count {
    display: flex;
    flex-flow: column;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

    .product-count .input-number {
        padding: 1px;
        text-align: center;
        width: 82px;
        border: none;
    }

    .product-count .counter-btns {
        border: none;
        display: flex;
    }

        .product-count .counter-btns .input-group-btn {
            width: 50%;
            display: flex;
            flex-flow: column;
        }

            .product-count .counter-btns .input-group-btn .btn-number.btn-minus {
                padding: .375rem .75rem;
                border-radius: 0 0 0 4px;
                margin-right: 0px;
            }

            .product-count .counter-btns .input-group-btn .btn-number.btn-plus {
                padding: .375rem .75rem;
                border-radius: 0 0 4px 0;
                margin-left: 0px;
            }

.shopping-cart .summary {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.remove-cart {
    color: #007bff;
}

    a.remove-cart:hover, a.remove-cart:active {
        color: #757572;
    }

.empty-cart {
    margin-top: 50px;
    margin-bottom: 50px !important;
    font-weight: 500;
    text-align: center;
}

.nav-tabs {
    border-bottom: solid 2px #333;
}

    .nav-tabs .nav-link {
        border-color: #333;
    }

        .nav-tabs .nav-link:hover {
            border-color: #333;
        }

    .nav-tabs .nav-item .nav-link.active {
        background-color: #333;
        border-color: #333;
        color: white;
    }

.table {
    box-shadow: 0px 3px 10px 2px #ccc;
    border: none;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

    .table tr {
        border-collapse: collapse !important;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.page-item.disabled .page-link {
    color: white;
    background-color: #333;
    border-color: #333;
}

.table td {
    vertical-align: middle;
    padding: 0.25rem;
    border-top: none !important;
    border-right: 1px solid #c8ced3 !important;
    border-left: none !important;
    border-bottom: 1px solid #c8ced3 !important;
}

.table th {
    vertical-align: middle;
    padding: 0.25rem;
    background-color: #333;
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: 1px solid #c8ced3 !important;
    color: white;
}

    .table th:first-child {
        border-top-left-radius: 0.25rem;
    }

    .table th:last-child {
        border-top-right-radius: 0.25rem;
    }

.table tbody tr:last-child > td:first-child {
    border-bottom-left-radius: 0.25rem;
}

.table tbody tr > td:first-child {
    border-left: 1px solid #c8ced3 !important;
}

.table tbody tr:last-child > td:last-child {
    border-bottom-right-radius: 0.25rem;
}

.table thead tr {
    line-height: 2;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.4rem;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    top: 1px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 1px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 1px;
}

.table-link-action {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.status-badge {
    font-size: 12px;
    padding: 6px;
}

a.order-details {
    color: #333;
}

    a.order-details i {
        margin-left: 2px;
    }

    a.order-details:hover, a.order-details:active {
        color: #333;
    }

.watermark-red {
    background-color: rgba(255, 0, 0, 1);
}

.typeahead__button button, .typeahead__filter button {
    margin-left: 0 !important;
}

.typeahead__field .typeahead__hint:active, .typeahead__field .typeahead__hint:focus, .typeahead__field [contenteditable]:active, .typeahead__field [contenteditable]:focus, .typeahead__field input:active, .typeahead__field input:focus, .typeahead__field textarea:active, .typeahead__field textarea:focus {
    border-color: #ccc !important;
}

.typeahead__list {
    border-radius: 0 !important;
}

    .typeahead__list tbody {
        width: 100%;
        display: table;
    }

.typeahead__button button,
.typeahead__image {
    max-width: 100px;
    width: 100%;
    min-width: 40px;
}

.typeahead__button button {
    border-radius: 0 !important;
}

.main-small.sky-mega-menu li .grid-container3 ul {
    border-radius: 0px;
}

.badge-nav {
    color: white !important;
    font-size: 12px !important;
    background: #333;
}

    .badge-nav:hover {
        background: #333;
    }

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

.form-group {
    background-color: transparent;
}


.banner-slider .hero-item:hover {
    cursor: pointer;
}

.banner-slider .hero-item:after {
    background-color: transparent;
}

.banner-slider .hero-item {
    background-color: transparent;
}

@media (max-width: 375px) {
    .banner-slider .hero-item {
        height: 160px;
    }
}

@media (min-width: 375px) {
    .banner-slider .hero-item {
        height: 240px;
    }
}

@media (min-width: 576px) {
    .banner-slider .hero-item {
        height: 230px;
    }
}

@media (min-width: 576px) {
    .banner-slider .hero-item {
        height: 232px;
    }
}

@media (min-width: 768px) {
    .banner-slider .hero-item {
        height: 256px;
    }
}

@media (min-width: 992px) {
    .banner-slider .hero-item {
        height: 346px;
    }
}

@media (min-width: 1200px) {
    .banner-slider .hero-item {
        height: 410px;
    }
}

.banner-slider.hero-slider-one .slick-dots {
    left: 50%;
    bottom: -16px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #333;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #007bff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #007bff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.js-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

    .js-spinner .lds-ring {
        position: fixed;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .js-spinner .backgg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: ghostwhite;
        opacity: 0.3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.select-order {
    display: block;
    width: 100%;
    height: 2rem;
    padding: .275rem .675rem;
    /* font-size: 1rem; */
    /* line-height: 1.5; */
    /* color: #495057; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.blog-post-item {
    margin: 20px auto;
    padding: 10px;
}

    .blog-post-item img {
        max-width: 100%;
    }

.blog-item-title {
    margin-bottom: 0;
}

.ql-editor .ql-video {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 400px;
}

.nGY2GThumbnail {
    border-color: #333 !important;
    border-radius: 2px !important;
    border-width: 2px !important;
}

.p-normal {
    margin-top: 0;
    margin-bottom: 0;
}

.p-break {
    margin-top: 0;
    margin-bottom: 0;
}

    .p-break + .p-normal {
        margin-top: 0 !important;
    }

.p-normal + .p-break {
    margin-top: 1rem !important;
}

.p-normal + .p-normal {
    margin-top: 0 !important;
}

.p-break + .p-break {
    margin-top: 1rem;
}

.field-validation-error p {
    display: inline
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/**/
/* defaults */
/**/
.sky-mega-menu-new,
.sky-mega-menu-new * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
    z-index: 100;
}
.sky-mega-menu-new {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: -14px;
    margin-bottom: 0 !important;
}


/**/
/* level 1 */
/**/
.sky-mega-menu-new {
	position: relative;
	z-index: 999;
	/**box-shadow: 0 0 20px rgba(0,0,0,.3);*/
	font-size: 0;
	line-height: 0;
	text-align: right;
	border-radius: 0;
	background-color: #e5e5e1;
	color: white;
}
.sky-mega-menu-new:after {
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu-new li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 1rem;
	line-height: 45px;
	text-align: left;
	white-space: nowrap;
}

    .sky-mega-menu-new li a {
        display: block;
        padding: 0;
        text-decoration: none;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        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-new > li > a {
        border-bottom: 1px solid #8b8b88 !important;
    }

    .sky-mega-menu-new > li:nth-child(3) {
        padding-top: 15px !important;
    }

    .sky-mega-menu-new > li:last-child > a {
        border-bottom: 0 !important;
    }

.sky-mega-menu-new li > div {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	background: rgba(255,255,255,1);
}
.sky-mega-menu-new li:hover > a,
.sky-mega-menu-new li.current > a,
.sky-mega-menu-new li.active > a {
	background: #e5e5e1;
	color: #c73834;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sky-mega-menu-new li:hover > div {
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);
}
.sky-mega-menu-new .right {
	float: none;
	border-right-width: 0;
	border-left-width: 1px;
}
.sky-mega-menu-new .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-new .right:hover > div {
	right: 0;
	left: auto;
}
.sky-mega-menu-new .right:hover > div:before {
	right: 24px;
	left: auto;
}
.sky-mega-menu-new .switcher {
	display: none;
}


/**/
/* level 2+ */
/**/
.sky-mega-menu-new li li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
	line-height: 21px;
	white-space: normal;
	background: white;
}
.sky-mega-menu-new li li:first-child {
	border-top: 0;
}
.sky-mega-menu-new li li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.sky-mega-menu-new li li > div {
	top: 0;
	margin: 0;
}
.sky-mega-menu-new li li > div:after {
    top: -50px;
    right: -10px;
    bottom: auto;
    left: auto;
    width: calc(100% + 20px);
    height: calc(100% + 100px);
}
.sky-mega-menu-new li li > div:before {
	top: 22px;
	right: 100%;
	bottom: auto;
	left: auto;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(21, 89, 157, 0.95);
	border-bottom: 5px solid transparent;
}
.sky-mega-menu-new li li:hover {
	background: transparent;
}
.sky-mega-menu-new li li:hover > div {
	left: 100%;
}
.sky-mega-menu-new .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-new .right li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu-new .right li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-new .right li:hover > div {
	right: 100%;
	left: auto;
}


/**/
/* positions */
/**/
.sky-mega-menu-new-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sky-mega-menu-new-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-new-pos-bottom li > div:after {
	top: 100%;
	bottom: auto;
}
.sky-mega-menu-new-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-new-pos-bottom li li > div {
	top: auto;
	bottom: 0;
}
.sky-mega-menu-new-pos-bottom li li > div:before {
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-new-pos-bottom.sky-mega-menu-new-fixed {
	top: auto;
	bottom: 0;
}

.sky-mega-menu-new-pos-left li,
.sky-mega-menu-new-pos-right li {
    display: block;
    float: none;
    border-bottom: 0;
    /*margin: 5px 10px;*/
}

.sky-mega-menu-new-pos-left li:last-child,
.sky-mega-menu-new-pos-right li:last-child {
    /*display: block;*/
    float: none;
    border-bottom: 0;
    /*margin: 5px 10px;*/
}

.sky-mega-menu-new .switcher > a {
    border: 0 !important;
}

.sky-mega-menu-new-pos-left li:first-child,
.sky-mega-menu-new-pos-right li:first-child {
	border-top: 0;
}
.sky-mega-menu-new-pos-left li > div,
.sky-mega-menu-new-pos-right li > div {
	top: 0;
}
.sky-mega-menu-new-pos-left li > div {
	margin: 0;
}
.sky-mega-menu-new-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-new-pos-left li > div:after,
.sky-mega-menu-new-pos-right li > div:after {
	top: -50px;
	bottom: auto;
	width: calc(100% + 20px);
	height: calc(100% + 100px);
}
.sky-mega-menu-new-pos-left li > div:after {
	right: -10px;
	left: auto;
    z-index: -1;
}
.sky-mega-menu-new-pos-right li > div:after {
	right: -5px;
	left: 100%;
}
.sky-mega-menu-new-pos-left li > div:before,
.sky-mega-menu-new-pos-right li > div:before {
	top: 22px;
	bottom: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.sky-mega-menu-new-pos-left li > div:before {
	right: 100%;
	left: auto;
	border-right: 5px solid rgba(21, 89, 157, 0.95);
}
.sky-mega-menu-new-pos-right li > div:before {
	right: auto;
	left: 100%;
	border-left: 5px solid rgba(255,255,255,0.9);
}
    .sky-mega-menu-new-pos-left li:hover > div {
        left: 100%;
    }
.sky-mega-menu-new-pos-right li:hover > div {
	right: 100%;
	left: auto;
}
.sky-mega-menu-new-pos-left .bottom > div,
.sky-mega-menu-new-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-new-pos-left .bottom > div:before,
.sky-mega-menu-new-pos-right .bottom > div:before {
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-new-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-new-pos-right li li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu-new-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-new-pos-right li li:hover > div {
	right: 100%;
	left: auto;
}
.sky-mega-menu-new-pos-left.sky-mega-menu-new-fixed {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: auto;
}
.sky-mega-menu-new-pos-right.sky-mega-menu-new-fixed {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: auto;
}

.sky-mega-menu-new li li:hover > a {
    background-color: white;
}

/**/
/* animations */
/**/
.sky-mega-menu-new-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-new-pos-bottom.sky-mega-menu-new-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-new-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-new-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-new-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-new-anim-flip {
	perspective: 2000px;
	-o-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
}
.sky-mega-menu-new-anim-flip li > div {
	transform-style: preserve-3d;
	-o-transform-style: 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-new-anim-flip li:hover > div {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}


/**/
/* grid */
/**/
.sky-mega-menu-new .grid-column {
	float: left;
	border-color: #d9d9d9;
	border-left-width: 1px;
	border-left-style: solid;
}
.sky-mega-menu-new .grid-column:first-child {
	margin-left: 0;
	border-left: 0;
}
.sky-mega-menu-new .grid-column2,
.sky-mega-menu-new .grid-container2 {
	width: 155px;
}
.sky-mega-menu-new .grid-column3,
.sky-mega-menu-new .grid-container3 {
	width: 233px;
	color: white;
}
.sky-mega-menu-new .grid-column4,
.sky-mega-menu-new .grid-container4 {
	width: 311px;
}
.sky-mega-menu-new .grid-column5,
.sky-mega-menu-new .grid-container5 {
	width: 389px;
}
.sky-mega-menu-new .grid-column6,
.sky-mega-menu-new .grid-container6 {
	width: 467px;
}
.sky-mega-menu-new .grid-column7,
.sky-mega-menu-new .grid-container7 {
	width: 545px;
}
.sky-mega-menu-new .grid-column8,
.sky-mega-menu-new .grid-container8 {
	width: 623px;
}
.sky-mega-menu-new .grid-column9,
.sky-mega-menu-new .grid-container9 {
	width: 701px;
}
.sky-mega-menu-new .grid-column10,
.sky-mega-menu-new .grid-container10 {
	width: 779px;
}
.sky-mega-menu-new .grid-column11,
.sky-mega-menu-new .grid-container11 {
	width: 857px;
}
.sky-mega-menu-new .grid-column12,
.sky-mega-menu-new .grid-container12 {
	width: 935px;
}

.sky-mega-menu-new li .grid-container3 ul {
    background-color: white;
}

.sky-mega-menu-new .grid-container3 ul::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.sky-mega-menu-new .grid-container3 ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	/*-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);*/
}


/**/
/* icons */
/**/
.sky-mega-menu-new 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-new li a > .fa-single {
	float: none;
	margin: 0;
}
.sky-mega-menu-new 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-new li li a > .fa-indicator {
	top: 0;
	float: right;
	display: block;
	line-height: inherit;
}


/**/
/* forms */
/**/
.sky-mega-menu-new form fieldset {
	display: block;
	padding: 25px 30px;
}
.sky-mega-menu-new form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-mega-menu-new form section {
	margin-bottom: 20px;
}
.sky-mega-menu-new form .input,
.sky-mega-menu-new form .textarea,
.sky-mega-menu-new form .radio,
.sky-mega-menu-new form .checkbox,
.sky-mega-menu-new form .button {
	position: relative;
	display: block;
}
.sky-mega-menu-new form .input input,
.sky-mega-menu-new 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-new form .textarea textarea {
	height: auto;
	resize: none;
}
.sky-mega-menu-new form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    background-color: #e5e5e1;
    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-new 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-new form .input .fa-append + input,
.sky-mega-menu-new form .textarea .fa-append + textarea {
	padding-right: 46px;
}
.sky-mega-menu-new form .row {
	margin: 0 -15px;
}
.sky-mega-menu-new form .row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu-new 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-new form .col-6 {
	width: 50%;
}
.sky-mega-menu-new form .input:hover input,
.sky-mega-menu-new form .textarea:hover textarea,
.sky-mega-menu-new form .checkbox:hover i {
    border-color: #e5e5e1;
}
.sky-mega-menu-new form .button:hover {
	opacity: 1;
}
.sky-mega-menu-new form .input input:focus,
.sky-mega-menu-new form .textarea textarea:focus,
.sky-mega-menu-new form .checkbox input:focus + i {
    border-color: #e5e5e1;
}
.sky-mega-menu-new .search {
	border-left: 0;
}
.sky-mega-menu-new .search .input {
	margin: 3px 3px 3px 3px;
}
.sky-mega-menu-new .search .input input {
	width: 240px;
	padding-right: 65px;
}
.sky-mega-menu-new .search .button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}


/**/
/* menu contact button */
/**/


.sky-mega-menu-new .menu-contact-new li:hover > a {
	background-color: #167709;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sky-mega-menu-new li.menu-contact-new:hover > a,
.sky-mega-menu-new li.menu-contact-new.active > a {
	background-color: #167709;
}


/**/
/* main big menu specific */
/**/

.sky-mega-menu-new.main-big-new li {
	border-right-width: 0;
	border-left-width: 0;
	padding: 0;
}


/**/
/* main small menu specific */
/**/
.sky-mega-menu-new.main-small-new {
	position: fixed;
	border-radius: 0;
	width: 100%;
	z-index: 1000;
	right: 0;
}


/**/
/* categories menu */
/**/
.sky-mega-menu-new.categories-new {
	position: relative;
	z-index: 1;
}

/* Fixed position for grid-container3 dropdowns in categories menu */
/* Remove positioning context from li elements so dropdown positions relative to menu container */
.sky-mega-menu-new.categories-new > li {
	position: static;
}

/* Remove line from last item */
.sky-mega-menu-new.categories-new > li:last-child::after {
	display: none;
}

/* Now grid-container3 will always appear at the same position relative to the menu */
    .sky-mega-menu-new.categories-new li > .grid-container3 {
        left: 100% !important;
        min-height: 100%;
        width: calc(85vw - 50%);
        max-width: calc(1110px - 30%);
        background: white;
        padding: 20px;
        box-sizing: border-box;
        overflow: visible !important;
    }

/* Main category title */
.sky-mega-menu-new .category-main-title {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #c73834;
	font-size: 1.5rem;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

/* Category group title (Level 1) */
.sky-mega-menu-new .category-group-title {
	font-weight: 600;
	font-size: 0.95rem;
}

.sky-mega-menu-new .category-group-title a {
	color: #333;
	text-decoration: none;
	display: block;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	overflow: visible !important;
	text-overflow: clip !important;
}

.sky-mega-menu-new .category-group-title a:hover {
	color: #c73834;
}

/* Category items (Level 2+) */
.sky-mega-menu-new .category-item {
    line-height: 1.8;
    padding-bottom: 2px;
    padding-top: 0px;
    margin: 0;
}

.sky-mega-menu-new .category-item a {
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
	display: block;
	padding: 2px 0;
	transition: color 0.3s;
	text-transform: none;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	overflow: visible !important;
	text-overflow: clip !important;
}

.sky-mega-menu-new .category-item a:hover {
	color: #c73834;
}

/* Level 3 subcategories - indented */
.sky-mega-menu-new .category-item.category-level3 {
	padding-left: 20px;
}

.sky-mega-menu-new .category-item.category-level3 a {
	color: #333;
	font-size: 0.85rem;
}

/* Level 4 subcategories - double indented */
.sky-mega-menu-new .category-item.category-level4 {
	padding-left: 40px;
}

.sky-mega-menu-new .category-item.category-level4 a {
	color: #333;
	font-size: 0.8rem;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.sky-mega-menu-new li a {
		padding: 0 15px;
	}
	.sky-mega-menu-new li a > .fa-indicator {
		margin-right: -5px;
	}

	.sky-mega-menu-new .grid-column2,
	.sky-mega-menu-new .grid-container2 {
		width: 117px;
	}
	.sky-mega-menu-new .grid-column3,
	.sky-mega-menu-new .grid-container3 {
		width: 176px;
	}
	.sky-mega-menu-new .grid-column4,
	.sky-mega-menu-new .grid-container4 {
		width: 235px;
	}
	.sky-mega-menu-new .grid-column5,
	.sky-mega-menu-new .grid-container5 {
		width: 294px;
	}
	.sky-mega-menu-new .grid-column6,
	.sky-mega-menu-new .grid-container6 {
		width: 353px;
	}
	.sky-mega-menu-new .grid-column7,
	.sky-mega-menu-new .grid-container7 {
		width: 412px;
	}
	.sky-mega-menu-new .grid-column8,
	.sky-mega-menu-new .grid-container8 {
		width: 471px;
	}
	.sky-mega-menu-new .grid-column9,
	.sky-mega-menu-new .grid-container9 {
		width: 530px;
	}
	.sky-mega-menu-new .grid-column10,
	.sky-mega-menu-new .grid-container10 {
		width: 589px;
	}
	.sky-mega-menu-new .grid-column11,
	.sky-mega-menu-new .grid-container11 {
		width: 648px;
	}
	.sky-mega-menu-new .grid-column12,
	.sky-mega-menu-new .grid-container12 {
		width: 707px;
	}
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	body {
    -webkit-text-size-adjust: none;
  }
	.sky-mega-menu-new .grid-column {
		float: none;
		width: auto;
		margin: 0;
		border: 0;
		border-top: 1px solid #d9d9d9;
	}
	.sky-mega-menu-new .grid-column:first-child {
		border-top: 0;
	}
  .sky-mega-menu-new form fieldset {
  	display: block;
  	padding: 15px 20px;
  }
	.sky-mega-menu-new form section {
		margin-bottom: 10px;
	}
  .sky-mega-menu-new form .row {
  	margin: 0 -10px;
  }
  .sky-mega-menu-new form .col {
		padding-right: 10px;
		padding-left: 10px;
	}

    .sky-mega-menu-new .grid-container3 {
        background-color: #e5e5e1;
    }

        .sky-mega-menu-new .grid-container3:hover {
            background-color: #e5e5e1;
        }

    .sky-mega-menu-new li li {
        background: white;
    }


	.sky-mega-menu-new-response-to-stack > li {
		display: block;
		float: none;
		border: 0;
		border-top: 1px solid #d9d9d9;
	}
	.sky-mega-menu-new-response-to-stack > li:first-child {
		border-top: 0;
	}
	.sky-mega-menu-new-response-to-switcher > li {
		display: none;
		float: none;
		border: 0 !important;
	}
	.sky-mega-menu-new-response-to-switcher > .switcher {
		display: block;
	}
	.sky-mega-menu-new-response-to-switcher:hover > li {
		display: block;
		border-top: 1px solid #d9d9d9;
	}
	.sky-mega-menu-new-response-to-switcher:hover > .switcher {
		display: none;
	}
    .sky-mega-menu-new-response-to-stack li > div,
    .sky-mega-menu-new-response-to-stack li > [class^="grid-container"],
    .sky-mega-menu-new-response-to-switcher li > div,
    .sky-mega-menu-new-response-to-switcher li > [class^="grid-container"] {
        top: 100%;
        bottom: auto;
        width: auto;
        margin: 8px 0 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        background: #e5e5e1;
    }
	.sky-mega-menu-new-response-to-stack li > div:after,
	.sky-mega-menu-new-response-to-switcher li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-new-response-to-stack li > div:before,
	.sky-mega-menu-new-response-to-switcher li > div:before {
		display: none;
	}
	.sky-mega-menu-new-response-to-stack li a > .fa,
	.sky-mega-menu-new-response-to-switcher li a > .fa {
		margin: 0 15px 0 0;
	}
	.sky-mega-menu-new-response-to-stack li:hover > div,
	.sky-mega-menu-new-response-to-stack li:hover > [class^="grid-container"],
	.sky-mega-menu-new-response-to-switcher li:hover > div,
	.sky-mega-menu-new-response-to-switcher li:hover > [class^="grid-container"] {
		right: 0;
		left: 51px;
	}
	.sky-mega-menu-new-response-to-stack li li > div,
	.sky-mega-menu-new-response-to-switcher li li > div {
		top: 100%;
		width: auto;
		margin: 8px 0 0 0;
	}
	.sky-mega-menu-new-response-to-stack li li > div:after,
	.sky-mega-menu-new-response-to-switcher li li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-new-response-to-stack li li:hover > div,
	.sky-mega-menu-new-response-to-switcher li li:hover > div {
		right: 0;
		left: 51px;
	}
	.sky-mega-menu-new-response-to-stack .search .input input,
	.sky-mega-menu-new-response-to-switcher .search .input input {
		width: 100%;
	}

  .sky-mega-menu-new-response-to-icons li {
  	position: static;
  	font-size: 0;
	}
	.sky-mega-menu-new-response-to-icons li a {
		padding: 0 10px;
	}
	.sky-mega-menu-new-response-to-icons li > div,
	.sky-mega-menu-new-response-to-icons li > [class^="grid-container"] {
		width: 100%;
	}
	.sky-mega-menu-new-response-to-icons li > div:before {
		display: none;
	}
	.sky-mega-menu-new-response-to-icons li a > .fa {
		margin: 0;
	}
	.sky-mega-menu-new-response-to-icons li a > .fa-indicator {
		position: static;
		display: block;
		float: right;
		margin-left: 10px;
		line-height: 45px;
	}
	.sky-mega-menu-new-response-to-icons li li {
		position: relative;
		font-size: 13px;
	}
	.sky-mega-menu-new-response-to-icons li li > div,
	.sky-mega-menu-new-response-to-icons .right li > div {
		top: 100%;
		margin: 8px 0 0 0;
	}
	.sky-mega-menu-new-response-to-icons li li > div:after,
	.sky-mega-menu-new-response-to-icons .right li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-new-response-to-icons li li:hover > div,
	.sky-mega-menu-new-response-to-icons .right li:hover > div {
		right: 0;
		left: 41px;
		width: auto;
	}
	.sky-mega-menu-new-response-to-icons li li a > .fa {
		margin-right: 10px;
	}
	.sky-mega-menu-new-response-to-icons li li a > .fa-indicator {
		margin-right: 0px;
	}
	.sky-mega-menu-new-response-to-icons.sky-mega-menu-new-anim-flip li li > div {
		top: 100%;
		margin: 8px 0 0 0;
		transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.sky-mega-menu-new-pos-bottom.sky-mega-menu-new-response-to-icons li li > div {
		top: auto;
		bottom: 100%;
		margin: 0 0 8px 0;
	}
	.sky-mega-menu-new-pos-bottom.sky-mega-menu-new-response-to-icons li li > div:after {
		top: 100%;
		bottom: auto;
	}

    .sky-mega-menu-new > li:nth-child(3) {
        padding-top: 0 !important;
    }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/**/
/* defaults */
/**/
.sky-mega-menu-main-big,
.sky-mega-menu-main-big * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
}
.sky-mega-menu-main-big {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/**/
/* level 1 */
/**/
.sky-mega-menu-main-big {
    position: relative;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    text-align: right;
    border-radius: 0;
    background-color: #333;
    color: white;
}
.sky-mega-menu-main-big:after {
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu-main-big li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 10px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	border-right-width: 0;
	border-left-width: 0;
	font-size: 13px;
	line-height: 45px;
	text-align: left;
	white-space: nowrap;
}
.sky-mega-menu-main-big li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
    font-weight: 600;
	color: white;
	text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
	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-main-big li a i.fa-home {
	margin-right: 0;
}
.sky-mega-menu-main-big li > div {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	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-main-big li > div:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
	background: transparent;
}
.sky-mega-menu-main-big li > div:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 24px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #333;
	border-left: 5px solid transparent;
}
.sky-mega-menu-main-big li:hover,
.sky-mega-menu-main-big li.current > a {
	background: #c73834;
	color: #fff;
}
.sky-mega-menu-main-big li.active {
	background-color: #c73834;
}
.sky-mega-menu-main-big li.active > a {
	background: #c73834;
	color: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sky-mega-menu-main-big li:first-child.active,
.sky-mega-menu-main-big li:first-child:hover {
	background-color: #c73834;
	border-radius: 0;
}
.sky-mega-menu-main-big li:hover > div {
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);
}
.sky-mega-menu-main-big .right {
	float: none;
	border: 0;
}
.sky-mega-menu-main-big .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-main-big .right:hover > div {
	right: 0;
	left: auto;
}
.sky-mega-menu-main-big .right:hover > div:before {
	right: 24px;
	left: auto;
}
.sky-mega-menu-main-big .switcher {
	display: none;
}


/**/
/* level 2+ */
/**/
.sky-mega-menu-main-big li li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
	line-height: 21px;
	white-space: normal;
}
.sky-mega-menu-main-big li li:first-child {
	border-top: 0;
}
.sky-mega-menu-main-big li li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.sky-mega-menu-main-big li li > div {
	top: 0;
	margin: 0 0 0 8px;
}
.sky-mega-menu-main-big li li > div:after {
    top: -50px;
    right: -10px;
    bottom: auto;
    left: auto;
    width: calc(100% + 20px);
    height: calc(100% + 100px);
}
.sky-mega-menu-main-big 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-main-big li li:hover > div {
	left: 100%;
}
.sky-mega-menu-main-big .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-main-big .right li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu-main-big .right li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-main-big .right li:hover > div {
	right: 100%;
	left: auto;
}


/**/
/* positions */
/**/
.sky-mega-menu-main-big-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sky-mega-menu-main-big-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-main-big-pos-bottom li > div:after {
	top: 100%;
	bottom: auto;
}
.sky-mega-menu-main-big-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-main-big-pos-bottom li li > div {
	top: auto;
	bottom: 0;
}
.sky-mega-menu-main-big-pos-bottom li li > div:before {
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-main-big-pos-bottom.sky-mega-menu-main-big-fixed {
	top: auto;
	bottom: 0;
}

.sky-mega-menu-main-big-pos-left li,
.sky-mega-menu-main-big-pos-right li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
}
.sky-mega-menu-main-big-pos-left li:first-child,
.sky-mega-menu-main-big-pos-right li:first-child {
	border-top: 0;
}
.sky-mega-menu-main-big-pos-left li > div,
.sky-mega-menu-main-big-pos-right li > div {
	top: 0;
}
.sky-mega-menu-main-big-pos-left li > div {
	margin: 0 0 0 8px;
}
.sky-mega-menu-main-big-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-main-big-pos-left li > div:after,
.sky-mega-menu-main-big-pos-right li > div:after {
	top: -50px;
	bottom: auto;
	width: calc(100% + 20px);
	height: calc(100% + 100px);
}
.sky-mega-menu-main-big-pos-left li > div:after {
	right: -10px;
	left: auto;
    z-index: -1;
}
.sky-mega-menu-main-big-pos-right li > div:after {
	right: -5px;
	left: 100%;
}
.sky-mega-menu-main-big-pos-left li > div:before,
.sky-mega-menu-main-big-pos-right li > div:before {
	top: 22px;
	bottom: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.sky-mega-menu-main-big-pos-left li > div:before {
	right: 100%;
	left: auto;
	border-right: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-main-big-pos-right li > div:before {
	right: auto;
	left: 100%;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-main-big-pos-left li:hover > div {
	left: 100%;
}
.sky-mega-menu-main-big-pos-right li:hover > div {
	right: 100%;
	left: auto;
}
.sky-mega-menu-main-big-pos-left .bottom > div,
.sky-mega-menu-main-big-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-main-big-pos-left .bottom > div:before,
.sky-mega-menu-main-big-pos-right .bottom > div:before {
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-main-big-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-main-big-pos-right li li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu-main-big-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-main-big-pos-right li li:hover > div {
	right: 100%;
	left: auto;
}
.sky-mega-menu-main-big-pos-left.sky-mega-menu-main-big-fixed {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: auto;
}
.sky-mega-menu-main-big-pos-right.sky-mega-menu-main-big-fixed {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: auto;
}


/**/
/* animations */
/**/
.sky-mega-menu-main-big-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-main-big-pos-bottom.sky-mega-menu-main-big-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-main-big-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-main-big-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-main-big-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-main-big-anim-flip {
	perspective: 2000px;
	-o-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
}
.sky-mega-menu-main-big-anim-flip li > div {
	transform-style: preserve-3d;
	-o-transform-style: 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-main-big-anim-flip li:hover > div {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}


/**/
/* grid */
/**/
.sky-mega-menu-main-big .grid-column {
	float: left;
	border-color: #d9d9d9;
	border-left-width: 1px;
	border-left-style: solid;
}
.sky-mega-menu-main-big .grid-column:first-child {
	margin-left: 0;
	border-left: 0;
}
.sky-mega-menu-main-big .grid-column2,
.sky-mega-menu-main-big .grid-container2 {
	width: 155px;
}
.sky-mega-menu-main-big .grid-column3,
.sky-mega-menu-main-big .grid-container3 {
	width: 233px;
	color: white;
}
.sky-mega-menu-main-big .grid-column4,
.sky-mega-menu-main-big .grid-container4 {
	width: 311px;
}
.sky-mega-menu-main-big .grid-column5,
.sky-mega-menu-main-big .grid-container5 {
	width: 389px;
}
.sky-mega-menu-main-big .grid-column6,
.sky-mega-menu-main-big .grid-container6 {
	width: 467px;
}
.sky-mega-menu-main-big .grid-column7,
.sky-mega-menu-main-big .grid-container7 {
	width: 545px;
}
.sky-mega-menu-main-big .grid-column8,
.sky-mega-menu-main-big .grid-container8 {
	width: 623px;
}
.sky-mega-menu-main-big .grid-column9,
.sky-mega-menu-main-big .grid-container9 {
	width: 701px;
}
.sky-mega-menu-main-big .grid-column10,
.sky-mega-menu-main-big .grid-container10 {
	width: 779px;
}
.sky-mega-menu-main-big .grid-column11,
.sky-mega-menu-main-big .grid-container11 {
	width: 857px;
}
.sky-mega-menu-main-big .grid-column12,
.sky-mega-menu-main-big .grid-container12 {
	width: 935px;
}

.sky-mega-menu-main-big li .grid-container3 ul {
	background-color: #333;
}

.sky-mega-menu-main-big .grid-container3 ul::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.sky-mega-menu-main-big .grid-container3 ul::-webkit-scrollbar-thumb {
}

.sky-mega-menu-main-big-pos-left li:hover > div {
	opacity: 1;
}


/**/
/* icons */
/**/
.sky-mega-menu-main-big 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-main-big li a > .fa-single {
	float: none;
	margin: 0;
}
.sky-mega-menu-main-big 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-main-big li li a > .fa-indicator {
	top: 0;
	float: right;
	display: block;
	line-height: inherit;
}


/**/
/* forms */
/**/
.sky-mega-menu-main-big form fieldset {
	display: block;
	padding: 25px 30px;
}
.sky-mega-menu-main-big form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-mega-menu-main-big form section {
	margin-bottom: 20px;
}
.sky-mega-menu-main-big form .input,
.sky-mega-menu-main-big form .textarea,
.sky-mega-menu-main-big form .radio,
.sky-mega-menu-main-big form .checkbox,
.sky-mega-menu-main-big form .button {
	position: relative;
	display: block;
}
.sky-mega-menu-main-big form .input input,
.sky-mega-menu-main-big 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-main-big form .textarea textarea {
	height: auto;
	resize: none;
}
.sky-mega-menu-main-big form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin-left: 20px;
	padding: 0 20px;
	outline: none;
	border: 0;
	background-color: #333;
	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-main-big 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-main-big form .input .fa-append + input,
.sky-mega-menu-main-big form .textarea .fa-append + textarea {
	padding-right: 46px;
}
.sky-mega-menu-main-big form .row {
	margin: 0 -15px;
}
.sky-mega-menu-main-big form .row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu-main-big 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-main-big form .col-6 {
	width: 50%;
}
.sky-mega-menu-main-big form .input:hover input,
.sky-mega-menu-main-big form .textarea:hover textarea {
	border-color: #333;
}
.sky-mega-menu-main-big form .button:hover {
	opacity: 1;
}
.sky-mega-menu-main-big form .input input:focus,
.sky-mega-menu-main-big form .textarea textarea:focus {
	border-color: #333;
}
.sky-mega-menu-main-big .search {
	border-left: 0;
}
.sky-mega-menu-main-big .search .input {
	margin: 3px 3px 3px 3px;
}
.sky-mega-menu-main-big .search .input input {
	width: 240px;
	padding-right: 65px;
}
.sky-mega-menu-main-big .search .button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}


/**/
/* menu contact button */
/**/


.sky-mega-menu-main-big .menu-contact-main-big li:hover > a {
	background-color: #167709;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sky-mega-menu-main-big li.menu-contact-main-big:hover > a,
.sky-mega-menu-main-big li.menu-contact-main-big.active > a {
	background-color: #167709;
}

.sky-mega-menu-main-big li.menu-contact-main-big.active {
	background-color: #167709;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.sky-mega-menu-main-big li a {
		padding: 0 15px;
	}
	.sky-mega-menu-main-big li a > .fa-indicator {
		margin-right: -5px;
	}

	.sky-mega-menu-main-big .grid-column2,
	.sky-mega-menu-main-big .grid-container2 {
		width: 117px;
	}
	.sky-mega-menu-main-big .grid-column3,
	.sky-mega-menu-main-big .grid-container3 {
		width: 176px;
	}
	.sky-mega-menu-main-big .grid-column4,
	.sky-mega-menu-main-big .grid-container4 {
		width: 235px;
	}
	.sky-mega-menu-main-big .grid-column5,
	.sky-mega-menu-main-big .grid-container5 {
		width: 294px;
	}
	.sky-mega-menu-main-big .grid-column6,
	.sky-mega-menu-main-big .grid-container6 {
		width: 353px;
	}
	.sky-mega-menu-main-big .grid-column7,
	.sky-mega-menu-main-big .grid-container7 {
		width: 412px;
	}
	.sky-mega-menu-main-big .grid-column8,
	.sky-mega-menu-main-big .grid-container8 {
		width: 471px;
	}
	.sky-mega-menu-main-big .grid-column9,
	.sky-mega-menu-main-big .grid-container9 {
		width: 530px;
	}
	.sky-mega-menu-main-big .grid-column10,
	.sky-mega-menu-main-big .grid-container10 {
		width: 589px;
	}
	.sky-mega-menu-main-big .grid-column11,
	.sky-mega-menu-main-big .grid-container11 {
		width: 648px;
	}
	.sky-mega-menu-main-big .grid-column12,
	.sky-mega-menu-main-big .grid-container12 {
		width: 707px;
	}
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	body {
    -webkit-text-size-adjust: none;
  }
	.sky-mega-menu-main-big .grid-column {
		float: none;
		width: auto;
		margin: 0;
		border: 0;
		border-top: 1px solid #d9d9d9;
	}
	.sky-mega-menu-main-big .grid-column:first-child {
		border-top: 0;
	}
  .sky-mega-menu-main-big form fieldset {
  	display: block;
  	padding: 15px 20px;
  }
	.sky-mega-menu-main-big form section {
		margin-bottom: 10px;
	}
  .sky-mega-menu-main-big form .row {
  	margin: 0 -10px;
  }
  .sky-mega-menu-main-big form .col {
		padding-right: 10px;
		padding-left: 10px;
	}

	.sky-mega-menu-main-big .grid-container3 {
		background-color: #333;
	}

	.sky-mega-menu-main-big .grid-container3:hover {
		background-color: #333;
	}

	.sky-mega-menu-main-big li li {
		background: #333;
	}


	.sky-mega-menu-main-big-response-to-stack > li {
		display: block;
		float: none;
		border: 0;
		border-top: 1px solid #d9d9d9;
	}
	.sky-mega-menu-main-big-response-to-stack > li:first-child {
		border-top: 0;
	}
	.sky-mega-menu-main-big-response-to-switcher > li {
		display: none;
		float: none;
		border: 0;
	}
	.sky-mega-menu-main-big-response-to-switcher > .switcher {
		display: block;
	}
	.sky-mega-menu-main-big-response-to-switcher:hover > li {
		display: block;
		border-top: 1px solid #d9d9d9;
	}
	.sky-mega-menu-main-big-response-to-switcher:hover > .switcher {
		display: none;
	}
	.sky-mega-menu-main-big-response-to-stack li > div,
	.sky-mega-menu-main-big-response-to-stack li > [class^="grid-container"],
	.sky-mega-menu-main-big-response-to-switcher li > div,
	.sky-mega-menu-main-big-response-to-switcher li > [class^="grid-container"] {
		top: 100%;
		bottom: auto;
		width: auto;
		margin: 8px 0 0 0;
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		background: #333;
	}
	.sky-mega-menu-main-big-response-to-stack li > div:after,
	.sky-mega-menu-main-big-response-to-switcher li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-main-big-response-to-stack li > div:before,
	.sky-mega-menu-main-big-response-to-switcher li > div:before {
		display: none;
	}
	.sky-mega-menu-main-big-response-to-stack li a > .fa,
	.sky-mega-menu-main-big-response-to-switcher li a > .fa {
		margin: 0 15px 0 0;
	}
	.sky-mega-menu-main-big-response-to-stack li:hover > div,
	.sky-mega-menu-main-big-response-to-stack li:hover > [class^="grid-container"],
	.sky-mega-menu-main-big-response-to-switcher li:hover > div,
	.sky-mega-menu-main-big-response-to-switcher li:hover > [class^="grid-container"] {
		right: 0;
		left: 51px;
	}
	.sky-mega-menu-main-big-response-to-stack li li > div,
	.sky-mega-menu-main-big-response-to-switcher li li > div {
		top: 100%;
		width: auto;
		margin: 8px 0 0 0;
	}
	.sky-mega-menu-main-big-response-to-stack li li > div:after,
	.sky-mega-menu-main-big-response-to-switcher li li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-main-big-response-to-stack li li:hover > div,
	.sky-mega-menu-main-big-response-to-switcher li li:hover > div {
		right: 0;
		left: 51px;
	}
	.sky-mega-menu-main-big-response-to-stack .search .input input,
	.sky-mega-menu-main-big-response-to-switcher .search .input input {
		width: 100%;
	}

  .sky-mega-menu-main-big-response-to-icons li {
  	position: static;
  	font-size: 0;
	}
	.sky-mega-menu-main-big-response-to-icons li a {
		padding: 0 10px;
	}
	.sky-mega-menu-main-big-response-to-icons li > div,
	.sky-mega-menu-main-big-response-to-icons li > [class^="grid-container"] {
		width: 100%;
	}
	.sky-mega-menu-main-big-response-to-icons li > div:before {
		display: none;
	}
	.sky-mega-menu-main-big-response-to-icons li a > .fa {
		margin: 0;
	}
	.sky-mega-menu-main-big-response-to-icons li a > .fa-indicator {
		position: static;
		display: block;
		float: right;
		margin-left: 10px;
		line-height: 45px;
	}
	.sky-mega-menu-main-big-response-to-icons li li {
		position: relative;
		font-size: 13px;
	}
	.sky-mega-menu-main-big-response-to-icons li li > div,
	.sky-mega-menu-main-big-response-to-icons .right li > div {
		top: 100%;
		margin: 8px 0 0 0;
	}
	.sky-mega-menu-main-big-response-to-icons li li > div:after,
	.sky-mega-menu-main-big-response-to-icons .right li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.sky-mega-menu-main-big-response-to-icons li li:hover > div,
	.sky-mega-menu-main-big-response-to-icons .right li:hover > div {
		right: 0;
		left: 41px;
		width: auto;
	}
	.sky-mega-menu-main-big-response-to-icons li li a > .fa {
		margin-right: 10px;
	}
	.sky-mega-menu-main-big-response-to-icons li li a > .fa-indicator {
		margin-right: 0px;
	}
	.sky-mega-menu-main-big-response-to-icons.sky-mega-menu-main-big-anim-flip li li > div {
		top: 100%;
		margin: 8px 0 0 0;
		transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.sky-mega-menu-main-big-pos-bottom.sky-mega-menu-main-big-response-to-icons li li > div {
		top: auto;
		bottom: 100%;
		margin: 0 0 8px 0;
	}
	.sky-mega-menu-main-big-pos-bottom.sky-mega-menu-main-big-response-to-icons li li > div:after {
		top: 100%;
		bottom: auto;
	}
}


