*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	background:url(../images/tile.jpg);
	background-repeat:repeat;
}
h2, h3{
	color:#e0293f;
}
a{cursor:pointer !important;}
.my-header{
	background-color: #f9f9f9;
    /*border-bottom: 1px solid #cd1b28 !important;*/
    border-radius: 0;
}
.top-strip{
	height:35px;
	background-color:#727377;
	font-family: 'Roboto', sans-serif;
}
.top-strip a{
	color:#dedede;
	padding-top:20px;
}
.top-strip-space{
	padding:0 0 0 50px;
}
.space-top{
	padding-top:7px;
}
.social{
	margin-top:7px;
}
.social a{
	margin-right:10px;
}
.social a img{
	width:22px;
}
.social a:hover i{
	color:#ffffff;
	-webkit-transition:ease-in-out 0.6s;
	-moz-transition:ease-in-out 0.6s;
	-o-transition:ease-in-out 0.6s;
	-ms-transition:ease-in-out 0.6s;
	transition:ease-in-out 0.6s;
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgb(1, 20, 35);
    border: 1px solid #8cc63e;
    color: #93d837;
}
/* ------- Start Navigation -------*/

.navbar {
    min-height: 100px;
    margin-bottom: 0;
    border: none;
}
.navbar-brand {
	height: 100px;
}
.navbar-brand > img {
	width:118px;
    margin: -8px 0 0 0;
}
.my-nav-ul{
	margin-top:35px;
}
.nav>li>a {
	font-family: 'Raleway', sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase !important;
    font-weight: 500;
    color: #656565;
}
.cart{
	margin-top:-10px;
}
.user{
	margin-top:-10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #e0293f;
    background:none;
	}
.navbar-inverse .navbar-nav>li>a {
    color: #616060;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #cd1b28;
    background-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #8cc63e;
    border-radius: 3px;
    color: #cd1b28;
    transition: ease-in-out 0.8s;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #333;
    border-top: 1px solid #eee;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-menu {
    padding:0;
	}
.dropdown-menu {
    min-width: 200px;
    padding:0;
    background-color: #daded6;
    border: none;
	box-shadow: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #daded6;
    border-color: #337ab7;
}

/* ------- End Navigation -------*/



/* ***********************************
start of news
************************************ */
.news
{
    width: 100%;
    height:50px;
	background-color:#dad6c5;
	padding:0;
}
.news-ttl
{
    color: #e0293f;
    background: #efe9d2;
    height: 50px;
    padding: 10px 0;
    text-align: center;
    font-size: 22px;
}
.news marquee
{
    margin: 0;
    color: white;
    display: block;
    height: 40px;
    padding: 12px 10px;
	font-size:20px;
}
.news marquee span{
    color:#0e0e0e;
}
/* end of news*/



/* ------ Start banner-bottom -------*/

.banner-bottom{
	padding:100px 0;
	background: #f9f9f9;
}
.banner-bottom img{
	width:200px;
}
.sub-head{
	text-align:center !important;
	letter-spacing:6.5px !important;
	text-transform:uppercase !important;
	font-size:13px !important;
	}
.banner-bottom h2{
	text-align:center;
	margin:0;
	color:#e0293f;
}
.banner-bottom h3{
	padding:10px 15px;
	background: #F2F2F2;
	margin:0 0 15px 0;
}
.banner-bottom h4{
	text-align:left;
}
.banner-bottom p{
	 text-align:center;
	 line-height:30px;
	 font-size:16px;
 }
/* ------ End banner-bottom -------*/
/* ------ Start Products section -------*/

