@charset "utf-8";
/** Table of Content 
-	Import Fonts					Line 	58   -	62
-	main Header css					Line  	92	 - 	98
-	TOP LOGIN NAV					Line 	104	-	142
-	LOGO							Line 	144	-	162
-	MAIN NAVIGATION					Line 	172	- 	260
-	BANNER AND BANNER CAPTION		Line 	266	-	332
-	CALL US AND SUPPORT				Line	338	-	365
- 	SOCIAL NETWORKS					Line	371	-	414
-	CLIENT SAYS						Line	454	-	486
-	CONTENT HEADINGS				Line	494	-	516
-	WHATS NEW						Line	521	-	528
-	WHATS NEW COMMENTS				Line	534	-	603
-	LATEST PROJECTS					Line	609	-	698
-	RIGHT SIDE BANNER				Line	704	-	769
-	LOVE IT SECTION					Line	775	-	861
-	MEET OUR EXPERTS				Line	867	-	919
-	TESTIMONIALS					Line	925	-	1004
-	FREE SHIPPING					Line	1010-   1042
-	Delivery System					Line	1043-	1068
-	Products						Line	1075-	1186
-	Newsletters						Line	1192-	1231
-	Footer							Line	1237-	1242
-	Magazine						Line	1248-	1294
-	About Saloon And Timing			Line	1301-	1327
-	Copy Rights						Line	1333-	1345
-	Go to Top						Line	1351-	1363
-	ModalBox						Line	1370-	1379
-	NextPage Banner					Line	1386-	1414
-	About US						Line 	1419-	1454
-	Facilitate						Line	1462-	1502
-	Our Specials					Line	1508-	1555
-	Teen Section					Line	1561-	1649
-	Timing Section					Line	1665-	1696
-	Appointment Section				Line 	1702-	1728
-	Our Team Page					Line	1734-	1835
-	Contact Us						Line	1841-	1915
- 	Blog Page						Line	1921-	2032
-	Search Widget					Line	2037-	2061
-	Category widget					Line	2066-	2090
-	Our Special Widget				Line	2095-	2123
-	Testimonial Widget				Line	2129-	2176
-	Twitter Widget					Line	2182-	2223
-	Tags WIdget						Line	2228-	2253
-	Archives Widget					Line	2259-	2276
-	Tags for News Page				Line	2282-	2320
- 	Comments						Line	2326-	2396
-	Blog Page						Line	2403-	2410
-	Shopping Cart					Line	2416-	3206
-	Whats New Page					Line	3211-	3610
- 	Transitions						Line	3618-	3623
End of Table of Content Line 53 **/

/*
=====================================================
				Google Font
=====================================================
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Trocchi);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Oswald);
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
.wrapper {
	float: left;
	width: 100%;
	background-color:#FCF3EC;
}
.relative {
	position: relative;
}
.resize {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-margin{
	margin:0px !important;
}
.bold {
	font-weight: bold !important;
}
/*
=====================================================
				HEADER DIV
=====================================================
*/
.header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 200;
	background-color: rgba(0,0,0,0.8);
}
/*
=====================================================
				TOP LOG IN NAV
=====================================================
*/
.top-strip {
	float: left;
	width: 100%;
	padding: 11px 0px;
}
.top-nav {
	float: right;
	margin-right:15px;
	font-size:13px;
}
.top-nav ul {
	float: leftl;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top-nav ul li {
	float: left;
	margin: 0px 20px;
	padding: 0px;
	position: relative;
	color:#fff; 
	text-decoration:none;
}
.top-nav ul li:before {
	content: "|";
	color: #fff;
	float: left;
	position: absolute;
	left: -25px;
}
.top-nav ul li:first-child:before {
	content: "";
}
.top-nav ul li a {
	display: block;
	color: #970f3e;
	text-decoration: none;
	padding: 10px 15px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
}
.top-nav ul li a:hover {
	background: #970f3e;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.top-nav ul li a:active{


	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.footer-links a{

	display: block;
	color: #970f3e;
	text-decoration: none;
	padding: 10px 15px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-links a:hover{
background: #970f3e;
    border: solid 1px #2A4E77;
    text-decoration: none;


}

.footer-links a:active{

-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;

}

/*
=====================================================
						LOGO
=====================================================
*/
.logo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color:#fff;
	background-color: rgba(255,255,255);
	position: absolute;
	top: -47px;
	left: 0px;
	height: 134px;
	border-top: solid 3px #5ca8c2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo img {
	margin: 0px 0px 0px 0px;
}
/*
=====================================================
					MAIN NAVIGATION
=====================================================
*/
.navigation {
	float: left;
	width: 100%;
}
.header .navbar {
	margin:0px;
	
	width: 100%;
}
.header .navbar-inner {
	background: none;
	border: none;
	box-shadow:none;
}
.header .nav-collapse {
	float: left;
	margin:0px 0 0;
	width: 100%;
}
.header .nav-collapse ul {
	list-style: none;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin:0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	width: 98%;
}
.header .nav-collapse ul li {
	float: left;
	position: relative;
}
.header .nav-collapse ul li:first-child {
	border: none;
}
.header .nav-collapse ul li a {
	padding: 25px 18px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.header .nav-collapse ul li a:hover, .header .nav-collapse ul li:hover > a{
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	color: #5ca8c2;
}
.header .nav-collapse ul ul {
	position: absolute;
	left: 0;
	z-index: 9997;
	margin: 0px;
	border: none;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	min-width: 200px;
	text-align: left;
	background-color: rgba(0,0,0,0.7);
	display:none;
	
}


.header .nav-collapse ul ul ul{
	left:100%;
	top:0px;
}
.header .nav-collapse ul ul li{
	width:100%;
}
.header .nav-collapse ul ul li a {
	padding: 10px 10px;
}
.header .nav-collapse ul li:hover > ul {
	display:block;
}
.header .nav-collapse ul li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.3)
}
.header .nav-collapse ul li a.active {
	text-decoration: none;
	background-color: rgba(0,0,0,0.3);
	color:#5ca8c2;
}
.header .nav-collapse ul ul li:hover{
	background-color: rgba(0,0,0,0.5);
}
.header .navbar .btn-navbar, .header .navbar .btn-navbar:hover {
	background-image: none;
}
/*
=====================================================
			BANNER AND BANNER CAPTION
=====================================================
*/
.banner {
	float: left;
	width: 100%;
	margin: 0px;
}
.banner .caption {
	position: absolute;
	bottom: 80px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-image: url(../images/caption-bg.png);
	padding: 20px 20px;
	width: 70%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.banner .caption h1 {
	font-size:45px;
	font-family: 'Trocchi', serif;
	color: #970f3e;
}
.banner .caption small {
	font-size: 48px;
}
.banner .caption h2 {
	font-size: 46px;
	font-family: 'Great Vibes', cursive;
	color:  #a4dff1;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.7); 
	position: relative;
	display: inline-block;
	padding: 0px 15px;
	margin: 15px 0px;
	line-height: normal;
}
.banner .caption h2:after, .banner .caption h2:before {
	content: "";
	width: 200px;
	position: absolute;
	height: 7px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	right: 100%;
	top: 31px;
}
.banner .caption h2:before {
	right: auto;
	left: 100%;
}
.banner .caption p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
}
.banner ul {
	margin: 0px;
}
.banner ul li {
	height: 750px;
	overflow: hidden;
}
.banner li img {
	width: 100%;
}
/*
=====================================================
			CALL US AND SUPPORT
=====================================================
*/
.call-us {
	right: 0px;
	width: 400px;
	position: absolute;
	bottom: 18px;
	z-index: 100;
}
.support {
	float: left;
	width: 180px;
	background-image: url(../images/mobile.png);
	background-repeat: no-repeat;
	background-repeat: 0px 0px;
	padding: 0px 0px 0px 30px;
}
.mob { background-image: url(../images/mobile.png); width:15px; background-repeat:no-repeat;}
.mail {background-image:url(../images/mail.png); width:15px; background-repeat:no-repeat;}
.support h5 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	color: #e5f99a;
	line-height: 15px;
}
.support p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	color: #FFFFFF;
}
/*
=====================================================
			SOCIAL NETWORKS
=====================================================
*/
.social {
	float: left;
	width: 215px;
}
.social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.social ul li {
	float: left;
	height: inherit;
}
.social ul li a {
	display: block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4px;
}
.social ul li a:hover {
}
.fb {
	background-image: url(../images/fb.png);
}

