@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Penelope Anne";
  font-style: normal;
  font-weight: 400;
  src: local('Penelope Anne'), local('Penelope Anne'), url("../font/Penelope Anne.ttf") format('truetype');
}
@font-face {
  font-family: "Trench";
  font-style: normal;
  font-weight: 400;
  src: local('trench100free'), local('trench100free'), url("../font/trench100free.otf") format('truetype');
}
@font-face {
  font-family:"CF Boston";
  font-style: normal;
  font-weight: 400;
  src: local('CF Boston'), local('CF Boston'), url("../font/CFBoston-Regular.ttf") format('truetype');
}
@font-face {
  font-family:"DorovarFLF-Carolus";
  font-style: normal;
  font-weight: 400;
  src: local('DorovarFLF-Carolus'), local('DorovarFLF-Carolus'), url("../font/DorovarFLF-Carolus.ttf") format('truetype');
}
@font-face {
  font-family:"Courgette";
  font-style: normal;
  font-weight: 400;
  src: local('Courgette-Regular'), local('Courgette-Regular'), url("../font/Courgette-Regular.ttf") format('truetype');
}

body {
	margin:0;
	padding:0;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	top:0;
	background:#efefef;
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.topp {
	background:#f0453a;
	}
.social {
	width:37.3%;
	float:left;
	}
.social_wr img {
    width:75%;
}	
.social_wr {
	padding:0px 0 10px 0;
	border-bottom:1px solid #CCC;
	}		
.social_wr a {
    float: left;
    color: #CDCDCD;
	height:27px; width:27px; background:#464646;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
    font-size: 15px;
	border-radius:50%;
}

.social_wr a.goop:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #4875B4;
	color:#fff;
}
.social_wr a.face:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #3B5998;
	color:#fff;
}
.social_wr a.twi:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #0084b4;
	color:#fff;
}
.phone {
	width:25.4%;
	background:#4e0a02;
	float:left;
	}
.phone ul {
	margin:0;
	}		
.phone ul li  {
	color:#fff;
	font-size:17px;
	text-align:center;
	padding:16px 0;
	}	
.mail {
	float:left;
	width:68.3%;
	overflow:hidden;
	}
.mail ul {
	margin:0;
	float:left;
	}		
.mail ul li  {
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:10px 15px;
	display:inline-block;
	font-family:Ebrima;
	    font-weight: 600;
	}
.mail ul li span {
    color:#05db04;
}	
.mail p {
    color:#fff;
    padding: 10px 15px;
    display: inline-block;
    font-family: Ebrima;
    font-weight: 600;
    margin: 0 0 0 25px;
    font-size: 17px;
}	
.cartadd {
	width:9.4%;
	float:right;
	}	
.cartadd a {
	color:#fff;
	font-size:15px;
	float:right;
	padding:13px 0 0 0;
	text-decoration:none;
	}

.login {
	float:left;
	width:22.3%;
	
	}
.login ul {
	margin:0;
	float:right;
	border-right:1px solid #fff;
	}		
 .login ul li {
color:#fff;
text-align:center;

display:inline-block;

}
.login ul li a {
color:#fff;
text-transform: uppercase;
}	
.drop_menu li { float:left; }
.drop_menu li a {
display:block;
color:#fff;
text-decoration:none;
padding:12px 15px;
}
/* Submenu */
.drop_menu ul {
position:absolute;
left:-9999px;
top:-9999px;
list-style-type:none;
z-index:999;
margin-left: -82px;
width: 172px;
}
.drop_menu li:hover { position:relative; }
.drop_menu li:hover ul {
left:0px;
top:45px;
background:#f0453a;
padding:0px;
}
 
