.cp-mega-menu > ul > li:hover > a/**********************************SEARCH STYLE START**********************************/
.cp-mega-menu ul .login-form {
	min-width: 6%;
	text-align: center;
	cursor: pointer;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.cp-mega-menu > ul > .login-form:hover, .cp-mega-menu > ul > .search-bar:hover{
	
}
.cp-mega-menu .login-form table, .cp-mega-menu .login-form tbody {
	width: 100%;
}
.cp-mega-menu .login-form input {
	width: 100%;
	margin: 0 0 3px;
	padding: 0 10px;
	display: block;
	border-radius: 3px;
	background-color: #f4f4f4;
	box-shadow: inset .5px 1px 3px 0 rgba(0,0,0,0.10);
	-webkit-box-shadow: inset .5px 1px 3px 0 rgba(0,0,0,0.10);
	border: 0;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
.cp-mega-menu .login-form input[type=submit] {
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 3px;
	opacity: .81;
	box-shadow: inset .5px .866px 0 0 rgba(255,248,68,0.106);
	background: #2888d2;
	color: #fff;
	height: 35px;
	width: 100px;
	font-size: 1em;
	font-family: "nunito regular";
	margin-top: 10px;
	cursor: pointer;
	outline: 0
}
.cp-mega-menu .login-form input[type=submit]:hover {
	opacity: 1
}
.cp-mega-menu .login-form input[type=checkbox] {
	float: left;
	display: block;
	height: 35px;
	width: auto;
	cursor: pointer;
	outline: 0;
	background-color: #fff
}
.cp-mega-menu .login-form label {
	color: #7d7d7d;
	font-family: "nunito regular";
	font-size: .8em;
	font-weight: normal;
	height: 35px;
	display: block;
	margin: 10px 0 0;
	padding: 0;
	line-height: 35px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none
}
.cp-mega-menu .login-form ul {
	position: absolute;
	right: 0;
	width: 300px;
	padding: 15px 15px 10px
}
.cp-mega-menu .login-form:hover {
	background-color: #fff;
	color: #2888d2;
	transition: background .3s linear 0s, color .3s linear 0s;
	-moz-transition: background .3s linear 0s, color .3s linear 0s;
	-ms-transition: background .3s linear 0s, color .3s linear 0s;
	-o-transition: background .3s linear 0s, color .3s linear 0s;
	-webkit-transition: background .3s linear 0s, color .3s linear 0s
}
.cp-mega-menu ul .search-bar {
	/*min-width: 6%;*/
	text-align: center;
	cursor: pointer;
	float: left;
	line-height: 82px;
	padding-left: 0;
	padding-right: 0;
}
.cp-mega-menu .search-bar:hover {
	background-color:transparent;
	color: #2888d2;
	transition: background .3s linear 0s, color .3s linear 0s;
	-moz-transition: background .3s linear 0s, color .3s linear 0s;
	-ms-transition: background .3s linear 0s, color .3s linear 0s;
	-o-transition: background .3s linear 0s, color .3s linear 0s;
	-webkit-transition: background .3s linear 0s, color .3s linear 0s
}
.cp-mega-menu .search-bar ul {
	position: absolute;
	right: 0;
	width: 50%;
/*	display: block;
	top: 90px;
	opacity: 0;
	visibility: hidden;*/
}
/*.cp-mega-menu .search-bar:hover .drop-down{
	opacity: 1;
	visibility: visible;
	top: 70px;
}*/
.cp-mega-menu .search-bar table, .cp-mega-menu .fa-user tbody {
	width: 100%
}
.cp-mega-menu .search-bar table tr td:last-child {
	width: 120px
}
.cp-mega-menu .search-bar ul input[type=text] {
	background-color: #fff;
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.55);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.55);
	border: 0;
	padding: 10px;
	width: 100%;
	float: left;
	border-right: 10px solid rgba(0,0,0,0.00);
	border-left: 20px solid rgba(0,0,0,0.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	outline: 0;
	color: #111;
}
.cp-mega-menu .search-bar ul input[type=submit] {
	width: 85%;
	cursor: pointer;
	font-size: .9em;
	font-family: 'Roboto', sans-serif;
	float: left;
	height: 40px;
	outline: 0;
	border: 1px solid rgba(0,0,0,0.15);
	opacity: .81;
	box-shadow: inset .5px .866px 0 0 rgba(255,248,68,0.106);
	color: #fff
}
.cp-mega-menu .search-bar ul input[type=submit]:hover {
	opacity: 1;
	outline: 0
}
.cp-mega-menu ul .search-bar .fa {
	color: #111;
}
/**********************************SEARCH STYLE END**********************************/

/****************************************SOCIAL MEGA MENU START****************************************/
.cp-mega-menu .social-bar {
	position: relative;
}
.cp-mega-menu .social-bar ul {
	width: 262px;
	padding: 10px;
	position: absolute;
	background-color: #fff;
	border-bottom: 3px solid;
	border-bottom-color: #2888d2;
	right: 0
}
.cp-mega-menu .social-bar ul li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px;
	padding: 0
}
.cp-mega-menu .social-bar ul a {
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	width: 40px;
	position: relative
}
.cp-mega-menu .social-bar ul a i {
	text-align: center;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgba(0,0,0,0.10);
	line-height: 40px;
	border-radius: 5px;
	color: #797979;
	font-size: 1.3em;
	border-radius: 4px;
	background-image: -moz-linear-gradient(90deg, rgba(233,233,233,1.00) 0, rgba(233,233,233,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(233,233,233,1.00) 0, rgba(233,233,233,1.00) 100%);
	background-image: -ms-linear-gradient(90deg, #f0f0f0 0, #f3f3f3 100%);
	background-image: -o-linear-gradient(90deg, rgba(233,233,233,1.00) 0, rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(0deg, rgba(233,233,233,1.00) 0, rgba(233,233,233,1.00) 100%);
}
.cp-mega-menu .social-bar ul a:hover i {
	background: #c7c7c7;
	color: #000;
}
/****************************************SOCIAL MEGA MENU END****************************************/
#wrapper .heading{
	padding:0;
}
.cp-mega-menu ul, .cp-mega-menu li, .cp-mega-menu a, .cp-mega-menu p, .cp-mega-menu img, .cp-mega-menu h2 {
	margin: 0;
	padding: 0;
	display: block;
	line-height: normal;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cp-mega-menu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 999;
	display: block;
	max-width: 1280px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 60px;
	font-weight: 500;
	color: #111;
	min-width: 180px;
}
.cp-mega-menu>ul {
	float: left;
	width: 100%;
}
.cp-mega-menu>ul>li {
	float: left;
	color: #111;
}
.cp-mega-menu>ul>li>a {
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 73px;
	font-weight: 500;
	color: #111;
	text-align: center;
	padding: 0 26px;
	margin:5px 0 0 0;
}
.cp-mega-menu>ul>.title>a {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 60px;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
}
.cp-mega-menu>ul>.title {
	border-left: none;
	min-width: 25%;
}
.cp-mega-menu>ul>li:hover>a {
	background:#fff;
	transition: background .3s linear 0s, color .3s linear 0s;
	-moz-transition: background .3s linear 0s, color .3s linear 0s;
	-ms-transition: background .3s linear 0s, color .3s linear 0s;
	-o-transition: background .3s linear 0s, color .3s linear 0s;
	-webkit-transition: background .3s linear 0s, color .3s linear 0s
}
.cp-mega-menu>ul>.title:hover>a {
	background: inherit;
	color: inherit!important
}
.cp-mega-menu .drop-down {
	position: absolute;
	background: #fff;
	z-index: 999;
	margin-left: 0;
	width: 100%;
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid;
}
.cp-mega-menu .drop-down .drop-down {
	border-top: 1px solid rgba(0,0,0,0.10)
}
.cp-mega-menu .drop-down li {
	float: left;
	width: 100%;
	position: relative
}
.cp-mega-menu .drop-down li a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #111;
	text-align: left;
	padding: 10px 20px 10px 25px;
	background-color: #fff;
	transition: color .2s linear 0s, padding-left .2s linear 0s;
	-moz-transition: color .2s linear 0s, padding-left .2s linear 0s;
	-ms-transition: color .2s linear 0s, padding-left .2s linear 0s;
	-o-transition: color .2s linear 0s, padding-left .2s linear 0s;
	-webkit-transition: color .2s linear 0s, padding-left .2s linear 0s
}
.cp-mega-menu .drop-down li:hover>a {
	color: #000;
	padding-left: 30px
}
.cp-mega-menu>ul>li:hover .drop-down {
	display: block
}
.cp-mega-menu ul li .drop-down li:hover>.drop-down {
	display: block
}
.cp-mega-menu>ul>li .drop-down.hover-fade {
	display: none
}
.cp-mega-menu>ul>li:hover>.drop-down.hover-fade, .cp-mega-menu>ul>li .drop-down li:hover>.drop-down.hover-fade {
	display: block;
	animation: hover-fade .3s linear 0s forwards;
	-moz-animation: hover-fade .3s linear 0s forwards;
	-ms-animation: hover-fade .3s linear 0s forwards;
	-o-animation: hover-fade .3s linear 0s forwards;
	-webkit-animation: hover-fade .3s linear 0s forwards
}
@keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-ms-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-o-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
.cp-mega-menu>ul>li .drop-down.hover-zoom {
	display: none
}
.cp-mega-menu>ul>li:hover>.drop-down.hover-zoom, .cp-mega-menu>ul>li .drop-down li:hover>.drop-down.hover-zoom {
	display: block;
	animation: hover-zoom .2s linear 0s forwards;
	-moz-animation: hover-zoom .2s linear 0s forwards;
	-ms-animation: hover-zoom .2s linear 0s forwards;
	-o-animation: hover-zoom .2s linear 0s forwards;
	-webkit-animation: hover-zoom .2s linear 0s forwards
}
@keyframes hover-zoom {
0% {
opacity:0;
transform:scale(0.8, 0.8)
}
100% {
opacity:1;
transform:scale(1.0, 1.0)
}
}
@-moz-keyframes hover-zoom {
0% {
opacity:0;
-moz-transform:scale(0.8, 0.8)
}
100% {
opacity:1;
-moz-transform:scale(1.0, 1.0)
}
}
@-ms-keyframes hover-zoom {
0% {
opacity:0;
-ms-transform:scale(0.8, 0.8)
}
100% {
opacity:1;
-ms-transform:scale(1.0, 1.0)
}
}
@-o-keyframes hover-zoom {
0% {
opacity:0;
-o-transform:scale(0.8, 0.8)
}
100% {
opacity:1;
-o-transform:scale(1.0, 1.0)
}
}
@-webkit-keyframes hover-zoom {
0% {
opacity:0;
-webkit-transform:scale(0.8, 0.8)
}
100% {
opacity:1;
-webkit-transform:scale(1.0, 1.0)
}
}
.cp-mega-menu>ul>li .drop-down.hover-expand {
	display: none
}
.cp-mega-menu>ul>li:hover>.drop-down.hover-expand, .cp-mega-menu>ul>li .drop-down li:hover>.drop-down.hover-expand {
	display: block;
	animation: hover-expand .2s linear 0s forwards;
	-moz-animation: hover-expand .2s linear 0s forwards;
	-ms-animation: hover-expand .2s linear 0s forwards;
	-o-animation: hover-expand .2s linear 0s forwards;
	-webkit-animation: hover-expand .2s linear 0s forwards
}
@keyframes hover-expand {
0% {
opacity:0;
transform:rotateY(90deg)
}
100% {
opacity:1;
transform:rotateY(0deg)
}
}
@-moz-keyframes hover-expand {
0% {
opacity:0;
-moz-transform:rotateY(90deg)
}
100% {
opacity:1;
-moz-transform:rotateY(0deg)
}
}
@-ms-keyframes hover-expand {
0% {
opacity:0;
-ms-transform:rotateY(90deg)
}
100% {
opacity:1;
-ms-transform:rotateY(0deg)
}
}
@-o-keyframes hover-expand {
0% {
opacity:0;
-o-transform:rotateY(90deg)
}
100% {
opacity:1;
-o-transform:rotateY(0deg)
}
}
@-webkit-keyframes hover-expand {
0% {
opacity:0;
-webkit-transform:rotateY(90deg)
}
100% {
opacity:1;
-webkit-transform:rotateY(0deg)
}
}
.cp-mega-menu .drop-down li i {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 16px;
	margin: auto;
	color: #555658
}
.cp-mega-menu .drop-down .drop-down {
	left: 100%;
	top: -10px;
	width: 150px
}
.NOTcp-mega-menu .drop-down.one-column {
	width: 230px
}
.NOTcp-mega-menu .drop-down .drop-down.one-column {
	width: 290px
}

.cp-mega-menu .drop-down.one-column {
	width: 280px
}
.cp-mega-menu .drop-down .drop-down.one-column {
	width: 230px
}

.cp-mega-menu .drop-down.one-column ul p {
	padding: 0 25px;
}

.NOTcp-mega-menu .drop-down.two-column {
	width: 322px
}
.cp-mega-menu .drop-down.two-column {
	width: 580px
}

.NOTcp-mega-menu .drop-down.two-column ul {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0
}
.cp-mega-menu .drop-down.two-column ul {
	float: left;
	width: 288px;
	margin: 0;
	padding: 0;
}

.cp-mega-menu .drop-down.two-column ul p {
	padding: 0 25px;
}

.cp-mega-menu .drop-down.full-width {
	width: 100%;
	margin-left: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cp-mega-menu .drop-down.full-width ul {
	float: left;
	width: 25%;
	cursor: default
}
.cp-mega-menu .drop-down.full-width ul li {
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 100%
}
.cp-mega-menu .drop-down.full-width ul li a {
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	margin-right: 10%;
	margin-left: 10%;
	transition: text-indent .2s linear 0s;
	-moz-transition: text-indent .2s linear 0s;
	-ms-transition: text-indent .2s linear 0s;
	-o-transition: text-indent .2s linear 0s;
	-webkit-transition: text-indent .2s linear 0s
}
.cp-mega-menu .drop-down.full-width ul li:hover a {
	text-indent: 5px
}
.cp-mega-menu .drop-down.full-width ul li p {
	margin: 0;
	padding: 10px 10px 10px 11%;
	float: left;
	width: 100%;
	clear: both;
	font-family:"Roboto",sans-serif;
	color: #111;
	font-size:14px;
	font-weight: 500;
}
.cp-mega-menu .drop-down.social-bar {
	width: 200px
}
.cp-mega-menu hr {
	margin: 0;
	padding: 0;
	display: block
}
.cp-mega-menu img {
	width: 100%;
	float: left;
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
	background-color: #ebebeb;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.078), inset 0 0 76px 0 rgba(0,0,0,0.039)
}
.cp-mega-menu img:hover {
	opacity: .8
}
.cp-mega-menu h2 {
	font-family:"Roboto",sans-serif;
	color: #111;
	font-size:18px;
	font-weight: 500;
	margin: 0;
	padding: 5px 5px 5px 10%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.cp-mega-menu>label, .cp-mega-menu>input {
	display: none
}
@media screen and (max-width:767px) {
.cp-mega-menu>ul>li {
	width: 100%;
	border-left: none!important;
	border-right: none!important;
	border-bottom: 1px solid;
	border-bottom-color: #e3e3e3;
}
.cp-mega-menu>ul>li:hover>a, .cp-mega-menu>ul>.login-form:hover, .cp-mega-menu>ul>.search-bar:hover {
	color: #fff;
}
.cp-mega-menu>ul>.title a {
	text-align: center
}
.cp-mega-menu .drop-down.full-width {
	position: relative;
	left: 0!important
}
.cp-mega-menu .drop-down.one-column, .cp-mega-menu .drop-down.two-column, .cp-mega-menu .drop-down.full-width, .cp-mega-menu .drop-down .drop-down, .cp-mega-menu .social-bar ul, .cp-mega-menu .search-bar ul, .cp-mega-menu .login-form ul {
	width: 100%!important;
	display: block!important;
	position: relative;
	left: 0;
	transform: scale(1.0, 1.0), rotateY(90deg);
	-moz-transform: scale(1.0, 1.0), rotateY(90deg);
	-ms-transform: scale(1.0, 1.0), rotateY(90deg);
	-o-transform: scale(1.0, 1.0), rotateY(90deg);
	-webkit-transform: scale(1.0, 1.0), rotateY(90deg)
}
.cp-mega-menu .drop-down .drop-down {
	border: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	top: 0;
	padding: 0
}
.cp-mega-menu .drop-down .drop-down.one-column {
	padding-left: 20px
}
.cp-mega-menu>ul>li .drop-down.hover-expand, .cp-mega-menu>ul>li .drop-down.hover-fade, .cp-mega-menu>ul>li .drop-down.hover-zoom {
	display: none;
	border: 0
}
.cp-mega-menu>ul>li:hover>.drop-down.hover-expand, .cp-mega-menu>ul>li:hover>.drop-down.hover-fade, .cp-mega-menu>ul>li:hover>.drop-down.hover-zoom, .cp-mega-menu>ul>li .drop-down li:hover>.drop-down.hover-expand, .cp-mega-menu>ul>li .drop-down li:hover>.drop-down.hover-fade, .cp-mega-menu>ul>li .drop-down li:hover>.drop-down.hover-zoom {
	display: block;
	animation: hover-default .2s linear 0s forwards;
	-moz-animation: hover-default .2s linear 0s forwards;
	-ms-animation: hover-default .2s linear 0s forwards;
	-o-animation: hover-default .2s linear 0s forwards;
	-webkit-animation: hover-default .2s linear 0s forwards
}
.cp-mega-menu>ul>.login-form:hover, .cp-mega-menu>ul>.search-bar:hover, .cp-mega-menu>ul>li:hover>a {
	color: #fff;
	background: inherit
}
.cp-mega-menu ul .login-form, .cp-mega-menu ul .search-bar {
	margin: 0;
	padding: 0
}
.cp-mega-menu ul .login-form label {
	text-align: left;
	text-indent: 10px
}
.cp-mega-menu ul .login-form table td {
	cursor: default
}
.cp-mega-menu .drop-down.two-column ul, .cp-mega-menu .drop-down.full-width ul {
	width: 50%
}
.cp-mega-menu .drop-down.one-column a, .cp-mega-menu .drop-down.two-column a {
	width: auto;
	float: left
}
.cp-mega-menu ul .social-bar {
	text-align: center
}
.cp-mega-menu ul .social-bar ul li {
	display: inline-block;
	float: none
}
.cp-mega-menu .drop-down li .fa.fa-angle-right {
	position: relative;
	z-index: 9999;
	right: 0;
	float: right;
	height: auto;
	color: #555658;
	padding: 0;
	margin: 0 17px 0 0;
	display: block;
	line-height: 38px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}
.cp-mega-menu #mobile-button {
	position: absolute;
	display: none
}
.cp-mega-menu>ul {
	height: 60px;
	overflow: hidden
}
.cp-mega-menu #mobile-button:checked+ul {
	height: auto;
	overflow: visible
}
.cp-mega-menu>label {
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.90);
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 60px;
	font-size: 2em;
	color: #fff;
	cursor: pointer
}
.cp-mega-menu>label i {
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none
}
.cp-mega-menu ul .title {
	padding-left: 60px
}
.cp-mega-menu .collapse .drop-down.one-column, .cp-mega-menu .collapse .drop-down.two-column, .cp-mega-menu .collapse .drop-down.full-width, .cp-mega-menu .collapse .drop-down .drop-down, .cp-mega-menu .collapse .social-bar ul, .cp-mega-menu .collapse .search-bar ul, .cp-mega-menu .collapse .login-form ul {
	width: 100%!important;
	display: none!important;
	position: relative;
	left: 0;
	transform: scale(1.0, 1.0), rotateY(90deg);
	-moz-transform: scale(1.0, 1.0), rotateY(90deg);
	-ms-transform: scale(1.0, 1.0), rotateY(90deg);
	-o-transform: scale(1.0, 1.0), rotateY(90deg);
	-webkit-transform: scale(1.0, 1.0), rotateY(90deg)
}
.cp-mega-menu>.collapse>li:hover>.drop-down.hover-expand, .cp-mega-menu>.collapse>li:hover>.drop-down.hover-fade, .cp-mega-menu>.collapse>li:hover>.drop-down.hover-zoom, .cp-mega-menu>.collapse>li .drop-down li:hover>.drop-down.hover-expand, .cp-mega-menu>.collapse>li .drop-down li:hover>.drop-down.hover-fade, .cp-mega-menu>.collapse>li .drop-down li:hover>.drop-down.hover-zoom {
	display: block!important;
	animation: hover-fade .2s linear 0s forwards;
	-moz-animation: hover-fade .2s linear 0s forwards;
	-ms-animation: hover-fade .2s linear 0s forwards;
	-o-animation: hover-fade .2s linear 0s forwards;
	-webkit-animation: hover-fade .2s linear 0s forwards
}
@keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-ms-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-o-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes hover-fade {
0% {
opacity:0
}
100% {
opacity:1
}
}
}
@media screen and (max-width:320px) {
.cp-mega-menu .drop-down.two-column ul, .cp-mega-menu .drop-down.full-width ul {
	width: 100%
}
.cp-mega-menu ul .search-bar td {
	width: 100%!important;
	float: left;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default
}
.cp-mega-menu ul .search-bar input[type=text], .cp-mega-menu ul .search-bar input[type=submit] {
	width: 100%;
	margin: 0;
	border: 0
}
.cp-mega-menu ul .login-form ul {
	padding: 20px
}
.cp-mega-menu ul .login-form td {
	float: left;
	width: 100%;
	cursor: default
}
.cp-mega-menu ul .login-form input[type=submit] {
	width: 100%
}
.cp-mega-menu ul .title {
	padding-left: 0;
	text-indent: 60px
}
}
