@charset "utf-8";
/* CSS Document */
a {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 40px;
    color: #efc149;
	line-height: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.secondry-color {
	color:#efc149;
}
.margin-top-10 {
	margin-top:10px;
}
header {
	width:100%;
	float:left;
}
.header-top {
	background:#fff;
	width:100%;
	float:left;
	padding:5px 0;
}
.header-top .top-text {
	color: #91dc5a;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    font-size: 16px;
	}
.header-top ul.social-icon{
    float: left;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    line-height: 7px;
	text-decoration:none;	
}
.header-top .social-icon li{
    float: left;
    display: inline-block;
    margin: 5px 10px;
    font-size: 16px;
	text-decoration:none;
	}
.header-top .social-icon li a{
	color: #666;
    text-decoration: none;
    border-bottom: 0;
    font-size: 13px;
    margin-top: 2px;
    float: left;
}
.header-top .right-top {
    float: right;
    width: 282px;
}
.header-top .right-top ul > li {
	float:left;
	display:inline-block;
	font-size:15px;
	margin-left: 20px
	}
.header-top .right-top ul > li a{
	float:left;
	display: inline-block;
	text-decoration:none;
}
.header-top .right-top ul > li a{
		float:left;
		color:#474747;
	}
.header-top .right-top ul > li .fa {
	padding-right:5px;
	margin-top: 7px;
	float:left;
}
.logo-navigation-container {
	width:100%;
	float:left;
	background:#0f263a;
	 padding: 10px 0 4px;
}
.WhatWeDo h2{
	font-size:26px;
	color:#000;
	margin-top: 5px
	line-height: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	}
.WhatWeDo p {
	padding-top:6px;
}
.WhatWeDo .actions{
	    margin-top: 37px
}
#footer address {
	margin-top:40px;
}
#footer .secondry-color {
    margin-top: 10px;
}
.footer-form{
	margin-top:55px;
} 
.more-products-button {
    margin: 50px 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.scrollToTop {
    width: 40px;
    height: 40px;
    /* background: url(../images/arrow.png); */
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}

.home-products-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #efc149;
    background: #fff;
    padding: 5px;
	}

.first-line {
    background: #91dc5a;
    width: 150px;
    height: 4px;
    display: block;
    clear: both;
    margin-bottom: 25px;
    margin-top: 5px
}
.market-container {
	width:100%;
	float:left;
	padding:50px 0 50px;
	background:#f8f8f8;
}
.market-container p{
	color:#000;
	text-align: left;
}
.market-container h2 {
	display:block;
	clear:both;
}
.market-container .row.\32 00\25 {
    margin: inherit;
}
.market-container h2 {
	color: #efc149;
    font-size: 40px;
	text-transform: uppercase;
}
.market-container h2 span {
	color:#000;
}
.market-container h3 {
    color: #000;
    margin: 10px 0;
    font-size: 26px;
}
.market-container .first-line {
    text-align: center;
    float: none;
    margin: auto;
	margin-bottom: 40px;
}

.inner-banner {
	width:100%;
	float:left;
	height:350px;
	background-size: cover !important;
    background-position: center center !important;
	background:no-repeat;
}

.inner-content a {
	color:#474747;
	text-decoration:none;
}
.breadcrumb-wrapper {
	width:100%;
	float:left;
	background-color: #eee;
	}
.breadcrumb {
    padding: 8px 0;
    list-style: none;
    border-radius: 0;
	background-color: #eee;
	width: 100%;
    float: left;
    font-size: 16px;
	margin-bottom: 0;
	
}
.breadcrumb a {
	color:#000;
	text-decoration:none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
	color: #777777;
}
.inner-content {
	margin:60px 0;
	width:100%;
	float:left;
}
.inner-content .row{
	    margin: 0 -15px;
}
.inner-content .row > * {
    padding: 0 15px;
	
}
.about-content p {
	text-align:justify;
}
.inner-right-image {
	margin-top:90px;
	padding-left:20px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #ffffff;
    background-color: #0f263a;
    border-color: #0f263a;
	z-index: 2;
	position:relative;
}
.list-group-item.active:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -19px;
    border-top: 22px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 18px solid #0f263a;
    top: -1px;
}
.list-group-item:first-child.active {
    border-top-right-radius: 0;
}
.list-group-item:last-child.active {
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.list-group-item.double-line:after{
	right: -19px;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 18px solid #0f263a;
    top: -1px;
	
	}
.list-group .glyphicon {
	font-size: 14px;
}
.media:first-child {
    margin-top: 80px;
}
.media-body h4 {
	font-size: 24px;
    color: #d59a00;
    margin-bottom:10px;
    line-height: normal;
    text-transform: inherit;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.media-body p {
	margin-bottom:5px;
}
.list-group-item{
    padding: 10px 15px 10px 25px;
	text-indent: -8px;
    line-height: 20px
	}
.media {
    margin-top: 40px;
}

.products-container .media{
	margin-top:0;
	}
.product-content {
	margin-top:80px;
}

h4.heading-style{
	text-transform:inherit;
	color:#333;
	margin-top:10px;
	font-size: 20px;
	
	}
	
.thumbnails-box {
	margin-top:15px !important;
} 	
	
.thumbnails-box .thumbnail{
	    padding: 7px 4px;
	}
.thumbnails-box  .thumbnail .caption {
    padding: 7px 7px 0;
}
textarea {
	resize:none;
}

.carousel-indicators li {
	    border: 1px solid #efc149;
	}
.carousel-indicators .active {
    background-color: #efc149;
}
.text-success {
    color: #3c763d;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}