@charset "utf-8";
/* CSS Document */

/*font-family: 'Raleway', sans-serif;

regular 400
bold 700
extrabold 800
medium 500
semibold 600
black 900*/

body {
	
	  font-family: 'Raleway', sans-serif;
	  background:#fff; 
	  font-size:14px;  
	  font-weight:400;
	  color:#000;
	 /* margin:0px; 
	  padding:0px;*/
}

.mtb15{
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20{
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_bg{
	background: url(../images/top_bg.jpg) center top no-repeat;
	background-size: 100% 1205px;
}


/*.wrapper{
	padding:0 30px; 
}*/

/*:::::::::::::topbar section:::::::::::::*/


.topbar{
	
	background-color:#e9e9e9;
	padding: 10px 0;
	border: 1px solid #dcdcdc;
}

.topbar a{
	
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #7e7e7e;
	line-height:20px;
	font-weight: 600;
	transition: all 0.3s ease-in;
}

.topbar a:hover{
	color: #ce2c11;
	text-decoration: none;
}

.navbar {
    position: relative;
    min-height:0!important;
    margin-bottom:0!important;
}

.navbar-default {
    border: none!important;
    background:transparent!important;
    border-radius: 0;
}

.navbar-nav{
    /*margin-top:15px;*/
}

.navbar-default .navbar-nav > li > a {
    margin: 0;
    color: #7e7e7e;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 16px;
    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;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    padding: 0 4px;
    font-size: 13px;
    text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ce2c11!important;
}

.navbar-default .navbar-toggle {
	
  border-radius:0!important;
 /* background:#031834 !important; */
	margin-top: 0!important;
	margin-right: 0!important;
	border: none !important;
	padding: 4px !important;
	top: -7px;
	
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color:none !important;
}

.verticalline{
	padding-top: 0px !important;
    color:#7e7e7e;
}

.goog-te-gadget-simple {
   background-color:transparent!important;
    border-left:none!important;
    border-top:none!important;
    border-bottom:none!important;
    border-right:none!important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    display: inline;
}

.goog-te-gadget-simple .goog-te-menu-value {
	font-family: 'Raleway', sans-serif;
    color: #7b7676!important;
    font-size: 13px!important;
    font-weight: 600;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    padding-right: 4px;
}

/*:::::::::::::topbar section end:::::::::::::*/


/*:::::::::::::header section:::::::::::::*/

.logo{
	padding: 4px 55px;
}

.h_position{
    /*position: absolute;*/
    width: 100%;
    z-index: 9999;
    transition: 0.6s;
	background-color:#FFFFFF;
	box-shadow: 0 1px 5px #dadcd9;
}

.fixednav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    background-color: #fff;
    transition: 0.6s;
}


.bassea {
    position: relative;
    padding: 0;
    list-style: none;
	z-index: 4;
	margin-bottom: 0px;
}

.bassea li {
    list-style: none;
    float: left;
}

.bassea li a {
    background:#353535;
    display: block;
    line-height:97px;
    width: 90px;
    text-align: center;
    padding: 0;
    color: #FFFFFF;
	height: 97px;
	transition: all 0.5s ease-in-out 0s;
}

.bassea li:last-child a {
    /*border-right: 1px solid #151515;*/
	width: 220px;
	background-color:#ce2c11;
	text-align: left;
    padding-left: 12%;
}

.bassea li a i {
    font-size:20px;
}

.bassea li a:hover{
    background: #ce2c11;
	  outline: 0 !important;
}

.bassea li a:focus{
	  outline: 0 !important;
}

.search-box {
    display: none;
    position: absolute;
    width:100%;
    right: 0;
    z-index: 99;
    background: #353535;
    padding: 20px 26px;
}

#frm_search .form-group {
    width: 100%;
}

#frm_search .form-control {
    border-radius: 0;
    border: none;
    background:none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    box-shadow: none;
    font-weight: 400;
    margin: 0px;
}

.form-control::-moz-placeholder {
    color: #fffdfd !important;
    opacity: 1;
}
	
.form-control::-webkit-placeholder {
    color: #fffdfd !important;
    opacity: 1;
}

