@font-face{font-family:roboto;src:url(../fonts/roboto-regular-webfont.eot);src:url(../fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-regular-webfont.woff) format('woff'),url(../fonts/roboto-regular-webfont.ttf) format('truetype'),url(../fonts/roboto-regular-webfont.svg#robotoregular) format('svg')}@font-face{font-family:'roboto lt';src:url(../fonts/roboto-light-webfont.eot);src:url(../fonts/roboto-light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-light-webfont.woff) format('woff'),url(../fonts/roboto-light-webfont.ttf) format('truetype'),url(../fonts/roboto-light-webfont.svg#robotolight) format('svg')}@font-face{font-family:'roboto bl';src:url(../fonts/roboto-black-webfont.eot);src:url(../fonts/roboto-black-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-black-webfont.woff) format('woff'),url(../fonts/roboto-black-webfont.ttf) format('truetype'),url(../fonts/roboto-black-webfont.svg#robotoblack) format('svg')}@font-face{font-family:'roboto th';src:url(../fonts/roboto-thin-webfont.eot);src:url(../fonts/roboto-thin-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-thin-webfont.woff) format('woff'),url(../fonts/roboto-thin-webfont.ttf) format('truetype'),url(../fonts/roboto-thin-webfont.svg#robotothin) format('svg')}
@font-face {
    font-family: 'droidsans';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {

font-family:bebas;
    src: url('../fonts/bebas-webfont.eot');
    src: url('../fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas-webfont.woff2') format('woff2'),
         url('../fonts/bebas-webfont.woff') format('woff'),
         url('../fonts/bebas-webfont.ttf') format('truetype'),
         url('../fonts/bebas-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	border-top:2px solid #bd0000;
}
.navbar-default{
	background:url(../../im/navbar-bg.png) repeat-x #fff center 26px;
	border:0;
	min-height:98px;
	margin-bottom:0px;
}
.navbar-brand {
    height: auto;
    padding: 0px 15px;
}
.navbar-default .navbar-nav > li:first-child > a{
	width:123px;
	background:url(../../im/home-bg.png) no-repeat center top;
	color:#fff;
}
.navbar-default .navbar-nav > li > a{
	text-align:center;
	width:115px;
	padding-top: 40px;
    padding-bottom: 38px;
	padding-left:18px;
	padding-right:12px;
	margin:0 2px;
	background:url(../../im/menu-bg.png) no-repeat center 22px;
	font-family:droidsans;
	font-size:14px;
	color:#000;
}
.bassea{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:26px;
	margin-left:40px;
}
.bassea li{
	display:inline-block;
	margin:0 -10px;
}
.search-box{
	display:none;
	position:absolute;
	width:254px;
	right:0;
	top:55px;
	z-index:99;
	background:#fff;
	padding: 10px 15px; box-shadow:0px 0px 2px rgba(0,0,0,0.5);
}
.ctg{
	margin-top:34px; margin-bottom:19px;
}
.ctg img{
	margin-bottom:20px;
-moz-transition: 0.5s ;
-webkit-transition: 0.5s ;
-ms-transition: 0.5s ;
-o-transition: 0.5s ;
transition: 0.5s ;
}
.ctg img:hover{
	-moz-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
}
.about-section{
	background:url(../../im/about-bg.png) no-repeat;
	background-size:119.5%; min-height:425px;
}
.about-title{
	font-family:bebas;
	font-size:24px;
	text-transform:uppercase;
	color:#1d1d1d;
	padding-top:15px;
	padding-bottom:30px;
	background:url(../../im/titile-line.png) no-repeat left 49px;
}
.about-title span{
color:#cc0101;
}
.about-text{
	font-family:arial;
	font-size:13px;
	color:#cc0101;
	font-weight:bold;
	line-height:30px;
}
.feature-title{
	display:block;
	font-family:bebas;
	font-size:18px;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	background:url(../../im/feature-title.png) no-repeat center 47px;
}
.pro-box{
	display:block;
	position:relative;
	width:100%;
	border:1px solid #e5e5e5;
	padding:10px;
	text-align:center;
	margin-bottom:30px;
}
.pro-box img{
	display:block;
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:228px;
}
.pname{
	display:block;
	padding-top:10px;
	font-family:droidsans;
	font-size:14px;
	color:#000;
}
.part{
	display:block;
	font-family:droidsans;
	font-size:12px;
	color:#000;
	padding-bottom:25px;
}
.pro-over{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.8);
	padding-top:40%;
		-moz-transition: 0.5s ;
-webkit-transition: 0.5s ;
-ms-transition: 0.5s ;
-o-transition: 0.5s ;
transition: 0.5s ;
-moz-transform:scale(0);
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.pro-over a, .pro-over button{ background:#ce0303; color:#fff; text-transform:uppercase; font-size:12px; font-family: 'opensans'; height:32px; line-height:32px; text-decoration:none;
	display:block;
	position:relative;
	margin:0 auto;
	margin-bottom:1px;
	width:100%;
	max-width:153px; border:none; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -khtml-transition: all 0.5s ease-in-out 0s;
}
.pro-over button:hover, .pro-over a:hover { background:#666;}

.pro-box:hover .pro-over{
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.footer-section{
	padding-top:30px;
	background:url(../../im/footer-bg.png) repeat-x #111111 center bottom;
}
.bottom-content{
	background:url(../../im/bottom-bg.png) repeat;
	padding-top:28px;
	padding-bottom:16px;
}
.content-title{
	font-family:bebas;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	display:block;
	position:relative;
	margin:0 auto;
	margin-top:-50px;
	width:100%;
	max-width:290px;
}
.content-text1{
	display:block;
	width:100%;
	max-width:286px;
	font-family:Myriad Pro;
	font-size:14px;
	color:#fff;
	padding-bottom:27px;
	text-shadow:0px 1px #000;
}
.content-text1 span{
	color:#ff0090;
	text-transform:uppercase;
}
.email{
	display:block;
	width:85%;
	height:35px;
	max-width:286px;
	background: #0b0b0b;
	padding-left:8px;
	padding-right:8px;
	border:0;
	font-family: 'droidsans';
	font-size:12px;
	color:#666; box-shadow:none; float:left;
}
.SigBtn { background:#df0303; height:35px; border:none; color:#fff; font-family: 'droidsans'; font-size:12px; float:left; text-transform:uppercase; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -khtml-transition: all 0.5s ease-in-out 0s;}
.SigBtn:hover { background:#333;}
.tweets{
	display:block;
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:290px;
	margin-top:25px;
	margin-bottom:20px;
}
.tweet-text{
	display:block;
	width:100%;
	float:left;
	font-family:arial;
	font-size:13px;
	color:#aaaaaa;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.tweet-text a{
	color:#ff0090;
}
.tweet-ico{
	display:block;
	float:left;
	width:18px;
	height:50px;
}
.tweet-age{
	display:block;
	color:#7b7b7b;
	font-size:11px;
	font-family:arial;
	font-style:italic;
	padding-bottom:12px;
	border-bottom:1px solid #1c1c1c;
}
.bottom-address{
	display:block;
	width:100%;
	max-width:286px;
	float:right;
	margin-top:30px;
}
.address-text{
	display:block;
	width:100%;
	font-family: arial;
font-size: 13px;
color: #aaaaaa;
line-height:30px;
padding:10px 0;
}
.address-text a, .credit a { text-decoration:none; color:#df0303;}
.address-text a:hover, .credit a:hover { text-decoration:underline; color:#df0303}
.follow-age{
	color:#fff;
	font-size:11px;
	font-family:arial;
	font-style:italic;
	margin-top:20px;
	margin-bottom:10px;
}
.news-box{
	display:block;
	width:100%;
	max-width:286px;
}
.bottom-logo{
	display:block;
	padding-top:10px;
	padding-bottom:15px; text-align:center;
	border-bottom:1px solid #1c1c1c;
}
.main-address{
	font-family: arial;
font-size: 13px;
color: #aaaaaa;
padding-bottom:10px;
border-bottom:1px solid #1c1c1c;
}
.newsletter-title{
	font-family:arial;
	font-size:13px;
	color:#aaaaaa;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:2px; text-transform:uppercase;
}
.credit{
	display:block;
	font-family:arial;
	font-size:12px;
	color:#fff;
	text-align:center;
	padding-bottom:35px;
}
.credit span{
	color:#ba0101;
}
.page-title{
	font-family:roboto bl;
	font-size:42px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:5px;
	padding:10% 0;
}
.sbanner{
	margin-top: -27px;
z-index: 99;
display: block;
position: relative;
}
h2{
	font-family:roboto bl;
	font-size:24px;
	color:#010101;
	text-transform:uppercase;
}
p{
	font-family:Verdana;
	font-size:13px;
	color:#333333;
	line-height:20px;
}
.contact-text{
	font-family:opensans;
	font-size:13px;
	color:#222;
}
.input{
	display:block;
	font-family:opensans;
	font-size:14px;
	color:#666;
	border:1px solid #cccccc;
	width:100%;
	height:36px;
	padding:0px 5%;
	margin-bottom:20px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
.inputborder{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.submit{
	display:block;
	position:relative;
	width:82px;
	height:32px;
	float:right;
	border:0;
	background:#cf0303;
	font-family:opensans;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
.basket-det{
	font-family:opensans;
	font-size:13px;
	color:#333333;
}
.basket-total{
	font-family:opensans;
	font-size:24px;
	color:#222222;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}
.basket-total span{
	color:#666;
}
.large-pro{
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:30px;
}
.large-pro img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:500px;
}
.product-details{
	display:block;
	position:relative;
	max-width:445px;
	width:100%;
	float:right;
}
.dpname{
	font-family:opensans;
	font-size:22px;
	color:#021734;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
}
.product-details p{
	font-family:opensans;
	font-size:12px;
	color:#4b4b4b;
}
.product-details b{
	font-family:opensans;
	font-size:13px;
	color:#021734;
}
.navbar-collapse {
    padding-bottom: 20px;
}
.dropdown-menu{
	display:none;
	position:absolute;
	left:0 !important;
	margin:0;
	padding:0;
	list-style:none;
}
.dropdown-menu li{
position:relative;
}
.dropdown-menu li a{
	padding:10px 20px;
}
.navbar-nav > li:hover .dropdown-menu{
	display:block;
}

.sub-menu{
	display:none !important;
	box-shadow:none;
	left:100% !important;
	top:0 !important;
	border-radius:0;
	padding-top:0 !important;
}
.dropdown-menu li:hover .sub-menu{
	display:block !important;
}
.carousel-control{
	background:none !important;
}
.basrt{
	font-weight:bold;
	float:left;
	padding-left:10px;
}
.fixednav{
position: fixed;
z-index: 999;
width: 100%;
top:0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
		border:0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
	.navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 992px) {
	.navbar-toggle{
		margin-top: 32px;
        margin-right: 0px;
	}
	.bassea{
	margin-left:15px;
	margin-right:20px;
    }
	.navbar-default .navbar-nav > li:first-child > a, .navbar-default .navbar-nav > li > a{
	width:99%;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
	margin:0 2px;
	background:none;
	color:#000; text-align:left;
}
.navbar-default .navbar-nav > li:hover > a { background:#df0303; color:#fff;}
.dropdown-menu { padding-top:0px !important;}
.product-details{
	float:none;
	margin:0 auto;
}
.dropdown-menu, .sub-menu{
	position:relative;
	width:100%;
	box-shadow:none;
	text-align:center;
	border-left:0;
	border-right:0;
	left:inherit !important;
    top: -2px !important;
	float:unset;
}
.page-title {
	font-size: 4vw;
}
}

@media screen and (max-width: 767px) {
.navbar-brand > img{
	width: 120px;
margin-top: 26px;
height: 45px;
}
.navbar-collapse {
		border:0;
    }
	.news-box, .tweets, .bottom-address{
	display:block;
	margin:0px auto;
	padding:25px 0;
	float:none;
	border-bottom:1px solid #999;
}
.table > tbody > tr > td{
	display:table;
	width:100% !important;
	text-align:center;
}
}