@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* 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;}
.Round20 { border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; -khtml-border-radius:20px;}
.RoundLeft { border-radius:3px 0px 0px 3px; -moz-border-top-left:3px; -moz-border-bottom-left:3px; -webkit-border-top-left:3px; -webkit-border-bottom-left:3px; -khtml-border-top-left:3px; -khtml-border-bottom-left:3px;}
.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;}

.hover { 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: 'Ubuntu', sans-serif; font-family: 'Roboto', sans-serif; }

/*-----------------------------Common CSS END-----------------------------*/

body { background:#efefef url(images/bg-img.png) top center repeat-x; font-family: 'Ubuntu', sans-serif; color:#9f9f9f; font-size:12px; word-wrap:break-word; font-weight:400;}

.Container { width:1170px; margin:0px auto; padding:0px; position:relative;}

.menu { background:rgba(0, 0, 0, 0.8); border-top:2px solid #009ace;}
#Logo { padding:22px 0px; float:left; width:140px;}
.HeadRight { float:right; width:1020px;}
.HeadRight .SearchMenu { padding:8px 0;}
.HeadRight .Search { background:rgba(255,255,255,0.3); float:right; height:22px;}
.HeadRight .SearchInput { background:none; font-family: 'Ubuntu', sans-serif; font-weight:400; font-size:12px; color:#fff; padding:0px 5px; float:left; width:200px; height:22px; box-shadow:none;}
.HeadRight .SearchBtn { background:url(images/search.png) center no-repeat; width:30px; height:22px; opacity:0.5; float:left;}
.HeadRight .SearchBtn:hover { opacity:1; cursor:pointer;}
.HeadRight .TopMenu { float:right;}
.HeadRight .TopMenu ul { margin:0px; padding:0px;}
.HeadRight .TopMenu ul li { list-style:none; float:left; line-height:22px; padding:0px 10px;}
.HeadRight .TopMenu ul li a { text-decoration:none; color:#ccc; text-transform:uppercase; font-weight:500; transition: all 0.5s ease-in-out 0s;}
.HeadRight .TopMenu ul li a:hover { color:#009ace;}

.menu ul.MainCats { margin:0px; padding:0px;}
.menu ul.MainCats li { list-style:none; float:left; padding:0px; position:relative;}
.menu ul.MainCats li .Arrow { background:url(images/drop-arrow.png) no-repeat; width:14px; height:8px; position:absolute; bottom:-8px; left:42%; display:none; z-index:999;}
.menu ul.MainCats li:hover .Arrow { display:block;}
.menu ul.MainCats li:first-child a { }
.menu ul.MainCats li a { line-height:30px; text-decoration:none; display:block; padding:0px 20px; color:#999; font-family: 'Open Sans', sans-serif; font-size:14px; text-transform:uppercase; margin:0px; font-weight:500;}
.menu ul.MainCats li a .caret { border-left:4px solid transparent; color:#999; border-right:4px solid transparent; border-top:4px solid; display:inline-block; height:0px; width:0px; margin-left:2px; vertical-align:middle;}
.menu ul.MainCats li:hover a.MCats { background:#009ace; color:#fff;}
.menu ul.MainCats li:hover .caret { color:#fff;}
.menu ul.SubCats { position:absolute; left:0px; top:30px; background:rgba(0, 0, 0, 0.9); min-width:200px; display:none; z-index:99; margin:0px; padding:8px 0 0 0; box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); }
.menu ul.MainCats li:hover ul.SubCats { display:block;}
.menu ul.SubCats li { list-style:none; float:none; padding:0px 5px;}
.menu ul.SubCats li a { border-bottom:1px dotted #333; border-left:none; line-height:28px; padding:0px 5px; font-size:11px; font-family: 'Open Sans', sans-serif; border-top:0px; color:#999; margin:0px; text-transform:none; transition: all 0.5s ease-in-out 0s;}
.menu ul.SubCats li:last-child a { border-bottom:0px;}
.menu ul.SubCats li:hover a { color:#fff; padding-left:8px; }

.Space { height:510px; display:block; clear:both;}
.FrontCats {}
.FrontCats .CatImg a {width:380px; height:200px; display:block; -moz-transform:scale(1,1); -moz-transition-timing-function:ease-out; -moz-transition-duration:250ms; -webkit-transform:scale(1,1); -webkit-transition-timing-function:ease-out; -webkit-transition-duration:250ms; -khtml-transform:scale(1,1); -khtml-transition-timing-function:ease-out; -khtml-transition-duration:250ms;}
.FrontCats .CatImg a:hover { -moz-transform:scale(1.05,1.07); -webkit-transform:scale(1.05,1.07); -khtml-transform:scale(1.05,1.07);}

.BtmImg { background-image:url(images/about-img.jpg); background-position:center top; background-repeat:no-repeat; background-attachment:fixed; padding:70px 0px; box-shadow:0px 0px 3px rgba(0,0,0,0.5) inset; margin-top:15px;}
.BtmImg .BtmInner { background-attachment:scroll; background-position:center top; background-repeat:no-repeat;}
.BtmImg .InnerText { width:850px;}
.BtmImg .InnerText h2 { font-size:24px; color:#009ace; font-family: 'Roboto', sans-serif; font-weight:500; text-transform:uppercase; margin-bottom:10px;}
.BtmImg .InnerText div { line-height:20px; color:#777;}
.BtmImg .InnerText a.ReadMore { text-decoration:none; color:#009ace; font-weight:500; padding-left:10px;}
.BtmImg .InnerText a.ReadMore:hover { text-decoration:underline;}

.FeatureBox {}
.FeatureBox h2, .Related h2 { text-align:center; padding:10px 0px; color:#222; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:500; font-size:24px;}
.Thumbnail { background:#fff; width:210px; border:1px solid #fff; float:left; margin:0px 11px;}
.Thumbnail:hover { box-shadow:0px 0px 3px rgba(0,154,206,0.8)}
.Thumbnail .ProImg { width:210px; height:210px; vertical-align:middle; display:table-cell; padding-bottom:5px;}
.Thumbnail .ProD { border-top:1px solid #ebebeb; padding:12px 0px;}
.Thumbnail .ProD a { text-decoration:none; color:#009ace;}
.Thumbnail .ProD p { color:#333; padding-top:3px;}

.HeadImg { height:400px; position:absolute; top:0px; width:100%; z-index:0;}
.HeadImg h2 { line-height:400px; color:#fff; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-size:80px; text-shadow:0px 0px 2px rgba(0,0,0,0.5)}
.PSpace { height:340px; clear:both; display:block;}

.breadcrumbs { margin:10px 0 15px; position:relative;}
.breadcrumbs ul { margin:0px; padding:5px 0px; border-bottom:1px solid #009ace; display:inline-block;}
.breadcrumbs ul li { list-style:none; float:left; font-family: 'Open Sans', sans-serif; font-size:12px; color:#666;}
.breadcrumbs span { padding:0px 7px;}
.breadcrumbs ul li a { text-decoration:none; color:#009ace;}
.breadcrumbs ul li a:hover { color:#20b5e7}

.WhiteBG { color:#333; min-height:500px;}
.PageText { line-height:20px;}
.ContactP { width:350px; float:left; text-align:left;}
.ContactForm { width:400px; float:left; text-align:left;}
.OurMap { width:400px; float:right; text-align:left;}
.Thanks { margin-bottom:10px; font-size:18px; font-weight:bold; color:#090;}
.FormField { margin-bottom:8px;}
.FormField legend { float:left; width:60px; text-align:right; padding-right:10px; line-height:28px; color:#333}
.FormField legend span { color:#c10427; padding:2px;}
.FormField label { float:left; margin-left:5px; line-height:27px;}
.FormField input.UpdateBtn { background:#009ace; padding:5px 10px; color:#fff; border:none; font-family:'Roboto', sans-serif; font-weight:500; 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: 'Ubuntu', sans-serif; font-weight:400;}
.FormField input.Button { background:#009ace; 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', sans-serif; font-weight:500; cursor:pointer; transition: all 0.5s ease-in-out 0s;}
.FormField input.Button:hover { background:#0182ae;}

.Pagination { clear:both; margin:10px 0;}
.Pagination a { background:#009ace; 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;}
.Pagination a:hover, .Pagination a.paging_act { background:#333;}

.ProImgCon { float:left; width:500px;}
.ProdDetailImg { background:#fff; width:500px; height:550px; display:table-cell; vertical-align:middle; transition: all 0.5s ease-in-out 0s; border:3px double #ccc;}
.ProdDetailImg:hover { border-color:#009ace}
.ProDetailsCon { float:right; padding:0px; width:630px;}
.ProDetailsCon h1 { color:#009ace; font-size:24px; font-family:'Roboto', sans-serif; font-weight:500; text-transform:uppercase;}
.DetailArt { padding:0 0 3px; font-size:14px; color:#009ace; font-weight:500; margin:8px 0 5px;}
.DetailArt span { color:#333; font-size:12px;}
.DetailsCon { padding:0px 0px 3px; min-height:100px; margin-bottom:10px; width:350px; line-height:18px;}
.DetailsCon span { color:#009ace; font-size:13px; font-weight:500;  }
.ProdOpt { padding:0px; margin-bottom:8px;}
.ProdOpt span { width:70px; font-size:13px; font-weight:500; color:#009ace; 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:#009ace; padding:0px 10px; height:30px; margin:10px 0; font-family:'Roboto', sans-serif; font-weight:500; font-weight:400; 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:#0182ae;}
.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:#009ace; text-decoration:none; transition: all 0.5s ease-in-out 0s;} .EmptyCart a:hover { color:#0182ae}
.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:500 26px/20px 'Roboto'; color:#f21b22; text-align:right; text-transform:uppercase; float:none;}
.Total span { color:#333;}
.Checkout .btn { background:#009ace; 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:#0182ae;}
.UpdateBtn { background:#009ace; 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; 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:'Roboto', sans-serif; font-weight:500; text-align:center; font-size:24px; color:#555;}




#NewsLetterBG { background:#0e0e0e; padding:25px 0px; margin-top:15px; position:relative;}
.NText { background:url(images/mail-icon.png) left center no-repeat; padding-left:48px; font-size:14px; text-transform:uppercase; line-height:22px; float:left;}
.Newsletter { float:right;}
.Newsletter .SigInput { background:#eee; height:44px; padding:0px 8px; width:350px; font-size:13px; font-family: 'Ubuntu', sans-serif; font-weight:400; color:#666; float:left;}
.Newsletter .SigBtn { background:#009ace; height:44px; float:left; margin-left:10px; text-transform:uppercase; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500; font-size:12px; padding:0px 15px;}
.Newsletter .SigBtn:hover { cursor:pointer; background:#0182ae}
#FooterBG { background:#181a1e; color:#656e7e; padding-top:8px; position:relative;}
#FooterBG h2 { color:#009ace; font-size:16px; text-transform:uppercase; font-family:'Roboto', sans-serif; font-weight:500; line-height:40px;}
#FooterBG .Info { width:200px; float:left;}
#FooterBG .Info ul { margin:0px; padding:0px;}
#FooterBG .Info ul li { list-style:none; margin-bottom:5px;}
#FooterBG .Info ul li a { text-decoration:none; color:#656e7e; transition: all 0.5s ease-in-out 0s; font-weight:500;}
#FooterBG .Info ul li a:hover, #FooterBG .FContact p a:hover { color:#cfd2d8;}
#FooterBG .NewsUpdate { width:270px; float:left;}
#FooterBG .News { margin-bottom:8px; line-height:18px;}
#FooterBG .News span { display:block; color:#cfd2d8; font-weight:500;}
#FooterBG .SocialLinks { width:140px; float:left; margin-left:20px;}
#FooterBG .SocialLinks a { background:url(images/social-icons.png) no-repeat; height:30px; padding-left:35px; line-height:30px; text-decoration:none; font-weight:500; font-size:13px; display:block; margin-bottom:3px; color:#7d7d7d; transition: all 0.5s ease-in-out 0s;}
#FooterBG .SocialLinks a:hover { color:#fff;}
#FooterBG .SocialLinks a.FB { background-position:0px 0px;}
#FooterBG .SocialLinks a.TW { background-position:0px -30px;}
#FooterBG .SocialLinks a.Skype { background-position:0px -60px;}
#FooterBG .SocialLinks a.LI { background-position:0px -90px;}
#FooterBG .FContact { width:275px; float:right;}
#FooterBG .FContact h3 { font-weight:500; color:#cfd2d8; 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:#656e7e; transition: all 0.5s ease-in-out 0s;}
#FooterBG .FContact p span { padding-right:5px;}
.CopyRight { text-align:center; line-height:50px; margin-top:8px; border-top:1px solid #35383e; font-weight:500;}
.CopyRight a { text-transform:uppercase; text-decoration:none; color:#009ace;}
.CopyRight a:hover { text-decoration:underline;}