/*------start-top-nav------*/
.top-nav {
	display:none;
	position:relative;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
    padding:10px 20px;
    color:#FFF;
    background:#efab27;
}
.nav-item a:hover,.nav-item a.active {
	background: #7dd6ec;
	color: #ffffff;
}
.nav-mobile {
    display: none;
	cursor: pointer;
    float:left;
	background:url(../images/nav_icon.png) 18% 52% no-repeat;
	height: 35px;
	width: 35px;
}
.nav-mobile {
    display:block;
}
.nav {
    width:100%;
}
.nav-list {
   display:none;
}
.nav-item {
   width:100%;
   float:none;
}
.nav-item a {
	font-family:nexa_boldregular;
	background: #FFFFFF;
	padding: 6px 10px;
	color: #555555;
	border-bottom: 1px solid #E2E2E2;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-weight: normal;
	font-size: 0.8em;
}
.nav-active, .nav-active-inner .nav-inner {
   display:block;
}
.top-nav-right{
	float:right;
	padding: 7px 10px;
}
.top-header {
	padding: 5px 0;
}
.top-nav-right input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat 42% 50% #bd7f1c;
	padding:10px 20px;
	border: none;
	display: block;
	float: left;
	margin:0;
	outline:none;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-nav-right input[type="submit"]:hover{
	background: url(../images/search-icon.png) no-repeat 42% 50% #996004;
}
.top-nav-right input[type="text"]{
	border:none;
	float:left;
	padding:10px 5px;
	outline:none;
	display: block;
	margin:0;
	-webkit-apperance:none;
}

/* header_btm */
.header_btm{
	border-bottom:4px solid #3e4041;
	background-color: #4ec4f1;
}
.header_sub{
	padding: 0.8% 2%;
}
/* start menu */
.h_menu{
	font-family:nexa_boldregular;
	float:left;
	color:#ffffff;
	font-size: 1em;
}
.h_menu ul li{
	display: inline-block;
}
.h_menu ul li:first-child a{
	padding-left: 0px;
}
.h_menu ul li a{
	display: block;
	padding: 14px 18px;
	font-size:1em;
text-transform:capitalize;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_menu ul li a:hover{
	color:#2D2D2D;
}
.h_menu ul li.active a{
	color:#f0f0f0;
}
/* start icon styles */
.h_icon{
	float: right;
	width: 10.777%;
}
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50px;
	z-index: 1;
	right: -60px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 6px #e49f1a;
	-webkit-box-shadow: 0px 2px 6px #e49f1a;
	-moz-box-shadow: 0px 2px 6px #e49f1a;
	-o-box-shadow: 0px 2px 6px #e49f1a;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.icon1 ul ul {
	top: 6px;
	left: 20px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	right: 0%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: 20px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1{
	background: url(../images/cart.png) no-repeat 0px 0px;
	width: 46px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}
.c1 i{
	font-size: 2em;
	color: #999999;
	padding-left: 50px;
	line-height: 1.5em;
	font-weight: 600;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align:center;
	font-size: 1.5em;
	color: #8ecb2f;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	font-size: 0.8925em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list{
	padding: 20px 10px;
	z-index: 999;
}
.sub-icon1 ul li p a{
	color: #8ecb2f;
}
.sub-icon1 ul li p a:hover{
	color: #8ecb2f;
	text-decoration:underline;
}
/* start cauersol */
.cau_left{
	float:left;
	width: 47.3333%;
	margin-left: 3.33333%;
}
.cau_left:first-child{
	margin-left: 0%;
}
/* start main1 */
.main_bg1{
	border-top: 4px solid #cf9016;
	background: #efab27;
}
.main1{
	padding: 2%;
}
.main1 h2{
	font-size: 2em;
	color:#ffffff;
	text-shadow:#c98b12;
	font-family: bebas_neueregular;
}

/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:100%;
	}
	.h_menu ul li a {
		padding: 10px 12px;
	}
	.span1_of_1 {
		width: 52.3333%;
	}
	.span1_of_1_des {
		width: 42.3333%;
		float: left;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 10px 10px;
	}
	.desc1 h3 {
		font-size: 1.4em;
	}
	.product-image {
		width: 350px;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.h_search input[type="submit"] {
		width: 10.33%;
	}
	.h_menu ul li a {
		padding: 10px 4px;
	}
	.grid1_of_3 h3 {
		font-size: 1.5em;
	}
	.span1_of_1 {
		width: 56.3333%;
	}
	.span1_of_1_des {
		width: 38.3333%;
	}
	.single-nav li a {
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.h_search {
		display: none;
	}
	.h_icon {
		width: 18.777%;
	}
	.h_menu {
		display: none;
	}
	.header_sub {
		padding: 1% 2%;
	}
	.top-nav {
		display: block;
	}
	.ser-main {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.left_sidebar {
		width: 100%;
		float: none;
		margin-left: 0%;
	}
	.ser-grid-list h5 a {
		font-size: 1.5em;
	}
	.grid1_of_4 {
		float: left;
		width: 45.333%;
		margin-top: 2.3333%;
	}
	.grid1_of_4:nth-child(3){
		margin-left: 0;
	}
	.price h4 {
		font-size: 1.4em;
	}
	.left_content {
		width: 100%;
		float: none;
	}
	.span1_of_1 {
		width: 54.3333%;
	}
	.span1_of_1_des {
		width: 42.3333%;
	}
	.tabs input {
		width: 226px;
	}
	.tabs input#tab-2 {
		left: 220px;
	}
	.tabs input#tab-3 {
		left: 444px;
	}
	.desc1 h5 {
	font-size: 1.4em;
	color: #efab27;
	}
	.btn_form {
		margin-top: 4%;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.search_box {
		margin-right: 0;
	}
	#filters li span {
		padding: 10px 20px;
	}
	.price h4 {
		font-size: 1.2em;
	}
	.span1_of_1 {
		float:none;
		width: 100%;
	}
	.span1_of_1_des {
		margin-top:4%;
		float:none;
		width: 100%;
		margin-left: 0;
	}
	.tabs input {
		width: 75px;
	}
	.tabs label {
		width: 18.3333%;
	}
}