.drop_menu li:hover ul li a {
padding:5px;
display:block;
width:168px;
text-indent:15px;
background-color:#e83226;
}
.drop_menu li:hover ul li a:hover { background:#e42114; }



		
.line {
	color:#fff;
	font-size:17px;
	}	
	
	
		
		
.nav_part {
	background:rgba(16,16,16,1);
	z-index: 99;
    position: relative;
	}	
.logo {
	float:left;
	
	width:22%;
	position: relative;
	}
.logo img {
	margin-top:10px;
	}			
/*navigation*/

	.nav-button,.nav-close{
	position:fixed;
	top:54px;
	width:5.4rem;
	height:4rem;
	overflow:hidden;
	z-index:902;
	cursor:pointer;
	text-decoration:none;
	line-height:4.4rem;
	color:#fff;
	}
.nav-button:hover, .nav-button:focus {
	color:#fff;
	}	
	.nav-button:before,.nav-close:before{
	display:block;
	text-align:center}
	
	.nav-button{
	display:block;
	right:0.5rem;
	font-size:3.4rem;
	}
	
	.nav-button:before{
	content:"\E003";}
	
	.nav-close{
	display:none;
	right:4rem;
	font-size:1.9rem;}
	
	.nav-close:before{
	content:"\E002";}
	
	.nav{
	padding-top:100px;
	line-height:4.4rem;
	color:#A69A94;
	float:left;}
	
	.nav ul{
	display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 12px 0 12px 19px;
	}
	
	.nav ul ul{
	background:#3f9a2a;
	width:260px;
	}
	
	.nav ul ul ul{
	background:#52ae38;
	}
	
	.nav ul ul ul ul{
	background:#40362f;
	}
	.nav ul ul ul ul ul{
	background:#493e36;
	}
	
	.nav li{
	border-top:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	}
	
	.nav li.nav-active>a,.nav li:hover>a{
	color:#fff;
	}
	
	.nav .nav-submenu>ul{
	margin-left:10px;
	}
	.nav .nav-submenu>ul li a {
	padding:1px 20px 1px;	
	}
	.nav .nav-submenu>a{
	padding-right:30px!important;
	}
	ul.drop-sub {
	width:200px;
	}
.nav>ul>li {
	float:left;
	
	}	
.nav ul li.nav-submenu {
	border-right:none;
	}	
	.nav a,.nav a:active,.nav a:hover,.nav a:visited{
	padding:0px 16px;
	color:#fff;
	text-decoration:none;
	font-size: 13px;
	
	}
.nav ul li:hover {
	background:#52ae38;
	
	}	
	.nav .nav-submenu>a:after{
	position:absolute;
	display:block;
	right:10px;
	top:0px;
	content:"\E005";
	}
	header{
	display:none;
	position:fixed;
	top:45px;
	left:0;
	right:0;
	z-index:901;
	padding-left:10px;
	line-height:4.4rem;
	background:#101010;
	color:#A69A94}
	
	header h1{
	margin:0;
	font-size:1.7rem;
	line-height:4.4rem}
	
	header h1:before{
	content:"\E004";
	margin-right:8px}
	/*navigation*/	
.nav {
	width:77%;
	border-left:1px solid #777;
	margin-left:1%;
	}	
.flex-caption h2 , .flex-caption1 h2{ color: #fff;
    font-size:45px;
    padding:0;
    margin: 0px;
    font-family:"Trajan Pro";
	font-weight:500;
	text-shadow:1px 1px 3px #000;
	text-transform:uppercase;
	}
.prode {
	}
.procat {
	margin:15px -5px;

	}
.procat img {
	width:100%;
	}
.prohead {
	margin:10px 0;
	}		
.prohead h2 {
	float:left;
	font-size:19px;
	font-weight:600;
	margin:0;
	padding-left:10px;
	}	
.prohead a {
	float:right;
	color:#fff;
	background:#52ae38;
	padding:6px 20px;
	font-size:13px;
	border-radius:20px;
	text-decoration:none;
	}	
.prohead a:hover {
	background:#38991c;
	}	
.proditels {
	border:1px solid #D8D8D8;
	background:#fff;
	padding:10px;
	text-align:center;
	margin:0px -8px 15px -8px;
	transition:all 0.3s ease-in-out;
	}
.proditels:hover {
	box-shadow:1px 1px 5px #999;
	}
.proditels a {
	text-decoration:none;
	}		
.proditels img {
	width:70%;
	margin-top:20px;
	}
.proditels h2 {
	font-size:15px;
	font-family:"Roboto Condensed";
	color: #f0453a;
	}
.addto {
	margin:15px 0;
	}	
.addto p {
	float:left;
	font-family:"Roboto Condensed";
	color: #f0453a;
	margin-left: 15px;
	}
.addto button {
	float:right;
	font-family:"Roboto Condensed";
	background:#53ae39;
	color:#fff;
	text-decoration:none;
	padding:4px 15px;
	border-radius:25px;
	border:none;
	
	}
.addto button:hover {
	background:#3a8f21;
	}
.test {
	height:auto;
	background:url(../images/bg.jpg) no-repeat;
	background-size:cover;
	margin:0px 8px 15px 8px;
	padding:30px 0;
	
	}
.test h2 {
	text-align:center;
	color:#fb645a;
	font-weight:600;
	padding:-1px 0 10px 0;
	}
/*for ojb news start*/		
.testimonial {
	padding:10px 20px;
	margin:0 auto;
	width:80%;
	}
.krakatoa{
	display:none;
	margin:0px 0 0 10px;
	padding:0 5px;
	width:100%;
}
.krakatoa-control {
	width:100%;
	margin:0 auto;
	
}
.arrows{
	position:absolute;
	bottom:1px;
	z-index:100;
	height:80px;
	width:100%;
}
.arrow{
	float:left;
	width:27px;
	height:0;
	margin-right:7px;
	padding-top:63px;
	overflow:hidden;
	background:transparent url(../images/buttons.png) no-repeat;
}
.arrow:hover {opacity:0.5}
.arrow-left{
	background-position:0 0;
	margin-left:-40px;
}
.arrow-right{
	background-position:-39px 0;
	left:20px;
	float:right;
	margin-right:-40px;
}
.buttons{
	position:absolute;
	top:5px;
	right:0px;
	z-index:100;
}
.pagination{
	float:left;
	margin:0 2px;
}
.pagination a{
	display:block;
	width:10px;
	height:0;
	padding-top:10px;
	background-image:url('img/pagination.png');
	background-position:0 0;
	overflow:hidden;
}
.pagination a:hover,
.active-button a{
	background-position:0 -30px;
}
.a {
	width:600px;
	}
.a img {
	float:left;
	height:150px;
	margin:0 15px 0 0;
	}
.testi_con {
	margin:0;
	padding:0;
	text-align:center;
	}
.testi_con h3 {
	font-size:19px;
	color:#fff;
	margin:7px 0;
	font-family: "Century Gothic";
    font-weight: 600;
    text-transform: uppercase;
	}
.testi_con span {
	color:#fff;
	}
.testi_con p {
	font-size:17px;
	font-style:italic;
	color:#fff;
	width:90%;
	margin:0 auto;
	
	}					

/*ojb news end*/

.cours img {
	width:100%;
	border:1px solid #CCC;
	background:#fff;
	}

.brand h2 {
	text-align: center;
    color: #000;
    font-weight: 600;
	font-size:25px;
	margin:0px;
	padding:10px 0 0 0;
	}
.footer {
	padding:0 0 20px 0;
	}	
.footcont {
	background:url(../images/Cheap_Groceries_Aldi_2.jpg) no-repeat;
	background-size: cover;
	padding:15px 15px;
	}

.footcont p {
	margin:0;
	padding:98px 0;
	color:#fff;
	font-size: 18px;
	text-align:center;
	width:90%;
	margin:0 auto;
	line-height:30px;
	}
.foot {
	background:#fff;
	padding:20px;
	border-top: 1px solid #d0d0d0;
	}
.foolink {
	border-left:1px solid #999;
	}
.foolink h2 {
	font-size:19px;
	margin: 5px 0;
	}
.foolink p {
	line-height:25px;
	}
.footi {
	background:#000;
	padding:15px;
	text-align:center;
	}
.footi p {
	color:#fff;
	margin:0;
	padding:0;
	}		
.footi p a {
	color:#539824;
	}	
.footermenu h2 {
	font-size:19px;
	}



.footermenu2 ul {
	margin-top:50px;
	}
.footermenu2 ul li, .footermenu ul li {
	padding-bottom:5px;
	}	
.footermenu2 ul li a {
	color:#666;
	}
.footermenu ul li a {
	color:#666;
	}
.footcont1 {
	padding:25px 0;
	background:#f0453a;
	}		
.footcont h2 {
	color:#5bff5b;
	font-family:"Roboto Condensed";
	font-size:31px;
	text-align:center;
	margin:0;
	padding:229px 0;
	text-transform:uppercase;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.17);
	}
.formname {
	color:#fff;
	}
.mbot {
	margin:0 auto;
	float:none;
	padding-bottom:10px;
	}
.mbot1 {
	margin:0 auto;
	float:none;
	padding-bottom:10px;
	padding-top:10px;
	}
.testi {
    margin: 0px 8px 15px 8px;
}
.alla {
	margin:25px 0;
	}
img.allpageimg {
	width:100%;
	}
.hometopage {
	padding:15px 0 10px 0;
	}
.hometopage p {
	margin:0;
	color:#666;
	}
.hometopage p a {
	color:#666;
	text-decoration:none;
	}
.hometopage p a:hover {
	color:#f0453a;
	}
.proditels1 {
	border:1px solid #D8D8D8;
	background:#fff;
	padding:10px;
	text-align:center;
	margin:0px -15px 0px -15px;
	transition:all 0.3s ease-in-out;
	}
.proditels1:hover {
	z-index:999;
	border:1px solid #f0453a;
	}
.proditels1 a {
	text-decoration:none;
	}		
.proditels1 img {
	width:70%;
	margin-top:20px;
	}
.proditels1 h2 {
	font-size:15px;
	font-family:"Roboto Condensed";
	color: #f0453a;
	}
.serve-menu ul {
    margin: 0;
    padding: 0;
}
.serve-menu ul li {
}
.serve-menu ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #efefef;
    line-height: 50px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-transform: capitalize;
    text-decoration: none;
	padding:0 0 0 15px;
}
.serve-menu ul li a.active {
    color: #fff;
	background:#52ae38;
}
.serve-menu ul li a:hover {
    color: #fff;
	background:#52ae38;
}
.hometopage h3 {
	color:#666;
	font-size:21px;
	margin:10px 0 0 0;
	}
