body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 1.5em;
	width: 100%;
	background: url('../image/bg_body-inner.jpg') no-repeat top center;
}
body.common-home {background: url('../image/bg_body.jpg') no-repeat top center;}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 400;
	font-family: 'Lobster', cursive;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 42px;
	color:#ec008c;
	margin-top: 5px;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #ec008c;

}

a, .item, img, button, .social-icons .fa, .dropdown-menu, #menu .nav > li > a:after, .headerTxt h2 {-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;

}




b, strong {font-weight:500;}

a:hover, a:focus {
	text-decoration: none;
	color:#000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	border-radius: 0;
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-radius: 0;
    border: 1px solid #000;
    border-bottom: 1px solid transparent;
    color:#ec008c;
	background: #fff;
}
.nav-tabs>li>a {border-radius:0; color:#ec008c; font-weight:500;}
.nav>li>a:focus, .nav>li>a:hover {background: transparent;}
.nav-tabs>li>a:hover { border-color: #000 #000 #000;}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 500;
}
/* Gradent to all drop down menus */
.dropdown-menu {border-radius:0;}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ec008c;
}

/* header */
.header {background: transparent;padding-bottom: 7px;}

/* top */
#top {
background: #fff url('../image/line-colour-1.png') repeat-x center top;
	padding: 9px 0px 5px;
	margin: 0 0 15px 0;
	min-height: 40px;
border-bottom: 1px solid #000;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #252525;
	text-decoration: none;
	background: transparent;
}
#top-links ul {margin:2px 0 ;}
#top-links li {padding:0 10px;}
@media (min-width: 767px) {
#top-links li + li {
	border-left: 2px solid #252525;
		}
	 #top-links li:last-child {padding-right:0;}
		}
#top-links li li + li {border-left:0;}
#top .btn-link:hover, #top-links a:hover {
	color: #ec008c;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	font-size: 17px;
}
#top-links .dropdown-menu a:hover {
	color: #ec008c;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links {text-align:right; font-family: 'Montserrat', sans-serif; text-transform:uppercase;font-size:18px;font-weight:500;}
#top-links a + a {
	margin-left: 15px;
}
#top-links .fa {margin-right:5px;font-size:18px;}
.dropdown-menu {background:#fff;}


/* logo */
#logo {
	margin: 0 0 10px 0;
}
.headerTxt {
	}
.headerTxt h2 {
	font-family: 'Lobster', cursive;
	font-size: 35px;
	color: #fff;
	text-align: right;
	padding: 7px 14px 15px;
	margin: 90px 0 0;
	display: table;
background: #ec008c url('../image/line-colour-2.png') no-repeat bottom center;
	float: right;}
.headerTxt h2:hover {background: #000 url('../image/line-colour-2.png') no-repeat bottom center;}

.headerTxt h2 a {color:#fff;}
.headerTxt h2:hover a {color:#ffea00;}

/* search */
#search {
	margin-bottom: 0px;
}
#search .input-group-btn {
	padding: 0px;
	background:#c41230;
}
#search .btn-default {
	padding: 6px 13px;
	color:#fff;
	background:#252525;
	border:1px solid #252525;
	height: 34px;
	
}
#search .btn-default .fa {font-size: 19px;}
#search .form-control {background:#fff; border:1px solid #000; font-size:16px;color:#000;box-shadow:none;}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	line-height: 18px;
	color: #000;
	border: 1px solid transparent;
	border-radius: 0;
	text-shadow: none;
	background: transparent;
	font-size: 15px;
}

@media (max-width: 767px) {
		#cart > .btn {
	color: #FFF;
	border: 1px solid #fff;
	border-radius: 0;
	text-shadow: none;
	background: #ec008c;
}

	}

#cart > .btn .fa {margin-right:5px;}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

#menu {
	min-height: 40px;
	margin-bottom: 15px;
	background:#ffea00;
	border: none;
	border-radius: 0;
}
#menu .nav {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
#menu .nav > li {
	flex: 1 1 auto;}