.product-sec{
	padding:80px 0;
	background:#efefef;
}
.product-sec h2{
	text-align:center;
	margin: 0 0 40px 0;
    padding:0;
	color:#e0293f;
}
.product-sec h3{
    text-align: center;
    margin: 0;
    padding: 5px 0 40px 0;
    color: #e0293f;
}
.product-sec img{
width:100%;
}
.product-sec p{
	text-align:center;
}
.btm-space-20{
	margin-bottom:20px;
}
.prod-pg{
	padding:80px 0;
	background:#efefef;
}
.prod-pg ul{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.prod-pg li{
	background: #ded4c0;
    margin-bottom: 1px;
    padding:10px;
	font-size:16px;
	font-weight:500;
	width:100%;
}
.prod-pg li a{
	color: #000;
	display:block;
}

.prod-pg img{
	width:100%;
}
.prod-pg h2{
	text-align:center;
	margin: 0;
    padding:0;
	color:#e0293f;
}
.prod-pg h3{
    text-align: center;
    margin: 0;
    padding: 5px 0 40px 0;
    color: #e0293f;
}
.prod-pg p{
	text-align: center;
    padding: 10px 0 0 0;
    font-size: 18px;
}
/* ------ End Products section -------*/
/* ------ Start Export section -------*/
.export-pg{
	padding:80px 0;
	background:#efefef;
}
.export-pg h2{
	text-align:left;
	margin: 0;
    padding:0;
	color:#e0293f;
}
.export-pg h3{
	text-align: left;
    margin: 0;
    padding: 20px 0;
    color: #e0293f;
	font-size:20px;
}
.export-pg p{
	text-align: justify;
    font-size: 15.5px;
	line-height:28px;
}
/* ------ End Export section -------*/

/* ------ start e-Catalog page section -------*/

.catalog-pg{
	padding:80px 0;
	background:#efefef;
}
.catalog-pg h3{
	text-align: left;
    margin: 0;
    padding: 20px 0;
    color: #e0293f;
	font-size:22px;
}
.catalog-pg h2 {
    text-align: left;
    padding: 20px 0;
    margin: 0;
    color: #e0293f;
}
.catalog-pg img{
	margin:0 0 20px 0;
}
/* ------ end e-Catalog page section -------*/

/* ----------- Start Footer ----------------*/
.footer{
	padding: 60px 0;
    background: #2b2b2b;
    line-height: 35px;
    font-size: 16px;
}
.footer h3, h3 a{
	color:#cd1b28;
	font-size:22px;
}
.footer h3:hover, h3 a:hover{
	transition:0.7s;
	color:#ffffff;
}
.footer ul{
	list-style:none;
	padding:0;
	text-align:left;
}
.footer ul li, .footer ul li a{
	color:#e6e6e6;
}
.footer ul li i, .footer ul li a i{
	color: #cd1b28;
}
.subs-btn{
	border: 0;
    background: none;
    color: #ffffff;
    font-weight: bold;
}
.input-group-addon {
    background-color: #5a5a5a;
}
.footer form{
	padding:15px 0;
}
.footer-social{
	padding:15px 0;
}
.crights-block{
	background-color:#545454;
	padding:10px 0;
}
.crights-block a{
	color:#ffffff;
}
.crights-block span{
	color:#ffffff;
	font-size:15px;
}
/* ----------- End Footer ----------------*/

/************** content page ******************/
.content-sec{
	padding:100px 0;
}
.about-page h2{
	line-height:30px;
	font-size:16px;
	color:#e0293f;
}
.content-sec p{
	line-height:30px;
	font-size:16px;
	text-align:justify;
}
.director img{
	width:150px;
}
.director h4{
	text-align:left;
}
/************** End content page ******************/

.manufacturing h3{
	margin-top:40px;
}

/************** Start conact page ******************/

.contact-page{
	padding:100px 0;
	font-family: 'Roboto', sans-serif;
	background-image:url(../images/contact-bg.jpg);
	background-size:cover;
	background-position:center;
}
.contact-page-inner-bg{
}
.contact-page p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

.contact-section{
	font-family: 'Roboto', sans-serif;
	padding:100px 0;
	background-color:#3e4046;
}
.contact-left{
	color:#c7c7c7;
}
.contact-left h3{
	color:#ffffff;
}
.contact-left p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
.contact-right{
	color:#c7c7c7;
}
.contact-right h3{
	color:#ffffff;
}
.contact-right label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 16px;
}
.my-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #06bd86;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/************** End conact page ******************/

/* ----------- Start Media Queries  ----------------*/
@media (max-width:1200px){
}
@media (max-width:992px){
}

@media (max-width:768px){
	
.top-strip a {
    color: #f97383;
    margin: 0 2px 0 0;
    padding: 0;
	font-size:12px;
}
.social {
    margin:7px 0 0 0;
}
.navbar-toggle {
    margin-top: 35px;
    margin-right:10px;
}
.pull-right{
	float:left;
}
.banner-bottom p {
    text-align: justify;
}
.carousel-indicators {
    bottom: 55px;
}
.banner-bottom {
    padding: 30px 0;
}
.product-sec {
    padding: 40px 0;
}
.content-sec {
    padding: 30px 0;
}

.prod-pg img {
    width: 100%;
    padding: 0 15%;
}
.sub-head {
    letter-spacing: 4.5px !important;
}
.director img {
    margin-bottom: 10px;
}
.contact-section {
    padding: 30px 0;
}
.contact-left h3 {
    font-size: 20px;
    line-height: 30px;
}
.contact-right h3 {
    font-size: 20px;
}
.export-pg {
    padding: 30px 0;
    background: #efefef;
}
.export-pg h3 {
    font-size: 22px;
    line-height: 30px;
}
}

@media (min-width: 768px) {

    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #428bca;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }
}
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}

@media (max-width:550px){
	.prod-pg img {
    width: 100%;
    padding: 0 10%;
	}
}

@media (max-width: 350px){
.top-strip a {
    margin: 0 -1px 0 0;
    font-size: 11px;
}
}
/* ----------- End Media Queries  ----------------*/