a{
	color:#E5414F;
}
a:hover, a:focus{
	color:#F5515F;
}

body {
	font-family: 'Raleway', sans-serif;
}
/* STATES */
.primary{
	color: #892f28;
}
hr.primary{
    border-top: 1px solid #892f28;
}
.highlighted{
	color: #FFEECC;
}
/*H1-5*/
h3.primary{
	text-transform: uppercase;
}

/*BUTTONS*/
.btn.btn-connect-primary{
	background-color: #892f28;
	border: 2px solid #892f28;
	color: #fff;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 35px;
}

.btn.btn-connect-buy{
	background-color: #E23930;
	border: 2px solid #E23930;
	color: #fff;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 35px;
}

.btn.btn-connect-primary-outline{
	background-color: transparent;
	border: 2px solid #892f28;
	color: #892f28;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 35px;
}


.btn.btn-connect-primary-outline:hover{
	background-color: #892f28;
	color: #fff;
}

/*HEADER*/
#pre-header{
	padding: 10px;
	color:#c6c6c6;
	background-color: #333;
	text-align: right;
}

#pre-header i{
	font-size: 18px;	
	margin-left: 20px;
	margin-right: 5px;
}

#header{
	font-size: 16px;
	color:#fff;
	height: 100px;
	background-color: #892f28;	
}

#header img.logo{
	margin-top: 12px;
}

	
.upper-info{
	display: inline-block;
	padding: 0px 10px;	
	margin-top: 16px;
}

.upper-info span{
    display: inline-block;
    margin: 0;
    margin-left: 8px;
}

.upper-info span.bordered{
	padding: 5px 10px;
    border: 1px solid #fff;    
    border-radius: 10px;	
}

.cart-info > a > span.cart-indicator{
}

.cart-info > a{
	color: #fff;
}


.upper-link > a{
	color: #fff;
	text-decoration: none;
}
.upper-link > a:hover,
.upper-link > a:focus,
.upper-link > a:active{
	color: #FFEECC;
	text-decoration: none;
}

/*NAVBAR*/
.navbar{	
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #fff;
    border-color: none;
    border-bottom: 2px solid #892f28;
}

.nav.navbar-nav > li > a{
	color: #892f28;
	font-weight: 700;
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li.hovering{
	color: #fff !important;
	background-color: #892f28;
}	

.nav.navbar-nav > li.hovering > a{
	color: #fff;
}

.form-control.form-search{
	border-radius: 0;    
	width: 274px;
}
.dropdown-menu>li>a {
	padding: 8px 20px;
	font-weight: 700;
}
.dropdown-menu>li>a:hover {
	color: #892f28;
	background-color: #fff;	
}

ul.dropdown-menu {
    list-style: none;
    padding:0;
    margin:0;
}

.dropdown-menu>li { 
    text-indent: -.7em;
}
/*
.dropdown-menu>li>a:before {
    content: "•  ";
    margin-right: 5px;
    font-size: 16px;
	text-decoration: none !important;
    color: #892f28; /* or whatever color you prefer *
}
*/

/*MAINCONTENT*/
#main-section{
	padding-bottom: 20px;
}
/*HOME-SLIDER*/
.carousel-control.right{
    background:none;
}

.carousel-control.left {
    background:none;
}

.carousel-indicators{
	left: 89.5%;
	bottom: 4px !important;
}

.carousel-indicators li {
	border: 1px solid #892f28;
	height: 16px;
	width: 16px;
	margin: 0 2.5px !important;
}

.carousel-indicators .active {
    background-color: #892f28;
	height: 16px;
	width: 16px;
}

/*HOME-SECTIONS*/
#arrivals{
	margin-top: 60px;
	margin-bottom: 60px;
}
#newsletter{
	color: #fff;
}
#featured{
	margin-top: 110px;
	margin-bottom: 50px;	
}
/*HOME-PRODUCTS*/
h4.product-title {
    font-weight: 700;
    min-height: 40px;
}
p.product-description{
	min-height: 60px;
}
.product-img{
	margin-bottom: -32px;
}

.product-price{	
	background-color: rgba(137,47,40,0.8);
	font-weight: 700;
	font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 6px 28px;
}
/*HOME-NEWSLETTER*/
#newsletter i{
	/*font-size: 36px;*/
}
#newsletter h3{
	font-size: 32px;
	font-weight: 700;
}
.h4, h4 {
    font-size: 17px;
}
#newsletter > div.row{
	margin-top: -190px;
}
.form-control.form-newsletter{
	border-radius: 0;  
    width: 330px;
    height: 40px;
    margin-right: 6px;
}
/*SUBSECTIONS*/
.subsection-product{
	margin-bottom: 60px;
}

.subsection-panel{
	margin-bottom: 50px;
}

