.active  {
	background:#747474;
}
nav {
	margin-top:10px;
  height: 100px;
}

.warp { 
  margin: 0 auto;
}

#mmenu {
  position: relative;
  z-index: 99;
}

#mmenu li {
  float: left;
  
}
#mmenu li a {
  display: block;
  position: relative;
  float: left;
  padding: 0 15px;
  font-size: 1.5em;
  line-height: 100px;
  font-weight: bold;
  text-decoration: none;
  color: #f5f5f5;
}
#mmenu li a:hover, #mmenu li a.active {
  background: #fff;
  color: #747474;
}

#mmenu li ul {
  display: none;
  position: absolute;
  top: 100px;
  width: auto;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  box-shadow: 0 2px 7px rgba(0,0,0,0.45);
}
#mmenu li ul li {
  display: block;
  width: 100%;
}
#mmenu li ul li a {
  display: block;
  float: none;
  color: #747474;
  font-size: 1.35em;
  line-height: 50px;
  padding: 0 15px;
}
#mmenu li ul li a:hover {
  background: #747474;
  color: #fff;
}

#mmenu li ul.expanded {
  width: 400px;
}
#mmenu li ul.expanded li { margin-right: 200px; }
#mmenu li ul li ul {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;
  height: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mmenu li ul li ul li a { color: #fff; }
#mmenu li ul li ul li a:hover { text-decoration: underline; }

#mmenu li ul li.blue a:hover, #mmenu li ul li.blue a.active { background: #747474; color: #fff; }
#mmenu li ul li.blue ul { background: #747474; }

/** clearfixit **/
.clearfixit:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfixit { display: inline-block; }
 
html[xmlns] .clearfixit { display: block; }
* html .clearfixit { height: 1%; }
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#wrap {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrap img.bgfade {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: -2;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
.header{
	/* [disabled]border-bottom: 7px solid #000000; */
	position: relative;
	background: #b80719;
	height:100px;
}
.logo{
	float: left;	
	position:absolute;
}
.header-right{
	float: right;
	margin-top: -10px;
	width: 60%;
}
ul.account {
	color: #013160;
	font-size: 10px;
	padding-left: 12em;
}
ul.account li{
	display: inline-block;
}
ul.account li a{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	font-style: normal;
	padding: 0 1em;
}
ul.account li a:hover{
	color: #b80719;
}
.top-nav{
	float:left;
}
.top-nav ul li{
	display: inline-block;
	padding: 0em 1.5em;
	height:100px;
}
.top-nav ul li a{
	font-size: 1.2em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	font-style: normal;
	line-height:100px;
}
.top-nav ul li:hover,.top-nav ul li.active  {
	/* [disabled]border-bottom: 10px solid #000000; */
	background:#7d7676;
}
.top-nav span.menu:before{
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor:pointer;	
	width:100%;
}
.top-nav span.menu{
	display: none;
}

.bottom-content {
	background:rgba(255, 255, 255, 0.75);
	padding: 0;
	width: 32%;
	margin-right: 2%;
	margin-bottom:1.7em;
	position:relative;
	float:left;
	min-height:100px;
}
.bottom-content:nth-child(3n+1) {
	margin-right:0;
	float:right;
}
.trns {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 1em;
}
.red {
	color:#b80719;
}
.blu {
	color:#013160;
}
.kirmizi {
	color:#F00;
}
.cat-table{
	display: table;
	width: 100%;
	display: block;
	margin: 1.7em 0;
	height:300px;
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
}
.cat-table td{
	vertical-align: middle;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cat-td{
	width: 60%;
	height: 300px;
	padding: 25px;
	/* [disabled]background:rgba(184, 7, 25, 0.85); */
	overflow: hidden;
}
.cat-table h3{
	font-size:2.5em;
	color:#b80719;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-style: italic;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.cat-table p{
	font-size: 1.2em;
	color: #000000;
	padding: 0.5em 0;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5em;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.fb-pages {
	margin:0 0 5px -15px;
}
/*--responsive media-quries--*/
@media(max-width:768px){
.fb-pages {
	margin:0 0 0 0;
	width: 500px;
}
nav {
  display: none;
}
top-nav {
  display: block;
}
.bottom-content {
	padding: 0;
	width: 48%;
	margin-right: 4%;
	margin-bottom:1.7em;
	position:relative;
	float:left;
}
.bottom-content:nth-child(2n+1) {
	float:right;
	margin-right:0;
}
.bottom-content:nth-child(3n+1) {
	margin-right:0;
	float:left;
}
.top-nav ul{
	display: none;
	position:absolute;
	width:100%;
	z-index: 9999;
	left: 0%;
	margin: 0em;
	background:#013160;

}
.top-nav span.menu{
	display: block;
	width:100%;
	position:relative;
	text-align: right;
	padding:0;
}
.top-nav ul li{
	display: block;
	float:none;
	padding: 1em 0.8em;
	text-align: center;	
}
.top-nav ul li a,.top-nav ul li.active a{
	color:#fff;
	border: none;
	padding: 0;
}
.top-nav ul li:hover{
	
}
.top-nav ul li a:hover,.top-nav ul li.active:hover{
	color:#000;
}
.top-nav ul li:hover,.top-nav ul li.active{
	border:none;
}
}
/*----*/
.top-nav{
	float:left;
	margin-top: 10px;
}
a.cart{
	float: right;
	text-decoration: none;
	font-style: italic;
	color: #fff;
	/* [disabled]background: #7d7676; */
	padding: 7px 11px;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 40px;
}
/*----*/
/* Default Skin */
a.ban:hover{
	text-decoration:none;
}
.logolar{
	position: absolute;
	float: left;
	/* [disabled]background-color: #FFFFFF; */
	width: 122px;
	height: 95px;
	overflow: hidden;
}
.wmuSlider {
	background:rgba(255, 255, 255, 0.25);
	position: relative;
	overflow: hidden;
}
ul.wmuSliderPagination{
	display:none;
}
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat;
	z-index: 2;
	cursor: pointer;
	bottom: 11em;
}
.wmuSliderPrev {
	background-position:-13px -13px;
	left: 0em;	
}
.wmuSliderNext {
	background-position:-83px -13px;
	right: 0em;
}
.short{
	float:left;
	width:45%;
	padding-left:4em;
}

.month{
	float:right;
	width:55%;
	margin-top: 2em;
}
.month h4{
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	background: #b80719;
	padding: 0.4em 2em;
	width: 92%;
	margin-bottom: .5em;
	margin-top: 2em;
	font-style: italic;
}
.month-grid{
	/* [disabled]background:rgba(126, 129, 147, 0.8); */
	/* [disabled]border-left: 8px solid #252525; */
	width: 85%;
	padding: 1em 1em 2em;
}
.month-grid p{
	font-size: 1.5em;
	font-weight: 700;
	color: #000000;
	width: 85%;
	margin: 1em;
	line-height: 1.5em;
}
.banner {
	padding: 7em 0 2em;
}
.banner-btns{
	text-align:center;
}
.banner-btns span{
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	font-weight:600;
	background:#b80719;
	padding: 0.5em 1.5em;
}
.banner-btns span:hover{
	background:#fff;
	color:#b80719;
}
span.buy{
	padding: 0.5em;
	margin-left: 1em;
}
/*----*/
.content-top{
	background:#b80719;
	border-top:3px solid #000;
	margin: 1em 0 2em;
	padding: 1em 4em;
}
h5.welcome{
	float:left;
	color:#fff;
	font-size:1.5em;
	font-style:italic;
}
.social-top{
	background: #b80719;
	border-bottom: 1px solid #013160;
	margin: 5em 0 0;
	padding: 5px;
}
h5.social{
	line-height: 20px;
	float: left;
	color: #fff;
	font-size: 1em;
}
h5.social a{
	color:#fff;
}
.social2 {
	/* [disabled]line-height:30px; */
	float: right;
	/* [disabled]color: #fff; */
	/* [disabled]margin-top: 5px; */
	height: 20px;
}
.search{
	float:right;
	position: relative;
	background: #ecf0f1;
	width: 32%;
}
.search input[type="text"] {
	outline: none;
	padding:6px 15px;
	background: none;
	width: 91%;
	border: none;
	font-size:1em;
	color:#3b3c3e;	
	font-weight:400;
	font-style:italic;
}
.search input[type="submit"] {	
	width: 32px;
	height: 32px;
	background: #252525 url(../images/img-sprite.png) -147px -22px no-repeat;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 0;
	right: 0;
	outline: none;
}
/*----*/
.content-middle{
	display: table;
	width: 100%;
	display: block;
	margin: 1.7em 0;
	height:300px;
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
}
.middle-content{
	float: right;
	text-align: center;
	margin: 0;
	width: 60%;
	height: 100%;
}
.middle{
	display: table-cell;
	vertical-align: middle;
	background:rgba(74, 157, 220, 1);
	padding: 1em 1em 0.5em;
	height: 100%;
}
.middle h3{
	font-size:2.5em;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-style: italic;
}
.middle p{
	font-size: 1.2em;
	color: #000000;
	padding: 0.5em 0;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5em;
}
.middle p span{
	display:block;
}
.middle p b{
	font-size:1.7em;
}
p.from{
	font-weight:900;
}
a.get{
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	font-weight:700;
	padding:0.7em 1.5em;
	background:#252525;
}
a.get:hover{
	background:#fff;
	color:#252525;
}
/*----*/
p.tun{
	background:rgba(184, 7, 25, .85);
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em 0em;
	font-weight: 700;
	text-align: center;
}
p.best{
	background: #cd2027;
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 9%;
	font-weight: 700;
	/* [disabled]padding: 1em; */
	font-style: italic;
	text-align: center;
}
p.best span,p.number span{
	display:block;
}
p.number{
	background:#252525;
	font-size:1.2em;
	color:#fff;
	position:absolute;
	bottom:0;
	left: 9%;
	font-weight: 700;
	padding: 1em;
	font-style: italic;
	text-align: center;
}
.content-bottom {
	padding-bottom: 11em;
}
.grid-top-in {
	position: relative;
}
.bottom-content:hover .pro-grid{
	display:block;
}
.pro-grid{
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	display:none;
	padding: 8em 0 0;
}
.pro-grid p{
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	font-style: italic;	
}
.pro-grid b{
	font-size: 1.2em;
	color: #fff;
	font-style: italic;
	padding: 0.5em 0 1.5em;
	display: block;
	
}
.pro-btns span{
	text-decoration:none;
	color:#b80719;
	font-size:1.1em;
	font-weight:600;
	background:#fff;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	font-style: italic;
}
.pro-btns span:hover{
	background:#b80719;
	color:#fff;
}
span.buy-in{
	padding: 0.5em;
	margin-left: 1em;
}
.grid-top{
	background-image: linear-gradient(to bottom, #252525 0%, #000000 100%);
	padding:2em;
	position: absolute;
	bottom: -8em;
	box-shadow: 0px 50px 55px -40px rgb(0, 0, 0);
	-webkit-box-shadow:0px 50px 55px -40px rgb(0, 0, 0);
	-moz-box-shadow: 0px 50px 55px -40px rgb(0, 0, 0);
	-o-box-shadow: 0px 50px 55px -40px rgb(0, 0, 0);
}
.top-grid h5{
	font-size: 1.2em;
	color: #ccc;
	font-weight: 700;
	/* [disabled]font-style: italic; */
	font-family: 'Roboto Slab', serif;
	padding: 0 0 1em;
}
.top-grid p,.add p{
	font-size: 1em;
	color: #FFF;
	line-height: 1.5em;
	font-weight: 500;
}
i.in-house{
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png) -189px -23px no-repeat;
	display:block;
	float:left;
}
i.in-on{
	background-position:-224px -23px;
}
.add{
	float:right;
	width:87%;
}
ul.social-in {
	float: left;
	padding: 0em 2em 0 0;
}
.house {
	padding-bottom: 1em;
}
.house:nth-child(3){
	padding-bottom:0;
}
ul.social-in li{
	list-style:none;
}
ul.social-in li a i{
	width: 35px;
	height: 35px;
	background: url(../images/img-sprite.png) -257px -20px no-repeat;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.social-in li a i.thumblr{
	background-position:-350px -20px;
}
ul.social-in li a i.youtube{
	background-position:-437px -20px;
}
ul.social-in li a i.twitter{
	background-position:-524px -20px;
}
ul.social-in li a i.sahibinden{
	background-position:-608px -20px;
}
ul.social-in li a i:hover{
	background-position:-305px -20px;
}
ul.social-in li a i.thumblr:hover{
	background-position:-392px -20px;
}
ul.social-in li a i.youtube:hover{
	background-position:-481px -20px;
}
ul.social-in li a i.twitter:hover{
	background-position:-567px -20px;
}
ul.social-in li a i.sahibinden:hover{
	background-position:-653px -20px;
}
/*--product--*/
.top-product {
	margin: 8em 0 2em;
}
.bottom-product {
	padding-bottom: 2em;
}
ul.start{
	text-align:center;
	padding: 2em 0 10em;
}
ul.start li{
	display:inline-block;
}
ul.start li a span{
	text-decoration:none;
	color:#b80719;
	font-size:1.2em;
	padding:0.5em 1em;
}
ul.start li a span:hover{
	background:#b80719;
	color:#fff;
}
ul.start li a i{
	width: 20px;
	height: 24px;
	background: url(../images/img-sprite.png) -27px -101px no-repeat;
	display:inline-block;
	vertical-align: middle;
}
ul.start li a i.next{	
	background-position: -51px -102px ;
}
/*--404--*/
.four{
	text-align:center;
	padding: 8em 1em 10em;
	min-height: 560px;
}
.four h1{
	font-size: 7em;
	color: #b80719;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}
.four p{
	font-size:1.5em;
	color:#fff;
	padding:0.7em 0 2em;
	font-style: italic;
}
a.details {
	text-decoration: none;
	font-size: 1.2em;
	color: #b80719;
	background: #fff;
	padding: 0.4em 1em;
	font-weight: 700;
}
a.details:hover {
	background:#fff;
	color:#b80719;
}
/*--contact--*/
.contact-in h4,.contact-form h4{
	font-size: 1.7em;
	color: #fff;
	padding: 0 0 0.5em;
	font-style: italic;
	/* [disabled]text-transform: uppercase; */
}
p.your-para{
	font-size:1.2em;
	color:#b80719;
}
.map iframe{
	width: 100%;
	min-height:197px;
	border:none;
}
.contact-grid input[type="text"],.contact-grid textarea{
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: #fff;
	outline:none;
	border: none;
	-webkit-appearance: none;
}
.contact-grid textarea{
	resize:none;
}
.send input[type="submit"]{
	width: 23%;
	font-size: 1.3em;
	background: #b80719;
	padding: 0.6em 1em;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
	text-transform: uppercase;
}
.send input[type="submit"]:hover{
	background:#fff;
	color:#b80719;
}
.contact-form {
	padding: 6em 0 11em;
}
.contact-in p{
	font-size:1.2em;
	color: #b80719;
	width: 100%;
	line-height: 1.5em;
}
.address-more,.address-left{
	float:left;
	width:40%;
}
.map {
	padding: 6em 0 0.8em;
}
.address-left p a {
	text-decoration: underline;
	color: #b80719;
}
.address-left p a:hover{
	text-decoration: none;
}
/*--login--*/
.login-left h3, .login-right h3 {
	color:#fff;
	font-size: 1.7em;
	font-style:italic;
	padding-bottom: 0.5em;
}
.login-left p, .login-right p {
	color:#b80719;
	display: block;
	font-size:1.2em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
.acount-btn {
	background: #b80719;
	padding: 0.6em 1em;
	color: #fff;
	font-size:1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn:hover{
	text-decoration:none;
	background:#fff;
	color:#b80719;
}
.login-right span {
	font-size:1.2em;
	color:#b80719;
}
.login-right input[type="text"],.login-right input[type="password"] {
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: #fff;
	outline:none;
	border: none;
	-webkit-appearance: none;
}
.login-right input[type="submit"] {
	background: #b80719;
	padding: 0.6em 1em;
	color: #fff;
	font-size:1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	border:none;
	outline:none;
}
.login-right input[type="submit"]:hover{
	background:#fff;
	color:#b80719;
}
a.forgot {
	font-size:1.2em;
	color:#b80719;
}
.register {
	padding: 6em 0 11em;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	color:#fff;
	font-size: 1.7em;
	font-style:italic;
	padding-bottom: 0.5em;
	text-transform:uppercase;
}
.register-top-grid span, .register-bottom-grid span {
	font-size:1.2em;
	color:#b80719;
	display:block;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="password"] {
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: #fff;
	outline:none;
	border: none;
	-webkit-appearance: none;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	line-height: 27px;
	cursor: pointer;
	float: left;
	position: relative;
}
.news-letter {
	color: #b80719;
	font-size: 1em;
	margin-bottom: 1em;
	display:inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight:400;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #fff;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#b80719;
}
.register-bottom-grid input[type="submit"] {
	background: #b80719;
	padding: 0.6em 1em;
	color: #fff;
	font-size:1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	border:none;
	outline:none;
}
.register-bottom-grid input[type="submit"]:hover{
	background:#fff;
	color:#b80719;
}
/*--checkout--*/
h4.title {
	color:#fff;
	font-size: 2em;
	font-style:italic;
	text-transform: uppercase;
}
p.cart {
	color:#b80719;
	font-size:1.2em;
	line-height:1.5em;
	padding: 0 0 0.5em;
}
p.cart a {
	text-decoration: underline;
	color: #fff;
}
p.cart a:hover {
	text-decoration: none;
}
.check-out {
	padding: 10em 0em 15em;
	min-height: 438px;
}
/*--single--*/
/* start details */
.single {
	padding: 0em 0 2em;
}
.desc h3 {
	color: #013160;
	font-size: 1.7em;
	margin-bottom: 10px;
	font-style: italic;
}
.desc p {
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
}
.desc h5 {
	margin-top: 2%;
	font-size: 1.6em;
	color: #013160;
	line-height: 1.5em;
}
.desc h5 a {
	margin-left: 5px;
	color: #FF0000;
	font-size: 14px;
}
.images_3_of_2 {
	width: 37%;
	float: left;
	margin-right: 2.6%;
}
.desc1 {
	display: block;
	float: right;
	width: 60%;
}
.det_nav {
	margin: 6% 0;
}
.det_nav h4 {
	line-height: 1.5em;
	font-size: 2em;
	color: #fff;
	margin-bottom: 4%;
	font-style:italic;
}
.det_nav ul li {
	display: inline-block;
	width: 20%;
	margin-right:4%;
}
/* start tabs */
.sap_tabs{
	padding: 1em 0;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	font-size: 0.8125em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0 ;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}
.resp-tab-active{
	background:#fff;
	color:#b80719;	
}
.resp-tab-item span{
	font-size: 1.75em;
	color: #013160;
	font-style: italic;
	font-weight: 700;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#fff;
	margin:10px 0;
	color:#b80719;
}
h2.resp-accordion:hover{
	background:#fff;
	text-shadow: none;
}
.facts{
	border: 1px solid #D4D1D1;
	padding: 2em;
	background: #fff;
}
.facts p{
	color: #000000;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0 0 1em;
}
.facts ul li{
	list-style: none;
	color: #000000;
	font-size: 1.1em;
	padding: 0.3em 0;
}
 .block-subtitle {
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-style:italic;
}
.list h5{
	font-size: 1.3em;
	color: #013160;
}
.price-top li a{
	color:#b80719;
	font-size:1.2em;
	padding: 0.2em 0;
display: block;
}

ol.price-top {
	color: #b80719;
}
a.link1 {
	font-size: 1.1em;
	color: #b80719;
	display:block;
	padding:0.5em 0 0;
}
.tags {
	list-style: none;
	margin-top: 2em;
}
h4.tag_head {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}
ul.tags_links {
	padding: 0;
	list-style: none;
}
ul.tags_links li {
	display: inline-block;
	margin: 8px 3px;
}
ul.tags_links li a {
	font-size:1em;
	padding: 5px 10px;
	background: #fff;
	text-decoration:none;
	color:#b80719;
}
ul.tags_links li a:hover{
	color: #fff;
	background:#013160;
}
/* end details */
/*----*/
.footer {
	background:rgba(20, 20, 20, 0.75);
	padding: 10em 0 5em;
	border-top: 5px solid #000;
	text-align: center;
}
.footer p {
	font-size: 1.1em;
	color: #fff;
}
.footer p a{
	text-decoration:none;
	color: #ccc;
}
.footer p a:hover{
	color: #fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 52px;
	height: 52px;
	border: none;
	text-indent: 100%;
	background: url('../images/up.png') no-repeat 0px 0px;
}
/*--responsive--*/
@media(max-width:1440px){	
p.best img {
	width: 90px;
}
}
@media(max-width:1366px){
.top-product {
	margin: 5em 0 2em;
	
p.best img {
	width: 90px;
}
}
}
@media(max-width:1280px){
	
p.best img {
	width: 90px;
}
}
@media(max-width:1024px){
.banner {
	padding: 5em 0 2em;
}
.pro-grid {
	padding: 4em 0 0;
}
.header-right {
	width: 62%;
}
.wmuSliderPrev, .wmuSliderNext {
	bottom: 8em;
}
.register {
	padding: 5em 0 11em;
}
.desc1 {
	width: 52%;
}
.images_3_of_2 {
	width: 44%;
}
p.best img {
	width: 80px;
}
}
@media(max-width:768px){
.header-right {
	width: 42%;
}
ul.account {
	padding-left: 0em;
}
.header-right {
	margin: 1.5em 0 1em;
}
a.cart {
	margin-top: 9px;
}
.month h4 {
	font-size: 1.1em;
	width: 82%;
}
.month-grid {
	width: 82%;
	padding: 0.1em 1em 2em;
}
.top-grid {
	float: left;
	width: 33.333%;
}
.month-grid p {
	font-size: 1em;
	height: 45px;
	overflow: hidden;
}
.month {
	margin-top: 1em;
}
.banner {
	padding: 5em 0 0em;
}
.middle h3 {
	font-size: 2em;
}
.middle p {
	font-size: 1.1em;
}
.middle {
	padding: 2em 1em 0.5em;
}
.content-middle {
	min-height: 250px;
}
p.number {
	font-size: 0.65em;
	left: 5%;
	padding: 0.8em;
}
p.best {
	font-size: 0.75em;
}
p.best img {
	width: 60px;
}
p.tun {
	font-size: 0.8em;
	padding: 1em 0em;
	text-align:center;
}
.pro-grid p {
	font-size: 1em;
}
.pro-btns span {
	font-size: 0.8em;
}
.pro-grid p {
	font-size: 1em;
	padding: 0.5em;
}
span.buy-in {
	margin-left: 0.2em;
}
.pro-grid b {
	padding: 0.2em 0 0.5em;
}
.top-grid h5 {
	font-size: 0.9em;
}
 p.sed {
	height: 145px;
	overflow: hidden;
}
.add {
	width: 78%;
}
.wmuSliderPrev, .wmuSliderNext {
	bottom: 5em;
}
.send input[type="submit"] {
	width: 15%;
	font-size: 1.2em;
}
.map {
	padding: 2em 0 0.8em;
}
.contact-form {
	padding: 5em 0 12em;
}
.login-left {
	padding-top: 2em;
}
.login-right input[type="text"], .login-right input[type="password"]
,.register-top-grid input[type="text"], 
.register-bottom-grid input[type="password"] {
	width: 90%;
}
.desc h3 {
	font-size: 1.4em;
}
.det_nav h4 {
	font-size: 1.4em;
}
.sin {
	padding: 0;
}
.desc1 {
	width: 54%;
}
.images_3_of_2 {
	width: 42%;
}
.desc h3 {
	font-size: 1.3em;
}
.sin-left {
	padding: 0;
}
}
@media(max-width:640px){
.logo {
	width: 280px;
}
.logo img{
	width: 100%;
}
.logolar img {
	width: 78px;
	height: 72px;
}
.header-right {
	width: 51%;
}
.header-right {
	margin: 1em 0 0.5em;
}
a.cart {
	padding: 5px 9px;
	font-size: 0.9em;
}
.top-nav {
	margin-top: 5px;
}
.month-grid {
	width: 85%;
	padding: 0.1em 0em 2em;
}
.month-grid p {
	font-size: 1em;
	width: 85%;
	margin: 0.4em 1em;
}
.banner-btns span  {
	font-size: 1em;
}
.banner {
	padding: 3em 0 0em;
}
p.tun {
	font-size: 0.7em;
	padding: 1.2em 0em;
	text-align: center;
}
.month {
	margin-top: 0em;
}
.content-top {
	padding: 1em 1em;
}
.search {
	width: 40%;
}
h5.welcome {
	font-size: 1.3em;
	padding-top: 0.4em;
}
.middle-content {
	margin-right: 2em;
}
.pro-grid {
	padding: 3em 0 0;
}
.grid-top {
	padding: 1em 0;
}
.top-grid h5 {
	font-size: 0.86em;
}
.content-bottom {
	padding-bottom: 9em;
}
a.get {
	font-size: 1em;
}
.bottom-product {
	padding-bottom: 2em;
}
ul.start {
	padding: 1em 0 9em;
}
.contact-form {
	padding: 5em 0 10em;
}
.register {
	padding: 4em 0 9em;
}
.desc1 {
	width: 43%;
}
.single {
	padding: 5em 0 9em;
}
.images_3_of_2 {
	width: 54%;
}
.desc h3 {
	font-size: 1.2em;
}
}
@media(max-width:480px){
.fb-pages {
	width: 400px;
}
ul.account {
	display: none;
}
a.cart {
	display: none;
}
.top-nav {
	float: right;
}
.logo {
	width: 280px;
}
.top-nav{
	margin:7px 0;
}
.short {
	float: none;
	width: 100%;
	padding-left: 0em;
}
.month {
	float: none;
	width: 100%;
}
.wmuSliderPrev, .wmuSliderNext {
	bottom: 18em;
}
.month h4 {
	font-size: 1.2em;
	width: 100%;
}
.month-grid {
	width: 100%;
}
h5.welcome {
	font-size: 0.9em;
	padding-top: 0.8em;
}
.search {
	width: 50%;
}
.middle h3 {
	font-size: 1.5em;
}
.middle p {
	font-size: 1em;
}
.middle {
	padding: 1em 1em 0.5em;
}
.content-middle {
	min-height: 220px;
}
.act{
	margin-right:0;
}
.ten{
	display:none;
}
.top-grid {
	width: 50%;
}
.top-grid:nth-child(1){
	display:none;
}
.top-product {
	margin: 3em 0 2em;
}
ul.start {
	padding: 1em 0 8em;
}
.contact-in h4, .contact-form h4 {
	font-size: 1.5em;
}
.send input[type="submit"] {
	width: 18%;
	font-size: 1em;
}
.address-more, .address-left {
	width: 50%;
}
.contact-form {
	padding: 4em 0 9em;
}
.register {
	padding: 4em 0 9em;
}
.login-right input[type="submit"] ,.acount-btn,
.register-bottom-grid input[type="submit"]{
	padding: 0.6em 0.8em;
	font-size: 1em;
}
.check-out {
	padding: 7em 0em 12em;
	min-height: 364px;
}
.images_3_of_2,.desc1 {
	width: 100%;
}
.resp-tab-item span {
	font-size: 1em;
}
.facts p {
	height: 50px;
	overflow: hidden;
}
}
@media(max-width:320px){
.fb-pages {
	margin:0 0 0 0;
	width: 280px;
}
.bottom-content {
	padding: 0;
	width: 100%;
	margin-bottom:1.4em;
	position:relative;
	float:left;
}
.logo {
	width: 212px;
}
.logolar img {
	width: 60px;
	height: 55px;
}
.header-right {
	margin: 0.3em 0 0;
}
.month h4 {
	font-size: 0.9em;
}
.banner-btns span {
	font-size: 0.9em;
}
.month-grid p {
	width: 93%;
	margin: 0.5em 1em;
}
.month-grid {
	padding: 0.3em 0em 1.5em;
}
.banner {
	padding: 2em 0 0em;
}
.wmuSliderPrev, .wmuSliderNext {
	bottom: 16em;
}
h5.welcome {
	float:none;
	padding-top: 0;
}
.search {
	float: none;
	width:100%;
	margin: 0.5em 0 0;
}
.content-top {
	text-align: center;
}
.search input[type="text"] {
	padding: 6px 8px;
}
.middle h3 {
	font-size: 1.2em;
}
.middle p {
	font-size: 0.8em;
	width: 70%;
	margin: 0 auto;
}
.middle-content {
	margin-right: 0em;
	float:none;
}
.middle {
	padding: 0.5em;
	width: 88%;
	margin: auto auto;
}
a.get {
	font-size: 0.9em;
	padding: 0.7em 1em;
}
.content-middle {
	min-height: 189px;
}
.top-grid:nth-child(3){
	display:none;
}
.top-grid {
	width: 100%;
}
.pro-grid b ,.pro-btns{
	display: none;
}
p.best {
	font-size: 0.7em;
}
p.best img {
	width: 60px;
}
p.number {
	font-size: 0.65em;
	left: 3%;
	padding: 0.5em;
}
p.tun {
	font-size: 0.6em;
	padding: 1em 0em;
	text-align:center;
}
p.tun span{
	display:none;
}
.pro-grid p {
	font-size: 0.8em;
}
.grid-top {
	width: 100%;
}
.add p {
	font-size: 0.8em;
}
.footer p {
	font-size: 1em;
}
.content-bottom {
	padding-bottom: 5em;
}
.top-nav ul {
	margin: 2em 0;
}
.bottom-product {
	padding-bottom: 1em;
}
ul.start {
	padding: 1em 0 4.5em;
}
.footer {
	padding: 10em 0 3em;
}
.four h1 {
	font-size: 5em;
}
.four p {
	font-size: 0.9em;
}
a.details {
	font-size: 1em;
}
.four {
	padding: 4em 0em 5em;
	min-height: 322px;
}
.single {
	padding: 3em 0 5em;
}
.desc p {
	font-size: 1em;
	height: 60px;
	overflow: hidden;
}
.facts p {
	font-size: 1em;
	line-height: 1.5em;
	height: 64px;
}
.facts ul li {
	font-size: 1em;
}
.block-subtitle {
	font-size: 1.3em;
}
.contact-form {
	padding: 2.5em 0 5em;
}
.contact-grid ,.contact-in{
	padding: 0;
}
.contact-in h4, .contact-form h4 {
	font-size: 1.3em;
}
p.your-para {
	font-size: 1.1em;
}
.contact-grid input[type="text"], .contact-grid textarea {
	padding: 0.7em;
	margin: 0.5em 0;
}
.send input[type="submit"] {
	width: 25%;
}
.map iframe {
	min-height: 110px;
}
.contact-in p {
	font-size: 1em;
}
}

.ss-container { /* Container DIV - automatically generated */
	position: relative;
	padding:5px 0;
	background:#FFF;
}

	.ss-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.ss-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.ss-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.ss-list li img {
			border: none;
			display: block;
		}
	
/* Custom class modifications - override classees

.ss is default

*/

.ss { /* Customisable base class for style override DIV */
	width: 100%;
	height: 40px;
}

	.ss .ss-clip {
		width: 100%;
		height: 40px;
	}
	
		.ss .ss-list {}
		
		.ss .ss-list li {
			float: left;
		width: 790px;
			height: 40px;
		}
		.ss .ss-list li img {}
