body{
	padding:0;
	margin:0;
	background:#fff;
}
body a{
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0; 
	font-weight: 700;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

td, th {
    padding: 10px;
}

/*-----start-header----*/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #30021C;
    font-size: 13px;
    border: 0px;
}
.navbar-collapse.collapse {
    padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000;
    background-color: transparent;
}
.navbar {
    min-height: 50px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #fff;
}
.navbar-header {
    float: left;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}
/*-- login-starts-here --*/
.login-left {
	padding: 0;
}
.login-left h2 {
	color: #000;
    font-size: 20px;
    padding-bottom: 18px;
    font-weight: 600;
}.login-right h3 {
	color: #000;
    font-size: 20px;
    padding-bottom: 18px;
    font-weight: 600;
}

li.home a {
    /*color: #97D700;*/
    font-size: 16px;
}
.login-left p, .login-right p {
	color: #CAC9C9;
	display: block;
	font-size: 1.1em;
	margin: 0 0 2em 0;
	line-height: 1.5em;
}
.acount-btn {
	/*background: #97D700;*/
	color: #FFF;
	font-size: 15px;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background:#000;
	text-decoration:none;
	color:#fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 2em 0;
}
.login-right span {
	color: #555;
	font-size:1em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.login-right input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#CACACA;
	width: 96%;
	font-size:13px;
	padding: 8px;
}
.login-right input[type="password"] {
	border: 1px solid #EEE;
	outline-color:#CACACA;
	width: 96%;
	font-size:13px;
	padding: 8px;
}
.login-right input[type="submit"] {
	/*background: #97D700;*/
	color: #FFF;
	font-size: 1em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
a.forgot {
	font-size: 1em;
	margin-right: 11px;
}
ul.breadcrumbs{
	padding:0;
	list-style:none;
	float:left;
}
ul.breadcrumbs li{
	display:inline-block;
	color:#000;
}
ul.breadcrumbs li.women{
	    background: yellow;
    font-size: 14px;
    padding: 3px;
}
ul.previous{
	padding:0;
	list-style:none;
	float:right;
	    margin-top: 3px;
}
ul.previous li a{
	    font-size: 14px;
    color: #B9B4B5;
}
.login-page {
	padding: 60px 0;
}
/*-- login-ends-here --*/
/*-- register-starts-here --*/
/*-- registration-form --*/
.registration-form {
  padding: 60px 0;

}
.registration-form h2 {
    font-weight: 600;
    text-transform: uppercase;
	color: #000;
    font-size: 20px;
    padding-bottom: 18px;
}
.reg p{
	color: #CAC9C9;
	margin: 0px 0 0 0;
	font-size: 14px;
	line-height: 1.8em;
}
.col-md-6.reg-form {
	padding: 0;
}

.reg p:nth-child(2) {
	margin:0;
}
.reg form {
	margin-top: 32px;
}
.reg p a{
	text-decoration:none;
	/*color:#97D700;*/
}
.reg p a:hover{
	color: #000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.reg ul {
	padding:0;
	margin:0 0 22px 0;
}
.reg ul li {
	display: inline-block;
	width: 58%;
}
.reg ul li.text-info{
	width: 38%;
	/*color: #97D700;*/
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	font-weight: bold;
}
.reg form input[type="text"],.reg form input[type="password"] {
	width: 100%;
	padding: 8px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #e6e6e6;
	outline: none;
	color: #000;
}
.reg-form{
	float:left;
	width:50%
}
.reg-right{
	float:right;
	width:47%
}
p.click a{
	display: inline-block;
	/*color:#97D700;*/
}
p.click a:hover{
	color: #000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.reg form input[type=submit]{
	border:none;
	color: #ffffff;
	padding: 9px 35px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	margin: 0 0 32px 0;
	/*background: #97D700;*/
	border-top: none;
	border-left: none;
	border-right: none;
}
.reg form input[type=submit]:hover {
	background:#000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.reg ul:nth-child(6) {
	margin: 0 0 32px 0;
}
.reg ul li:nth-child(2){
	margin-left: 3%;
}
.reg-right p{
	color: #CAC9C9;
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 1.8em;
}
/*-- //registration-form --*/
/*-- register-ends-here --*/
/*-- contact-page-starts-here --*/
.contact {
	padding: 60px 0;
}
.contact-info {
	margin-bottom: 40px;
}
.contact-left{
	width:30%;
	float:left;
}
.contact-right{
	width:68%;
	float:right;
}
.contact-left input[type="text"]{
	width: 100%;
	color: #000;
	margin: 0 23px 23px 0;
	font-size:14px;
	padding: 12px 10px;
	outline: none;
	border: 1px solid #e8e8e8;
}
.contact-right textarea{
	width: 100%;
	color: #000;
	font-size:14px;
	resize: none;
	height: 185px;
	padding: 12px;
	outline: none;
	border: 1px solid #e8e8e8;
}
.contact-form input[type=submit] {
	border:none;
	color: #ffffff;
	padding: 13px 43px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	/*background:#97D700;*/
}
.contact-form input[type=submit]:hover {
	background:#000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;	
}
.contact-info h2{
	text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
	padding: 0;
}
.contact-info h3{
	text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
	padding: 0;
}

/*-- //contact-page-ends-here --*/

/*--checkout--*/
/*-- cart-page --*/
.cart-gd{
	margin-top:50px;
}
.cart-items {
	padding: 60px 0;
}
.cart-items h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 28px;
	/*color: #97D700;*/
	font-weight: 600;
	padding:0;
}
.cart-item img {
	width: 100%;
}
.cart-item-info {
	width: 75%;
	float: left;
	margin-top: 3%;
}
.cart-item-info h3 {
	color:#000;
	font-size: 14px;
	font-weight: 600;
}
.cart-item-info h3 a {
	/*color:#97D700;*/
    font-size: 18px;
}
.cart-item-info h3 span {
	display: block;
	font-weight: 400;
	font-size: 0.85em;
	margin: 0.7em 0;
}
ul.qty {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.qty li {
	display: inline-block;
	margin-right: 10%;
}
ul.qty li p {
	font-size: 14px;
	color: #000;
}
/*-- //check --*/
/*-- single-page --*/

/*-- //single-page --*/

/*-- responsine-design --*/

@media screen and (max-width: 800px) {	

	.product {
		margin-top: 30px;
		float: left;
		width: 33.333%;
		padding:0 10px;
	}

	.login-left {
		float: left;
		width: 47%;
		margin-right:3%
	}	
	.login-right {
		float: left;
		width: 50%;
	}	
	.login-right p {
		margin: 0 0 1.3em 0;
	}	
	.login-left h2,.login-right h3 {
		font-size: 18px;
	}
	.reg-form {
		width:100%;
		margin-bottom:5%;
	}
	.reg-right {
		width:100%;
		margin:0;
	}
	.reg ul li.text-info {
		width: 30%;
	}
	.cart-items h2 {
		margin: 0 0 15px 0;
		font-size: 22px;
	}

	.contact-info {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {	

	.navbar {
		border: none;
	}
	.navbar-nav {
		margin: 10px 0;
		width: 100%;
		text-align: center;
		margin-right:0;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 5px 0px;
	}

	.join h6 {
		font-size: 16px;
		margin-right: 3%;
	}
	.join input[type="text"] {
		width: 44%;
	}
	.join input[type="submit"] {
		width: 19%;
	}

	.login-left h2, .login-right h3 {
		font-size: 17px;
	}
	.login-left p, .login-right p {
		font-size: 1em;
	}
	.cart-item-info h3 a {
		font-size: 15px;
	}
	.cart-items h2 {
		margin: 0;
		font-size: 20px;
	}	
	.cart-item-info {
		margin-top: 1%;
	}

}
@media screen and (max-width: 480px) {	
	.product {
		padding: 0 10px;
		width: 50%;
	}
	.contact-left {
		width: 100%;
	}
	.contact-left input[type="text"] {
		margin: 0 0px 23px 0;
	}
	.join h6 {
		font-size: 18px;
		margin-right: 0;
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.contact-form input[type=submit] {
		margin-top: 15px;
	}	
	.join input[type="text"] {
		width: 70%;
	}
	.join input[type="submit"] {
		width: 30%;
	}
	.contact-info h2, .contact-info h3 {
		margin: 0 0 12px 0;
		font-size: 20px;
	}
	.products {
		width: 100%;
		margin-bottom:15px;
		    margin-right: 0;
	}

	.login-left,.login-right {
		width: 100%;
		margin-right: 0%;
		padding:0;
	}
	.login-right {
		margin-top:20px;
	}
	.acount-btn {
		font-size: 13px;
		padding: 0.7em 1em;
	}
	.login-right p {
		margin: 0 0 1em 0;
	}
	.login-left h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.cart-item-info {
		width: 71%;
	}

}
@media screen and (max-width: 320px) {	

	.navbar-toggle {
		padding: 7px 7px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 8px;
	}
	.join input[type="text"] {
		width: 65%;
	}
	.join input[type="submit"] {
		width: 35%;
		    font-size: 15px;
	}
	.login-right input[type="submit"] {
		padding: 0.5em 1em;
	}
	.login-left h2 {
		font-size: 18px;
	}
	.cart-item-info {
		width: 100%;
	}

}

.product_price{font-weight:700;color:#999;width:100%;text-align:center;display:block;}
.add_to_cart{width:100%;text-align:center;display:block;}
.product_name{ margin: 7px 0px 0;}
.product_name a { font-weight: 700;}

.contact-form input[type="text"], .contact-form select{
width: 100%;
color: #000;
margin: 0 23px 23px 0;
font-size: 14px;
padding: 12px 10px;
outline: none;
border: 1px solid #e8e8e8;
}

.contact-form input[type="reset"]{
display:none;
}

.contact-form textarea{
width: 100%;
color: #000;
font-size: 14px;
resize: none;
height: 185px;
padding: 12px;
outline: none;
border: 1px solid #e8e8e8;
}

span.label{}
.acount-btn{border:0px;}

#newlogin h3,#userlogin h3 {
	color: #000;
    font-size: 20px;
    padding-bottom: 18px;
    font-weight: 600;
}
#newlogin p,#userlogin  p {
	color: #CAC9C9;
	display: block;
	font-size: 1.1em;
	margin: 0 0 2em 0;
	line-height: 1.5em;
}
#userlogin input[type="submit"]:hover{
	background:#000;
	text-decoration:none;
	color:#fff;
}
#newlogin form, #userlogin form {
	padding: 1em 0;
}
#newloginform div,#userlogin form div {
	padding: 0 0 2em 0;
}
#newlogin span, #userlogin span {
	color: #555;
	font-size:1em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
        font-weight:normal;
}
#userlogin input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#CACACA;
	width: 96%;
	font-size:13px;
	padding: 8px;
}
#userlogin input[type="password"] {
	border: 1px solid #EEE;
	outline-color:#CACACA;
	width: 96%;
	font-size:13px;
	padding: 8px;
}
#userlogin input[type="submit"] {
	/*background: #97D700;*/
	color: #FFF;
	font-size: 1em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}

