.megamenu {
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	font-family: 'Monda', sans-serif;
	;font-size: 15px
}

.megamenu li {
	margin-bottom: -5px;
	display: inline
}

.megamenu>li>a {
	float: left;
	padding: 30px 25px 10px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: capitalize;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.megamenu>li.active>a {
	color: #333;
}

.megamenu>li.right {
	float: right
}

.megamenu .dropdown,.megamenu .dropdown li .dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	width: 160px;
	border: solid 1px rgba(0,0,0,0.1);
	background: #fff
}

.megamenu .dropdown {
	top: 59px
}

.megamenu .dropdown li .dropdown {
	left: 160px;
	top: inherit
}

.megamenu .dropdown li {
	clear: both;
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.1)
}

.megamenu .dropdown li:last-child {
	border-bottom: 0
}

.megamenu .dropdown li a {
	float: left;
	width: 100%;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-size: 14px;
	color: #444;
	background: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out
}

.megamenu .dropdown li:hover>a {
	background: #dbdbdb
}

.megamenu>li>.megapanel {
	position: absolute;
	display: none;
	background: #ffffff;
	box-shadow: 0px 2px 4px #777;
	width: 120.2%;
	top: 66px;
	left: 0px;
	z-index: 99;
	padding: 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.megamenu .megapanel ul {
	margin: 0;
	padding: 0
}

/* .megamenu .megapanel img {
	width: 100%;
	border: solid 1px #dedede;
	cursor: pointer;
	-webkit-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-o-transition: border .3s linear;
	transition: border .3s linear
}

.megamenu .megapanel img:hover {
	border: solid 1px #777
} */

.megamenu form.contact input,.megamenu form.contact textarea {
	font-family: Calibri,Arial;
	font-size: 16px;
	color: #444;
	outline: 0
}

.megamenu form.contact input[type="text"],
.megamenu form.contact textarea {
	resize: none;
	width: 100%;
	margin: 10px 0;
	padding: 5px 10px;
	border: solid 1px #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-o-transition: border .3s linear;
	transition: border .3s linear
}

.megamenu form.contact input[type="text"] {
	height: 40px
}

.megamenu form.contact input[type="text"]:focus,
.megamenu form.contact textarea:focus {
	border: solid 1px #999
}

.megamenu form.contact input[type="submit"] {
	width: 100px;
	height: 35px;
	border: 0;
	color: #fff;
	cursor: pointer;
	background: #999
}

.megapanel .row {
	width: 100%;
	margin-top: 15px
}

.megapanel .row:first-child {
	margin-top: 0
}

.megapanel .row:before,.megapanel .row:after {
	display: table;
	content: "";
	line-height: 0
}

.megapanel .row:after {
	clear: both
}

.megapanel .row .col1,.megapanel .row .col2,.megapanel .row .col3,.megapanel .row .col4,.megapanel .row .col5,.megapanel .row .col6 {
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.megapanel .row [class*="col"]:first-child {
	margin-left: 0
}

.megapanel .row .col1 {
	width: 23%
}

.megapanel .row .col2 {
	width: 31.914893617021278%
}

.megapanel .row .col3 {
	width: 48.93617021276595%
}

.megapanel .row .col4 {
	width: 65.95744680851064%
}

.megapanel .row .col5 {
	width: 82.97872340425532%
}

.megapanel .row .col6 {
	width: 100%
}

.skyblue li a.color1:hover {
	background: #ffffff;
	color: #00ACED;
	border-bottom: 3px solid #00ACED;
}
