/**Bootstrap 2.0+ Modified Classes for Homepage**/
@media(min-width:1200px) {
.container {
width: 1180px;
}
.span12 {
width: 1180px;
}
.span11 {
width: 1080px;
}
.span10 {
width: 980px;
}
.span9 {
width: 880px;
}
.span8 {
width: 780px;
}
.span7 {
width: 680px;
}
.span6 {
width: 580px;
}
.span5 {
width: 480px;
}
.span4 {
width: 380px;
}
.span3 {
width: 280px;
}
.span2 {
width: 180px;
}
.span1 {
width: 80px;
}
}
/**Bootstrap 3.0+ Featured Classes**/
/*Video Page*/
h2.title-block {
	color: #ca005c;
	font-family: "CoronetLTStdBold";
	font-size: 35px;
	font-weight: normal;
	line-height: 38px;
	margin-bottom: 0;
	padding: 0 0 12px;
}
.video-frame {
	border: 12px solid #e5e5e5;
}
.video-frame iframe {
	display:block;
	width: 100% !important;
}
.videoGallery {
	list-style:none;
}
.video-description h2 {
	font-family:Cardo, serif;
	color:#333;
	font-size:22px;
	line-height:normal;
	margin-top:0px;
}
.video-description p {
	color:#615c5c;
	font-size:14px;
}
.videoGallery li:nth-child(even) .span5 {
 float: right;
}
.videoGallery li:first-child {
	margin-top:0px;
}
.videoGallery li {
	margin-top:40px;
}
.videoGallery li:nth-child(odd) .span5 {
 float: left;
}
.videoGallery li:nth-child(even) .span7 {
 margin-right:20px;
 margin-left:0px;
}
/*Video Page ends hers*/
.header-container .header-nav-container.fixed-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 200;
}
#navbar li.last-ones .dropdown {
	left: auto !important;
	right: 0 !important;
	top: 45px;
}
.fixed-header {
	transition: height 0.3s ease 0s;
}
.header-container {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}
.span2.header-center {
	left: 48%;
	position: absolute;
	top: 20px;
}
.list-inline {
	padding-left:0;
	margin-left:-5px;
	list-style:none
}
.list-inline>li {
	display:inline-block;
	padding-right:5px;
	padding-left:5px
}

