html{
  height: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	background-color: #e2e2e2;
	margin: 0;
	min-width: 300px;
	min-height: 100%;
	padding-bottom:450px;
	position:relative;
	box-sizing: border-box;
	width:100%;
}

.hidden {
	position: absolute;
	left: -99999px;
}

.center {
	max-width: 1300px;
	width: 92%;
	margin: auto;
}

.alert {
	padding: 15px;
	font-size: 15px;
	background-color: #ffed8f;
	color: #6d6229;
	line-height: 18px;
}

.nav-left {
	float: left;
}

.nav-right {
	float: right;
}

.nav-main {
	width: 100%;
	height: 73px;
	padding:15px 0px;
	background-color: #FFF;
}

.nav-main ul {
	margin: auto;
	padding: 0;
}

.nav-main li {
	list-style: none;
	display: inline-block;
	float: left;
	position: relative;
}

.nav-main li a {
	display: block;
	padding: 0px 10px;
	font-size: 15px;
	color: #e82c2b;
	text-decoration: none;
	height: 73px;
	line-height: 73px;
}

.nav-main li a:hover {
   color: #000;
}

.nav-main .logo {
	padding: 0px;
	margin-right: 10px;
	float: left;
	height: 73px;
	width: 145px;
	position: relative;
}

.nav-main .logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 145px;
}

.nav-main .nav-right .account button {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #e82c2b;
	border: solid 1px #e82c2b;
	background-color: #FFF;
	padding: 8px 12px;
	cursor: pointer;
	outline: none;
	line-height: 15px;
}

.connected .nav-right .account button {
	border: 0;
}

.nav-main .nav-right .account {
	padding: 0;
	padding-left: 5px;
}

.account.active:before, .account.active:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.account.active:before {
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #cecece transparent;
	top: 58px;
	z-index: 998;
}

.account.active:after {
	border-width: 0 9.5px 11px 9.5px;
	border-color: transparent transparent #FFF transparent;
	top: 59px;
	z-index: 999;
}

.section-active{
	color:red !important;
	font-weight: bolder !important;
}

.nav-menu {
	position: relative;
}

.connected .nav-cart {
	display: block;
}

.nav-cart {
	float: right;
	height: 73px;
	line-height: 73px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #e82c2b;
	padding-left: 23px;
	margin-left: 20px;
	position: relative;
	display: none;
	text-decoration: none;
}

.nav-cart span {
	color: #e82c2b;
	background-color: #ffffff;
	padding: 0px;
	font-size: 11px;
	width: 16px;
	display: inline-block;
	height: 15px;
	position: absolute;
	left: 0;
	line-height: 15px;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: sans-serif;
	border: solid 1px #e82c2b;
	border-radius: 50%;
}

.nav-account {
	position: absolute;
	width: 220px;
	right: -10px;
	background-color: #fff;
	z-index: 99;
	top: 68px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	padding: 10px 0px;
	border-top: solid 1px #e0e0e0;
	display: none;
}

.nav-account.active {
	display: block;
}

.nav-account li {
	padding: 0;
	width: 100%;
}

.nav-account li a {
	height: auto;
	line-height: 28px;
	font-size: 13px;
	font-weight: 500;
	color: #3e3e3e;
}

.nav-account li a:hover {
	background-color: #e2e2e2;
}

.nav-login {
	border-bottom: solid 1px #e4e4e4;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.nav-login span {
	display: none;
}

.nav-login strong {
	display: block;
	line-height: 30px;
	font-size: 13px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #3e3e3e;
}

#menu-main {
	display: none;
}

.nav-shop {
	height: 58px;
	width: 100%;
	background-color: #e82c2b;
}

.nav-shop .nav-left a {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #FFF;
	font-weight: 300;
	display: block;
	position: relative;
	height: 58px;
	line-height: 58px;
	padding-left: 35px;
}

.nav-shop .nav-left button, #menu-main {
	background: transparent;
	border: 0;
	position: relative;
	padding: 0;
	width: 22px;
	margin-top: 4px;
	margin-right: 12px;
	float: left;
	cursor: pointer;
	outline: none;
}