#menu .nav > li > a {
	    color: #000;
    padding: 17px 20px;
    min-height: 15px;
    background-color: transparent;
    font-size: 30px;
	    font-family: 'Lobster', cursive;
	    text-align: center;
	    font-weight: 400;
}
@media (max-width: 1200px) {
	#menu .nav > li > a {padding: 16px 10px;}
}
@media (max-width: 991px) {
	#menu .nav > li > a {padding: 16px 5px;font-size: 19px;}
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color:#ec008c;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	background:#ffea00;
	border-top: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 7px 25px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 16px;
	font-family: 'Lobster', cursive;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

@media (min-width: 768px) {
	.menu-wrapper {background:#898989;margin-top:0;}
	.navbar-collapse {padding:0;}
	#menu .nav {
	justify-content: space-between;
    margin: 0 auto;
    display: flex;}
	#menu .nav > li + li {position:relative;}
	#menu .nav > li + li:after {position:absolute; left:0; top:25px; width:6px; height:6px; border-radius:10px; background:#000; content:"";}
	#menu .dropdown a {position:relative;}
	#menu .dropdown a:after {position:absolute; content:'\f0d7'; font-family: FontAwesome; width:10px; height:10px; right:15px;}
	#menu .dropdown .dropdown-menu a:after {content:none; width:0; height:0;}
	#menu .nav > li > a {position:relative;}
	#menu .nav > li > a:after {position:absolute; content:""; background: url('../image/pops.png') no-repeat right top; width:44px; height:35px; top:-30px; left:40%; opacity:0;}
	#menu .nav > li > a:hover:after {opacity:1; top:-16px;}
}
@media (max-width: 991px) {
	#menu .dropdown a:after {right: 5px;}
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
	text-transform:uppercase;
	font-family: 'Lobster', cursive;
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ec008c;
	background-repeat: repeat-x;
	border-color: #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #0b2260;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
		text-align: center;
		text-transform: capitalize;
		font-family: 'Lobster', cursive;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #ec008c;
	color: #fff;
	font-size: 13px;
}
footer hr {
	border-top: none;
	border-bottom: 0px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ffea00;
}
footer h5 {
	font-size: 21px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	width: 80%;
	font-weight: normal;
}

.footer-contact .fa {margin-right:5px;}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius: 0;
}
.breadcrumb a {color:#000;}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 13px;
	height: 13px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	padding: 5.5px 12px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000;
	background-color: #e1e1e1;
	border-color: #999;
}
.btn-primary {
	color: #ffffff;
	background-color: #ec008c;
	border-color: #ec008c;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	border-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	border-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	color: #000;
	padding: 8px 12px;
	background: transparent;
	border: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ec008c;
	border-bottom: 1px solid #00ff1e;
	background: transparent;
	padding: 8px 9px 8px 15px;
}