.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color:rgba(255,255,255,0.0);
    background-image: none;
    border: 1px solid #fff;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1 option {
	background:#000;
	}
.form-control placeholder {
	color:#fff;
	}
.abbout img {
	width:100%;
	margin-top:-50px;
	}
.abmenu {
	background:rgba(0,0,0,0.8);
	position:relative;
	}
.abmenu ul {
	margin:0;
	padding:0;
	width:100%
	}
.abmenu ul li {
	width:33%;
	float:left;
	text-align:center;
	border-left:1px solid #666;
	}
.abmenu ul li:first-child {
	border-left:none;
	}	
.abmenu ul li a {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-transform: capitalize;
    text-decoration: none;
    padding:0;
	text-transform:uppercase;
	}
.abmenu ul li a.activ {
	background:rgba(0,0,0,0.5);
	}
.abmenu ul li a:hover {
	background:rgba(0,0,0,0.5);
	}
.about {
	padding:25px;
	background:#fff;
	margin-top:-50px;
	position:relative;
	margin-bottom:25px;
	box-shadow: 0px 0px 7px #c7c7c7;
	}
.about h1 {
	text-align:center;
	margin:0 0 10px 0;
	padding:15px 0 15px 0;
	font-size:31px;
	font-weight:600;
	background:#f0453a;
	color:#fff;
	}