/*:::::::::::::header section end:::::::::::::*/


/*:::::::::::::carousel section:::::::::::::*/

.carousel-control {
    position: absolute;
    top: 41% !important;
    left: 0;
    bottom: 0;
    width: 4% !important;
    font-size: 20px !important;
    color: #fff!important;
	transition: all .5s ease-in;
    text-align: center;
    background:#000 !important;
    height: 12%!important;
	opacity: 0.4 !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0) !important;

}

.carousel-control:hover {
    outline: 0;
    color: #FFFFFF !important;
    text-decoration: none;
   opacity: 0.9 !important;
    background:#ce2c11 !important;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right:30% !important;
}

/*:::::::::::::carousel section end:::::::::::::*/

/*:::::::::::::welcome section:::::::::::::*/

 .welcome{
	padding: 55px 0 45px 0;
}

.welcome-note{
	padding-top: 2%;
}

.welcome-note h2{
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	color: #353535;
	font-weight:500;
	margin: 0;
	text-transform: uppercase;
	
}

.welcome-note h1{
	
    font-family: 'Raleway', sans-serif;
	font-size:60px;
	color: #ce2c11;
	font-weight:900;
	margin-top: 0px;
    margin-bottom:5px;
	text-transform: uppercase;
	
}

.welcome-note p{
	
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#353535;
	font-weight:500;
	line-height: 30px;
	padding: 15px 0;
	margin: 0;
	
}

.welcome-note p span{
	
	font-weight:700;
}

.welcome-note a{
	
	display: inline-block;
	background: #353535;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 120px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
    text-align: center;
	transition:all 0.5s ease-in;

}

.welcome-note a:hover{
	
	background:#ce2c11;
	color:#ffffff;
	text-decoration: none;
}

