  /* Global 
 ====================================================================== */
body {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	background-color: #fff;
	height: 100%;
}
.wrapper{
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.container{
	max-width: 1000px;
}

.logo{
	margin-top: 20px;
}
.custom-col-md-5{
	width: 42.666667%;
}
.bold{
	font-weight: bold;
}
.red{
	color: #bd1318;
}
.text-justify{
	text-align: justify;
}

  /* navbar 
 ====================================================================== */
.navbar-collapse{
	padding-left: 0;
}
.nav > li > a {
	padding: 10px 13px 10px 13px;
	height: 41px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.nav > li > a:hover, .nav > li > a:focus{
	color: #bd1419;
	background: #FFFCFC;
	
}
.navbar-wrapper{
	background: #bd1419;
	height: 43px;
}
.navbar-wrapper ul li a{
	color: #fff;
	font-weight: bold;
}
.right-caret {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 5px;
	margin-right: 4px;
}
.nav > li > a:hover .right-caret, .nav > li > a:focus .right-caret{
	border-left: 5px solid #bd1419;
}

  /* carousels 
 ====================================================================== */
.carousel-footer, .footer-top{
	background: url(../img/slider/slider-bottom.jpg) no-repeat;
	height: 25px;
}
.carousel-caption{
	text-align: left;
}
.carousel-caption img{
	text-align: left;
	margin-left: -135px;
	margin-bottom: -54px;
}
.company-info{
	background: #fff;
	padding: 0 15px;
	margin-top: -576px;
	z-index: 100;
}
.company-info .company-info-img p{
	background: rgba(189, 20, 25, 0.63);
	margin-top: -118px;
	position: relative;
	padding: 15px 10px;
	color:#fff;
	font-size: 16px;
	text-align: justify;
}
.company-info h2{
	font-weight: bolder;
	color: #c11217;
}
.company-info .info p{
	margin: 0 0 2px;
}
.company-info button{
	border-radius: 0;
	border: none;
	margin-left: 260px;
	padding: 1px 5px;
}


.copy{
	font-size: 12px;
	color: #43525a;
}
.copy-link a{
	color: #43525a;
	text-decoration: underline;
}
.copy-link a:hover{
	color: #000;
	text-decoration: none;
}

  /* about 
 ====================================================================== */
.about-info {
	background: #fff;
	padding: 0 15px;
	margin-top: -411px;
	z-index: 100;
}
.about-info .about-info-img p{
	background: rgba(189, 20, 25, 0.63);
	margin-top: -96px;
	position: relative;
	padding: 15px 10px;
	color:#fff;
	font-size: 16px;
	text-align: justify;
}
.about-block2{
	margin-bottom: 20px;
	padding-left: 34px;
}
.about-block2 ul{
	padding-left: 18px;
	font-size: 13px;
}
  /* Suppliers 
 ====================================================================== */
.supplier h2{
	margin-bottom: 18px;
}
.supplier h4, .supplier p{
	margin-bottom: 18px;
}

  /* expertise & experience 
 ====================================================================== */
.expertise-experience .image-block img {
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

 /* contact 
 ====================================================================== */
.space1{
	margin-left: 38px;
}
.space{
	margin-left: 20px;
}
.form{
	margin-bottom: 20px;
	padding-left: 34px;
}
.form-control{
	border-radius: 0;
	width: 295px;
	margin: 5px;
}
.form-group {
	margin-bottom: 9px;
}
.message-box{
	width: 602px;
}
.form{
	margin-top: 20px;
}
.form h4{
	margin-left: 5px;
}
.btn{
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 0;
	padding: 3px 21px;
}




 /* footer
 ====================================================================== */
.footer-home{
	margin-top: 3px;
}
.footer-about{
	margin-top: 6px;
}
#footer{
	position: fixed;
	bottom: 0;
	height: 60px;
	width: 100%;
}

