.about p {
	color:#8a8a8a;
	font-size:15px;
	line-height:25px;
	text-align:justify;
	}
.about h2 {
	font-size:25px;
	}
/*for modal start*/
.modal-head {
	padding:5px 10px 0 0;
	float:right;
	}
.modal-content {
	border-radius:0px;
	}
.loginleft {
	background:#f0453a;
	height:510px;
	}
.loginleft p {
	text-align:center;
	padding:100px 0 0 0;
	color:#fff;
	font-size:27px;
	font-family:"Roboto Condensed";
	
	}
.title h3 {
	font-size:27px;
	margin:0;
	font-family:"Roboto Condensed";
	color:#f0453a;
	}
.close i {
	font-size:31px;
	}
.cllicck p {
	font-size:17px;
	font-weight:600;
	border-top:1px solid #000;
	padding-top:15px;
	margin-top:10px;
	}	
.cllicck p a {
	color:#f0453a;
	}	
.panel {
	box-shadow:none;
	border:none;
	}


		
/*for modal end*/

.detailsimg img {
	width:100%;
	border:1px solid #D2D2D2;
	background:#fff;
}
.details h2 {
	font-size: 25px;
    font-weight: 600;
    margin: 0;
	}
.details p {
	font-size:17px;
	padding:15px 0px;
	line-height:27px;
	color:#565656;
	margin:0;
	}