.nav-shop .nav-left button span, #menu-main span {
	width: 22px;
	height: 1px;
	background-color: #FFF;
	float: right;
	position: relative;
	margin-bottom: 16px;
	display: block;
}

.nav-shop .nav-left button {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.nav-shop .nav-left button span:before, .nav-shop .nav-left button span:after, #menu-main span:before, #menu-main span:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
}

.nav-shop .nav-left button span:before, #menu-main span:before {
	top: 14px;
}

.nav-shop .nav-left button span:after, #menu-main span:after {
	top: 7px;
}

.nav-shop .nav-right {
	width: 45%;
	position: relative;
	min-width: 350px;
	height: 58px;
}

.nav-shop .nav-right form {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
}

.nav-shop .nav-right input {
	float: right;
}

.nav-shop .nav-right input[type=text] {
	height: 40px;
	background-color: #efefef; /*#d22322*/
	border: 0;
	width: 100%;
	outline: none;
	padding: 0px 18px;
	padding-right: 100px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.nav-shop .nav-right input[type=submit] {
	height: 40px;
	background-color: #be1f1f;
	border: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #FFF;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	border-radius: 0px 12px 12px 0px;
	outline: none;
	position: absolute;
	right: 0;
	-webkit-appearance: none;
}

.nav-section .center {
	background-color: #ebefee;
	border: solid 1px #dedede;
	border-top: 0;
	margin-bottom: 15px;
	position: relative;
}

.nav-section .menu-section {
	width: 215px;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 18px 0px;
	z-index: 9;
	position: relative;
}

.nav-section .menu-section li {
	cursor: pointer;
}

.nav-section .menu-section li a {
	font-size: 14px;
	padding: 8px 25px;
	text-decoration: none;
	display: block;
	color: #a8a8a8;
	background-image: url(../image/global/s_0.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: solid 20px #FFF;
}

.nav-section .menu-section li a.active {
	background-image: url(../image/global/s_1.jpg);
	color: #3a3a3a;
}

.nav-section {
	height: 0;
	overflow: hidden;
}

.nav-section.active {
	height: auto;
}

#menu-section.active:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #ffffff transparent;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.menu-subsection {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-left: 215px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

.menu-subsection ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 50px;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.menu-subsection ul.active {
	display: block;
}

.menu-subsection li a {
	color: #525252;
	text-decoration: none;
	font-size: 15px;
	padding: 6px 0px;
	display: inline-block;
}

.menu-subsection li a:hover {
	color: #000;
}

.menu-subsection li a strong {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	padding-bottom: 8px;
	display: block;
}

.notification {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 300px;
	height: 80px;
	z-index: 999;
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

.n-img {
	height: 100%;
	width: 80px;
	position: relative;
}

.n-img img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 80%;
	max-width: 80%;
}

.footer{
   background-color: #c71b1a;
   position:absolute;
   bottom:0;
   width: 100%;
}

.footer .scroll-top, .footer .copyright{
   background-color: #d22322;
   border-bottom: solid 1px #c11312;
   height: 50px;
   text-align: center;
   font-family: 'Raleway', sans-serif;
   color: #FFF;
   font-size: 16px;
   line-height: 50px;
   outline: none;
   text-decoration: none;
   display:block;
}

.footer .copyright{
   border-bottom: 0;
   background-color: #c11514;
   text-transform: uppercase;
   font-weight: 300;
   font-size: 16px;
   border-top: solid 1px #a91414;
   font-family: 'Oswald', sans-serif;
   padding: 10px 0px;
}

.footer .copyright a{
   color:#FFF;
   text-decoration: none;
   padding-left:2px;
   font-weight: 500;
}

.footer .copyright a:hover{
   text-decoration: underline;
}

.footer .center{
   max-width: 1200px;
   width:90%;
   padding: 40px 0px;
   margin:auto;
   overflow: hidden;
}

.footer ul{
   list-style: none;
   width: 25%;
   float: left;
   padding:0;
}

.footer ul li{
   float:left;
   clear:both;
   padding:5px 0px;
}

.footer ul li strong{
   font-weight: 500;
   font-size: 20px;
   color: #FFF;
   margin-bottom: 12px;
   display: block;
}

.footer ul li a{
   font-size: 15px;
   color: #FFF;
   text-decoration: none;
   display: block;
}

.footer ul li a:hover{
   text-decoration: underline;
}

#ui-layer.active{
	background-color: rgba(16, 31, 37, 0.65);
	position:fixed;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index: 10;
}

#dialog{
	position: relative;
	max-width: 380px;
	width: 70%;
	background-color: #FFF;
	margin: auto;
	z-index: 999;
	padding: 40px 45px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 75px -20px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 75px -20px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 75px -20px rgba(0,0,0,0.19);
}