.box{
    text-align: center;
    overflow: hidden;
   /* box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11,33,47,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:after{
    background: rgba(255, 255, 255, 0.3);
    
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(41deg);
    transition: all 1s ease 0s;
}
.box:hover:after{ left: -170%; }
.box img{
    width: 100%;
    height: auto;
}

/*:::::::::::::welcome section end:::::::::::::*/


/*:::::::::::::categorize section:::::::::::::*/

.categorize{ 
	padding: 10px 0;
}

.HW_box{
	
	padding-top: 30%;
}

.HW-left-box{
	text-align: left;
	float: left;
}

.HW-left-box h2{
	
	font-family: 'Raleway', sans-serif;
	font-size:80px;
	color:#ce2c11;
	font-weight:800;
	margin-top: 0px;
    margin-bottom:0px;
	text-transform: uppercase;
	margin-right: 12px;
	line-height: 60px;
}

.HW-right-box{
	display: block;
    overflow: hidden;
}

.HW-right-box h3{
	
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#353535;
	font-weight:600;
	margin-top: 0px;
    margin-bottom:0px;
	text-transform: uppercase;
	border-bottom: 1px solid #ce2c11;
    padding-bottom: 11px;
	
}

.HW-right-box h1{
	
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#353535;
	font-weight:900;
	margin-top:14px;
    margin-bottom:14px;
	text-transform: uppercase;
}

.HW-right-box a{
	
	display: inline-block;
	background: #353535;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 140px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
    text-align: center;
	transition:all 0.5s ease-in;

}

.HW-right-box a:hover{
	
	background:#ce2c11;
	color:#ffffff;
	text-decoration: none;
}




.HO_w_box{
	
	padding-top: 30%;
}

.HO_w-left-box{
	text-align: left;
	float: left;
}

.HO_w-left-box h2{
	
	font-family: 'Raleway', sans-serif;
	font-size:80px;
	color:#01a5ca;
	font-weight:800;
	margin-top: 0px;
    margin-bottom:0px;
	text-transform: uppercase;
	margin-right: 12px;
	line-height: 60px;
}

.HO_w-right-box{
	display: block;
    overflow: hidden;
}

.HO_w-right-box h3{
	
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#353535;
	font-weight:600;
	margin-top: 0px;
    margin-bottom:0px;
	text-transform: uppercase;
	border-bottom: 1px solid #01a5ca;
    padding-bottom: 11px;
	
}

.HO_w-right-box h1{
	
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#353535;
	font-weight:900;
	margin-top:14px;
    margin-bottom:14px;
	text-transform: uppercase;
}

.HO_w-right-box a{
	
	display: inline-block;
	background: #353535;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 140px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
    text-align: center;
	transition:all 0.5s ease-in;

}

.HO_w-right-box a:hover{
	
	background:#01a5ca;
	color:#ffffff;
	text-decoration: none;
}

/*.HO-W-right-box a{
	
	display: inline-block;
	background: #353535;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 140px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
    text-align: center;
	transition:all 0.5s ease-in;

}

.HO-W-right-box a:hover{
	
	background:#01a5ca;
	color:#ffffff;
	text-decoration: none;
}*/


.MI_box{
	
	padding-top: 30%;
}

.MI-left-box{
	text-align: right;
	
}

.MI-left-box h2{
	
	font-family: 'Raleway', sans-serif;
	font-size:80px;
	color:#b4a794;
	font-weight:800;
	margin-top: 0px;
    margin-bottom:0px;
	text-transform: uppercase;
	line-height: 60px;
}

.MI-right-box{
	display: block;
    overflow: hidden;
	float: left;
	width: 80%;
}

.MI-right-box h3{
	
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#353535;
	font-weight:600;
	margin-top: 0px;
    margin-bottom:0px;
	text-transform: uppercase;
	border-bottom: 1px solid #b4a794;
    padding-bottom: 11px;
	text-align: right;
	
}

.MI-right-box h1{
	
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#353535;
	font-weight:900;
	margin-top:14px;
    margin-bottom:14px;
	text-transform: uppercase;
	text-align: right;
}

.MI-right-box a{
	
	display: inline-block;
	background: #353535;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 140px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
    text-align: center;
	transition:all 0.5s ease-in;

}

.MI-right-box a:hover{
	
	background:#b4a794;
	color:#ffffff;
	text-decoration: none;
}

/*:::::::::::::categorize section end:::::::::::::*/


/*:::::::::::::featured section:::::::::::::*/

.featured { padding: 45px 0 30px 0;}
.f-title { text-align:center; text-transform:uppercase; color:#353535; margin-bottom:10px;}
.f-title h1 { margin-top:0; font-weight:900; margin-bottom: 34px;font-family: 'Raleway', sans-serif; font-size:36px; }
.featured .f-title { padding-bottom:45px;}
.product-block { border:2px solid #edeaec; /*padding:5px;*/ margin-bottom:15px; transition:all 0.5s ease-in;}
.product-block:hover { border-color:#ce2c11;}
.product-block .prd-name { padding:10px 0; text-align:center;}
.product-block .prd-name h3 {
	
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#353535;
	font-weight:600;
	margin-top:5px;
    margin-bottom:5px;
	text-transform: capitalize;
}

.product-block .prd-name h4 {
	
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#353535;
	font-weight:500;
	margin-top:5px;
    margin-bottom:17px;
	text-transform: capitalize;
}
.product-block .prd-btns a { width:50%; display:block; float:left; background:#ce2c11; color:#f9ebe9; text-decoration:none; text-align:center; line-height:40px; font-weight:500; transition:all 0.5s ease-in; font-size:13px; font-family: 'Raleway', sans-serif;}
.product-block .prd-btns button { width:50%; display:block; float:left; background:#353535; color:#f9ebe9; border:none; height:40px; text-align:center; font-weight:500; transition:all 0.5s ease-in; font-size:13px; font-family: 'Raleway', sans-serif;}
.product-block .prd-btns a:hover { background:#353535; color:#fff;}
.product-block .prd-btns button:hover { background:#ce2c11; color:#fff;}

/*:::::::::::::featured section end:::::::::::::*/

/*:::::::::::::subscribe section:::::::::::::*/

.subscribe{
	
	background: url(../images/subscribe_bg.jpg)center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.subscribe h2{
	
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	color:#0f0f0f;
	font-weight:700;
	margin-top:5px;
    margin-bottom:8px;
	text-transform:uppercase;
}

.subscribe p{
	
    font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#787878;
	font-weight:500;
	padding: 10px 0;
	margin: 0;
}
.sign-form{
	margin: 36px 0;
	width: 85%;
	border: 2px solid #585858;
	padding: 2px;
}

.sign-form input { 
	background:#585858; 
	border: none; 
	height:60px;
	/*padding:0 8px;*/
	width:85%; 
	float:left;
	box-shadow:none;
	color: #fff;
	font-size: 15px;
	text-indent: 18px;
}
.sign-form button {
	font-family: 'Raleway', sans-serif;
	background:#585858; 
	height:60px;
	border: none;
	float:left;
	width:15%; 
	text-align:center; 
	color:#ffffff;  
	font-size:20px; 
	transition:all 0.3s ease-in-out 0s;
}
.sign-form button:hover {
	color:#ce2c11;
	
}

/*:::::::::::::subscribe section end:::::::::::::*/


/*:::::::::::::footer section:::::::::::::*/

.footer-btm{
	padding:25px 0 14px 0;
	border-top: 4px solid #ce2c11;
	background-color: #232323;
}

.footer-btm h2{
	
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:800;
	margin-top:5px;
    margin-bottom:15px;
	text-transform:uppercase;
}

.InformationLink{
	
	margin: 0px;
	padding: 0px;
}
.InformationLink ul{
	
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.InformationLink ul li{
	
	margin: 0px 0px 7px 0px;
	padding: 0px;
	float: none;
	display:block;
	
}
.InformationLink ul li a{
	
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:500;
	color:#a6a6a6;
	text-transform:capitalize;
	margin:0px;
	padding:8px 0px 0px 0px;
	cursor:pointer;
	line-height:18px;
	transition: all 0.3s ease-in;
}
.InformationLink ul li a:hover{
	
    padding-left:8px;
	color:#ce2c11;	
}

.InformationLink ul li a i{
	
	 padding-right: 8px;

}

.SocialMediaIcon{
		  margin:0px auto;
		  padding: 8px 0px 16px 0px;
	      display: inline-block;
}		  
.SocialMediaIcon ul{
		   margin:0px;
		   padding:0px;
		   list-style:none;
	       width: 185px;
}		  
.SocialMediaIcon ul a li {
	
	          font-size:20px;
			  color:#ffffff;
			  text-align:center;
			  margin:0px 10px 5px 0px;
			  padding:0px 0px 0px 0px;
			  line-height:45px;
	          background-color:#2c2c2c;
			  display:block;
			  float:left;
			  width:45px;
			  height:45px;
	          border-radius: 50%;
	          transition:all .5s ease-in-out;
}		  
.SocialMediaIcon ul a:hover li{
			  
			color:#FFFFFF;
	        background-color:#ce2c11;		  
}


.f-content h1{
	
	font-family: 'Raleway', sans-serif;
	color:#aaaaaa;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0 0 0px;
	font-size:16px;	
}

.f-content li {
	list-style:none; 
	margin-bottom:23px;
	line-height:28px;
	
}
.f-content li i { 
	line-height:21px; 
	float:left; 
	font-size:17px; 
	color: #aaaaaa; 
	text-align:center;
	margin-right:13px;
}
.f-content li div { 
	float:left; 
	width:75%;
	line-height:20px; 
	margin:0; 
	padding:0;
}
.f-content li div p {
	margin:0;
	font-family: 'Raleway', sans-serif;
	color:#aaaaaa;
	font-weight:500;
	font-size:13px;
	
}
.f-content li a {
	font-family: 'Raleway', sans-serif;
	text-decoration:none;
	color:#aaaaaa;
	font-weight:500;
	font-size:13px;
	transition:all .5s ease-in-out;
}

.f-content li a:hover {
	color:#ce2c11;
	
}


.copy-right {
	font-family: 'Raleway', sans-serif;
	background:#3d3d3d;
	padding:18px 0; 
	color:#fff; 
	font-size:12px;
	font-weight:400;
}
.copy-right a {
	font-family: 'Raleway', sans-serif;
	text-decoration:none; 
	color:#ffffff;
	font-weight:600;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}
.copy-right a:hover { 
	color:#ce2c11;
	text-decoration:none;
}
.copy-right .cr-text { 
	text-align:left;
}
.copy-right .powered { 
	text-align:right;
}

/*:::::::::::::footer section end:::::::::::::*/

/****back to top****/

.cd-top { display:inline-block; height:45px; width:45px; text-align:center; font-size:16px; color:#fff; background:#282828; line-height:40px; position:fixed; bottom:36px; right:30px; overflow:hidden; visibility:hidden; white-space:nowrap; opacity:0; transition: all 0.5s ease-in-out 0s; z-index:999;}
.cd-top:hover { background:#0a9ac3;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: all 0.5s ease-in-out 0s;}
.cd-top.cd-is-visible { visibility:visible; opacity:1; }
.cd-top.cd-fade-out { opacity:0.5; }
.no-touch .cd-top:hover { background:#ce2c11; color:#fff; opacity:1; transform: translateY(-15px); }

/****back to top end****/


/*:::::::::::::PRODUCT PAGE:::::::::::::*/


.title-bg { 
	background:#ce2c11;
	text-align:center; 
	padding:15px 0; 
	margin-bottom:15px;
}
.title-bg h3 { 
	color:#fff; 
	margin:0; 
	padding:0; 
	font-weight:600;
	text-transform: uppercase;
}
.title-bg p {
	color:#fff; 
	text-transform:uppercase; 
	margin:5px 0 0;
}


/*:::::::::::::PRODUCT PAGE END:::::::::::::*/


/*:::::::::::::LARGEVIEW PAGE:::::::::::::*/


.breadcrumbs {
    background: #ce2c11;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
	
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
	transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #000;
}

.breadcrumbs .items .item strong {
    font-weight: 600;
	color: #fff;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

h2.page-title {
	text-align:center;
	margin:0px 0 25px; 
	text-transform:uppercase; 
	line-height:1em; 
	color:#101010; 
	font-weight:700; 
	font-size:30px; 
	text-decoration:underline;
}

.pagination { 
	text-align:left; 
	
}
.pagination a {
	background:#353535;
	border-radius:0px;
	padding:5px 8px;
	font-size:12px;
	font-weight: 600;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}
.pagination a:hover { 
	background:#ce2c11;
	color:#fff;
	text-decoration: none;
}

.prod-details h1 { 
	font-family: 'Raleway', sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:700; 
	font-size:22px; 
	color:#101010;
}
.prod-details h3 { 
	font-family: 'Raleway', sans-serif;
	color:#ce2c11;
	font-size:18px;
	font-weight:600;
	margin-bottom: 18px;
	
}
.prod-details .description { 
	font-family: 'Raleway', sans-serif;
	min-height:150px;
	font-weight:700;
	font-size:13px; 
	color:#666;
}
.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:14px;
}
.prod-details .prd-opt {
	margin-bottom:23px;
}
.prod-details .prd-opt label {
	width:20%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:30%;
	font-weight:400;
	border-radius: 0 !important;
}
.prod-details .prd-opt .form-control:focus {
	border-color:#fac930;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6);
}
.like-box { margin-top:3rem;}
.submit-btn-d { text-align:left;}

.submit-btn-d button {
	font-family: 'Raleway', sans-serif;
	background:#353535; 
	font-weight: 600;
	height:40px;
	line-height: 40px;
	border: none;
	width:163px; 
	text-align:center; 
	color:#fff;  
	font-size:14px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	border-radius: 0px;
}
.submit-btn-d button:hover {
	color:#fff;
	background:#ce2c11;
	
}
/*:::::::::::::LARGEVIEW PAGE END:::::::::::::*/


/*:::::::::::::CONTACT PAGE END:::::::::::::*/

.inner-page { 
	padding:20px 0;
}

.page-txt { 
	font-weight:500; 
	font-size:14px;
	line-height:26px; 
	min-height:350px;
}

.page-txt h3{ 
	font-family: 'Raleway', sans-serif;
	font-weight:600; 
	font-size:20px;
	line-height:26px;
	text-transform: uppercase;
}

.page-txt p{ 
	font-family: 'Raleway', sans-serif;
	font-weight:500; 
	font-size:14px;
	line-height:26px; 
}

.contact-form h4 { font-family: 'Raleway', sans-serif; margin-bottom:0.3em; letter-spacing:0.08em; line-height:1em; color:#282828; text-transform:uppercase; font-weight:700; font-size:20px; text-align:center;}
.contact-form p { font-size:16px; line-height:23px; text-align:center; margin-bottom:22px; font-weight:400; color:#282828;}

.form-group label { display:none;}
.form-group { position:relative;}
fieldset .required:after { color:#d73105; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { background:#f7f7f7; display:block; border:1px solid #f7f7f7; color:#282828; font-weight:400; letter-spacing:1.6px; line-height:2.3rem; padding:1.44rem 1rem; text-transform:uppercase; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s;}
.form-group .input-text:hover, .form-group .input-text:focus {border-color: #fc412b; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 102, 53, 0.6);}
.submit-btn { text-align:right;}
.submit-btn button { background:#1a1a1a; transition:all 0.3s ease-in-out 0s; border:none; font-family: 'Raleway', sans-serif; font-size:14px; overflow:hidden; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:10px 20px; border-radius:0px; text-transform:uppercase; font-weight:500;}
.submit-btn button:hover { background:#ce2c11; color:#fff;}
.contact-map { margin-top:20px;}

/*:::::::::::::CONTACT PAGE END:::::::::::::*/



.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #ccc; border-right:1px solid #ddd; border-top:1px solid #ddd; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#282828; border-bottom:1px solid #ddd; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:600; outline:none;}
.CartInfo td { padding:7px; }
.CartInfo thead .image, .CartInfo thead .action { text-align:center;}
.CartInfo thead .productd, .CartInfo thead .quantity { text-align:left;}
.CartInfo tbody .image, .CartInfo tbody .action { text-align:center;}
.CartInfo tbody .image, .CartInfo tbody .action i{ text-align:center; color: #ce2c11;}
.CartInfo tbody td { border-bottom:1px solid #ddd; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:50%; text-align:center;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:16px; text-transform:uppercase; letter-spacing:1px;}
.CartInfo tbody .productd h5 { font-size:12px; color:#888; margin-bottom:5px; font-family: 'Open Sans', serif; font-weight:400;}
.CartInfo tbody .form-control { border-radius:0;}
.CartInfo tbody .productd p { color:#888; font-family: 'Open Sans', serif; font-weight:400;}
.CartInfo tbody .form-control:focus { border-color:#282828; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 166, 8, 0.6)}
.CartInfo tbody .btn-success { background:#ce2c11; border:none; font-size:12px; overflow:hidden; letter-spacing:2px; text-transform:uppercase; font-weight:400; width:50%; margin-top:4px; border-radius:0px; padding:8px 12px 5px;}
.CartInfo tbody .btn-success:hover { background:#282828;}
h2.Total { text-align:right; padding-bottom:15px; text-transform:uppercase;}
h2.Total span { color:#888}
.basket-btn { text-align:right;}
.basket-btn a { background:#ce2c11; border:none; font-size:20px; overflow:hidden; letter-spacing:2px; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:12px 26px 9px; text-transform:uppercase;}
.basket-btn a:hover { text-decoration: none; color: #fff; background:#282828;}

.SubmitText { text-align:center; text-transform:uppercase; color:#060; font-size:32px; letter-spacing:1px; padding:5rem 0 8rem;}

.NoProd { text-align:center; text-transform:uppercase; color:#888; font-size:32px; letter-spacing:1px; padding:5rem 0 8rem;}

.EmptyCart { text-align:center; font-family: 'Teko', sans-serif; font-weight:500; letter-spacing:1px; font-size:32px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#ce2c11;}
.EmptyCart a:hover { color:#888;}


/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS START:::::::::::::::::::*/


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1201px) and (max-width: 1436px) {
	
		 .bassea li a {

      width: 87px;
 
}
	
	.bassea li:last-child a {
    
	width: 190px;

}
	
	 #pt_custommenu {

    padding-right: 0px !important;
	padding-left: 70px !important;
}
	
		 .pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {

  font-size: 14px !important;

}
	
		.navbar .nav > li {
  padding: 3px 3px 0px 0 !important;
}
	
	.navbar-default .navbar-nav > li > a {

    font-size: 12px;

}
	
		.verticalline{
	padding-top: 0px !important;
    color:#7e7e7e;
    margin-top: -3px;
}
	

	
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	
	.topbar a{
	
	   font-size: 10px;

     }
	
	 .bassea li a {

      width: 80px;
 
}
	
	.bassea li:last-child a {
    
	width: 152px;

}
	
	 #pt_custommenu {

    padding-right: 0px !important;
	padding-left: 25px !important;
}
	
	 .pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {

  font-size: 12px !important;

}
	
	.navbar .nav > li {
  padding: 3px 0px 0px 0 !important;
}
	
	.navbar-default .navbar-nav > li > a {

    font-size: 10px;

}
	
	.verticalline{
	padding-top: 0px !important;
    color:#7e7e7e;
    margin-top: -3px;
}
	
}

@media screen and (max-width:991px){
	
	.navbar-default .navbar-nav > li > a {

   padding: 0 10px!important;
    font-size: 10px!important;
		
	
}
	
			.navbar .nav > li {
  padding: 3px 8px 0px 0 !important;
}
	
		
	.topbar a{
	
	   font-size: 10px;

     }
	
	.HW_box{
	
	padding-top:6%;
}
	
	.MI_box{
	
	padding-top:6%;
}
	
	.welcome-note h1{
	
	font-size:44px;

}

}
	
@media screen and (max-width:768px){

	.copy-right .cr-text{
	  text-align:center;
}
   .copy-right .powered{
	  text-align:center;
}
	.verticalline{
      display: none !important;
}
	.navbar-default .navbar-nav > li > a {
      font-size: 12px!important;
      border-left:none;
      padding: 13px 0px!important;
}
	.nav_550{
position: relative !important;
top: 78px !important;
z-index: 9999;
width: 25% !important;
	}
	.p_550{
	  position: absolute;
	  top: 15px !important;
	  z-index: 999;
	  width: 170px;
	}
	.topbar{
	  padding: 1px 0;
}
	.logo{
	  padding: 4px 190px;
}
	.fixednav {
      position:inherit;
}
	.bassea li:last-child a {
      width: 125px;
      background-color: #ce2c11;
}
	.topbar a{
      font-size: 12px !important;
}
	.carousel-control .icon-prev,
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right{
      top: 27% !important;
      left: 23% !important;
}

}
@media screen and (max-width:550px){
	
	.welcome-note h1{
	  font-size:50px;	
}
	.HW_box{
	  padding-top:4%;
}
	.MI_box{
	  padding-top:4%;
}
	.welcome{
	  padding: 30px 0 10px 0;
}
	.logo{
	  padding: 4px 74px;
}
	.bassea li a{
      line-height: 77px;
      width: 80px;
	  height:77px;
}
	.bassea li:last-child a {
      width: 80px;
      background-color: #ce2c11;
      text-align:center;
}
	.verticalline{
      display: none !important;
}
	.p_550{
	  position: absolute;
	  top: 15px !important;
	  z-index: 999;
	  width: 170px;
	}
	.topbar{
	  padding: 1px 0;
}
	.nav_550{
position: relative !important;
top: 78px !important;
z-index: 9999;
width: 25% !important;
	}
	.fixednav {
      position:inherit;
}

}
@media only screen and (max-width:480px){
	
    .fixednav {
       position:inherit;
    }
	.welcome-note h1{
	   font-size:33px;	
}
	.welcome-note h2{
	   font-size:25px;
}
	.subscribe p{
	   font-size:13px;
}
	.subscribe h2{
	   font-size:18px;
}
	.sign-form{
       margin: 30px 0;	
	   width: 88%;
}
	.welcome{
	   padding: 30px 0 5px 0;
}
	.carousel-control {
       font-size: 13px!important;
}
	
}

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