#userlogin input[type="button"] {
background-color:transparent;
border:0px;
color:#337AC4;
}
#userlogin input[type="button"]:hover{
text-decoration:underline;
}

#userlogin table {
    width: 100% !important;
}

#newlogin{display:inline-block;width:49%;vertical-align:top;}
#userlogin{display:inline-block;width:49%;vertical-align:top;}
#userlogin td{padding:10px;}
#showQuestion{display:inline-block;}
#maincontent{padding:10px;}

#userlogin span.label{display:none;}
#userlogin table{width:80%;}
.reg .tableheader{
/*color: #97D700;*/
font-size: 16px;
text-transform: uppercase;
margin: 0px;
font-weight: bold;
}
.reg .tableheader2{
font-size:24px;
color:black;
}
.reg td{padding: 0px 0px 22px}
.reg .tablecell{color:#CAC9C9;}
.reg {width:70%;}
.reg input[type="reset"]{display:none;}
.reg select{
width: 100%;
color: #000;
margin: 0px 23px 23px 0px;
font-size: 14px;
padding: 12px 10px;
outline: medium none;
border: 1px solid #E8E8E8;
}
.reg input[type="button"]{
background-color:transparent;
border:0px;
color:#337AC4;
}
.reg input[type="button"]:hover{
text-decoration:underline;
}

.checkout1-form input[type="text"], .checkout1-form input[type="password"] {
	border: 1px solid #EEE;
	outline-color:#CACACA;
	font-size:13px;
	padding: 8px;
}
.checkout1-form ul li div:first-child{ font-size:24px;}
#checkout_popup input[type="text"], #checkout_popup select, #checkout_popup input[type="password"]{
        border: 1px solid #EEE;
	outline-color:#CACACA;
	font-size:13px;
	padding: 8px;
}