.fb-footer {
	background-image: url(../images/fb.png);
		background-color:#970f3e;
}
.skype {
	background-image: url(../images/skype.png);
}
.linkedin-footer {
	background-image: url(../images/linkedin.png);
		background-color:#970f3e;
}
.linkedin {
	background-image: url(../images/linkedin.png);
}
.twitter {
	background-image: url(../images/tiwtter.png);
}

.twitter-footer {
	background-image: url(../images/tiwtter.png);
	background-color:#970f3e;
}

.flickr {
	background-image: url(../images/flickr.png);
}
.rss {
	background-image: url(../images/rss.png);
}
.heart {
	background-image: url(../images/heart.png);
}
/*
=========================================================
				CONTENT AREA START
=========================================================
*/
.content {
	font-size: 13px;
	float: left;
	width: 100%;
}
.content h4 {
	font-size: 18px;
	color: #970f3e;
	font-weight: 300
}
.content h2 {
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	font-weight: normal;
}
.bg {
	background-color: #f5eae2;
	border-bottom: solid 1px #c4c4c3;
}
.about {
	font-size: 14px;
	float: left;
	width: 100%;
	padding: 30px 0px 38px 0px;
}
.pink {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 4px 20px 0px;
}
/*
=========================================================
					CLIENT SAYS
=========================================================
*/
.williams {
	float: left;
	width: 100%;
	padding: 75px 0px 50px 0px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-image: left center;
}
.williams .text {
	padding: 0px 0px 0px 190px
}
.williams img {
	float: left;
	margin: 0px 20px 53px 20px;
	border: solid 5px #FFFFFF;
	box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.5);
}
.williams p {
	font-family: 'Trocchi', serif;
	font-size: 16px;
	color: #414141;
	line-height: 30px;
	font-style: italic;
	width:100%;
	margin: 20px 0px 0px 0px;
}
.williams .bx-wrapper .bx-pager, .williams .bx-controls-direction{
	display:none;
}
.signature {
	font-family: 'Great Vibes', cursive !important;
	font-size: 30px !important;
}

/*
=========================================================
				CONTENT HEADINGS
=========================================================
*/
.content .header {
	text-align: center;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	position: static;
	background-color: transparent;
	position:static;
}
.content .header h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin: 0px;
}
.content .header h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-weight: 600;
}
/*
=========================================================
						WHATS NEW
=========================================================
*/
.whats-new {
	padding: 45px 0px;
	background-color: #fcf3ec;
}
.whats-new-left {
	float: left;
	width: 850px;
}
/*
=========================================================
				WHATS NEW COMMENTS
=========================================================
*/
.long-looking {
	float: left;
	width: 100%;
}
.long-looking img {
	width: 100%;
}
.long-looking ul {
	margin: 0px;
	float: left;
	width: 100%;
	list-style: none;
}
.long-looking ul li {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	background-color: rgba(0,0,0,0.1);
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.long-looking ul li a {
	text-decoration: none;
}
.long-looking ul li:hover {
	background-color: rgba(0,0,0,0.2);
}
.long-looking ul li:first-child {
	margin: 0px;
}
.long-looking p {
}
.long-looking .thumb {
	width: 118px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.long-looking .date {
	position: absolute;
	top: 12px;
	right: 10px;
}
.long-looking .date ul li {
	width: auto;
	margin: 0px 0px 0px 10px !important;
	font-size: 16px !important;
	background-color: transparent;
	padding: 0px !important;
}
.long-looking .date ul li:first-child {
	margin: 0px;
}
.long-looking h4, .long-looking .date ul li {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0px;
}
.long-looking .see-more {
	position: absolute;
	right: 10px;
	bottom: 13px;
	color: #333333;
}
.long-looking .see-more:before {
	content: "-"
}
/*
=========================================================
				LATEST PROJECTS
=========================================================
*/
.latest-projects {
	float: left;
	width: 100%;
	margin: 0px 0px 35px 0px;
	position: relative;
}
.latest-projects div.project-thumb:first-child {
	overflow: visible;
}
.project-thumb {
	float: left;
	width: 260px;
	margin: 0px 0px 0px 30px;
	position: relative;
	overflow: hidden;
}
.project-thumb .caption {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	left: 0px;
	text-align: center;
	bottom: 0px;
	padding: 10px 0px;
	width: 100%;
	margin: 0px 0px -64px 0px;
}
.project-thumb:hover .caption {
	margin: 0px;
}
.project-thumb .caption h5, .project-thumb .caption p {
	font-size: 14px;
	margin: 0px;
	font-weight: 600;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin: 0px
}
.project-thumb h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	margin: 0px 0px 5px 0px;
}
.project-thumb p {
	font-size: 14px;
	line-height: 22px;
}
.project-thumb .caption p {
	font-size: 12px
}
.project-thumb .carousel-control {
	height: 41px;
	width: 41px;
	background-image: url(../images/next-back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity: 1;
	border: none;
	background-color: transparent;
	top: 173px;
	left: 0px;
}
.project-thumb .carousel-control.right {
	right: 0px;
	background-position: -42px 0px;
}
.latest-projects div.project-thumb:first-child {
	margin: 0px;
}
.latest-projects .carousel-indicators {
	top: 167px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100px;
	text-align: center;
}
.latest-projects .carousel-indicators .active {
	background-color: #000000;
}
.latest-projects .carousel-indicators li {
	border: solid 1px #000000;
	height: 3px;
	width: 3px;
	float: none;
	display: inline-block;
	cursor: pointer;
}
.latest-projects .carousel {
	position: static;
}
/*
=========================================================
				RIGHT SIDE BANNER
=========================================================
*/
.right-banner {
	float: left;
	width: 290px;
	/*margin: 0px 0px 0px 30px;*/
	position: relative;
}
.right-banner .carousel-indicators {
	top: auto;
	bottom: 10px;
	right:5px;
}
.right-banner .carousel-indicators li {
	border-radius: 0px;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.right-cover {
	width: 100%;
}
.banner-caption {
	position: absolute;
	width: 100%;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/banner-bg.png);
	background-color: rgba(0,0,0,0.5);
	left: 0px;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top-caption {
	position: absolute;
	top: 0px;
	padding: 10px;
	width: 100%;
	float: left;
	background: rgba(0,0,0,0.5)
}
.right-cover:hover .top-caption h2{
	font-size:38px;
}
.top-caption h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0px;
	line-height: normal;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.top-caption .pink {
	font-size: 30px;
}
.banner-caption h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	color: #e3d09d;
	font-weight: 600;
	line-height: normal;
}
/*
=========================================================
				LOVE IT SECTION
=========================================================
*/
.love-it {
	padding: 0px 0px 45px 0px;
	background-color: #fcf3ec;
}
.love-it-thumb {
	float: left;
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	position: relative;
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	background-color: #fff;
}
.love-it-thumb:hover {
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
-webkit-box-shadow::0px 0px 10px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.love-it-thumb:after {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	content: "";
	background-image: url(../images/box-shadow.png);
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
}
.love-it .price {
	float: left;
	width: 100%;
	padding: 12px 0px;
	text-align: center;
	background-color: #000000;
}
.love-it .price p {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin: 0px;
	color: #FFFFFF;
}
.basket-options {
	float: left;
	width: 100%;
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.basket-options ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border: solid 1px #eeeeee;
	list-style: none;
}
.basket-options ul li {
	float: left;
	border-left: solid 1px #eeeeee;
	padding: 12px 21px;
}
.basket-options ul li:first-child {
	border: none;
}
.basket-options ul li a {
	display: block;
	background-image: url(../images/thumb-sprite.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.basket-options ul li a.basket {
	background-position: 0px 0px;
}
.basket-options ul li a.like {
	background-position: -26px 0;
}
.basket-options ul li a.arrows {
	background-position: -55px 0;
}
.basket-options ul li a.time {
	background-position: -82px 0;
}
/*
=========================================================
				MEET OUR EXPERTS
=========================================================
*/
.expert-banner {
	float: left;
	width: 100%;
}
.experts {
	padding: 45px 0px;
	background-color: #f5e4d9;
}
.experts-cover {
	float: left;
	width: 100%;
	position: relative;
}
.experts .caption {
	width: 350px;
	position: absolute;
	top: 40px;
	right: 100px;
}
.experts .caption p {
	font-size: 14px;
	color: #797979;
	line-height: 24px;
}
.experts .caption h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
}
.experts .caption a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	display: inline-block;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
}
.experts .carousel-control {
	background-image: url(../images/directions.png);
	background-color: transparent;
	border: none;
	height: 34px;
	width: 22px;
	background-position: left;
	left: 70px;
	top: 50%;
}
.experts .carousel-control.right {
	background-position: right;
	right: 70px;
}
/*
=========================================================
					TESTIMONIALS
=========================================================
*/
.testimonials {
	padding: 45px 0px;
	border-bottom: solid 1px #efefee;
	
	background-repeat:no-repeat;
}

.parallax-section-1 {
height: 360px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/banner-1.jpg);
}

.testimonials .container {
	overflow: hidden !important;
}
.testimonials-data {
	float: left;
	width: 100%;
	padding: 35px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px;
	text-align: center;
}
.testimonials-data p {
	color: #707070;
	font-size: 18px;
	line-height: 30px;
	margin: 0px;
}
.testimonials-data a {
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 30px;
    text-align: right;
    text-decoration: none;
}
#carousel.flexslider .flex-active-slide {
	margin: -20px 0px 0px 0px;
	position: relative;
}
.flexslider .slides img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#carousel.flexslider .flex-active-slide img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#carousel.flexslider .flex-active-slide:before {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	top: -31px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgba(0,0,0,0.1) transparent transparent;
	z-index: 10;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#carousel.flexslider li {
	cursor: pointer;
}
.flexslider {
	background-color: rgba(0,0,0,0.1);
}
#carousel.flexslider {
	background: none;
	box-shadow: none;
}
#carousel.flexslider li {
	border: solid 1px #999999;
	-moz-user-select : none;
	-khtml-user-select : none;
	-webkit-user-select : none;
	-o-user-select : none;
	user-select : none;
}
/*
=========================================================
					FREE SHIPPING
=========================================================
*/
.free-shipping {
	border-bottom: solid 1px #efefee;
	padding: 45px 0px;
}
.shipping {
	float: left;
	position: relative;
	width: 289px;
}
.shipping .caption {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shipping .caption h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	color: #fff;
	margin: 0px;
	font-weight: 600;
}
.shipping .caption h3 {
	font-family: 'Great Vibes', cursive;
	font-size: 36px;
	color: #d8a877;
}
.shipping .caption h2.pink {
	font-weight: bold;
}
/*
=========================================================
					DELIVERY SECTION
=========================================================
*/
.delivery {
	float: left;
	width: 855px;
	margin: 0px 0px 0px 20px;
	position: relative;
	overflow: hidden;
}
.delivery .caption {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 0px 0px 0px;
}
.next-day {
	font-size: 22px;
	padding: 8px 20px;
	background-color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 5px 0px 10px 0px;
}
/*
=========================================================
					PRODUCTS
=========================================================
*/