.list-group-item:last-child {border-radius:0;}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	margin-bottom: 10px;	
	background: #fff;
}
.product-thumb:hover .image img  {}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 500;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
.product-thumb h4 a {color:#000;}
.product-thumb h4 a:hover {color:#ec008c;}


.product-thumb .caption {
	padding: 0 20px;
	min-height: 70px;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}
.product-thumb .caption p {display: none;}
.product-thumb .caption p.price {display: block;font-weight: 500;}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
	min-height: 70px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #666;
	font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #38cc21;
	color: #fff;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	font-family: 'Lobster', cursive;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #ec008c;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

.item-qty-label, .item-qty {float:left; line-height: 30px}
.item-qty {width:80px; margin:0 0 10px 10px;}

.subcats > div > a {line-height:1.2em;}
.thumbnail {border-radius:0;}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    
}

#column-left h3 {
	border-bottom: 5px solid #00ff1e;;
	padding: 6px 17px;;
	font-size: 27px;;
	margin: 0 0 10px;;
	color: #fff;
	background: #ec008c;}

/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.owl-wrapper-outer {    border: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;}

.g-recaptcha{
         transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

/*--------------------- Homepage --------------------------------------------*/
/*.flexslider {margin-bottom:0 !important;}
.flex-direction-nav .flex-next {right: 10% !important;}
.flex-direction-nav .flex-prev {left: 10% !important;}
.flexslider .flex-slides .slider-caption img {width:83px; margin-bottom:10px;}
.flexslider .flex-slides .slider-caption-text {color:#fff; background:rgba(0,0,0,0.8); width:90%; padding:20px;text-align:left;}
.flexslider .flex-slides .slider-caption-text h3 {color:#fff;margin:0 0 15px;font-size:30px;font-weight:800;}
.flexslider .flex-slides .slider-caption-text a {color:#fff; text-decoration: underline;}
.flexslider .flex-slides .slider-caption-text a:hover {color:#fcb716;}
#flexSlider-1 .flex-control-paging li a {border:0; width:13px; height:13px; background: #ccc}
#flexSlider-1 .flex-control-paging li a.flex-active {background:#fc981c;} 
#flexSlider-1 .flex-control-paging li a:hover, #flexSlider-1 .flex-control-paging li a.flex-active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#flexSlider-1 .caption-left {left:10%;}
#flexSlider-1 .caption-left h3 {font-size:48px; color:#000; text-transform: uppercase; margin:0 0 20px 0;}
#flexSlider-1 .flex-caption p {
	color: #000;
    font-size: 25px;
    font-weight: 600;
    font-style: inherit;
    margin-bottom: 15px;
    text-shadow:none;
    line-height:1.5em;}
#flexSlider-1 .flex-caption p a {color:#ec008c;}
#flexSlider-1 .flex-caption p a:hover {color:#000;}
#flexSlider-1 .flex-caption p a .fa {font-size:20px;}
#flexSlider-1 .flex-direction-nav {bottom: 5%;
    position: absolute;
    width: 100%;}*/
#slideshow0 .owl-pagination {
	top: -30px;
	height: 0;}
#slideshow0 .owl-controls .owl-page span {background: #fff}
#slideshow0 .owl-controls .owl-page.active span {background: #ec008c}
#slideshow0.owl-carousel .owl-buttons div {color:#fff;}

.WelcomeText {
	text-align: center; border-bottom:1px dashed #aaa;
	padding: 10px 0 30px;}
.WelcomeText h2 {color:#000; font-size: 40px; text-align:center; text-shadow: 2px 2px 5px rgba(0,0,0,0.5); padding-bottom:40px; position: relative;}
.WelcomeText h2:after {position: absolute; content:""; width:100px; height:7px; background: #ec008c; bottom:10px; left:50%; margin-left:-50px;}

.featured {padding:10px 0;}
.featured h3 {text-align:center; font-size:28px;position:relative;padding-bottom:40px; margin-bottom:20px;}
.featured h3:after {position: absolute; content:""; width:100px; height:7px; background: #ec008c; bottom:10px; left:50%; margin-left:-50px;}
.featured .clearfix.visible-lg {display:none !important;}

/*---------------------Rentals--------------------------------------------*/
.Rentals {}
.Rentals #content img {max-width:100%; width:100% !important; height:auto !important;}
.Rentals table td img {float:left;} {max-width:250px;}

/*---------------------Contact Us--------------------------------------------*/
.information-contact td {vertical-align: top;}
.information-contact td img {margin-left:10px;}

/*---------------------Footer--------------------------------------------*/
.social-icons {text-align: center;}
.social-icons ul {margin-bottom:20px;}
.social-icons li {margin:0 3px;}
.social-icons .fa { font-size:25px; position:relative; z-index: 2; text-align: center;width:1em; color:#ec008c;}
.social-icons .fa:after {position: absolute;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    content: ""; 
    left: -0.22em;
    bottom: -0.23em;
    z-index: -1;
    border-radius: 20px;}
.social-icons .fa-facebook:hover:after {background:#1e51a0;}
.social-icons .fa-twitter:hover:after {background:#01adea;}
.social-icons .fa-linkedin:hover:after {background:#0f6cc8;}
.social-icons .fa-youtube:hover:after {background:#e33614;}
.social-icons .fa-instagram:hover:after {background:#6a453b;}
.social-icons .fa:hover {color:#fff;}

.social-icons img {display:inline;}

.copyright {
	padding: 13px 0;
    color: #fff;
    font-weight: 400;
    background: #ec008c;
    font-size: 13px;
	border-top: 1px solid #Fff;
}
.copyright a {color: #fff;}
.copyright a:hover {color:#999;}

/*--------------------- Responsive--------------------------------------------*/

@media (min-width: 1230px) {
	
}

@media (max-width: 1199px) {
	#top-links li + li {border:none;}
	#cart {margin-top: 10px;}
	
/*	#flexSlider-1 .caption-left h3 {font-size: 35px;}
	#flexSlider-1 .flex-caption p {font-size:20px; text-shadow: 0 0 5px #FFFFFF;}
	#flexSlider-1 .flex-caption {max-width: 75%}*/

    .social-icons .fa {font-size:20px;}

}

@media (max-width: 991px) {
	.headerTxt {font-size:25px;}
	#cart {margin-top: 10px;}
	#top-links {font-size:12px;}
	#top-links li { padding: 0 8px;}
	.img-right {float:none !important; margin:0 auto 10px !important; display:table;}
	.headerTxt h2 {margin-top:46px;font-size:25px;}
    .social-icons .fa {font-size:18px;}
    .social-icons li {margin: 0 0px;}
    #column-left h3 {font-size:22px;}
    #cart > .btn {font-size: 13px; padding: 10px 5px;}
    .WelcomeText h2 {font-size:30px;}
    .information-contact td {display: block;}
    .information-contact td img {margin:0;}
}

@media (min-width: 768px) {
	#slideshow0 {background: transparent; border-bottom: 0;margin: 0; }
}
@media (max-width: 767px) {
	h1 {font-size:28px;}
	h2 {font-size:25px;}
	#top-links {float:none !important;margin:0 auto 0;display:table;text-align:center;}
	#top-links ul {margin-bottom:0;}
	#top-links .dropdown-menu a {font-size:13px; text-transform: capitalize;}
	.headerTxt {text-align:center;margin:0 auto;display:table;}
	#logo {margin:0 auto 5px; display: table;}
	#logo img {width: 150px;}
	.information-information img, .HomeWelcome img {float:none; margin:0 auto 10px; display:table;}
	.headerTxt h2 {font-size:20px;margin:0;}
	.menu-wrapper {background: #898989;}
	#menu .nav > li > a {padding: 7px 5px; font-size: 16px;}
	#menu .dropdown-inner a {font-size:15px; padding: 5px 5px;}
/*	#flexSlider-1 .caption-left h3 {font-size: 20px;     margin: 0 0 10px 0;}
	#flexSlider-1 .flex-caption p {display:none;}
	#flexSlider-1 .flex-caption p + p {display:block; font-size:16px;}
	#flexSlider-1 .flex-caption p a .fa {font-size:14px;}
	#flexSlider-1 .flex-control-nav, #flexSlider-1 .flex-direction-nav {display:none;}*/

	footer {text-align: center;}
	footer h5 {float:none; margin:0 auto;}
	.social-icons {margin:20px 0;}
	.social-icons .fa {font-size:20px;}
    .social-icons li {margin: 0 3px;}
	.copyright {text-align: center;}

	#content {
    min-height: 200px;
     }
	
} 

/* Responsive Shopping Cart */

@media only screen and (max-width: 550px) {
	#shopping-cart table, #shopping-cart thead, #shopping-cart tbody, #shopping-cart th, #shopping-cart td, #shopping-cart tr {
		display: block;
	}
	#shopping-cart thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}
	#shopping-cart tr {
		border: 1px solid #ccc;
	}
	#shopping-cart td {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: -moz-use-text-color -moz-use-text-color #eee;
		border-image: none;
		border-style: none none solid;
		border-width: medium medium 1px;
		position: relative;
		text-align: center;
		white-space: normal;
	}
	#shopping-cart tfoot {
		width: 100%;
		display: block;
	}
	#shopping-cart td.totals {
		float: left;
		width: 75%;
	}
	#shopping-cart td.totals:nth-child(2) {
		float: right;
		width: 25%;
	}
	.table-responsive > .table > tbody > tr > td:nth-child(4) .input-group {
		margin: 0 auto;
		width: 100%;
	}

	.Rentals table td {float:left;}
}

@media (max-width: 520px) {
	.col-xxs-12 {width:100%;}
	.Salon-wrap li a {font-size:14px;}
}

.ct-gallery.ct-gallery--col4 .ct-gallery-item {
    width: 23%;
}