.checkout1-form ul li div.formlabel{font-size:14px;}

@media screen and (max-width: 800px) {	
#newlogin{width:100%;}
#userlogin{width:100%;}
#userlogin table{width:100%;}
.reg td{display:table;width:100%;}
.reg .tableheader{font-size:14px;}
.checkout1-form ul li{width:100%!important;}
.checkout1-form ul li:first-child{border:0px!important;}
.checkout1-form ul li:last-child{margin-top:100px;}
.checkout2_div1{width:100%!important;}
.checkout2_div2{width:100%!important;border:0px!important;padding-left:0px!important;margin-left:0px!important;margin-top:100px;}
}

#submitbtn{}
#checkout_continue_submit{}
.btn-color{}
.textalign .primary_button{}


.iesbackgroundcolor1{background-color:#F1C15D;}
.iesbackgroundcolor2{background-color:#46092F;}
.iesbackgroundcolor3{background-color:#131313;}

.iesfontcolor1{color:#F1C15D;}
.iesfontcolor2{color:#30021C;}
.iesfontcolor3{color:#ffffff;}

.iesfontfamily1{font-family:'Oswald', Arial, sans-serif;}
.iesfontfamily2{font-family: 'Roboto', Arial, sans-serif;}
.iesfontfamily3{font-family: 'Roboto', Arial, sans-serif;}

.iesdefaultfontfamily1{font-family:'Oswald', Arial, serif;}
.iesdefaultfontfamily2{font-family:'Roboto', Arial, serif;}
.iesdefaultfontfamily3{font-family:'Roboto', Arial, serif;}


/* more widget classes - begin */
.page_description_header_main {font-weight:bold;font-size:16px;}
#topdesc {padding:10px 0px 10px 0px;display:block;}
#maindesc {padding:10px 0px 10px 0px;/*display:block;*/}
#bottomdesc {padding:10px 0px 10px 0px;display:block;}
.main_cat_title {font-weight:bold;}
.main_cat_list {display:inline-block; width: 100%; margin-bottom: 25px;}
.cat_list {display:inline-block;}
.category_pic {max-height:100px;max-width:100px;}
/* adding more to the one defined above */

/* more widget classes - end */

/*=== things to change ===*/


/*================
CUSTOM TEMPLATE STYLE
================*/

a { text-decoration: none; color: inherit;}

a:hover, a:focus { text-decoration: none; color: inherit;}

.nopad { padding-left: 0; padding-right: 0;}
.nopad-right { padding-right: 0;}
.nopad-left { padding-left: 0;}


.navbar-logo { font-family: 'Roboto', Arial, sans-serif; color: #1A1202 !important; font-size: 3em; font-weight: 700; text-transform: uppercase; line-height: 1em; padding-left: 0;}
.navbar-header { }

.fa-chevron-right { float: left; /*color: rgba(255,255,255,.5);*/ margin: 12px 7px; cursor: pointer;}

.navbar { 
	border: 0px;
	border-radius: 0px;
}

.navbar-brand { padding-top: 0;}

.logo img { max-height: 48px;}


.navbar-nav { text-align: right; float: none;}
.navbar-nav > li { display: inline-block; float: none;}
.hara-navbar-top { }

/* animations */

.delay1s {
	animation-duration: 5s;
	animation-delay: 1500ms;
}

.centeronpage {
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}

.leftcenteronpage {
    top:45%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}

.swiper-slide img { width: 100%;}

.swiper-pagination-bullet-active {
    background: #46092F !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(./images/arrow-left.png) !important;
    left: -7px;
    background: transparent;
    height: 30px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { 
    background-image: url(./images/arrow-right.png) !important;
    right: -5px;
    background: transparent;
    height: 30px;
}

.swipertextdiv {
    width: 50%;
    margin-left: 25.5%;
}

.swipertextdiv p {
    margin: 40px auto;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    margin-bottom: 60px;
}

.mainbody { }

#front-hero-slider { position: relative; overflow: hidden;}
#front-hero-slider img { width: 100%;}
.hero-text { 
    position: absolute;
}

#front-hero-slider .logo img { 
    width: auto;
    max-height: 130px;
}
#front-hero-slider .hero-text h1 {
    padding: 40px 0;
}
#front-hero-slider .hero-text h3 { 
    line-height: 1.5;
}
.iframeVideo {
    width: 100%;
    min-height: 500px;
}
#spotlightphilosophy {
    background: url(./images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#spotlightservices {
    background: url(./images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#spotlightevents { 
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}

#spotlightevents .cornertriup {
    background: url(./images/tri1.png);
    background-size: cover;
    background-repeat: no-repeat;
    
    height: 250px;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

#spotlightevents .cornertridown {
    background: url(./images/tri2.png);
    background-size: cover;
    background-repeat: no-repeat;
    
    height: 250px;
    width: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#spotlighttestimonials {
    background: #7A7A7A;
    padding-top: 100px;
    padding-bottom: 100px;
}

#spotlightcontact {
    background: #F1C15D;
    height: 600px;
    overflow: hidden;
    position: relative;
}

#spotlightcontact .cornertriup {
    background: url(./images/tri3.png);
    background-size: cover;
    background-repeat: no-repeat;
    
    height: 250px;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}


.spotcat .diadiv { position: absolute;}

.spotcat .diamondbg {
    opacity: .66;
    height: 110px;
    width: 110px;
    background: #F1C15D;
    
    top: -55px;
    left: -55px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.spotcat .diamondins {
    height: 80px;
    width: 80px;
    border: 1px solid #46092F;
    top: 15px;
    left: 15px;
    position: absolute;
}

.spotcat a:hover .diamondbg, .spotcat a:focus .diamondbg { opacity: 1;}

.spotphil {
    padding-top: 150px;
    padding-bottom: 250px;
}

.spotphil h2 {
    padding-bottom: 60px;
}

.spotphil p {
    margin-bottom: 15px;
}

.hara-front2 {
    padding: 120px 0;
}

.spotcatdiv {
    margin-bottom: 30px;
}

.spotcatdiv img {
    margin: 0 auto;
    width: 100%;
}

.spotcat .spotcatdiv { position: relative;}

.spotcatdiv .hero-text h4 {
    background: #F1C15D;
    padding: 15px;
}

.spotlighevent {
    position: relative;
    overflow: hidden;
}

.spotlighevent img {
    width: 100%;
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(116, 25, 82, 0.42);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
  
.tint:hover:before {
    background: none;
}

.eventoverlay:before {
    content: "";
    display: block;
    position: absolute;
    background: #F1C15D;
    width: 140px;
    height: 345px;
    -moz-transform: rotate(68deg);
    -webkit-transform: rotate(68deg);
    -o-transform: rotate(68deg);
    -ms-transform: rotate(68deg);
    transform: rotate(68deg);
    right: 62px;
    bottom: -175px;
}


.spotlighteventdiv {
    overflow: hidden;
}

.eventoverlaytext {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 7px;
    padding-bottom: 7px;
    text-align: right;
}

.spotlighevent:nth-child(3) {
    margin-bottom: 40px;
}

.eventhead {
    margin-bottom: 50px;
}

.eventhead .hidden-xs {
    padding-top: 16px;
}

#spotlighttestimonials h2 {
    margin-bottom: 60px;
    display: inline-block;
}

.readmoretestimonial {
    float: right;
    margin-top: 15px;
}

.map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-frame iframe {
    height: 600px;
}

.spotcontactdiv {
    padding-top: 200px;
    padding-bottom: 300px;
}

.spotcontactdiv h2 {
    margin-bottom: 30px;
}

.contactdetails {
    list-style-type: none;
}

.contactdetails li {
    margin-bottom: 15px;
}

.contactdetails li i {
    margin-right: 7px;
}

.contactdetails li p {
    display: inline-block;
}

.contactdetails li a.fbicon {
    font-size: 2.5em;
    color: #000000;
}

.contactdetails li a.fbicon:hover {
    color: initial;
}

.products-front h3 {
	font-size: 1.5em;
	text-transform: uppercase;
}

.products-front {
	/*margin-top: 1em;*/
	padding:0;
}

.prod-front {
	width: 100%;
	/*margin-top: 20px;*/
}

.product_name {
    display: block;
}

footer {
	padding: 20px 0;
}

.footerlinks li {
    list-style-type: none;
    line-height: 3;
	display: inline-block;
    margin-right: 30px;
}

.footerlinks li a {
	color: #F3E7EE;
}

.bolder, #newsletter-head {
	font-weight: 700;
}

#copyright {
	font-size: 11px;
    color: #757575;
    text-align: right;
}

.bg-overlay { 
    display: none; 
    position: fixed; 
    /*background: rgba(63,63,63,.75); */
    height: 100vh; 
    width: 100%; 
    z-index: 9; 
    top: 0; 
    left: 0;
    transition-property: background;
    transition-duration: 200ms;
    transition-timing-function: linear;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
}

.talktome {
    /*display: none;*/
}

#spotlightchat {
    position: fixed;
    float: right;
    right: 0;
    bottom: 13%;
    padding: 37px 39px;
    /*background: #F1C15D;*/
    font-size: 36px;
    color: #ffffff;
    z-index: 15;
}

#spotlightchat:after {
    content: "";
    display: block;
    background: #25D366;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: -1;
    /*-webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);*/
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.5);

}