.our-products {
	background-color: #f0ded1;
	padding: 45px 0px 15px 0px;
}
.our-products .tab-content {
	overflow: visible;
}
.our-products .nav-tabs > li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	border-radius: 0px;
	border: none;
}
.our-products .nav-tabs > .active > a, .our-products .nav-tabs > .active > a:hover, .our-products .nav-tabs > .active > a:focus {
	color: #FFFFFF;
	border: none;
	outline: none;
}
.our-products .nav-tabs {
	border: none;
	text-align: center;
}
.our-products .nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
}
.our-products .nav-tabs > li > a, .our-products .nav-pills > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.products {
	float: left;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.products h2 {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: normal;
	margin: 0px;
	text-align:center;
	font-weight: bold;
}
.products p, .products p small {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.products p small {
	color: #5a5a5a;
	margin: 0px 0px 0px 5px;
}
.products .text {
	float: left;
	width: 100%;
	min-height: 40px;
}
.products .thumb {
	float: left;
	width: 100%;
	text-align: center;
	min-height: 160px;
}
.products .thumb a {
	display: block;
}
.products:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.off {
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 20px;
}
.special-offer {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 15px 0px 0px 0px;
	padding: 8px 20px;
}
.shop-now {
	width: 310px;
	position: absolute;
	bottom: -20px;
	right: -115px;
	text-align: center;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	padding: 15px 0px 40px 0px;
}
.shop-now p {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Trocchi', serif;
	color: #FFFFFF;
}
/*
=========================================================
					NEWS LETTERS
=========================================================
*/
.news-letters {
	padding: 20px 0px;
}
.news-letters h3, .news-letters p {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0px;
}
.news-letters p {
	font-size: 12px;
}
.input {
	float: left;
	width: 100%;
	position: relative;
	margin: 10px 0px 0px 0px;
}
.input input[type="text"] {
	width: 100%;
	border-radius: 0px;
	border: none;
	height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 4px 100px 4px 6px;
}
.input button {
	border: none;
	border-radius: 0px;
	padding: 8px 15px;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	background-color: #000000;
	right: 0px;
}
/*
=========================================================
					FOOTER
=========================================================
*/
.footer {
	float: left;
	width: 100%;
	background-image: url(../images/footer-bg.png);
	padding: 50px 0px 0px 0px;
	
}

.footer .social ul li a {
	
    display: block;
    height: 22px;
    padding: 4px;
    width: 22px;
	color:#757575;
	margin-right:3px;

}
.footer .detail ul { list-style:none; margin:0px; text-decoration:none;}
.footer .detail ul li a{ color:#970f3e; list-style:none; text-decoration:none; }
.footer .detail ul li a:hover{ color: #970f3e;
    
    text-decoration: none; }
/*
=========================================================
					MAGAZINE
=========================================================
*/
.magazine {
	float: left;
	width: 100%;
}
.magazine .thumb {
	float: left;
	border: solid 6px #FFFFFF;
	margin: 0px 20px 0px 0px;
}
.footer h3 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
.magazine h6, .magazine p, .magazine a, .salon a {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	margin: 0px;
	line-height: normal;
}
.magazine .thumb a:after {
	content: "";
}
.magazine a:after, .salon a:after {
	content: "...";
}
.magazine a:hover, .salon a:hover {
	text-decoration: underline;
}
.magazine p {
	color: #707070;
	margin: 20px 0px;
	font-size: 12px;
}
.footer .carousel-indicators li {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0px !important;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
}
.footer .carousel-indicators {
	top: auto;
	bottom: 0px;
	right: 270px;
}
/*
=========================================================
				ABOUT SALOON AND TIMING
=========================================================
*/
.salon {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px
}
.salon .thumb {
	float: left;
	border: solid 3px #FFFFFF;
	margin: 0px 15px 0px 0px;
}
.salon p {
	font-size: 12px;
	color: #757575;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.detail {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 15px;
}
.detail p {
	margin: 0px;
	color:#757575;
}
.detail p a{ color:#757575; }

.salon div.detail:first-child {
	margin: 0px;
}
/*
=========================================================
					COPYRIGHTS
=========================================================
*/
.copyrights {
	padding: 10px 0px;
	background-color: #000000;
}
.copyrights p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
}
.copyrights p a{ color: #FFFFFF; text-decoration:none; }
.copyrights p a:hover{ color: #970f3e; }
.copyrights img {
	margin: 15px 0px 0px 0px;
}
/*
=========================================================
					GO TO TOP
=========================================================
*/
.go-top a{
	float: right;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-mozborder-radius: 100%;
	height: 45px;
	width: 45px;
	text-align: center;
	box-shadow: 0px 0px 0px 3px rgba(46,46,46,0.5) inset;
	margin: 0px 0px 0px 10px; cursor:pointer;position: fixed;bottom: 1.5em;right: 45px;background:#970f3e;	
}.go-top a:hover {background-color: #2E2E2E;}
.go-top img {
	margin: 14px 0px 0px 0px;
}
/*
=========================================================
					MODEL BOX
=========================================================
*/
.modal-body input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
}
input[type="text"]:focus {
	box-shadow: none !important;
}


/*
===================================================================
						NEXT PAGE BANNER
===================================================================
*/
.category-banner {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
	background-position: center center;
	border-bottom: 2px solid;
}
.category-banner h1 {
 	color:#970f3e;
    font-family: 'Great Vibes',cursive;
    font-size: 80px;
	font-weight:normal;
    margin: 270px 0 0 0px;
    position: absolute;
    text-shadow: 1px 1px 0 #333333;
}
.category-banner:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
}
.category-banner1 {
	
}

.category-news {
	float: left;
	width: 100%;
	background-image: url(../images/Spenarome-News.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
	background-position: center center;
	border-bottom: 2px solid;
}
.category-news h1 {
    color: #970f3e;
    font-family: 'Great Vibes',cursive;
    font-size: 80px;
    margin: 270px 0 0 0px;
	font-weight:normal;
    position: absolute;
    text-shadow: 1px 1px 0 #333333;
}
.category-news:before {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/Spenarome-News.jpg);
	content: "";
}





.category-news {
	background-image: url(../images/Spenarome-News.jpg); background-repeat:no-repeat;
}
/*
===================================================================
						ABOUT US 
===================================================================
*/
.about-us {
	padding: 40px 0px;
}
.about-us .right-banner{
	width:auto;
	margin:0px;
}
.about-us .row .span4 img {
	width: 100%;
}
.about-slider .carousel-indicators{
	left:0px;
	left:0px;
	margin:auto;
	width:140px;
}
.about-slider .carousel-indicators li{
	height:15px;
	width:15px;
	margin:0px 1px;
}
.about-slider .carousel{
	margin:0px;
}
.about-us .header h2 {
	text-align: left;
}
.about-us .header {
	padding: 20px 0px 10px;
	position: static;
	background-color: transparent;
}
.about-us .row .span8 .header {
	/*margin: 0px 0px 20px 0px;*/
}
/*
===================================================================
						FACILITATE
===================================================================
*/
.facilities {
	float: left;
	width: 100%;
}
.thumbs-facilities {
	float: left;
	width: 100%;
}
.thumbs-facilities .thumb {
	float: left;
	width: 100%;
	background-color: #eeeeee;
	border: solid 1px #c4c4c3;
	text-align: center;
	padding: 25px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbs-facilities .thumb img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumbs-facilities:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumbs-facilities h4 {
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
}
.thumbs-facilities .text {
	float: left;
	width: 100%;
	padding: 15px 0px;
}
.thumbs-facilities .thumb a {
	text-decoration: none;
}
.thumbs-facilities .text a {
	font-size: 14px;
	text-decoration: none;
}
/*
===================================================================
						OUR SPECIALS
===================================================================
*/
.our-specials {
	float: left;
	width: 100%;
}
.our-specials ul {
	padding: 0px;
	list-style: none;
}
.our-specials ul li {
	float: left;
	margin-bottom: 30px;
	background-color: #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #c4c4c3;
	position: relative;
}
.our-specials .thumb {
	border-right: solid 1px #c4c4c3;
	float: left;
}
.our-specials .text {
	padding: 10px 10px 0px 250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.our-specials h3 {
	margin: 0px;
}
.our-specials a {
	text-decoration: none;
	color: #333333;
}
.our-specials a.plus {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 40px;
	font-weight: bold;
	color: #8c8c8c;
	background-color: #dad9d9;
	padding: 15px;
}
.our-specials a:hover {
	text-decoration: none;
}
/*
==========================================================
						TEAM SECTION
==========================================================
*/
.team {
	float: left;
	width: 100%;
	margin: 0px 0px 50px 0px;
}
.team .thumb {
	float: left;
	width: 100%;
	border: solid 1px #c4c4c3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
}
.team .thumb .caption{
	position:absolute;
	width:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
	-moz-background-color:rgba(0,0,0,0.7);
	-webkit-background-color:rgba(0,0,0,0.7);
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.team .span3:hover .thumb .caption{
	opacity:1;
	filter:alpha(opacity=100);
}
.team .thumb .caption .form-btn{
	float:none;
	display:inline-block;
}
.team .thumb .caption h3{
	font-weight:300;
	color:#FFF;
	margin:-100px 0px 10px 0px;
	transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
.team .span3:hover .thumb .caption h3{
	margin:70px 0px 10px 0px;
}
.team .thumb img {
	width: 100%;
}
.team h4 {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #000000;
	float: left;
}
.our-team .header h2{
	font-size:36px;
	font-weight:normal;
	text-align:left !important;
}
.team h5 {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	float: right;
}
.team .text {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.heading {
	float: left;
	width: 100%;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
}
.team .social ul li a {
	background-color: #000000;
}
.team .social ul li {
	margin: 0px 0px 0px 2px;
}
.team .span3:hover .thumb {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4)
}
/*
===================================================================
						TIMING SECTION
===================================================================
*/
.timing-section {
	float: left;
	width: 375px;
}
.timing h3 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
}
.timing-section p {
	margin: 0px;
}
.timing-section ul {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	list-style: none;
}
.timing-section ul li {
	float: left;
	width: 100%;
	background-color: #dad9d9;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	border-top: solid 1px #8e8d8d;
}
.timing-section ul li:first-child {
	border: none;
}
.timing {
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #eeeeee;
	border: solid 1px #c4c4c3;
	position: relative;
}
/*
===================================================================
						APPOINTMENT SECTION
===================================================================
*/
.appointment {
	float: left;
	width: 640px;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 50px;
	border-left: solid 1px #c4c4c3;
	position: absolute;
	right: 0px;
	top: 20px;
	bottom: 20px;
}
.appointment-btn {
	padding: 15px 20px 15px 50px;
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	background-image: url(../images/calender.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.appointment-btn:hover {
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.3) inset;
}
/*
==========================================================
					OUR TEAM PAGE
==========================================================
*/
.our-team {
	padding: 50px 0px;
}
.our-team ul {
	list-style: none;
	margin: 0px;
}
.our-team ul li {
	margin: 30px 0px 0px 0px;
	float: left;
	width: 100%;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 30px 0px 0px 0px;
}
.our-team ul li:first-child {
	background: none;
	margin: 0px;
	padding: 0px;
}
.our-team .thumb {
	float: left;
	margin: 0px 20px 0px 0px;
	border: solid 1px #c7c6c2;
	position: relative;
	overflow: hidden;
	background-color: #000000;
}
.our-team .thumb .social {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -40px;
}
.our-team .thumb .social ul li {
	width: auto;
	float: none;
	display: inline-block;
	background-color: #000000;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	background-image: none;
}
.our-team .thumb:hover .social {
	bottom: 48%;
}
.our-team .thumb:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.our-team .thumb .social ul {
	text-align: center;
}
.our-team ul li .header {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.our-team ul li .header h2 {
	font-size: 35px;
	text-align: left;
	margin: 0px;
	float: left;
	font-weight: normal;
}
.our-team ul li .header h4 {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
	float: right;
}
.our-team .text {
	padding: 0px 0px 0px 590px;
}
.our-team .detail {
	background-color: #f2f2f2;
	border-left: 1px #c5c5c5 solid;
	border-right: 1px #c5c5c5 solid;
	border-bottom: 1px #c5c5c5 solid;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.our-team .detail ul li {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-image: none;
}
.our-team .detail p {
	font-size: 16px;
}
.our-team .detail ul {
	margin: 0px;
	padding: 0px;
}
.our-team .detail ul li:first-child {
	margin: 0px;
}
/*
==========================================================
					CONTACT US PAGE
==========================================================
*/
.contact-us {
	padding: 50px 0px;
}
.contact-us .header h2 {
	font-size: 36px;
	text-align: left;
	margin: 0px;
	font-weight: normal;
}
.contact-us .heading {
	float: left;
	width: 100%;
	padding: 5px 0px;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 15px 0px;
}
.contact-us .heading h3 {
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
}
.contact-us p {
	font-size: 14px;
}
.map {
	float: left;
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 445px;
}
.form {
	float: left;
	width: 100%;
}
.form input[type="text"], .form textarea {
	width: 530px;
	height: 40px;
	padding: 5px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #e9e9e8;
	border-radius: 0px;
	background-color: #dededd;
	color: #3f3e3e;
	margin-bottom: 3px;
}
.form textarea {
	width: 530px;
	height: 189px;
	margin: 0px 0px 12px 0px;
	resize:none;
	float:left;
}
.form textarea:focus {
	box-shadow: none;
}
.form-btn {
	font-size: 16px;
	color: #FFFFFF;
	padding: 7px 20px;
	float: left;
	border: none;
}
.form-btn:hover {
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4) inset;
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4) inset;
}
/*
=======================================================
					BLOG PAGE
=======================================================
*/
.blog {
	padding: 50px 0px
}
.blog-listing {
	float: left;
	width: 100%;
}
.blog-listing .thumb {
	float: left;
	width: 100%;
	border: solid 1px #c7c7c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 15px 0px;
}
.blog-listing .thumb img {
	width: 100%;
}
.blog-listing .tags {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-listing .tags ul {
}
.blog-listing .tags ul li {
	padding: 0px;
	color: #FFFFFF;
	background-repeat: no-repeat !important;
	background-position: 15px center !important;
	width: auto;
	float: left;
	margin: 0px 10px;
	border-left: solid 1px rgba(255,255,255,0.5)
}
.blog-listing .tags ul li:first-child {
	border: none;
}
.blog-listing .tags ul li a {
	color: #FFFFFF;
	padding: 15px 5px 15px 50px;
	display: block;
}
.blog-listing .tags ul li.author {
	background-image: url(../images/author.png);
}
.blog-listing .tags ul li.comments {
	background-image: url(../images/comments.png);
}
.blog-listing .tags ul li.tags {
	background-image: url(../images/tags.png);
	padding: 0px
}
.blog-listing .tags ul li.time {
	background-image: url(../images/calender2.png);
}
.blog-listing .text {
	float: left;
	width: 100%;
}
.blog-listing h3 {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0px;
}
.blog-listing ul {
	float: left;
	width: 100%;
	margin: 0px;
	list-style: none;
}
.blog-listing ul li {
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
}
.blog-listing ul li:first-child {
	padding: 0px;
	margin: 0px;
	background: none;
}
.widget {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.widget .heading {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: center center !important;
}
.widget h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	background-color: #FCF3EC;
	padding: 10px 20px 10px 0px;
	margin: 0px;
	line-height: normal;
	display: inline-block;
}
.widget:first-child {
	margin: 0px;
}
/*
==========================================================
					SEARCH WIDGET
==========================================================
*/
.search-widget {
	position: relative;
}
.search-widget input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	border-radius: 0px;
	border: solid 1px #e9e9e8;
	color: #676767;
	box-shadow: none;
	padding: 10px 80px 10px 10px;
}
.search-widget button {
	position: absolute;
	background-color: #FFFFFF;
	border: none;
	padding: 15px 20px;
	top: 1px;
	right: 1px;
	border-left: solid 1px #e9e9e8;
}
/*
==========================================================
					CATEGOREIS WIDGET
==========================================================
*/
.category-widget {
}
.category-widget ul {
	margin: 0px;
	list-style: none;
	float: leftl;
	width: 100%;
}
.category-widget ul li {
	float: left;
	width: 100%;
}
.category-widget ul li a {
	display: block;
	font-size: 14px;
	color: #262525;
	padding: 5px 0px;
}
.category-widget ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px;
}
/*
==========================================================
				OUR SPECIALS WIDGET
==========================================================
*/
.specials-widget {
	float: left;
	width: 100%;
}
.specials-widget ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.specials-widget ul li {
	float: left;
	width: 100%;
	margin: 15px 0px 0px 0px;
}
.specials-widget .thumb {
	float: left;
	border: solid 1px #c4c4c3;
}
.specials-widget p {
	margin: 0px;
}
.specials-widget a {
	font-style: italic;
}
.specials-widget .text {
	padding: 0px 0px 0px 120px;
}
/*
==========================================================
				TESTIMONIALS WIDGET
==========================================================
*/
.testimonials-widget {
}
.testimonials-widget .bx-wrapper{
	float:left;
	width:100%;
}
.testimonials-widget .bx-wrapper .bx-viewport{
	background:none;
}
.testimonials-widget .bx-controls-direction{
	display:none;
}
.testimonials-widget .bx-wrapper .bx-pager{
	display:none;
}
.testimonials-widget p {
	font-size: 14px;
	line-height: 24px;
}
.testimonials-cover {
	float: left;
	width: 100%;
	padding: 0px 0px;
	position: relative;
}
.testimonials-cover:before {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(../images/quots2.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.client {
	float: right;
}
.client h4{
	float:left;
}
.client .thumb {
	float: left;
	margin: 0px 15px 0px 0px;
}
/*
==========================================================
					TWITTER WIDGET
==========================================================
*/
.twitter-feeds {
}
.twitter-feeds p {
	font-size: 14px;
	font-style: italic;
	margin: 0px;
}
.twitter-feeds a {
	font-style: normal;
	font-weight: 600;
}
.twitter-feeds .time-ago {
	font-style: normal;
	font-size: 12px;
}
.twitter-feeds ul {
	list-style: none;
	margin: 0px;
	width: 100%;
}
.twitter-feeds ul li {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 45px;
	background-image: url(../images/twitter-feed.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0px 0px 0px;
	transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
.twitter-feeds ul li:hover{
	background-position:10px 0px;
}
.twitter-feeds ul li:first-child {
	margin: 0px;
}
/*
==========================================================
					TAGS WIDGET
==========================================================
*/
.tags-widget {
}
.tags-widget ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.tags-widget ul li {
	float: left;
	margin: 0 0 3px 3px;
}
.tags-widget ul li a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px 15px;
	text-decoration: none;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.tags-widget ul li a:hover {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 5px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 5px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 5px rgba(255,255,255,0.3) inset;
}
/*
==========================================================
					ARCHIVES WIDGET
==========================================================
*/
.archives-widget {
}
.archives-widget ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.archives-widget ul li {
	float: left;
	width: 100%;
	margin: 8px 0px;
}
.archives-widget ul li a {
	font-size: 16px;
	color: #262525;
}
/*
==========================================================
				TAGS FOR NEWS PAGE
==========================================================
*/
.news-tags ul li {
	border-left: 1px solid #CCCCCC !important;
}
.news-tags ul li:first-child {
	border: none !important;
}
.news-tags ul li a {
	color: #000000 !important;
	padding: 5px 5px 5px 50px !important;
}
.news-tags.tags ul li.author {
	background-image: url(../images/author-black.png) !important;
}
.news-tags.tags ul li.comments {
	background-image: url(../images/comments-black.png);
}
.news-tags.tags ul li.tags {
	background-image: url(../images/tags-black.png);
	padding: 0px
}
.news-tags.tags ul li.time {
	background-image: url(../images/calender2-black.png);
}
.news-tags.tags ul li.share {
	background-image: url(../images/share.png);
}
.title {
	float: left;
	width: 100%;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title p {
	margin: 0px;
	color: #FFFFFF;
	font-size: 24px;
}
/*
=======================================================
				COMMENTS PAGE START
=======================================================
*/
.comments {
	float: left;
	width: 100%;
	padding: 30px 0px;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 30px 0px 0px 0px;
}
.comments h3 {
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	font-family: 'Raleway', sans-serif;
}
.comments .thumb {
	float: left;
	z-index: 10;
	position: relative;
}
.comments .text {
	padding: 0px 0px 0px 85px;
}
.comments .form-btn {
	font-size: 13px;
	padding: 4px 20px;
}
.comments h4 {
	margin: 0px;
}
.comments ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.comments ul li {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.comments ul li:after {
	content: "";
	width: 2px;
	position: absolute;
	left: 35px;
	bottom: 0px;
	top: 60px;
}
.comments ul ul {
	padding: 0px 0px 0px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0px 0px 0px;
}
.comments ul ul li:after {
	content: "";
	width: 50px;
	position: absolute;
	left: -65px;
	top: 35px;
	height: 2px;
}
.comments ul ul ul li:after {
	width: 150px;
	top: 35px;
	left: -165px;
}
/*
==========================================================
					BLOG PAGE FORM
==========================================================
*/
.blog .form input[type="text"] {
	width: 246px;
}
.blog .heading h3 {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}
/*
===========================================================
						CART PAGE
===========================================================
*/
.cart {
	padding: 30px 0px;
}
.basket-header {
	float: left;
	width: 100%;
}
.basket-header .heading {
	width: 76%;
}
.proceed {
	float: left;
	width: 24%;
	padding: 0px 0px 0px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.proceed-btn {
	padding: 10px 20px 10px 50px;
	background-image: url(../images/proceed-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	float: none;
	display: block;
	margin: 0px 0px 15px 0px;
}
.continue-shopping {
	font-size: 16px;
	display: block;
}
/*
===========================================================
						CART TABLE
===========================================================
*/
.cart-table {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.cart-table table {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	border: solid 1px #CCCCCC;
}
.cart-table table td {
	padding: 10px;
	border: none;
	border: solid 1px #CCCCCC;
}
.cart-table table td {
	vertical-align: middle;
}
.cart-table table tbody {
	text-transform: none;
	text-align: left;
	color: #979695;
}
.cart-table table tbody tr:hover {
	color: #5f5f5f;
	background-color: #f2d7c2;
}
.cart-table button {
	background-color: transparent;
	border: none;
	padding: 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin: 0px 0px 0px 25px;
}
.cart-table table tbody tr:hover button {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cart-table select {
	width: 100px;
	margin: 0px 0px 0px 15px;
}
.order-detail {
	float: left;
	width: 100%;
}
.order-detail .total {
	float: left;
	width: 100%;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: center;
}
.order-detail .total h4 {
	font-size: 20px;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	float: right;
	padding: 10px 15px;
	background-color: #F9F9F8;
	font-weight: 600;
}
.update {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.update * {
	float: left;
}
.update h3 {
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	margin: 0px;
	line-height: normal;
}
.update .form-btn {
	display: inline-block;
	margin: 0px 0px 0px 30px;
	float: right;
}
.update .update-btn {
	background-image: url(../images/update.png);
	padding-left: 40px
}
.update select {
	width: 300px;
	margin: 0px 0px 0px 75px;
	height: 40px;
	float: right
}
/*
=============================================================
					PRODUCT PAGE
=============================================================
*/

.products-page {
	padding: 45px 0px;
}
.product-info {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.products-page .breadcrumb {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background: none;
}
.product-info .heading {
	margin: 0px 0px 20px 0px;
}
.products-page .breadcrumb a {
	font-size: 18px;
	color: #999999;
	text-decoration: none;
}
.products-page .breadcrumb > .active {
	font-size: 18px;
}
.product-info .detail {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 490px;
}
.product-info p {
	margin: 0px 0px 10px 0px;
}
.product-info h3 {
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	line-height: normal;
	color: #979695;
}
.product-info a {
	font-size: 16px;
}
.wishlist {
	float: left;
	width: 100%;
	margin: 25px 0px 0px 0px;
}
.wishlist div {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.wishlist div p {
	margin: 5px 0px 0px 30px;
	font-size: 16px;
	float: left;
}
.wishlist div select {
	float: left;
	width: 180px;
}
.basket-btns {
	background-color: #d7d7d6;
	border: solid 1px #cecece;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3) inset;
	padding: 5px 20px;
	display: inline-block;
	color: #464646;
	text-decoration: none;
	margin: 30px 15px 0px 0px;
}
.add-basket {
	padding-left: 30px;
	background-image: url(../images/basket.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.basket-btns:hover{
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3) inset, 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3) inset, 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3) inset, 0px 0px 5px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	color: #333333;
}
.product-data {
	float: left;
	width: 100%;
}
.product-data .thumb {
	float: left;
	width: 472px
}
.product-data .thumb img {
	width: 100%;
}
.main-thumb {
	float: left;
	margin: 0px 0px 20px 0px;
}
.others {
	float: left;
}
.zoom {
	width: 52px;
	height: 55px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -60px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.others ul {
	margin: 0px;
	list-style: none;
}
.others ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	position: relative;
	overflow: hidden;
	background-color: #000000;
}
.others ul li:hover .zoom, .you-like ul li:hover .zoom {
	bottom: 50%;
	margin-bottom: -28px;
}
.others li:hover img, .you-like ul li:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.others ul li:first-child {
	margin: 0px;
}
.more-detail {
	float: left;
	width: 100%;
}
.more-detail h3 {
	font-size: 30px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
}
.more-detail .tab-content {
	padding: 20px;
	background-color: #f2d7c2;
	border: solid 1px #e6e6e6;
}
.more-detail .tab-content p {
	font-size: 13px;
	line-height: 22px;
}
.more-detail .nav {
	float: left;
	margin: 0px;
	width: 100%;
	border: none;
}
.more-detail .nav-tabs > .active > a, .more-detail .nav-tabs > .active > a:hover, .more-detail .nav-tabs > .active > a:focus {
	background: none;
	border: none;
	text-decoration: underline;
	outline: none;
}
.more-detail .nav-tabs > li > a {
	font-size: 18px;
	color: #b5b5b5;
}
/*
===========================================================
					YOU LIKE SECTION
===========================================================
*/
.you-like {
	float: left;
	width: 100%;
}
.you-like h3 {
	font-size: 22px;
	margin: 79px 0px 20px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #979695;
}
.you-like h5 {
	font-size: 18px;
	font-weight: normal;
	color: #a6a5a4;
}
.you-like ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
}
.you-like li {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: dashed 1px #b7b7b6;
	width: 100%;
}
.you-like ul li:first-child {
	margin: 0px;
	padding: 0px;
	border: none;
}
.you-like .thumb {
	position: relative;
	overflow: hidden;
	background-color: #000000;
}


.rating-system {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.review {
	float: left;
	width: 50%;
	margin: 35px 0px 0px 0px;
}
.review ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.review ul li {
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.review ul li:before {
	content: "|";
	margin: 0px 0px 0px -16px;
	float: left;
}
.review ul li:first-child {
	margin: 0px;
}
.review ul li:first-child:before {
	content: "";
}
.review ul li a {
	font-size: 14px;
	color: #535353;
	display: block;
}
.review ul li a:hover {
	color: #d7332c;
}
.one-day {
	float: left;
	width: 50%;
}
.one-day h3 {
	font-size: 20px;
	margin: 37px 0px 0px 15px;
	float: left;
}
.one-day img {
	float: left;
}
.product-detail {
}
.product-detail .nav {
	float: left;
	width: 180px !important;
}
.product-detail .nav li {
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.product-detail .nav li:first-child{
	margin:20px 0px 0px 0px;
}
.product-detail .nav-tabs > li > a {
	font-size: 18px;
	padding: 12px 10px;
	color: #2c2c2c;
	background-color: #eeeeee;
	font-weight: bold;
}
.product-detail .nav-tabs > .active > a, .product-detail .nav-tabs > .active > a:hover, .product-detail .nav-tabs > .active > a:focus {
	background-color: #FFF;
	border: solid 1px #E6E6E6;
	border-radius: 3px 0px 0px 3px;
	text-decoration: none;
}
.product-detail .tab-content {
	float: left;
	width: 950px;
	margin: 0px 0px 0px -3px;
	background-color: #FFF;
}
/*
===========================================================
					RATING START
===========================================================
*/
.rating {
	width: 80px;
	height: 16px;
	margin: 3px 0 20px 0 !important;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
	background: url(../images/star-matrix.gif) no-repeat 0px 0px;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
	background-position: 0 0
}
.onestar {
	background-position: 0 -16px
}
.twostar {
	background-position: 0 -32px
}
.threestar {
	background-position: 0 -48px
}
.fourstar {
	background-position: 0 -64px
}
.fivestar {
	background-position: 0 -80px
}
ul.rating li {
	cursor: pointer;
	/*ie5 mac doesn't like it if the list is floated\*/
	float: left;
	/* end hide*/
	text-indent: -999em;
	margin: 0px;
}
ul.rating li a {
	position: absolute;
	left: 0;
	top: 5;
	width: 16px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}
ul.rating li.one a {
	left: 0
}
ul.rating li.two a {
	left: 16px;
}
ul.rating li.three a {
	left: 32px;
}
ul.rating li.four a {
	left: 48px;
}
ul.rating li.five a {
	left: 64px;
}
ul.rating li a:hover {
	z-index: 2;
	width: 80px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(../images/star-matrix.gif) no-repeat 0px 0px;
}
ul.rating li.one a:hover {
	background-position: 0 -96px;
}
ul.rating li.two a:hover {
	background-position: 0 -112px;
}
ul.rating li.three a:hover {
	background-position: 0 -128px
}
ul.rating li.four a:hover {
	background-position: 0 -144px
}
ul.rating li.five a:hover {
	background-position: 0 -160px
}
.other-products {
	padding: 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	margin: 20px 0px;
}
.other-products p, .other-products .heading {
	color: #858585;
	background: none;
}
.other-products h3 {
	margin: 0px;
	line-height: none;
	font-size: 25px;
	font-weight: normal;
	color: #333;
}
.other-pro {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 185px;
}
.other-products .item div.other-pro:first-child {
	margin: 0px;
}
.other-pro .thumb {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	background-color: #000;
}
.other-pro .text {
	float: left;
	width: 100%;
}
.other-pro .zoom {
	position: absolute;
	width: 33px;
	height: 33px;
	background-image: url(../images/zoom2.png);
	background-repeat: no-repeat;
	bottom: -35px;
	left: 0px;
	right: 0px;
	margin: auto;
	margin-bottom: -16px;
}
.other-pro:hover .zoom {
	bottom: 50%;
}
.other-pro:hover .thumb img {
	opacity: 0.3
}
.other-pro h4, .other-pro a, .other-pro a:hover {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #373737;
	text-decoration: none;
}
.other-products .carousel {
	float: left;
	width: 100%
}
.other-products .carousel-inner {
	width: 89%;
	margin: 0px auto;
}
.other-products .carousel-control {
	background: none;
	border: none;
}
.carousel-inner{ float:left;}
/*
==========================================================
					PRODUCT LISTING
==========================================================
*/
.product-list {
}
.product-list .product-info {
	margin: 0px;
}
.product-list .breadcrumb {
	margin: 0px 0px 10px 0px;
}
.pagination ul li a {
	color: #686868;
}
.basket-items {
	color: #FFF;
	background-color: #2b2b2b;
	display: block;
	padding: 11px 15px;
	margin: 0px;
}
.product-list .nav-tabs > li > a {
	border-radius: 0px;
	padding: 10px 15px;
	color: #666;
}
.product-list .nav-tabs {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.product-list .nav-tabs > .active > a, .product-list .nav-tabs > .active > a:hover, .product-list .nav-tabs > .active > a:focus {
	color: #fff;
	margin: 0px;
}
.product-list .nav-tabs > .active > a.grid:before, .product-list .nav-tabs > .active > a.list:before {
	background-position: top;
}
.product-list .nav-tabs > li {
	margin: 0px;
}
/*
==========================================================
					PRODUCT GRID VIEW
==========================================================
*/
.grid {
	position: relative;
}
.grid:before, .list:before {
	content: "";
	height: 11px;
	width: 11px;
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.list:before {
	background-image: url(../images/list.png);
}
.grid-view {
	float: left;
	width: 100%;
}
.grid-view h4, .grid-view a {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.grid-view a, .grid-view a:hover {
	text-decoration: none;
	color: #767676;
}
.grid-view .add-basket {
	background-image: url(../images/basket2.png);
}
.grid-view ul {
	margin: 0px 0px 0px -20px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
}
.grid-view ul li {
	float: left;
	margin: 0px 0px 5px 20px;
}
/*.grid-view ul li:hover{transform: scale(1.1); 	float: left;
	margin: 0px 0px 30px 20px;}
	*/
.grid-view .thumb {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.grid-view .off {
	border-radius: 100%;
	background-color: #FFF;
	position: absolute;
	top: 15px;
	font-size: inherit;
	right: 15px;
	height: 60px;
	width: 60px;
	padding: 0px;
}
.grid-view .off .ammount {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 14px 0px 0px 0px;
	text-align: center;
}
.grid-view .off .discount {
	font-size: 18px;
	text-align: right;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px 0px 0px;
}
.grid-view ul.rating li {
	margin: 0px !important;
}
.grid-view .rating {
	margin: 0px 0px 10px 0px !important;
}
.brand-list {
	position: absolute;
	right: 0px;
	top: 8px;
}
.brand-list a.up {
	font-size: 12px;
	text-decoration: none;
	margin: 0px 10px;
}
.brand-list select {
	margin: 0px;
	width: 100px;
}
.brand-list a.up:after {
	content: "";
	height: 7px;
	width: 5px;
	display: inline-block;
	background-image: url(../images/up.png);
	margin: 0px 0px 0px 5px;
}
/*
==========================================================
				PRODUCT LIST VIEW
==========================================================
*/
#list .grid-view ul li {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
#list .grid-view ul {
	margin: 0px;
}
#list .grid-view .thumb {
	float: left;
	width: auto;
	margin: 0px;
}
#list .grid-view .text {
	padding: 0px 0px 0px 300px;
	position: absolute;
}
#list .grid-view .text h4 {
	font-size: 24px;
}
#list .grid-view ul.rating {
	display: inline-block;
	margin: 0px 0px 0px 10px !important;
}
#list .add-top-basket {
	margin: 10px 0px;
}
#list .form-btn {
	color: #FFF;
	background-image: url(../images/basket3.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 7px 20px 7px 40px;
}
/*
==========================================================
				WHATS NEW PAGE SLIDER
==========================================================
*/

.slider-whats{
	float:left;
	width:100%;
	position:relative;
	background-color:#1e1e1e;
}
.slider-whats .thumb{
	float:left;
	width:71%;
	border-right:solid 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
}
.slider-whats .thumb .offer{
	padding:10px 20px;
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.5);
	font-size:16px;
	color:#FFF;
	font-weight:600;
}
.slider-whats .thumb .caption{
	padding:10px 20px;
	position:absolute;
	left:0px;
	bottom:77px;
	background-color:rgba(0,0,0,0.8);
	font-size:36px;
	font-family: 'Great Vibes', cursive;
	color:#FFF;
	font-weight:600;
	line-height:normal;
	text-shadow:1px 1px 0px #000;
}
.slider-whats .thumb img{
	width:100%;
}
.slider-whats .text{
	width:29%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.slider-whats .text h4{
	color:#fff;
	font-size:20px;
	line-height:normal;
}

.slider-whats .text p{
	color:#a7a7a7;
	font-size:12px;
}
.slider-whats .text .color:before{
	content:"+";
	font-size:20px;
	display:inline;
	margin:0px 5px 0px 0px;
	float:left;
	font-weight:bold;
}
.slider-whats .time{
	position:absolute;
	right:20px;
	bottom:40px;
	background-image:url(../images/clock.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0px 5px 30px;
	color:#a7a7a7;
}
.whats-new .bx-wrapper .bx-pager{
	display:none;
}
.whats-new .bx-wrapper .bx-next, .whats-new .bx-wrapper .bx-prev{
	height:33px;
	width:33px;
	background-color:#535353;
	background-image:url(../images/new-directions.png);
	background-repeat:no-repeat;
	background-position:-26px center;
	margin:0px;
	right:0px;
	left:auto;
}
.whats-new .bx-wrapper .bx-next:hover{
	background-position:12px center;
	background-color:#474747;
	opacity:1;
}
.whats-new .bx-wrapper .bx-prev{
	background-image:url(../images/new-directions2.png);
	background-repeat:no-repeat;
	background-position:12px center;
	right:33px;
	left:auto;
}
.whats-new .bxslider{
	margin:0px;
}
.whats-new .bx-wrapper .bx-prev:hover{
	background-position:-26px center;
	background-color:#474747;
	opacity:1;
}
.whats-new .bx-wrapper .bx-controls-direction a{
	bottom:0px
}
/*
==========================================================
				HOT TAVORITES
==========================================================
*/

.hot-favorites{
	float:left;
	width:100%;
}
.hot-favorites ul{
	margin:0px;
	padding:0 10px 0 10px;
	list-style:none;
}
.hot-favorites ul li{
	float:left;
	margin:15px 0px 0px 0px;
	width:100%;
	background-color:#FFF;
	border:solid 1px #dddddd;
	position:relative;
}
.hot-favorites ul li:hover{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.hot-favorites ul li .thumb{
	width:50%;
	float:left;
}
.hot-favorites ul li .thumb img{
	width:100%;
}
.hot-favorites ul li .text{
	width:50%;
	float:left;
	padding:5px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.hot-favorites ul li p{
	font-size:14px;
}
.hot-favorites ul li a.more{
	position:absolute;
	width:50%;
	right:0px;
	bottom:0px;
	background-color:#1c1c1c;
	color:#FFF;
	font-size:14px;
	padding:3px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.hot-favorites ul li:hover a.more{
	text-decoration:none;
}
.hot-favorites .accordion-inner{
	padding:0px;
	height:400px;
	overflow:scroll;
}
.hot-favorites .accordion-group{
	border:none;
}
.hot-favorites .accordion-heading .accordion-toggle{
	background-color:#e6e6e6;
	color:#4e4e4e;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	background-image:url(../images/plus.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding:12px 15px;
	font-weight:600;
}
.hot-favorites .accordion-heading .accordion-toggle:hover, .hot-favorites .accordion-heading .accordion-toggle:focus{
	background-image:url(../images/minus.png);
	color:#FFF;
	text-decoration:none;
}

/*
==========================================================
				YOUR STYLE BANNER
==========================================================
*/
.your-style{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.choose-style{
	
}
.your-style .caption{
	width:100%;
	padding:15px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.6);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.your-style .caption h4{
	color:#FFF;
	font-size:20px;
	margin:0px;
	font-weight:600;
}
.your-style .caption p{
	color:#FFF;
	margin:0px;
	line-height:18px;
	font-size:12px;
}
.your-style h3{
	font-family: 'Great Vibes', cursive;
	font-size:30px;
	color:#FFF;
	position:absolute;
	top:30px;
	left:10px;
}
.choose-style .carousel-indicators{
	bottom:100px;
	right:8px;
	top:auto;
}
.choose-style .carousel li{
	margin:0px 0px 0px 5px;
	cursor:pointer;
}
.more-data{
	position:absolute;
	top:-45px;
	right:-60px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color:#FFF;
	padding:65px 65px 5px;
	
}
.more-data a{
	font-size:30px;
	color:#FFF;
	font-weight:600;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	display:block;
	margin:0px 0px 10px 0px
}
.more-data a:hover{
	color:#FFF;
	text-decoration:none;
}
/*
==========================================================
				LATEST ARTICLES
==========================================================
*/
.latest-article{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px
}
.latest-article .heading{
	float:left;
	width:100%;
	background-color:#000;
	padding:12px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.latest-article .heading h4{
	color:#FFF;
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	font-weight:600;
}
.latest-article ul{
	float:left;
	width:100%;
	margin:0px;
	list-style:none;
}
.latest-article ul li{
	float:left;
	width:100%;
	border-left:solid 3px #8f8f8f;
	padding:20px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:10px 0px 0px 0px;
	background-color:#FFF;
	overflow:hidden;
}
.latest-article ul li:hover{
	border-color:#000;
}
.latest-article ul li:first-child{
	margin:0px;
}
.latest-article ul li .text{
	float:left;
	width:100%;
	display:none;
}
.latest-article ul li .text p{
	color:#fff;
}
.latest-article ul li h4{
	font-size:20px;
	color:#474747;
	font-weight:600;
}
.latest-article ul li:hover h4{
	color:#fff;
}
.latest-article ul li:hover .text{
	display:block;
}
.article-comments{
	float:left;
	width:100%;
}

.article-comments ul{
	margin:0px;
}
.article-comments ul li{
	border:none;
	padding:0px;
	width:auto;
	margin:0px 0px 0px 20px;
	background-color:transparent;
}
.article-comments ul li:hover{
	background-color:transparent;
}
.article-comments ul li:before{
	content:"|";
	color:#8f8f8f;
	float:left;
	margin: 0px 15px 0px 0px;
	
}
.article-comments ul li:first-child:before{
	content:"";
	margin:0px;
}
.article-comments ul li a{
	color:#8f8f8f;
	text-decoration:none;
}
.latest-article ul li:hover .article-comments ul li a, .latest-article ul li:hover .article-comments ul li:before{
	color:#FFF;
}
.latest-article .read-more{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0px 40px 0px;
	background-image:url(../images/more.png);
	background-repeat:no-repeat;
	background-position:center 35px;
	background-color:#000;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}

#link-styles{

text-decoration: none;

}

/*
==========================================================
				ADD CLASS FOR SMOOTHNESS
==========================================================
*/

.products, .navigation ul li a, .love-it-thumb .price, .project-thumb .caption, #carousel.flexslider li, .long-looking ul li, .thumbs-facilities .thumb img, .zoom, .thumbs-facilities:hover .thumb h4, .our-specials ul li h3, .our-specials ul li a, .social ul li a, .team .span3 .thumb, .appointment-btn, .our-team .thumb .social, .our-team .thumb img, .form-btn, .blog-listing h3, .tags-widget ul li a, .cart-table button, .cart-table table tbody tr, .you-like h5, .zoom, .others li img, .you-like ul li img, .other-pro .thumb img, .category-widget ul li a, .input button, .team .thumb .caption, .basket-btns, .whats-new .bx-wrapper .bx-next, .whats-new .bx-wrapper .bx-prev, .hot-favorites ul li a.more, .hot-favorites ul li, .hot-favorites .accordion-heading .accordion-toggle, .latest-article ul li{
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.left-side-content > img {
   	float: left;
    margin-right: 20px;
	margin-bottom:1px;
}
/*.pagination {
    float: right;
    margin: 20px 0;
}*/

.detail h4 {
    color: #fff;
    font-weight: normal;
}
.error{ color:red;}
.thumb span {
    color: #000;
	font-size:15px;
}
.flexslider.new-test {
    margin-bottom: 10px;
}
.info { color:red; margin-left:0px;}
.form-cls {margin-bottom:10px;}

.captcha-place > img {
    margin: 0 20px 8px 0;
}
.btnRefresh {
    margin-top: -8px;
	 padding: 4px 5px;
	 background:#5ca8c2;
	 border:none;
	 color:#fff;
	 font-size:16px;
}

.flexslider{ margin: 0 0 24px 6px !important;}
.bx-wrapper .bx-controls-direction a{ z-index:100 !important;}
@media (min-width: 320px) and (max-width: 480px) {
	.form textarea{ width:302px !important;}
	.parallax-section-1{ height: 529px;}
	.social{ width:37% !important; float:left;}
}
@media (max-width:1300px){
	.banner .caption{ width:76%;}
	.header .nav-collapse ul{ width:100% !important;}
	.header .nav-collapse ul li a{ padding:25px 20px !important;}	
}
@media (max-width:1024px){
	.header .nav-collapse ul li a {
    padding: 25px 10px !important;
}
.form input[type="text"] {
    width: 462px !important;
}
.form textarea{ width:462px;}
}
@media (max-width:980px){
.header .nav-collapse ul{ width:100% !important;}
	.header .nav-collapse ul li a{ padding:25px 10px !important;}	
	.form input[type="text"]{  width: 460px !important;}	
	.form textarea	{ width:460px;}
}
@media (min-width: 768px) and (max-width:979px) {
.form input[type="text"] {
    width: 355px !important;
}
.form textarea{ width:355px;}
}




}