.details h3 {
	font-size: 18px;
    margin: 0;
	}
.details ul li {
	padding-bottom:10px;
	}
.prodit {
	background:#fff;
	padding:15px;
	}
.more {
	padding:10px 0 10px 0;
	float:left;
	}
.more button {
	color: #fff;
    background: #52ae38;
    font-size: 18px;
    border-radius: 5px;
    padding: 9px 20px 9px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: none;
	}
.more button:hover {
	background:#3f9a2a;
	}
.more button:hover span {
	background:#52ae38;
	}		
.more button span {
	padding: 11px 11px 12px 11px;
    background: #3f9a2a;
    border-radius: 5px 0 0 5px;
	transition: all 0.3s ease-in-out;
	}
h3.hdd {
	font-size:16px;
	color:#f0453a;
	}
.cart {
    padding: 25px;
    background: #fff;
    margin-top:25px;
    position: relative;
    margin-bottom:25px;
    box-shadow: 0px 0px 7px #c7c7c7;
}
.cartdit h2 {
	margin:0;
	font-size:23px;
	border-bottom:1px solid #999;
	padding:0 0 10px 0;
	color:#f0453a;
	}
.cartdit ul li {
	padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
	}
.amty {
	text-align: center;	
}	
.procarimg {
	width:20%;
	float:left;
	padding:0 1%;
	}
.procarimg img {
	width:100%;
	border:1px solid #D2D2D2;
	}
.procarname {
	width:50%;
	float:left;
	padding:0 1%;
	}
.procarname h3 {
	margin:0;
	font-size:16px;
	padding-bottom:10px;
	font-weight:600;
	}
.procarname p {
	color:#6d6d6d;
	padding:2px 0;
	font-size:14px;
	margin:0;
	}
.procarname h4 {
	font-size:15px;
	font-weight:600;
	}
.procarname h4 a {
	text-decoration:none;
	color:#f0453a;
	}
.procarprice {
	width:30%;
	float:left;
	padding:0 1%;
	}	
.procarprice h3 {
	font-size:21px;
	text-align:right;
	font-weight:600;
	}
.ammao h3 {
	font-size:19px;
	font-weight:600;
	text-align:right;
	margin:0;
	padding:10px 0;
	}
.red {
	float:right;
	margin:0 10px;
	}	
.red h4 {
	text-align:right;
	margin:20px 0;
	}	
.red h4 a {
	color:#fff;
	background:#f0453a;
	padding:12px 35px;
	text-decoration:none;
	}
.green {
	float:right;
	}		
.green h4 {
	text-align:right;
	margin:20px 0;
	}	
.green h4 a {
	color:#fff;
	background:#52ae38;
	padding:12px 35px;
	text-decoration:none;
	}	
	
