@import url('frontp.css');
@import url('normalize.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
/* Clear CSS */
.clearfix { }
.clear { clear:both;}
.clearfix:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}

/* Float CSS */
.moveL { float:left;}
.moveR { float:right;}

/* Break CSS */
.break10 { clear:both; margin:10px 0px; height:1px;}
.break5 { clear:both; margin:5px 0px; height:1px;}
.break { clear:both; margin:2px 0px; height:1px;}

p, body, div, h1, h2, h3, h4, h5, h6, form, input, button, select, label { margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}

img { border:none; outline:none;}
a, input { border:none; outline:none;}

.Round { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}
.Round5 { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}
.RoundLeft { border-radius:5px 0px 0px 5px; -moz-border-top-left:5px; -moz-border-bottom-left:5px; -webkit-border-top-left:5px; -webkit-border-bottom-left:5px; -khtml-border-top-left:5px; -khtml-border-bottom-left:5px;}
.RoundRight { border-radius:0px 3px 3px 0px; -moz-border-top-right:3px; -moz-border-bottom-right:3px; -webkit-border-top-right:3px; -webkit-border-bottom-right:3px; -khtml-border-top-right:3px; -khtml-border-bottom-right:3px;}
.RoundBtm { border-radius:0px 0px 3px 3px; -moz-border-bottom-left:3px; -moz-border-bottom-right:3px; -webkit-border-bottom-left:3px; -webkit-border-bottom-right:3px; -khtml-border-bottom-left:3px; -khtml-border-bottom-right:3px;}

a { 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;}