#dialog h2{
	font-size: 19px;
	color: #000000;
	text-align: left;
	margin:0;
	margin-bottom:25px;
}

#dialog div{
	font-size: 15px;
	text-align: left;
	color: #808080;
	line-height: 20px;
}

#dialog a{
	padding: 10px 20px;
	display: inline-block;
	margin-top: 30px;
	background-color: #2c3e50;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	border-radius: 3px;
}

@media screen and (max-width: 1300px) {
   body{
	  padding-bottom: 440px;
   }

   .footer ul li strong{
	  font-size: 17px;
   }
}


@media screen and (max-width: 960px) {
   body{
	  padding-bottom: 489px;
   }

   .footer ul li strong{
	  font-size: 16px;
   }

   .center {
	 width: 95%;
   }

   .menu-subsection ul {
	 background-position: center;
   }
}

@media screen and (max-width: 840px) {
   body{
	  padding-bottom: 489px;
   }

   .footer ul li strong{
	  font-size: 15px;
   }

   .footer ul li a{
	  font-size:14px;
   }

   .footer ul li strong{
	  /*display:none; */
   }
}

@media screen and (max-width: 800px) {
   body{
	  padding-bottom: 522px;
   }

   .nav-section .center {
	 width: 100%;
	 margin: 0;
	 border: 0;
   }

	.content.center {
		width: 100%;
	}

	.nav-main {
		height: 59px;
		padding:0;
	}

	.logo img {
		width: 78px;
	}
	.nav-cart {
		height: 59px;
		line-height: 59px;
		margin-left: 10px;
		font-size: 14px;
	}
	.nav-main li a {
		font-size: 14px;
		padding: 0px 5px;
		height: 59px;
		line-height: 59px;
	}
	.nav-account li a {
		height: auto;
		line-height: 28px;
		padding: 0px 20px;
	}
	.nav-main .logo {
		height: 59px;
		width: 78px;
		margin-right: 15px;
	}
	.nav-main .nav-right .account button {
		font-size: 14px;
		padding: 8px 5px
	}
	.nav-main .nav-right .account {
		padding-left: 5px;
		height: 59px;
		line-height: 59px;
	}
	.nav-shop .nav-left a {
		font-size: 18px;
		height: 53px;
		line-height: 53px;
	}
	.nav-shop, .nav-shop .nav-right {
		height: 53px;
	}
	.nav-shop .nav-left button {
		height: 13px;
	}
	.nav-shop .nav-left button span, .nav-shop .nav-left button span:before, .nav-shop .nav-left button span:after {
		height: 1px;
	}
	.nav-shop .nav-left button span:before {
		top: 12px;
	}
	.nav-shop .nav-left button span:after {
		top: 6px;
	}
	.nav-shop .nav-right input[type=text], .nav-shop .nav-right input[type=submit] {
		height: 38px;
		font-size: 15px;
	}

	.footer{
	  margin-top:0;
   }
}

