.navbar {
	margin-bottom: 0;
}

.column-center {
	text-align: center;
}

.row-shadow {
	box-shadow: 3px 9px 14px 0 #F1F1F1;
}

/* Vertical Spaces */
.vspace0 {
	padding: 0px 0px;
}

.vspace10 {
	padding: 10px 0px;
}

.vspace20 {
	padding: 20px 0px;
}

.vspace30 {
	padding: 20px 0px;
}

.vspace40 {
	padding: 40px 0px;
}

.vspace50 {
	padding: 50px 0px;
}

.vspace60 {
	padding: 60px 0px;
}

.vspace70 {
	padding: 70px 0px;
}

.vspace80 {
	padding: 80px 0px;
}

.vspace90 {
	padding: 90px 0px;
}

.vspace100 {
	padding: 100px 0px;
}

.bggrey1 {
	background-color: #111111;
}

.bggrey2 {
	background-color: #32363C;
}

.bggrey3 {
	background-color: #34393D;
}

.bggrey4 {
	background-color: #262626;
}

.bggrey5 {
	background-color: #A1998F;
}

.bggrey6 {
	background-color: #9C9C9C;
}

.bgbeige {
	background-color: #C7B897;
}

.bgblue {
	background-color: #148EC8;
}

.bglightblue {
	background-color: #68B6D1;
}

.bgorange {
	background-color: #E85254;
}

.bglightorange {
	background-color: #D18765;
}

.bgdarkorange {
	background-color: #C54429;
}

.bgorangepink {
	background-color: #F96E5B;
}

.bbpinkpurple {
	background-color: #8F5F6E;
}

.bgpink {
	background-color: #F0AAA0;
}

.bgyellow {
	background-color: #F8E3A5;
}

.bggreen {
	background-color: #6BA03D;
}

.bgbluegreen {
	background-color: #94CABE;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* RESPONSIVE CSS HACKS
 -------------------------------------------------- */
 @media (max-width: 480px) {
	h1 {
		font-size: 24px !important;
	}

	h2 {
		font-size: 22px !important;
	}

	h3 {
		font-size: 20px !important;
	}
	.navbar .form-search {
    width: 80% !important;
}
.nav.navbar-nav {
    margin-top: 43px;
}
.form-search input {
      width: 71% !important;
}
.block .block-title:first-child{
	margin-left:0;
}
.block-cart {
    float: left !important;
}
.navs {
    padding: 10px;
}
.services a {
      margin-left: 33%;
}
.services .content {
    text-align: center;
    width: 100% !important;
}
footer .col-lg-9 {
    float: left;
    margin-left: 0 !important;
    margin-top: 15px;
    width: 100% !important;
}
.ico {
  
    width:39% !important;
}
.why li {
     width: 99% !important;
}
.content_top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.carousel p {
    font-size: 15px;
    line-height:15px;
    text-align: center;
}
.carousel h1 {
    text-align: center;
	font-size:25px;
}
}

@media (max-width: 690px) {
	h1 {
		font-size: 26px !important;
	}

	h2 {
		font-size: 24px !important;
	}

	h3 {
		font-size: 22px !important;
	}
	

}

 @media (max-width:800px) {
	h1 {
		font-size: 28px !important;
	}

	h2 {
		font-size: 26px !important;
	}

	h3 {
		font-size: 24px !important;
	}
	.navbar-nav > li > a {
     font-size: 18px !important;
    padding: 15px 12px !important;
}
.services a {
    margin-left: 43%;
}.services .content {
    text-align: center;
    width: 100% !important;
}
}
 @media (max-width:1024px) {
	h1 {
		font-size: 28px !important;
	}

	h2 {
		font-size: 26px !important;
	}

	h3 {
		font-size: 24px !important;
	}
	.navbar-nav > li > a {
     font-size: 18px !important;
    padding: 15px 12px !important;
	
}



}
 @media (max-width:800px) {
 .carousel-indicators{bottom:-12px;left:-12%;}
 }