.FontStyle {font-family: 'Roboto', sans-serif; font-family: 'Lobster', cursive; font-family: 'Ubuntu', sans-serif; font-family: 'Oswald', sans-serif;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:url(../images/bg.png) repeat; font-family: 'Ubuntu', sans-serif; font-size:13px; color:#7f7f7f; word-wrap:break-word;}
.Container { width:1170px; margin:0px auto; padding:0px;}

.LoginForm { width:330px; margin:25px auto 0;}
.FromField { height:30px; margin-bottom:10px;}
.FromField label { float:left; width:120px; text-align:right; margin-right:10px; line-height:30px; font-size:12px; color:#222;}
.FromField .Text { background:#fff; height:30px; float:left; color:#333; padding:0px 5px; box-shadow:1px 1px 2px rgba(0,0,0,0.6) inset; font-family: 'Ubuntu', sans-serif;}
.FromField .SBtn { background:#bf0000; color:#fff; font-size:12px; font-family: 'Ubuntu', sans-serif; float:left; padding:0 5px; height:30px; text-transform:uppercase; transition: all 0.5s ease-in-out 0s;}
.FromField .SBtn:hover { cursor:pointer; background:#2c2c2c;}

#HeaderBG { background:url(../images/head-bg.png) repeat-x; padding-top:13px; position:relative; z-index:99;}
#Logo { float:left; padding-bottom:10px;}
.HeadRight { float:right; padding-top:15px;}
.HeadRight div { height:42px; float:left; margin:0 20px 0 0;}
.HeadRight div + div + div { margin:0;}
.HeadRight div + div { border-left:1px solid #2c2c2c;}
.HeadRight div h4 { font-size:13px; padding-top:5px;}
.HeadRight div p { color:#666; font-size:12px;}
.HeadRight .Call { background:url(../images/call-icon.png) left center no-repeat; padding-left:38px;}
.HeadRight .Basket { background:url(../images/basket-icon.png) left center no-repeat; padding-left:46px;}
.HeadRight .Basket a { text-decoration:none; color:#7f7f7f;}
.HeadRight .Basket a span { background:#2c2c2c; width:14px; height:14px; text-align:center; font-size:9px; display:inline-block; line-height:14px; color:#7f7f7f; border-radius:10px; position:relative; bottom:2px; transition: all 0.5s ease-in-out 0s;}
.HeadRight .Basket a:hover span { color:#c70000;}
.HeadRight .Basket a p { padding-left:17px;}
.Search { padding-left:20px;}
.Search .SearchInput { height:42px; background:none; box-shadow:none; color:#666; font-size:13px; font-family: 'Ubuntu', sans-serif; float:left; width:220px;}
.Search .SearchBtn { background:#2c2c2c url(../images/search-icon.png) center no-repeat; width:42px; height:42px; float:left; transition: all 0.5s ease-in-out 0s;}
.Search .SearchBtn:hover { background-color:#c70000; cursor:pointer;}

.MenuBG { background:url(../images/h-menu.png) repeat-x; height:50px;}
.MenuBG ul.MainCats { margin:0px; padding:0px;}
.MenuBG ul.MainCats li { list-style:none; float:left; padding:0px; position:relative;}
.MenuBG ul.MainCats li:first-child a { border-left:none;}
.MenuBG ul.MainCats li a { line-height:50px; text-decoration:none; display:block; padding:0px 40px; color:#fff; font-family: 'Oswald', sans-serif; font-weight:700; font-size:14px; text-transform:uppercase; border-left:1px solid #ed1f24; margin:0px; transition: all 0.5s ease-in-out 0s;}
.MenuBG ul.MainCats li:hover a.MCats { background:url(../images/h-menu.png) 0px -50px repeat-x;}
.MenuBG ul.SubCats { position:absolute; left:1px; top:50px; background:#0e0e0e; min-width:200px; display:none; z-index:999; margin:0px; padding:0px; box-shadow:2px 2px 3px rgba(0,0,0,0.5);}
.MenuBG ul.MainCats li:hover ul.SubCats { display:block;}
.MenuBG ul.SubCats li { list-style:none; float:none; border-bottom:1px dotted #333;}
.MenuBG ul.SubCats li a { border-left:none; line-height:28px; padding:0px 5px; font-size:12px; font-family: 'Roboto', sans-serif; border-top:0px; font-weight:500; color:#9f9f9f; margin:0px; text-transform:none; transition: all 0.5s ease-in-out 0s;}
.MenuBG ul.SubCats li:last-child { border-bottom:0px;}
.MenuBG ul.SubCats li:hover a { color:#fff; padding-left:10px; }

.Space { height:475px; display:block;}

.AboutBG { background:rgba(0,0,0,0.8); padding:25px 0px;}
.AText { width:990px; float:left; color:#7f7f7f; line-height:20px;}
.AText h2 { color:#b31414; font-family: 'Lobster', cursive; font-size:36px; margin-bottom:10px; line-height:36px;}
.ReadMore { width:135px; float:right; padding-top:34px;}
.ReadMore a { background:#b31414; padding:32px 28px; border-radius:100%; font-family: 'Roboto', sans-serif; font-weight:500; color:#fff; text-decoration:none; text-transform:uppercase; font-size:28px; text-align:center;}
.ReadMore a:hover { background:#1c1c1c;}

.SubCatBox { float:left; margin:14px 11px; width:270px; height:150px; position:relative;}
.SubCatBox a { text-align:center; text-decoration:none; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500;}
.SubCatBox a img { transition: all 0.5s ease-in-out 0s;}
.SubCatBox a:hover img { opacity:0.5;}
.SubCatBox a span { position:absolute; left:0px; bottom:0px; width:270px; background:rgba(0,0,0,0.7); line-height:32px;}

.FeatureBox h2, .Related h2 { background:url(../images/f-line.png) center no-repeat; text-transform:uppercase; color:#dbdbdb; font-family: 'Oswald', sans-serif; font-weight:400; font-size:28px; text-align:center; margin-top:10px;}
.products-list ul { margin:0px; padding:0px;}
.products-list li { list-style:none; margin:12px 7px; float:left; width:220px;}
.products-list li .thumbnail { padding:5px; background:#fff; border:1px solid #383838; box-shadow:0 5px 0 rgba(56,56,56,0.5); overflow:hidden; position:relative; z-index:1; border-bottom:none; transition: all 0.5s ease-in-out 0s;}
.products-list li:hover .thumbnail { border-color:#c70000; box-shadow:0 5px 0 rgba(199,0,0,0.8);}
.products-list li .thumbnail a.thumb { margin-bottom:10px; display:block; height:200px; border-bottom:1px solid #ccc; padding-bottom:14px; transition: all 0.5s ease-in-out 0s;}
.products-list li:hover .thumbnail a.thumb { border-color:#c70000;}
.products-list li .thumbnail a.thumb img { margin:auto; display:block; }
.products-list li .thumbnail p { margin-bottom:5px; text-align:center; }
.products-list li .thumbnail p a { font:normal 12px/20px 'Roboto', sans-serif; font-weight:400; color:#333; text-transform:uppercase; display:block; text-decoration:none; transition: all 0.5s ease-in-out 0s;}
.products-list-small li .thumbnail p a { min-height:40px; }
.products-list li .thumbnail p a:hover { color:#c70000;}
.products-list li .thumbnail input[type=submit] { margin:0; padding:0; width:120px; height:34px; background:#c70000; box-shadow:none; font-size:14px; font-family:'Roboto'; font-weight:500; color:#FFF; text-shadow:none; text-transform:uppercase; display:block; position:absolute; top:-34px; left:22%; transition:all linear 0.3s; -ms-transition:all linear 0.3s; -moz-transition:all linear 0.3s; -webkit-transition:all linear 0.3s; -o-transition:all linear 0.3s;}
.products-list li:hover .thumbnail input[type=submit] { top:0px;}
.products-list li:hover .thumbnail input[type=submit]:hover { background:#222; cursor:pointer;}

.BlackBG { background:rgba(0,0,0,0.5); padding:5px; margin-top:8px; border:1px solid #333; min-height:500px;}
h2.Title { background:#c70000; line-height:36px; font-size:18px; color:#fff; text-transform:uppercase; font-family: 'Oswald', sans-serif; font-weight:400; padding:0px 8px; margin-bottom:8px;}
.PageText { line-height:20px;}
.ContactP { width:300px; float:left; text-align:left;}
.ContactForm { width:400px; float:right; text-align:left;}
.OurMap { width:400px; float:left; text-align:left;}

.Thanks { margin-bottom:10px; font-size:18px; color:#090;}
.FormField { margin-bottom:8px;}
.FormField legend { float:left; width:90px; text-align:right; font-family:'Roboto'; font-weight:500; font-size:12px; padding-right:10px; line-height:28px;}
.FormField legend span { color:#b31414; padding:2px;}
.FormField label { float:left; margin-left:5px; line-height:27px;}
.FormField input.UpdateBtn { background:url(images/button.png) repeat-x; padding:5px 10px; color:#fff; border:none; box-shadow:none; border:none;}
.FormField input, .FormField select, .FormField textarea { float:left; border:none; color:#333; font-size:12px; padding:6px 5px; background:#f1f1f1; box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(0, 0, 0, 0.6) inset; font-family:'Roboto'; font-weight:500;}
.FormField input.Button { background:#c70000; padding:0px 8px; height:30px; color:#fff; border:none; text-align:center; font-size:13px; text-transform:uppercase; margin:10px 0 20px; box-shadow:none; font-family:'Roboto'; font-weight:500; cursor:pointer; transition: all 0.5s ease-in-out 0s;}
.FormField input.Button:hover { background:#222;}

.LeftMenuCon { width:228px; float:left;}
.RightSide { width:924px; float:right;}
.LefMenu li.MainLeftCats { list-style:none; margin-bottom:4px; position:relative; height:100px;}
.LefMenu li.MainLeftCats a { display:block; text-decoration:none; transition: all 0.5s ease-in-out 0s; color:#ccc;}
.LefMenu li.MainLeftCats a span { background:rgba(0,0,0,0.8); position:absolute; left:0px; bottom:0px; width:228px; padding:0px 4px; line-height:30px; font-family: 'Oswald', sans-serif; font-weight:400; font-size:16px;}
.LefMenu li.MainLeftCats a:hover,.LefMenu li.MainLeftCats a.active { color:#c70000;}
.submenu ul { padding:0px; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { background:#222; color:#ccc; font-size:12px; line-height:28px; text-decoration:none; display:block; padding:0px 5px; margin-bottom:2px; transition: all 0.5s ease-in-out 0s; font-family:'Roboto'; font-weight:500; font-size:12px;}
.submenu ul li:last-child a { border-bottom:none;}
.submenu ul li a:hover, .submenu ul li a.active { background:#333; color:#c70000; padding-left:10px;}

.Pagination { clear:both; margin:10px 0;}
.Pagination a { background:#c70000; padding:3px 6px; font-size:11px; text-decoration:none; color:#fff; transition: all 0.5s ease-in-out 0s; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; font-family:'Roboto'; font-weight:500;}
.Pagination a:hover, .Pagination a.paging_act { background:#222;}

.ProImgCon { float:left; width:500px;}
.ProdDetailImg { background:#fff; width:500px; height:500px; display:table-cell; vertical-align:middle; transition: all 0.5s ease-in-out 0s; border:3px double #ccc;}
.ProdDetailImg:hover { border-color:#c70000}
.ProDetailsCon { float:right; padding:0px; width:410px;}
.ProDetailsCon h1 { color:#b31414; font-size:24px; font-family: 'Lobster', cursive;}
.DetailArt { padding:0 0 3px; font-size:14px; color:#b31414; font-family:'Roboto'; font-weight:500; margin:8px 0 5px;}
.DetailArt span { color:#999; font-size:12px;}
.DetailsCon { padding:0px 0px 3px; min-height:100px; margin-bottom:10px; width:350px; line-height:18px;}
.DetailsCon span { color:#b31414; font-size:13px; font-family:'Roboto'; font-weight:500;  }
.ProdOpt { padding:0px; margin-bottom:8px;}
.ProdOpt span { width:70px; font-size:13px; font-family:'Roboto'; font-weight:500; color:#b31414; display:inline-block;}
.ProdOpt select, .ProdOpt input { border:1px solid #ccc; min-width:60px; padding:0px 3px; height:28px; color:#333; background:#f1f1f1;}
.ProdOpt .Button { background:#b31414; padding:0px 10px; height:30px; margin:10px 0; font-family:'Roboto'; font-weight:500; font-size:12px; transition: all 0.5s ease-in-out 0s; color:#fff; text-transform:uppercase; display:block; border:none;}
.ProdOpt .Button:hover { cursor:pointer; background-color:#222;}
.Related { margin-top:12px;}

.OrdHisTop { background:#333;}
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li { display:inline-block; font-size:11px; color:#fff; border-right:1px solid #222; padding:4px 0px; width:17%; text-align:center; list-style:none; text-transform:uppercase;}
.OrdHisTop li:first-child { width:25px;}
.OrdHisTop li:last-child { border:none; width:145px;}

.EmptyCart { margin:20px 0px; text-align:center; font:500 24px/120px 'Roboto'; color:#555; }
.EmptyCart a { color:#b31414; text-decoration:none; transition: all 0.5s ease-in-out 0s;} .EmptyCart a:hover { color:#999}
.BasketCon { padding:10px 0px; border:solid #333; border-width:0px 1px 1px;}
.BasketImg { width:115px; float:left; border-right:1px solid #333;}
.BasketDetails { float:left; width:53%; padding:0 3px; display:block}
.BasketDetails p { border-bottom:1px solid #333; padding-bottom:3px; margin-bottom:8px; font-size:11px;}
.BasketQty { width:17%; float:left; padding:0 3px;}
.BasketCon .txt_id { text-align:center; margin-bottom:8px;}
.BasketRate { width:13%; float:left; text-align:center; font-size:14px;}
.BasketTotal { width:13%; float:left; text-align:center; padding:0 3px;}
.BasketTotal p { font-size:14px; margin-bottom:10px;}
.BasketCon .txt_id{ color:#666; font-size:12px; padding:3px 5px; background:#fff; border:1px solid #ccc;}
.BasketTotal a:hover { opacity:0.6;}
.Total { margin:15px 0; padding:0px; font:26px/20px 'Oswald'; color:#f21b22; text-align:right; text-transform:uppercase; float:none;}
.Total span { color:#999;}
.Checkout .btn { background:#b31414; padding:0; width:110px; height:28px; font:500 12px/28px 'Roboto'; color:#fff; text-shadow:none; text-transform:uppercase; float:right; text-decoration:none; text-align:center; margin-left:5px; transition: all 0.5s ease-in-out 0s;}
.Checkout .btn:hover, .UpdateBtn:hover { background:#222;}
.UpdateBtn { background:#b31414; padding:2px 6px; color:#fff; border:none; font-weight:400; font-size:11px; text-transform:uppercase; cursor:pointer; transition: all 0.5s ease-in-out 0s; font-family: 'Roboto', sans-serif; font-weight:500;}
.SubmitText { font-size:22px; text-transform:uppercase; line-height:150px; font-family: 'Oswald', sans-serif; font-weight:400; text-align:center; color:#090}
.QuoteForm { padding-top:10px; margin:0px auto; width:800px;}
.QuoteForm .FormField legend { width:150px;}

.NoProd { line-height:150px; font-family: 'Oswald', sans-serif; font-weight:400; text-align:center; font-size:24px; color:#555;}

#NewsFollow { background:#c70000; padding:8px 0px; margin-top:15px;}
#NewsFollow h2 { float:left; color:#fba3a3; font-family: 'Oswald', sans-serif; font-weight:700; text-transform:uppercase; font-size:18px; line-height:30px; margin-right:10px;}
.FollowUs a { float:left; background:url(../images/social-icons.png) no-repeat; width:30px; height:30px; text-indent:-99999px; opacity:0.7; margin-right:5px;}
.FollowUs a:hover { opacity:1; border-radius:20px;}
.FollowUs a.FB { background-position:0px 0px;}
.FollowUs a.TW { background-position:0px -30px;}
.FollowUs a.Skype { background-position:0px -60px;}
.FollowUs a.LI { background-position:0px -90px;}
.NewsLetter .Letter { float:left;}
.NewsLetter .SigInput { background:#fff; height:30px; width:300px; padding:0px 5px; font-family: 'Ubuntu', sans-serif; font-size:12px; box-shadow:2px 2px 3px rgba(0,0,0,0.6) inset; margin:0px; float:left;}
.NewsLetter .SigBtn { background:#111; height:30px; padding:0px 5px; float:left; color:#fff; font-family:'Roboto'; font-weight:500; font-size:12px; text-transform:uppercase; margin-left:5px; transition: all 0.5s ease-in-out 0s;}
.NewsLetter .SigBtn:hover { background:#333}
#FooterBG { background:#0e0e0e; padding-top:10px;}
#FooterBG h2 { font-family: 'Lobster', cursive; font-size:22px; color:#ccc; margin-bottom:8px;}
#FooterBG .Info { width:200px; float:left;}
#FooterBG .Info ul { margin:0px; padding:0px;}
#FooterBG .Info ul li { list-style:none; background:url(../images/fm-arrow.png) left center no-repeat; margin-bottom:4px; padding-left:10px;}
#FooterBG .Info ul li a { text-decoration:none; font-family:'Roboto'; font-weight:500; font-size:12px; color:#676767; transition: all 0.5s ease-in-out 0s;}
#FooterBG .Info ul li a:hover, #FooterBG .FContact p a:hover { color:#fff;}
#FooterBG .NewsUpdate { width:300px; float:left;}
#FooterBG .News { margin-bottom:8px; line-height:18px; color:#676767;}
#FooterBG .News span { display:block; color:#999; font-family:'Roboto'; font-weight:500;}
#FooterBG .FContact { width:220px; float:left; margin-left:30px; color:#676767;}
#FooterBG .FContact h3 { font-family:'Roboto'; font-weight:500; text-transform:uppercase; font-size:14px; margin-bottom:5px;}
#FooterBG .FContact p { margin-bottom:5px; line-height:18px;}
#FooterBG .FContact p a { text-decoration:none; color:#7d7d7d; transition: all 0.5s ease-in-out 0s;}
#FooterBG .FContact p span { padding-right:5px; font-family:'Roboto'; font-weight:500; color:#999;}
#FooterBG .PaymentIcons { width:380px; float:right;}
.CopyRight { text-align:center; line-height:50px; margin-top:8px; border-top:1px solid #2b2b2b; font-family:'Roboto'; font-weight:500; color:#676767;}
.CopyRight a { text-transform:uppercase; text-decoration:none; color:#b31414; font-family: 'Oswald', sans-serif; font-weight:400;}
.CopyRight a:hover { text-decoration:underline;}