/*New addition 7 Oct*/
.list-inline>li strong{ font-size:18px; color: #626262; }
.list-inline>li .ion-ios-telephone{display: inline-block; color: #626262; float: left; font-size: 20px; margin-top: 1px; padding-right: 5px; }
/*New addition 7 Oct*/

.list-unstyled {
	padding-left:0;
	list-style:none;
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-nowrap {
	white-space:nowrap
}
.text-lowercase {
	text-transform:lowercase
}
.text-uppercase {
	text-transform:uppercase
}
.text-capitalize {
	text-transform:capitalize
}
.padding-bottom20 {
	padding-bottom:20px;
}
.padding-bottom40 {
	padding-bottom:40px;
}
/**TypoGraphy**/
* {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.title-bar {
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.title-bar:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 9px;
	background: #f3f3f3;
}
.title-bar:after {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f3f3f3;
}
.title-bar span {
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding: 0 10px;
}
.title-bar.text-left span {
	padding: 0 10px 0 0;
}
.title {
	font-size: 64px;
	line-height: 1.4;
	margin: 0;
	font-weight: 700;
}
.b-title {
	font-size: 40px;
}
.m-title {
	font-size: 32px;
}
.s-title {
	font-size: 30px;
}
.primary-font {
	font-family:"Yeseva One", serif;
}
.secondary-font {
	font-family: "Cardo", serif;
	font-weight: 400;
}
/**Misc******************/
.link, .link:hover {
	position: relative;
	font-family: Cardo, serif;
	font-size: 20px;
	line-height: 1.2;
	font-style: italic;
	color: inherit;
	text-decoration: underline;
}
/**Block Layout**/
.grid-layout {
}
.grid-column {
}
.grid-row {
}
.grid-element {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	background: #ffffff;
	margin-bottom: 20px;
}
.grid-element.bordered {
	padding: 25px;
}
.grid-element.bordered:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 15px solid rgba(255, 255, 255, 0.1);
	content: "";
}
.grid-element.bordered > * {
	position: relative;
}
.grid-element.small-single {
	height: 175px;
}
.grid-element.small-double {
	height: 370px;
}
.grid-element.big-single {
	height: 215px;
}
.grid-element.big-double {
	height: 450px;
}
/**Block Styling**/
.image-overlay {
}
.border-overlay {
}
/* Header ================================================================================ */
.header-container {
	position: relative;
	z-index: 101;
}
.header-top-container {
	background-color: #fff;
	color:#333333;
	padding: 10px 0 20px 0;
}
.header-top {
}
.header-top-container a {
	color:#333333;
}
.header-top-left {
}
.header-top-left .logo-wrapper .logo {
	float: left;
}
.header-top-left .logo-wrapper h2 {
	font-family: Cardo, serif;
	font-size: 24px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 400;
	padding-top: 15px;
	margin:0 0 0 150px;
	clear:none;
}
.header-top-right {
	text-align: right;
	font-size: 15px;
	line-height: 1.2;
}
.header-top-right span[class=*"ion-"] {
font-size: 18px;
line-height: 1.2;
}
.header-top-right ul {
	margin: 0;
	padding: 0;
}
.header-top--right {
	margin-bottom: 20px;
}
.header-top-right .search-wrapper, .header-top-right .mini-cart-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.header-top-right .search-wrapper input[type="text"], .header-top-right .search-wrapper button {
	display: inline-block;
	height: 42px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
.header-top-right .search-wrapper button {
	background: #e6e6e6;
	height: 42px;
	font-size: 24px;
	margin-left: -5px;
}
.header-top-right .search-wrapper .form-search {
	margin: 0;
	padding: 0;
}
.header-top-right .header-acc-trigger {
	display: inline-block;
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
	color: #333;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
}
.header-top-right .mini-cart-wrapper {
	border: 1px dashed #d7d7d7;
	height: 40px;
	line-height: 40px;
	padding:0 10px;
}
.header-nav-container {
	position: relative;
	background-color: #333333;
	color:#ffffff;
	max-height: 40px;
}
.header-nav-trigger, .header-nav-trigger:hover, .header-nav-trigger:active {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	display:block;
	color: #ffffff;
	padding: 10px 5px;
	text-decoration: none;
	text-align: center;
}
.header-nav-trigger.open {
	color: #e64c84;
}
.header-nav {
	display: none;
}
.header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}
.header-nav ul li {
	display: table-cell;
}
.header-nav ul li a {
	font-size: 16px;
	line-height: 1.2;
	display:block;
	color: #ffffff;
	padding: 10px 5px;
	text-decoration: none;
	text-align: center;
}
.header-nav ul li a:hover {
	color: #fff;
}
.header-nav ul li.menu.active > a {
	color: #e64c84;
}
.header-nav ul li a.home-icon {
    font-size: 21px;
    padding: 0;
    position: relative;
    top: 1px;
}
/* Banner ================================================================================ */
.banner-container {
	position: relative;
	color: #ffffff;
	max-height: 600px;
	overflow: hidden;
	max-width:1360px;
	margin:0 auto ;
}
.banner-next {
	position: absolute;
	right: 50%;
	margin-right: -550px;
	bottom: 150px;
	z-index: 100;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background: #e64c84;
	color: #ffffff;
	font-size: 67px;
	line-height: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.banner-next:hover, .banner-next:active {
	color: #ffffff;
}
.banner-next span {
	position: relative;
	right: 10px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.banner-next:hover span {
	right: 0;
}
.banner {
}
.banner-item {
	position: relative;
}
.banner-item .banner-image {
	/*max-height: 600px;
	overflow: hidden;*/
	max-height:100%;
}
.banner-item .banner-image img{
max-height:100%;
}
/*.banner-item .banner-text {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
}*/
.banner-item .banner-text h6 {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 5px;
}
.banner-item .banner-text h2 {
	font-family:Yeseva One, serif;
	font-size: 64px;
	line-height: 1.2;
	font-weight: normal;
}
.banner-item .banner-text p {
	font-size: 17px;
	line-height: 1.2;
}
.banner-item .banner-text a {
	font-family: Cardo, serif;
	font-size: 20px;
	line-height: 1.2;
	font-style: italic;
	text-decoration: underline;
	color: inherit;
}
/* Main Section ================================================================================ */
.main-section {
	padding: 60px 0 30px;
}
.homeblock-container {
}
.homeblock-container .floated-wrapper {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-position: center center;
	background-size: cover;
}
/* .homeblock-container .floated-wrapper.image-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
} */
.homeblock-container .floated-wrapper.image-wrapper:hover:before {
	background: rgba(0, 0, 0, 0.4);
}
/* .homeblock-container .floated-wrapper .floated-text {
	position: relative;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 20px;
} */
.homeblock-container .floated-wrapper .floated-text h6 {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 5px;
	margin-bottom: 30px;
	font-weight: normal;
}
.homeblock-container .floated-wrapper .floated-text h3 {
	font-family:Yeseva One, serif;
	font-size: 42px;
	line-height: 1.2;
	font-weight: normal;
}
.homeblock-container .floated-wrapper .floated-text p {
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 30px;
}
/*.homeblock-container .floated-wrapper .floated-item{position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.homeblock-container .floated-wrapper .floated-item
.homeblock-container .floated-wrapper .floated-item
.homeblock-container .floated-wrapper .floated-item .floated-text{position: absolute;}*/


.homeblock-container .sale-wrapper {
	overflow: hidden;
	height: 280px;
}
.homeblock-container .sale-wrapper .sale-image img {
	width: 100%;
}
.homeblock-container .sale-wrapper .sale-top, .homeblock-container .sale-wrapper .sale-bottom, .homeblock-container .sale-wrapper .sale-circle {
	position: absolute;
	top: 0;
	left: 0;
}
.homeblock-container .sale-wrapper .sale-top {
	background: #e64c84;
	color: #ffffff;
	padding:0 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	height: 30px;
}
.homeblock-container .sale-wrapper .sale-top:before, .homeblock-container .sale-wrapper .sale-top:after {
	position: absolute;
	right: -15px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
}
.homeblock-container .sale-wrapper .sale-top:before {
	bottom: -15px;
	border-right-color:#e64c84;
	content:"";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.homeblock-container .sale-wrapper .sale-top:after {
	top: -15px;
	border-left-color:#e64c84;
	content:"";
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.homeblock-container .sale-wrapper .sale-bottom {
	background: #333333;
	color: #ffffff;
	display: table;
	border-spacing: 10px;
	width: 100%;
	height: 60px;
	bottom: 0;
	top: auto;
}
.homeblock-container .sale-wrapper .sale-bottom .sale-title, .homeblock-container .sale-wrapper .sale-bottom .sale-time {
	display: table-cell;
	vertical-align: top;
	min-width: 200px;
}
.homeblock-container .sale-wrapper .sale-bottom .sale-time .sale-time-inner {
	display: inline-block;
	float: right;
}
.homeblock-container .sale-wrapper .sale-bottom .sale-title span {
	display: block;
	font-family:Yeseva One, serif;
	font-size: 25px;
	line-height: 1.2;
}
.homeblock-container .sale-wrapper .sale-bottom .sale-time span {
	float: left;
	margin-right: 5px;
	max-width: 40px;
	font-family: Cardo, serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}
.homeblock-container .sale-wrapper .sale-bottom .sale-time span span {
	font-size: 13px;
}
.homeblock-container .color-swatches-wrapper {
	background-color: #333333;
	color: #ffffff;
	padding: 20px 32px;
}
.homeblock-container .color-swatches-wrapper .color-lists {
	margin: 10px 0;
}
.homeblock-container .color-swatches-wrapper .color-lists li {
	padding-right: 0;
}
.homeblock-container .color-swatches-wrapper .color-lists .color {
	display: block;
	width: 32px;
	height: 32px;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.blue {
	background: #428eb2;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.dgrey {
	background: #b2b2b2;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.red {
	background: #e95b59;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.grey {
	background: #ebe6ec;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.sgreen {
	background: #87b1a3;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.green {
	background: #89a052;
}
.homeblock-container .color-swatches-wrapper .color-lists .color.pink {
	background: #e66393;
}
.homeblock-container .free-wrapper {
	background-color: #e64c84;
	color: #ffffff;
	padding: 20px 120px 20px 35px;
	overflow: hidden;
}
.homeblock-container .free-wrapper img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.homeblock-container .collection-wrapper {
}
.homeblock-container .collection-wrapper .floated-wrapper {
	height:515px;
}
.homeblock-container .newsletter-wrapper {
	background: #ffffff;
	color: #333333;
	padding: 50px;
}
.homeblock-container .newsletter-wrapper:before {
	border-color:rgba(0, 0, 0, 0.1);
}
.homeblock-container .newsletter-wrapper .floated-text h3 {
	font-size: 30px;
}
.homeblock-container .newsletter-wrapper .floated-text p {
	font-size: 15px;
	color: #666666;
	margin-bottom: 30px;
}
.homeblock-container .newsletter-wrapper .floated-text input[type="text"], .homeblock-container .newsletter-wrapper .floated-text button {
	display: inline-block;
	width: 100%;
	height: 42px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.homeblock-container .newsletter-wrapper .floated-text button {
	border: 1px solid #e0e0e0;
	background: #e6e6e6;
	font-size: 18px;
	text-transform: uppercase;
	max-width: 200px;
}
.clients-list{text-align:center;}
.clients-list.owl-carousel .owl-item img{
	display:inline-block;
	width:auto;
}
.product-categories-container {
}
.product-categories-container .products-list {
	position: relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-categories-container .product-wrapper {
	position: relative;
	background: #f3f3f3;
	color: #333333;
	height: 390px;
}
.product-categories-container .product-wrapper .product-image {
	display: block;
	width: 100%;
	height: 260px;
	text-align: center;
}
.product-categories-container .product-wrapper .product-detail {/*position: absolute; bottom: 0; left: 0; right: 0;*/
	padding:10px 20px 30px;
	text-align: center;
}
.product-categories-container .product-wrapper .product-detail h6 {
	/*font-family: Yeseva One, serif;*/
	font-family:lora;
	font-size: 36px;
	line-height: 1.4;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.product-categories-container .product-wrapper.full-image {
	background-position: center center;
	background-size: cover;
	color: #ffffff;
}
.intro-container {
}
/* Footer Section ================================================================================ */
.footer-container {
	background: #333333;
	font-size: 16px;
	color: #ffffff;
}
.footer-container a {
	font-size: 14px;
	color: #b2b2b2;
}
.footer-top-container {
	background: #333333;
	color: #ffffff;
	padding: 40px 0;
}
.footer-top-container .social-wrapper {
	display: inline-block;
}
.footer-top-container .social-wrapper h6 {
	font-size: 24px;
	font-weight: normal;
}
.footer-top-container .social-wrapper .social-icon {
	display: block;
	width: 56px;
	height: 56px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	background: #484848;
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	line-height: 56px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.footer-top-container .social-wrapper .social-icon:hover {
	background: #ffffff;
	color:#484848;
}
.footer-bottom-container {
	background: #4d4d4d;
	color: #ffffff;
	padding: 10px 0;
}
/*Breadcrumb*/
.breadcrumb-area {
	float: left;
	width: 100%;
}
#breadcrumbs {
	float: left;
	width: 100%;
}
#breadcrumbs ul {
	border: 1px solid #c0c0c0;
	float: left;
	margin: 20px 0;
	padding: 0 2%;
	width: 96%;
}
#breadcrumbs ul li:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#breadcrumbs ul li {
	background:url(../images/islandfurniture/breadcrumbs.png) no-repeat scroll left center;
	float: left;
	list-style: outside none none;
	padding: 0 13px;
}
#breadcrumbs ul li a, #breadcrumbs ul li span {
	color: #000000;
	display: block;
	float: left;
	font-size: 11px;
	padding: 1px 0;
	text-decoration: none;
}
h2.title-block {
	color: #ca005c;
	font-family: "CoronetLTStdBold";
	font-size: 35px;
	font-weight: normal;
	line-height: 38px;
	margin-bottom: 0;
	padding: 0 0 12px;
}
.video-frame {
	border: 12px solid #e5e5e5;
}
.video-frame iframe {
	display:block;
	width: 100% !important;
}
.videoGallery {
	list-style:none !important;
	margin:0px;
	padding:0px !important;
}
.video-description h2 {
	font-family:Cardo, serif;
	color:#333;
	font-size:22px;
	line-height:normal;
	margin-top:0px;
}
.video-description p {
	color:#615c5c;
	font-size:14px;
}
.videoGallery li:nth-child(even) .span5 {
 float: right;
}
.videoGallery li:first-child {
	margin-top:0px;
}
.videoGallery li {
	margin-top:20px;
}
.videoGallery li:nth-child(odd) .span5 {
 float: left;
}
.videoGallery li:nth-child(even) .span7 {
 margin-right:20px;
 margin-left:0px;
}
/* Footer Section ================================================================================ */
.footer-container {
	background: #333333;
	font-size: 16px;
	color: #ffffff;
}
.footer-container a {
	font-size: 14px;
	color: #b2b2b2;
}
.footer-top-container {
	background: #333333;
	color: #ffffff;
	padding: 40px 0;
}
.footer-top-container .social-wrapper {
	display: inline-block;
}
.footer-top-container .social-wrapper h6 {
	font-size: 24px;
	font-weight: normal;
}
.footer-top-container .social-wrapper .social-icon {
	display: block;
	width: 56px;
	height: 56px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	background: #484848;
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	line-height: 56px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.footer-top-container .social-wrapper .social-icon:hover {
	background: #ffffff;
	color:#484848;
}
.footer-bottom-container {
	background: #4d4d4d;
	color: #ffffff;
	padding: 10px 0;
}
 @media(max-width:1200px) {
 .padding-bottom20 {
padding-bottom:20px;
}
 .padding-bottom40 {
padding-bottom:30px;
}
 .b-title {
font-size: 32px;
}
 .m-title {
font-size: 28px;
}
 .s-title {
font-size: 24px;
}
    
    /*header ================================================================================ */
    .header-nav ul li a {
font-size: 13px;
padding: 10px 4px;
}
.header-nav ul li a.home-icon{font-size: 15px;}
#navbar > ul > li.nav11{padding:0;}
    
    /* Banner ================================================================================ */
    .banner-next {
margin-right: -500px;
}
    
    /* Main Section ================================================================================ */
    .main-section {
padding: 20px 0;
}
 .homeblock-container .color-swatches-wrapper .color-lists .color {
width:28px;
height:28px;
}
 .span2.header-center {
 left: 48%;
 position: absolute;
}
}
@media(max-width:979px) {
 .b-title {
font-size: 28px;
line-height: 1.2;
}
 .m-title {
font-size: 24px;
line-height: 1.2;
}
 .s-title {
font-size: 24px;
line-height: 1.2;
}
    
    /**Block Layout**/
    .grid-element.small-single {
height: 150px;
}
 .grid-element.small-double {
height: 320px;
}
 .grid-element.big-single {
height: 180px;
}
 .grid-element.big-double {
height: 380px;
}
    
    /* Header ================================================================================ */
    .header-top-left .logo-wrapper h2 {
font-size: 18px;
}
 .header-top--right {
margin-bottom: 10px;
}
 .header-top-right .search-wrapper input[type="text"], .header-top-right .search-wrapper button {
max-width: 130px;
}

/*new css for header as addition of calling section START*/

/*comented
 .header-top-right .search-wrapper {
margin-left: 0;
}*/
	.header-top-right .search-wrapper{margin-left: 10px;}
	.header-top-right .search-wrapper input[type="text"]{max-width: 120px;}
	.header-top-right .mini-cart-wrapper{margin-left: 7px; padding: 0 5px;}
	.header-top-right .mini-cart-wrapper a{font-size: 12px;}

/*new css for header as addition of calling section END*/


    
    /*.header-nav ul li:nth-child(n+7):nth-child(-n+15){display: none;}*/
    .header-nav ul li a {
font-size: 10px;
}
    
    /* Banner ================================================================================ */
    .banner-next {
margin-right: -362px;
bottom: 50px;
}
    
    /* Main Section ================================================================================ */
    .homeblock-container .sale-wrapper .sale-bottom .sale-title span {
font-size: 18px;
}
 .homeblock-container .floated-wrapper .floated-text h3 {
font-size: 24px;
margin: 0;
}
 .homeblock-container .color-swatches-wrapper {
padding: 20px;
}
 .homeblock-container .color-swatches-wrapper .color-lists {
margin: 5px 0;
}
 .homeblock-container .color-swatches-wrapper .color-lists .color {
width: 20px;
height: 20px;
}
 .homeblock-container .free-wrapper {
padding: 20px;
background-image:url(/)!important;
}
 .homeblock-container .collection-wrapper .floated-wrapper {
height:380px;
}
 .product-categories-container .product-wrapper {
height: 330px;
}
 .product-categories-container .product-wrapper .product-image {
height: 230px;
}
 .product-categories-container .product-wrapper .product-detail h6 {
font-size: 24px;
}
 .intro-container .span6 {
width: 724px;
margin-bottom: 20px;
}
 .intro-container .span6:last-child {
margin-bottom: 0;
}
    
    /* Footer Section ================================================================================ */
    .footer-container .span2 {
width: 166px;
}
 .footer-container .span4 {
width: 724px;
}
 .footer-container .span4.text-right, .footer-top-container .social-wrapper h6 {
text-align: center;
}
}
@media(max-width:767px) {
/* body {
 padding: 189px 10px 10px !important;
}*/
.videoGallery li {
    margin-top: 0;
}
.banner-text .container{padding:0px 15px;}
.footer-top-container .social-wrapper .social-icon {
 font-size: 22px;
 height: 46px;
 line-height: 50px;
 width: 46px;
}
 .padding-bottom20, .padding-bottom40 {
padding-bottom:15px;
}
    /**Block Layout**/
    .grid-element.small-single {
height: 150px;
}
 .grid-element.small-double {
height: 320px;
}
 .grid-element.big-single {
height: 180px;
}
 .grid-element.big-double {
height: 380px;
}
 .header-center {
display:none;
}
 .header-top-left .logo-wrapper h2 {
 margin: 0 0 0 108px;
 padding-top:0px;
 text-align: left;
}
.logo {
 text-align: center;
 width: 95px;
}
    /**Header *************************************/
    .header-top-left {
position: relative;
text-align: center;
}
 .header-top-left .logo-wrapper {
display: inline-block;
}
 .header-top-left:before, .header-top-left:after {
display: table;
content: "";
clear: both;
}
 .header-top-right {
text-align: center;
}
 .header-top-right .header-bottom--right {
display: inline-block;
margin-top: 5px;
}
 .header-top-right .header-top--right {
display: none;
}
 .header-top-right .header-top--right ul {
display: inline-block;
width: 282px;
}
 .header-top-right .header-top--right ul li {
display:block;
background-color: #d7d7d7;
line-height: 40px;
margin-top: 5px;
}
 .header-top-right .mini-cart-wrapper .cart-label, .header-top-right .mini-cart-wrapper .subtotal {
display: none;
}
 .header-nav-container {
/* max-height: 400px;
 overflow: scroll; commented on 22 dec 2015*/
  max-height: 1000px;
  
}
 .header-nav ul, .header-nav ul li {
display: block;
}
    /*.header-nav ul li:nth-child(n+7):nth-child(-n+15){display: block;}*/
    .header-nav ul li a {
font-size: 16px;
}
 .header-top-right .mini-cart-wrapper {
margin-left: 0;
}
    
    /* Banner ================================================================================ */
    .banner-next {
margin-right: 0;
right: 20px;
top: 50px;
}
 .banner-item .banner-text {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
/*background-color: #333333;*/
/*padding: 20px 0;*/
}
 .banner-item .banner-text h2 {
font-size: 36px;
}
 .homeblock-container .sale-wrapper {
height: auto;
}
 .homeblock-container .sale-wrapper .sale-top {
position: relative;
display: block;
height: auto;
line-height: 1.2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 15px;
}
 .homeblock-container .sale-wrapper .sale-bottom {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
height: auto;
}
 .homeblock-container .sale-wrapper .sale-bottom .sale-title, .homeblock-container .sale-wrapper .sale-bottom .sale-time {
position: relative;
display: block;
text-align: right;
}
 .homeblock-container .sale-wrapper .sale-bottom .sale-time:before, .homeblock-container .sale-wrapper .sale-bottom .sale-time:after {
display: table;
clear: both;
content: "";
height: 0;
width: 0;
}
 .homeblock-container .newsletter-wrapper {
padding: 20px;
}
 .product-categories-container .product-wrapper {
height: 357px;
margin-bottom: 20px;
}
 .product-categories-container .product-wrapper .product-image {
height: 260px;
}
 .product-categories-container .product-wrapper .product-image img {
width: auto;
max-width: 260px;
display: inline-block;
}
 .intro-container .span6 {
width: auto;
}
    
    /* Footer Section ================================================================================ */
    .footer-container {
text-align: center;
}
 .footer-container .span2, .footer-container .span4 {
width: auto;
}
 .footer-container .footer-bottom-container .span6 {
margin-bottom: 15px;
text-align: center;
}
.dropdown {
display:none !important;
}
#navbar > ul > li {
 display: block;
}
/*.banner-container{ width:100%; height:auto;}
.banner-item{height:auto;}*/

/*New addition on 7 Oct*/
.list-inline > li .ion-ios-telephone{ float:none;}
/*New addition on 7 Oct*/


/*New updation with banner css slider 22-dec-2015*/
.banner-next {
    margin-right: 0;
    margin-top: -12px;
	bottom:0px;
    top: 50%;
	font-size: 37px;
	height: 30px;
	width:30px;
	line-height:30px;
}
.banner {
    height: auto;
}

.banner .banner-item .banner-image{ height: auto;}

/*New updation with banner css slider*/
}
@media(max-width:480px) {
}
 @media(min-width:768px) {
 .header-nav-trigger, .header-top-right .header-acc-trigger {
display: none;
}
 .header-nav {
display: block;
}
.header-top-right {
 font-size: 14px;
}

/*.banner-container{ width:100%; height:auto;}
.banner-item{height:auto;}
.banner-item .banner-text{ display:none;}*/
}
@media(width:768px) {
 .header-center {
display:none;
}
#navbar li .dropdown {
top:33px;
}
/*body {
 top: 156px;
}*/


/*New update for banner slider on 22 dec 2015*/
.banner, .banner .banner-item .banner-image{ height:auto; margin-bottom:10px;}
/*New update for banner slider on 22 dec 2015*/
}
 @media(width:960px) {
.span2.header-center {
 display:none;
}
}
@media(min-width:980px) {
 #navbar.header-nav ul > li:last-child a, #navbar.header-nav ul > li:last-child a:hover {
position: relative;
margin-top: -10px;
margin-bottom: -10px;
padding: 20px 5px;
background:#e64c84;
color: #ffffff;
}
#navbar.header-nav ul li .dropdown li:last-child a {
 position: relative;
margin-top:0px;
margin-bottom: 0px;
padding: 2px 0px;
background:none;
color: #ffffff;
}
#navbar.header-nav ul li .dropdown li:last-child a:hover {
 position: relative;
 background:none;
color: #ffffff;
}
#navbar.header-nav ul > li:last-child .dropdown li a, #navbar.header-nav ul > .dropdown li:last-child a:hover {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 color: #ffffff;
 margin-bottom: 0;
 margin-top: 0;
 padding: 2px 0;
 position: relative;
}
 .header-nav ul li:last-child a:before {
position: absolute;
content: "";
top:3px;
right: -7px;
width: 0;
height: 0;
border: 7px solid transparent;
border-right-color:#803751;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
 .header-nav ul li:last-child a:after {
position: absolute;
content: "";
bottom:3px;
left: -7px;
width: 0;
height: 0;
border: 7px solid transparent;
border-left-color:#803751;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
}
@media(width:1024px) {
 .span2.header-center {
 left: 38%;
}

/*New update for banner slider on 22 dec 2015*/
.banner, .banner .banner-item .banner-image{ height:auto; margin-bottom:10px;}
/*New update for banner slider on 22 dec 2015*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
#navbar li .dropdown {
top:33px;
}
 .header-nav ul li a {
 font-size: 10px;
}
/*body {
 top: 156px;
}*/
.header-top-right {
font-size:14px;
}
#navbar li.last-ones .dropdown {
 left: auto !important;
 right: 0 !important;
 top: 34px;
}
#navbar li .dropdown {
 top: 32px;
}

/*New update for banner slider on 22 dec 2015*/
.banner, .banner .banner-item .banner-image{ height:auto; margin-bottom:10px;}
/*New update for banner slider on 22 dec 2015*/
}
@media only screen and (min-width: 991px) and (max-width: 1050px) {
 #navbar li .dropdown {
top:33px;
}
/*body {
 top: 155px;
}*/
#navbar li.last-ones .dropdown {
 left: auto !important;
 right: 0 !important;
 top: 44px;
}
}

@media(max-width:1280px) {
 /*New update for banner slider on 22 dec 2015*/
.banner, .banner .banner-item .banner-image{ height:auto; margin-bottom:10px;}
/*New update for banner slider on 22 dec 2015*/
 }
