 @charset "utf-8";
/* CSS Document */

.img-preloader{
	max-width: 45px;
	margin: auto;
}

#content{padding-top:0 !important;}

.pushed-left #header-menu-wrap
{
	-webkit-transform: translate3d(-200px, 0px, 0px) !important;
	transform: translate3d(-200px, 0px, 0px) !important;
}

.no-csstransforms3d .pushed-left #header-menu-wrap {
	-webkit-transform: translateX(-200px) !important;
	-ms-transform: translateX(-200px) !important;
	transform: translateX(-200px) !important;
}

#header-menu-wrap {
	-webkit-transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s !important;
	transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s !important;
}

#wrapper{width:100%;} 

body.primary-menu-open #header-menu-wrap {height:auto;}
#main-nav .close-account{position: absolute; top:10px; right:10px; color:#fff;}
#main-nav .close-account:hover{color:#FF7800;}

 /* No border in menu*/
 #header-menu.full-header #primary-menu > ul{

	 border-right: none;
 }

 #header-menu.full-header #logo{

	 border-right: none;
 }

 /* Subscribe icons for menu categories */

 #primary-menu i.fa-star {
	 color:#FF7800;
 }


 #primary-menu i.fa-star-o {
	 transform: scale(0);
 }

 #primary-menu a:hover i.fa-star-o {
	 transform: scale(1);
 }

 /* Search icons*/
 #top-search  i{
	 font-size: 13px;
	 color: #555;
 }

 #top-search a:hover i{
	 color:#FF7800;
 }

 /* for unlimited scroling home page*/
 .content-wrapper-home {
	padding-bottom: opx;
 }
 