.profile {
    padding: 25px;
    background: #fff;
   
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0px 0px 7px #c7c7c7;
}	
.poli li {
    width: 23%;    
    float:left;
    text-align:center;
	padding:25px 15px;
	margin:20px 1%;
	background:#f0453a;
	color:#fff;
	font-size:19px;
	font-weight:600;
	text-transform:uppercase;
	
}	

p.pay {
    font-weight:600;
    font-size:19px;
    color:#000;
    margin:0;
}






























	
	
	
	
	
	
	
		
			
@media screen and (max-width:1024px){


}


@media screen and (max-width:900px){

a.logo img {
	height:48px;
display:block;


}




@media only screen and (min-width:992px) and (max-width:1199px)
{

}


@media only screen and (min-width:768px) and (max-width:991px)
{
	.navtwo {display:none;}	
	.nav>ul>li {float:none;}
	.nav {
		width:100%;
		background:#01903e;
		}	
	.nonedis {
	display:block;
	}
.noono img {
	display:none;
	}	
.footadd {
	margin:25px 0;
	}
	
	
	.logo {
		display:none;
		}
	header {
		display:block;
		height: 60px;
		}
	.relogo img {
		width:150px;
		margin-left:20px;
		}	
	.none {
		color:#d8bd72;
		} 
	.nav ul ul {
    width: 100%;
}	
.nav a,.nav a:active,.nav a:hover,.nav a:visited{
	padding:5px 28px 5px;
	color:#fff;
	text-align:center;
	}
.nav li.nav-active>a,.nav li:hover>a{
	color:#fff;
	background:#53ae39;
	}
.serv-part {
	margin-bottom:10px;
	}
.mail {
	display:none;
	}
.aaaaa {
	display:block;
	}
.serve-menu {
	display:none;
	}							
}




@media only screen and (max-width:767px) 
{
	.navtwo {display:none;}	
	.nav>ul>li {float:none;}
	.nav {
		width:100%;
		background:#52ae38;
		border-left:none;
		margin-left:0px;
		padding-top: 111px;
		}	
	.nonedis {
	display:block;
	}
.noono img {
	display:none;
	}	
.footadd {
	margin:25px 0;
	}	
	.logo {
		display:none;
		}
	header {
		display:block;
		height: 60px;
		}
	.relogo img {
		width:145px;
		
		margin-top:10px;
		}	
	.none {
		color:#d8bd72;
		} 
	.nav ul ul {
    width: 100%;
}	
.nav a,.nav a:active,.nav a:hover,.nav a:visited{
	padding:5px 28px 5px;
	color:#fff;
	text-align:center;
	}
.nav li.nav-active>a,.nav li:hover>a{
	color:#fff;
	background:#34901a;
	}
.serv-part {
	margin-bottom:10px;
	}				
	.mail {
	display:none;
	}	
.aaaaa {
	display:block;
	}						
.serve-menu {
	display:none;
	}
.loginleft {
    height: auto;
}
.loginleft p {
    padding: 10px;
    font-size: 15px;
	line-height:20px;
}	
.nav ul {
    padding:0px;
}	
.login {
	width:60%;
	border-right:1px solid #fff;
	}	
.cartadd {
	width:40%;
	}
.cartadd a {
	font-size:19px;
	padding:10px 0 0 0;
	}	
.login ul {
	float:left;
	}
.drop_menu li a {
	padding:12px 10px;
	}	
.topp {
	position: fixed;
    left: 0;
    right: 0;
    z-index: 901;
	
	}	
.login ul {
	border-right:none;
	}	
.amty img {
	width:100%;
	}
.cart {
	margin-top:130px;
	}
.abbout {
	margin-top:105px;
	}
.abmenu ul li {
	width:50%;
	}	
.abbout img {
	height:220px;
	margin-top:-100px;
	}
.red {
	margin:0;
	}	
.red h4 a {
	padding:12px 15px;
	}
.nav .nav-submenu>ul {
	width: 93%;
    margin: 0 auto;
	}								
}



@media only screen and (max-width:639px) 
{
	
}
	
	