#spotlightchat.open:after {
    height: 250px;
    width: 130px;
    position: absolute;
    bottom: -108px;
}

#spotlightchat.open {
    padding: 5px 9px;
}

.curri-sub {

}

.curri-title {
    font-size: 36px;
    color: #46092F;

}

.curri-title i {
    margin-left: 3px;
}

.curri-hide {
    font-size: 30px;
}

.curri-hide a.whatsapp {
    margin-left: 7px;
}

/* info pages */

.spotinfopg > h1 {
    display: none;
}

.margintop20 {
    margin-top: 20px;
}

.iessnippet-num-118.iessnippet-basic .iscard .padding-20 {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.iessnippet-basic.clearfix {
    overflow: hidden;
}

/* RESPONSIVE SETTINGS */

@media only screen and (min-width: 1926px) {
.leftcenteronpage { left: 39%;}
.spotcontactdiv.col-md-offset-2 { padding-left: 12%;}
}

@media only screen and (max-width: 1925px) {
.leftcenteronpage { left: 35%;}
.spotcontactdiv.col-md-offset-2 { padding-left: 4%;}
}

@media only screen and (max-width: 1441px) {
.leftcenteronpage { left:29%;}
.spotcontactdiv.col-md-offset-2 { padding-left: 0;}
}

@media only screen and (max-width: 1200px) {
.nav>li>a { padding: 10px 5px;}
.leftcenteronpage { left: 34%;}
.footerlinks li { margin-right: 2%;}
.hara-navbar-top { margin-top: 6px;}
}

@media only screen and (max-width: 1024px) {
.navbar-default .navbar-nav > li > a { margin: 0px;}
.navbar-nav { margin-top: 6px;}
.hara-navbar-top { margin-top: 0;}
}


@media only screen and (max-width: 995px) {
.copyright { margin-top: 10px;}
#copyright { font-size: 9px; text-align: left;}
.spotcatdiv .hero-text h4 { text-align: center;}
.iessnippet-num-118.iessnippet-basic .iscard .padding-20 { padding: 15px; margin-bottom: 30px;}
}

@media only screen and (max-width: 815px) {
.leftcenteronpage { left: 37%;}

}

/* Mobile View */


@media only screen and (max-width: 767px) {

#front-hero-slider img { width: auto; height: 850px; max-width: none; position: relative; transform: translateX(-15%);}
#front-hero-slider .logo img { transform: translateX(0);}
.iframeVideo { max-width: 100%; min-height: 300px; }
.leftcenteronpage { left: 38%;}
.spotcat { margin-bottom: 40px;}
.spotlighevent { margin-bottom: 40px;}
#spotlighttestimonials h2 { margin-bottom: 30px; display: block;}
.spotswiper { margin-top: 60px;}
.readmoretestimonial { float: none; margin-top: 0;}
.swipertextdiv { width: 70%; margin-left: 15%;}
.spotcontactdiv { padding-bottom: 100px;}
#spotlightcontact { height: 1100px;}

.footerlinks li { display: block; margin-right: 0; font-size: 16px; border-bottom: 1px solid #707070; padding: 0 30px;}
.footerlinks a { display: block; padding: 7px 0;}
footer .container, .footerlinks { padding: 0;} 
#copyright { font-size: 12px; margin-left: 15px;}
/*.talktome { display: block; }*/

/* VERTICAL NAVBAR PANEL */

    .hara-navbar-top { width: 25%; min-width: 200px; display: none;}
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 100%; background: #46092F;}

	.navbar-collapse.collapse { width: 100%; margin-top: 0px; max-width: 22%;}

	.navbar-default .navbar-toggle { border: none; float: right;}
	.navbar-default .navbar-toggle .icon-bar { background-color: #F1C15D; width: 50px; height: 5px;}
	.navbar-toggle .icon-bar + .icon-bar { margin-top: 7px;}
	
	.navbar-nav > li { display: block; border-bottom: 1px solid #707070; border-top: 0; border-left: 0; border-right: 0;}
	.navbar-default .navbar-nav > li > a { font-size: 16px; padding: 20px 0; color: #F3E7EE;}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent;}
	
	.navbar { width: 100%;}

	.navbar-toggle { margin-right: 0px; margin-top: 1px; padding-right: 0;}
	.col-md-12.center h1 { text-align: center; }
}

@media only screen and (max-width: 540px) {

.iessnippet-num-118.iessnippet-basic .iscard .padding-20 { padding: 15px; margin-bottom: 30px;}

}


@media only screen and (max-width: 450px) {

}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 350px) {

}


/* checkout */
/* checkout 1*/

.paymentlist{position:relative;display:inline-block; min-width: 11%;}
#checkoutoptions{display:none;position:absolute;right:0px;}
#checkoutoptions td{white-space:nowrap;}
.cart-tax{padding-right:20px;}
.checkout1-form{display:none;}
#logincheckout1{display:none;}
.checkout-form{width:49%;display:inline-block;vertical-align:top;border-right:1px solid #ddd;margin-left:15px;}
.checkout-form *:focus {outline: none;}
.checkout-form input[type="text"], .checkout-form input[type="password"]{border:0px;padding:0;width:95%;margin:1px;}
.checkout-form select{border:0px;padding:0;width:95%;}
.checkout-form .formlabel{display:block;text-align:left;font-size:12px;color:#999;padding-left:5px;white-space:nowrap;}
.checkout-form .formpair{border:1px solid #ccc;border-radius:3px;padding:0px;margin:5px;width:47%;height:45px;vertical-align:top;}
.checkout-form .checkoutform{border:0px;padding:0px;}
.checkout-form .input{width:100%;}
.border-blue{ border: 1px solid #7e7e7e!important; -webkit-box-shadow: 0px 2px 4px 0px rgba(41,41,41,0.75); -moz-box-shadow: 0px 2px 4px 0px rgba(41,41,41,0.75); box-shadow: 0px 2px 4px 0px rgba(41,41,41,0.75);}
.checkout-form #shiptodifferentaddress{display:none;}
.checkout-form #customer_registration_link{display:none;}
.checkout-form #customer_registration{display:block;}
.checkout-form #checkout_cart{display:none;}
.checkout-form #checkoutagreement{margin-left:10px;}
.checkout-form .buttonprimarycluster{padding-right:10px;text-align:left;}
.checkout-form .primary_button{border:0px;padding:10px 15px!important;color:#fff; font-weight: 700; margin-left: 2%; background: #E45D25;}
.checkout-form .secondary_button{border:0px;background:none;}
.checkout-form .secondary_button:hover{text-decoration:underline;}
.loginsection{text-align:center;}
.checkout-form .subscribenewsletter{display:none;}
.shopping-cart{width:49%;display:inline-block;vertical-align:top;/*background-color:#ebebeb;*/}
.shopping-cart table{width:100%;}
.shopping-cart table tr:first-child{display:none;}
.shopping-cart #coupon{text-decoration:underline;cursor:pointer;padding:10px;}
.shopping-cart .coupon{padding:10px;}
.shopping-cart .applycouponid{text-decoration:underline;}
.shopping-cart #discount-coupon-field{padding:5px;}
.shopping-cart .discount-result{display:none;}
.shopping-cart input[type="button"], .shopping-cart input[type="submit"]{display:none;}
.shopping-cart .cart_remove2{display:none;}
.shopping-cart .cart_empty_cart2{display:none;}
.shopping-cart .cart_discount_remove2{display:none;}
.register-now{text-align:center;cursor:pointer;padding:10px;}
.register-now:hover{text-decoration:underline;}
.extra-login-option{text-align:center;padding:30px 10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:60%;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.extra-login-option i{background-color:#ccc;width: 40px;height: 40px;text-align: center;padding: 5px;border-radius: 5px;cursor:pointer;margin:5px;}
.fa-facebook:hover{background:#3765A3;color:white;}
.fa-amazon:hover{background:#231F20;color:white;}
.fa-google:hover{background:#DD5044;color:white;}
.guest{text-align:center;padding:10px;width:60%;margin:0 auto;cursor:pointer;}
.guest:hover{text-decoration:underline;}
.checkoutform{min-width:auto!important;}
.checkout-form h1{text-align:center;}
.or{text-align:center;font-weight:bold;}
#parsley-id-multiple-checkout_agreement{position:absolute;margin-top:50px;}

/* checkout 2 */
#multi_cur_form{text-align:right;padding:10px;display:none;}
.checkout2-form h2{font-size:20px;padding-top:0px;}
.checkout2-form{width:49%;display:inline-block;vertical-align:top;border-right:1px solid #ddd;margin-left:15px;padding:10px;padding-top:0px;}
.shipping-to-info{list-style-type:none;}
.shipping-method{margin-bottom:30px;}
.shipping-method label{width:96%;padding:15px;border:1px solid #ccc;border-top:0px;font-weight:normal;cursor:pointer;}
.shipping-method label:first-child{border-top:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;}
.shipping-method label:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.shipping-method input[type='Radio']{margin-right:10px;}
.payment-method{margin-bottom:30px;}
.payment-method label{width:96%;padding:15px;border:1px solid #ccc;border-top:0px;font-weight:normal;cursor:pointer;}
.payment-method label:first-child{border-top:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;}
.payment-method label:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.payment-method input[type='Radio']{margin-right:10px;}
.billing-address label{width:96%;padding:15px;border:1px solid #ccc;border-top:0px;font-weight:normal;cursor:pointer;}
.billing-address label:first-child{border-top:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;}
.billing-address label:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.billing-address input[type='Radio']{margin-right:10px;}
#CheckoutForm2 table{display:none;}
.billing-address .checkout-form h4{display:none;}
.billing-address .checkout-form{width:100%;margin:0px;border:0px;display:none;}
.billing-address #checkoutagreement{display:none;}
.billing-address .buttonprimarycluster{display:none;}
.checkout2-form-submit{text-align:left;padding:10px;}
.checkout2-form .primary_button{border:0px;padding:10px!important;color:#fff;background:#E45D25;}
.cart-shipping-method{text-align:right;padding-right:20px;}
.cart-grand-total{text-align:right;padding-right:20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding-top:5px;padding-bottom:5px;margin-top:10px;font-size:25px;display:none;}
.cart-tax{text-align:right;font-size:14px;}

/* Payment */
.payment-form{width:49%;display:inline-block;vertical-align:top;border-right:1px solid #ddd;margin-left:15px;/*padding:10px;*/padding-top:0px;}
.payment-form td { padding: 0;}
.payment-shopping-cart #coupon{display:none;}
img[src='images/border1.gif'],img[src='images/border2.gif'],img[src='images/border5.gif'],img[src='images/border6.gif']{display:none;}
td[background='images/border1_bg.gif'],td[background='images/border3_bg.gif'],td[background='images/border4_bg.gif'],td[background='images/border5_bg.gif'],.border1_bg_td,.border3_bg_td,.border4_bg_td,.border5_bg_td{
background:none!important;
}
.payment-form .form-horizontal .control-label{width:100%;text-align:left;font-weight:normal;}

@media screen and (max-width: 1000px) {
.checkout-form .formpair{width:96%;}
.shopping-cart{display:none;}
.checkout-form, .checkout2-form, .payment-form{border-width:0px;display:block;margin:0 auto;width:49%;}
}

@media screen and (max-width: 750px) {
.checkout-form .formpair{width:96%;}
.shopping-cart{display:none;}
.checkout-form, .checkout2-form, .payment-form{border-width:0px;display:block;margin:0 auto;width:100%;}
.payment-form div{padding-right:0px!important;padding-left:0px!important;}
.payment-form label{padding-right:0px!important;padding-left:0px!important;white-space:nowrap;text-align:left;width:100%;}
.jp-card-container{transform:scale(0.8)!important;width:300px!important;}
}
/* checkout */

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
