.subsection-panel h4{
	color: #892f28;
}

.otherproduct-panel h4{
	font-size: 1.5em;
}

.otherproduct-panel hr{
    margin-top: 0;
    border: 0;
    border-top: 2.5px solid #ccc;
}

.subsection-div{
	padding: 10px 0;
	padding-left: 10px;
	border-bottom: 1px solid #892f28;
}
.subsection-div:hover{
	padding-left: 10px;
	background-color: #892f28;
	color: #fff !important;
}
a > .subsection-div{
	color: #333;
	text-decoration:none ;
}
.otherproduct-div{
	padding: 10px 0;
	padding-left: 10px;
	border-bottom: 1px solid #b5b5b5;
}
.otherproduct-div:hover{
	padding-left: 10px;
	background-color: #892f28;
	color: #fff !important;
}
a > .otherproduct-div{
	color: #333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;	
}
/*PRODUCTS*/
.col-product-details h3.product-name{
	font-weight: 700;
	font-size: 2em;
}

.col-product-details h4{
	font-weight: 400;
	font-size: 1.8em;
	margin-bottom: 20px;
}

.col-product-details h4.price{
	color: #892f28;
}
.col-product-details h4.product-description{
	margin-bottom: 20px;
}
.col-product-details .fa-check{
	margin-right: 5px;
}
.col-product-details p{	
	margin-bottom: 20px;
}
.col-product-details .features{
	font-size: 16px;
	font-weight: 700;
}
.product-header{
	margin-bottom: 40px;
}
.img-bordered{
	border: 1px solid #ddd;
}
.img-tiny{
	margin-bottom: 5px;
}
.product-color{
	height: 32px;
	width: 32px;
	display: inline-block;
}

.txt-color{
	height: 32px;
	width: 32px;
    vertical-align: top;
}
.product-finalprice{
	font-size: 32px;
	padding-top: 16px;
	background-color: #FFEECC;
}
.product-ccards{
	margin-top: 15px;
}
.payment-terms{
	margin-top: 15px;
	color:#888;
}
.row-product-details{
	margin-bottom: 80px;
}
.row-product-images{
	margin-top: 40px;
}
/*ABOUT*/
#about-headmsg{
	margin-top: 30px;
	margin-bottom: 80px;
}
#about-features{
	padding-top: 50px;
	padding-bottom: 30px;
}
#about-footer{
	margin: 20px 0 -20px 0;
	padding: 0;
}
.about-textcol{
	padding-top: 50px;
	line-height: 2em;
}
.about-feature-row{
	margin-bottom: 20px;
}
/*CONTACTUS*/
.contactus-header{
	margin-bottom: 60px;
}
.contactus-title
{
	color: #892f28;
	text-transform: uppercase;
}
.contactus-row{
	margin-top: 40px;
}
.contactus-row .fa{
	color: #892f28;	
}
.contactus-row .form-control{
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
#btnSend{
	margin-top: 40px;
}
#btnSendFooter{
	margin-top: 10px;
}
footer label.label-header{
	font-size: 11px;
	font-weight: 700;
	color:#aaa;
}

.premap-row{
	margin-top: 60px;
}
/*MAP*/
#map-canvas
  {
    border: none;
    width: 100%;
    height: 400px;
    margin: 40px 0 -20px 0;
  }

/*FOOTER*/
#footer{
	padding: 30px 0;
	color:#fff;
	background-color: #363636;	
}

#footer a{
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}

#footer h5{	
	font-weight: 700;	
}

#post-footer{
	color:#fff;
	height: 72px;
	background-color: #892f28;		
}

#post-footer p{
	margin-top: 26px;
}

.fa-social{
	display: inline-block;
	font-size: 1.2em;
	margin-right: 2px;
}
/*CART*/
.connect-table{
	font-size: 20px;
}

.connect-table td{
	vertical-align: middle !important;
}

.cart-icon{
	height: 48px;
	display: inline;
}


.agile_testimonials_grids{
	margin:3em 0 0;
}
/*--flexisel--*/
.flex-slider{	
background:#222227;
padding: 70px 0 165px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;
padding:80px 0;
position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
	line-height: 0px;
	margin: 0 auto;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0%;
	top: 15% !important;
	background:none;
}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 15% !important;
	background:none;
}
/*--//flexisel--*/
.agile_testimonials_grid1{
    padding: 2em;
    background: #f5f5f5;
    position: relative;
	margin-bottom: 1em;
	border: 1px solid #EAEAEA;
}
.agile_testimonials_grid1>img{
	margin: 0 auto;
}
.agile_testimonials_grid1:before{
	content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #EAEAEA;
    position: absolute;
    bottom: -10%;
    left: 15%;
}
.agile_testimonials_grid {
    width: 95%;
}
/*-- //agile_testimonials --*/