@media screen and (max-width: 700px) {
   .footer ul:last-child{
	  /*display:none; */
   }

   .footer ul{
	  width:33.33%;
   }
}
@media screen and (max-width: 635px) {
	.nav-cart {
		height: 55px;
		line-height: 55px;
		margin-right: 20px;
	}
	.account.active:before, .account.active:after {
		right: 5%;
		left: initial;
		background: transparent;
		bottom: 18px;
	}
	.account.active:before {
		border-color: transparent transparent #a70706 transparent;
	}
	.account.active:after {
		border-color: transparent transparent #c31817 transparent;
		bottom: 14px;
	}
	.account.active:before {
		right: 5%;
		left: initial;
		background: transparent;
		bottom: -1px;
		top: initial;
	}
	.nav-account {
		position: static;
		width: 100%;
		clear: both;
		background-color: #c31817;
		border: 0;
		border-top: solid 1px #a90202;
		padding: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		overflow: hidden;
		zoom: 1;
	}
	.nav-main .nav-account li a:before {
		background-color: #a70706;
		top: -2px;
	}
	.nav-main .nav-account li a {
		border-top: solid 1px #d21d1c;
	}
	.nav-account li a:hover {
		background-color: transparent;
	}
	.nav-login {
		border-bottom: 0;
		padding: 0;
		margin: 0;
	}
	.nav-login strong {
		display: none;
	}
	.nav-login span {
		display: inline;
		text-transform: none;
	}
	.nav-login a {
		text-transform: lowercase;
	}
	.connected .nav-login a {
		text-transform: none;
	}
	#menu-main {
		display: block;
		float: right;
		height: 55px;
		width: 25px;
		margin: 0;
		margin-right: 2.5%;
	}
	#menu-main span, #menu-main span:after, #menu-main span:before {
		background-color: #e82c2b;
		height: 2px;
		width: 25px;
	}
	.nav-main .logo {
		margin-left: 2.5%;
		height: 55px;
	}
	.nav-main {
		background-color: #FFF;
		height: auto;
		overflow: hidden;
		zoom: 1;
	}
	.nav-main .center {
		width: 100%;
	}
	.nav-menu {
		display: none;
		background-color: #d22322;
		border-bottom: solid 1px #bf1c1b;
		clear: both;
		overflow: hidden;
		zoom: 1;
	}
	.nav-menu.active {
		display: block;
	}
	.nav-main li {
		width: 100%;
	}
	.nav-left, .nav-right {
		width: 100%;
	}
	.nav-shop .nav-left {
		width: auto;
	}
	.nav-shop .nav-right {
		display: none;
	}
	.nav-main .nav-right .account {
		padding: 18px 5%;
		height: auto;
		line-height: 0;
	}
	.nav-main .nav-right .account button {
		padding: 0;
		background-color: #d22322;
		color: #FFF;
		border: 0;
	}
	.nav-main li a {
		position: relative;
		color: #FFF;
		border-top: solid 1px #bf0a09;
		padding: 18px 5%;
		height: auto;
		line-height: 13px;
	}
	.nav-main li a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #de3332;
	}
	.menu-subsection ul {
		background-image: none !important;
	}
	.nav-section .menu-section {
		width: 50%;
	}
	.menu-subsection {
		padding-left: 50%;
	}
}

@media screen and (max-width: 500px) {
	.nav-section .menu-section {
		width: 100%;
		padding: 0;
	}
	.nav-section .menu-section li a {
		position: relative;
		color: #FFF;
		border-top: solid 1px #bf0a09;
		padding: 18px 5%;
		height: auto;
		line-height: 13px;
		background-color: #d22322;
		border-right: none;
		background-image: none;
	}
	.nav-section .menu-section li a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #de3332;
	}
	.nav-section .menu-section li a.active {
		color: #FFF;
		background-image: none;
	}
	#menu-section.active:before {
		display: none;
	}
}

/*
@media screen and (max-width: 468px){
   body{
	  padding-bottom: 0px;
   }
   .footer{
	  display:none;
   }
}
*/


@media screen and (max-width: 1200px) and (min-width: 501px) {
	.footer {
		bottom: -157px;
	}
	.footer ul {
		width: 50% !important;
		float: left !important;

	}
	.footer ul li strong {
		padding-top: 20px;
	}


}

@media screen and (max-width: 500px) {
  	body{
	  padding-bottom: 771px;
   	}

  	.footer ul {
		width: 100% !important;
		float: none !important;
		margin-bottom: 20px;
  	}
}


@media screen and (max-width: 1008px) {
  .nav-main li a {
    color: #fff !important;
  }

 .nav-shop .nav-left a {
 	 color: #000 !important;
  }


}

@media screen and (max-width: 635px) {
 .nav-shop .nav-left a {
 	 color: #fff !important;
  }

}


