﻿@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 5 July 2017)*/
   
/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
	color: #404040;
	outline:0;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
a:hover, a:focus {
	text-decoration: none;
	color:#48207a;
 ie-dummy: expression(this.hideFocus=true);
}
a.back {
	font-size: 12px;
	font-family: opensanslight, Arial, Helvetica, sans-serif;
	color: #808285;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0.05em;
	text-decoration: none;
}
a.back:hover {
	color: #bbbbbb;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #878787;
}
/* <a> link with class */
a.btn, a.fbtn {
	font: normal 10px opensanslight, Arial, Helvetica, sans-serif;
	color: #808285;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	padding: 6px 12px;
	text-decoration: none;
}
a.btn:hover {
	background: #c72031;
	color: #ffffff;
	border-color: #c72031;
}
/* Font Embed */


@font-face {
    font-family: 'playfair_displayblack_italic';
    src: url('/include/fonts/playfairdisplay-blackitalic-webfont.woff2') format('woff2'),
         url('/include/fonts/playfairdisplay-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playfair_displaybold';
    src: url('/include/fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('/include/fonts/playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playfair_displayregular';
    src: url('/include/fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('/include/fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'maven_probold';
    src: url('/include/fonts/mavenpro-bold-webfont.woff2') format('woff2'),
         url('/include/fonts/mavenpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'maven_promedium';
    src: url('/include/fonts/mavenpro-medium-webfont.woff2') format('woff2'),
         url('/include/fonts/mavenpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'maven_proregular';
    src: url('/include/fonts/mavenpro-regular-webfont.woff2') format('woff2'),
         url('/include/fonts/mavenpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cormorant_garamondbold';
    src: url('/include/fonts/cormorantgaramond-bold-webfont.woff2') format('woff2'),
         url('/include/fonts/cormorantgaramond-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* HTML */

html {
	position: relative;
	min-height: 100%;
	min-width:1140px;
}
body {
	background: #ffffff;
	color: #505050;
	font:normal 15px maven_proregular, Arial, sans-serif;
	line-height: 26px;
	height: auto;
	margin: 0;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td {
	position: relative;
}
p {
	margin-bottom: 20px;
	font-weight: normal;
}
.clear {
	clear: both;
}
/* spacing  */
.spacing-top {
	margin-top: 20px
}
.spacing-top-extra {
	margin-top: 30px;
}
.spacing-top-extra-double {
	margin-top: 60px;
}
.spacing-top-less {
	margin-top: 10px;
}
.spacing-top-less-double {
	margin-top: 5px;
}
.spacing-left {
	margin-left: 20px;
}
.spacing-left-extra {
	margin-left: 30px;
}
.spacing-left-extra-double {
	margin-left: 60px;
}
.spacing-left-less {
	margin-left: 10px;
}
.spacing-left-less-double {
	margin-left: 5px;
}
.spacing-right {
	margin-right: 20px;
}
.spacing-right-extra {
	margin-right: 30px;
}
.spacing-right-extra-double {
	margin-right: 60px;
}
.spacing-right-less {
	margin-right: 10px;
}
.spacing-right-less-double {
	margin-right: 5px;
}
.spacing-bottom {
	margin-bottom: 20px;
}
.spacing-bottom-extra {
	margin-bottom: 30px;
}
.spacing-bottom-extra-double {
	margin-bottom: 60px;
}
.spacing-bottom-less {
	margin-bottom: 10px;
}
.spacing-bottom-less-double {
	margin-bottom: 5px;
}
.spacing-leftright {
	margin: 0 10px;
}
.spacing-topbottom {
	margin: 10px 0;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/* Basic Fonts */

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight:normal;
}

h1, h1 a, h1 a:link {
	font-family: "playfair_displaybold", Arial, Helvetica, sans-serif;
	font-size: 70px;
	color:#202020;
	line-height: 77px;
	/*letter-spacing: -0.05em;*/
}
h2, h2 a, h2 a:link {
	font-family: "playfair_displayregular", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color:#89376f;
	line-height: 50px;
}

h2 em , h2 i{
    font-family: "playfair_displayregular", Arial, Helvetica, sans-serif;	
	font-style: italic;
}

h3, h3 a, h3 a:link {
	font-family: "playfair_displaybold", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#101010;
	letter-spacing:0.15em; 
	line-height: 36px;
}
h4, h4 a, h4 a:link {
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 19px; 
	line-height: 25px;
	color:#000000;
}
h5 {
}

h6 {
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0.15em; 
	line-height: 25px;
	color: #89376f;
}
h6 a, h6 a:link, a.h6, a.h6:link {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #89376f !important;
	text-decoration: none;
}
h6 a:hover {
	color: #48207a !important;
}

.small-txt {
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #909090;
}

/* Strong & Italic Tag Body Fonts */

b, strong {
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
}
i, em {
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;.
	font-style:italic;
}
i b, i strong, em b, em strong, b i, b em, strong i, strong em {
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
	font-style: italic;
}



/* General Fonts */

.float-left  {
 float: left;	
}

.float-right {
 right: right;	
}

.txt-white {
    color: #ffffff;	
}

.txt-uppercase {
    text-transform: uppercase; 	
}

.txt-black {
    color: #000000;	
}

.txt-red {
color: #d10000	
}

.txt-bolditalic-maven {
    font-style: italic;
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
}

.txt-purple {
    color:#37226d;
}

.txt-lightpurple {
    color:#89376f;
}

label {
	color: #909090;
	font-size: 13px;
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
}

/* Home Contents Fonts */





/* Header Fonts */
.top_bar_txt {
	font-family: "playfair_displaybold", Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2.5px;
	text-align:center;
	padding-top: 5px;
}

/* Footer Fonts */

.footer_left_txt {
    font-family: "playfair_displayregular", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height:1.5;
	color:#807893;
    letter-spacing:0.1em;
}

.footer_left_link_txt {
    margin-top: 25px;
	text-align:right;
}


.footer_left_link_txt::before {
content:'';
height: 1px; 
width: 30px;
background-color: #89376f;
position: absolute; 
margin-top:13px; 
left: 80px;
}

.footer_left_link_txt:hover::before {

background-color: #48207a;

}


.footer_center_big_txt {
   font-family: "cormorant_garamondbold", Arial, Helvetica, sans-serif;
   line-height: 1em;
   font-size: 50px;
   color: #48207a;
   text-align: center;

}

.footer_center_small_txt {
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #48207a;
	text-transform:uppercase;
	letter-spacing: 10px;
	text-align: center;
    margin-top: 10px;
}

.footer_right_txt , .footer_right_txt a {
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #807893;
	line-height: 1.9;
	text-transform: uppercase;
	letter-spacing:0.1em;
}

.footer_right_txt a:hover {
   	color:#48207a;
}

.footer_copyright_txt , .footer_copyright_txt a{
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b3a9c9 ;
	text-transform:uppercase;
	margin-top: 50px;
}



.footer_copyright_txt a:hover {
color:#48207a;
}

/* Banner Fonts */


.banner_small_txt , .banner_small_txt a {
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#89376f;
	text-transform:uppercase;
}

.banner_small_txt:hover , .banner_small_txt a:hover {
	color:#89376f;
}

.banner_big_txt {	
	font-family: "playfair_displayblack_italic", Arial, Helvetica, sans-serif;
	font-size: 80px;
	color: #000000;
	text-transform:uppercase;
	line-height: 90px;
}







/* Listing Styles */

ol, ul {
	margin-left: 20px;
}
ol > li {
	margin-bottom: 15px;
}
ul li {
	margin-bottom: 5px;
	list-style-image: url(../images/ulli.png);
}
/* Text Field & Button Style */

input {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
input[disabled="disabled"] {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=100);
	/* Modern Browsers */
  opacity: 1;
	-webkit-opacity: 1;
}

input.promo_quantity_field {
	width: 75px !important;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;

	text-align:center;
	margin-left: 20px;
}

input.cart_quantity_field {
	border-radius: 8px;
	text-align:center;
	margin-left: 5px;
}

input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
	background: #ffffff;
	color: #808285;
	font-size: 15px;
	font-family: maven_proregular, Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	border: 1px solid #e0e0e0;
    padding-left: 12px;
    padding-right: 12px;
}

textarea {
height: 180px;	
	
}

input[type='submit'], input[type='button'] {
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border: 0;
	outline: 0;
}
input:focus, input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}
/*for Contact Us Send enquiry button */
a.actionbtn, .actionbtn, a.regbtn {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	background: #d81a33;
	text-decoration: none;
	min-width: 15%;
}
a.actionbtn:hover, .actionbtn:hover {
	background: #9e1325;
}
a.backbtn, .backbtn {
	background: #808285;
}
a.backbtn:hover, .backbtn:hover {
	background: #666666;
}
/*for Download button */
.dlbtn {
}
/* Back to top style */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	padding: 10px 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: 500 !important;
}
#scrollUp:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp, a#scrollUp {
	bottom: 40px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/top.png) no-repeat;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#scrollUp-active {
	display: none;
}
/* Divider and Outline */

hr {
	background: #000000;
	margin-left:0;
	height:8px;
	width: 12%;
	border: none;
}
.vDiv {
}
.outline {
	border:#d5d5d5 1px solid;
	display: inline-block;
}
/* Vertical Align */
.vAlign {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	margin-right: -4px;
}
.vTop {
	display: inline-block;
	float: none !important;
	vertical-align: top;
	margin-right: -4px;
}
.vBtm {
	display: inline-block;
	float: none !important;
	vertical-align: bottom;
	margin-right: -4px;
}
/* Contact Tab */
#box {
	width: 180px;
	right: -230px;
	top: 96px; /* change this value to place the menu higher or lower */
	position: fixed;
	z-index: 100;
	background: #131313;
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
	line-height: 19px;
	padding: 20px 25px;
}
#box h3 {
	color: #fff;
	margin-top:0;
}
#box a:hover {
	color: #fff;
}
#tab {
	float: left;
	list-style: outside none none;
	margin-left: -60px;
	padding: 0px;
	position: relative;
	z-index: 99;
	margin-top: -20px;
}
#tab li span {
	display: block;
	padding: 0;
	position: relative;
}
#tab img {
	cursor: pointer;
}
.show, .hide {
	/* we specify the transition length for hiding and showing */
     transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}
.hide {
	margin-right:0px;
}
.hide ul li img:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.show {
	margin-right:195px;
}
/* Header */

header {
	width: 100%;
	min-width: 1140px;
	margin: 0 auto;
	padding:0px 0 15px;
	background-color:#795bc2;
}

.header_top_bar {
    background-color: #48207a;
	height: 35px;	
}

.logo {
	padding-top: 10px;
	float: left;
}
.icons_link {
	float: right;
	padding: 19px 0px 0px 0px;
	position: relative;
	z-index; 999;
}
/* Search */
#search_div {
	margin-bottom: 40px;
}
#search {
	clear:both;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 300ms ease-out;
	-moz-transition: width 300ms ease-out;
	-o-transition: width 300ms ease-out;
	transition: width 300ms ease-out, opacity 300ms ease-in;
	z-index: 1;
	border-radius: 30px;
	border: 3px solid transparent;
	opacity: 0;
	margin-top: 17px;
}
input.search_field {
	background: white;
	border: 0;
	color: #505055;
	font: normal 12px "maven_proregular", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 14px;
}
#search.active {
	width: 210px;
	z-index: 9999;
	opacity: 1;
	
}
.search_icon {
	position: relative;
	z-index: 10000;	
}
.search_icon img {
	z-index: 10000;
	position: relative;
	border-radius: 30px;
	border: 2px solid #ffffff;
	padding: 9px 9px;
	margin-top: 1px;
	
}
.search_icon.active img {
	border: 2px solid transparent;
	-webkit-filter: invert(100%); 
	filter: invert(100%);
}
#search h2 {
	display:none;
}
input.search_btn {
	background: #c72031 url(../images/icon_search.png) no-repeat center;
	height: 40px;
	width: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	float:right;
}
input.search_btn:hover {
	background-color: #9d0a19;
}
.closesearch, a.closesearch {
	display: none;
}
/* Navigation */

nav {
	margin: 0 auto;
	float: right;
}
ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: right;
	z-index: 500 !important;
	margin-top: 25px;
}
ul#navmenu-h li {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
}
/* Root Menu */
ul#navmenu-h li a {
	display: block;
	margin: 10px 22px;
	color: #ffffff;
	font: normal 13px "maven_proregular", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom : 7px;
}
/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color: #d8caff;
	border-bottom:solid;
	border-width: 1px;
	border-color: #d8caff;
	border-spacing: 100px 100px;
	 padding-bottom : 7px;
}
ul#navmenu-h li.active a, ul#navmenu-h li a.active {
	color: #d8caff;
	border-bottom:solid;
	border-width: 1px;
	border-color: #d8caff;
	border-spacing: 100px 100px;
	 padding-bottom : 7px;
}
ul#navmenu-h ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
	border: 1px solid #ebe8e8;
	background-color: #ffffff;
	min-width: 150px;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navmenu-h ul li {
	width: 100%;
	display: block;
	margin:0;
	background: none !important;
	padding: 0;
	margin: 0;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a {
	width: 100%;
	float: none;
	background: #ffffff;
	color: #808285;
	font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	border: none;
	text-shadow: none;
	text-transform: capitalize;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navmenu-h ul li a.submenu {
	background:url(../images/navarrow-right.png) center right no-repeat;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a {
	cursor: pointer;
	color: #ffffff;
	border: none;
	background-color: #a0a0a0;
	z-index: 500!important;
}
ul#navmenu-h ul li.submenu:hover {
	background:url(../images/navarrow-right-hover.png) center right no-repeat;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	float: none;
	background: #ffffff;
	color: #808285;
	font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navmenu-h ul ul li a.submenu {
	background:url(../images/navarrow-right.png) center right no-repeat !important;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	cursor: pointer;
	color: #ffffff;
	border: none;
	background-color: #a0a0a0 !important;
	z-index: 500!important;
}
/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	float: none;
	background: #ffffff !important;
	color: #808285;
	font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	cursor: pointer;
	color: #ffffff;
	border: none;
	background-color: #a0a0a0 !important;
	z-index: 500!important;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
	float:left;
}
/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
ul#navmenu-h ul li.active a, ul#navmenu-h ul li.active a, ul#navmenu-h ul li a.active, ul#navmenu-h ul li:hover li.active a, ul#navmenu-h ul li:hover li:hover li.active a, ul#navmenu-h ul li:hover li:hover li:hover li.active a {
	color: #ffffff;
	background-color: #a0a0a0 !important;
}
/* end Nav */


/* Banner */

#banner {
	width: 100%;
	height: 580px;
	/*For fixed width banner
	width: 1000px;
	*/
	min-width: 1140px;
	margin: auto;
	overflow: hidden;
	 position: relative;
}
#slider {
	width: 2000px;
	margin: auto;
}

.banner {
  width: 100%;
  background: black;
}
.sidemask {
  float:left;
  background:white;
  width: calc((100% - 1140px)/2);
  height: 30px;
}
.mask:after {
  content:'';
  display:table;
  clear:both;
}
.mainmask {
  width: 1140px;
  height: 30px;
  float:left;
}
.mask {
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%;
}

/* HOME-PAGE Content */

#maincontent {
	width: 100%;
	min-width: 1140px;
	overflow: hidden;
	padding: 45px 0 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#maincontent.homepage {
	background: url(../images/main-bg.jpg) top center repeat-y;
	padding-bottom: 60px;
	padding-top: 50px;
}

.home_left_bg {
	background: url(../images/accreditation_bg.png) top center no-repeat;
	padding-bottom: 50px;
	padding-top: 90px;
}

.home_left_imagetxt_wrapper {
	position: relative;
    width: 445px; 
	margin-top: -30px;
}

.home_left_image {
     position: relative;
	 width: 100%;
}

.home_left_overlap_txt  {
	 position: absolute;

	 
	  background: #fff;
  filter: alpha(opacity=85); /* IE */
  -moz-opacity: 0.85; /* Mozilla */
  opacity: 0.85;
  position: absolute;
  top: 195px;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 55px;
  padding-left: 25px;
}

/* SUB-PAGE Content */

#maincontent.subpage {
	background: url(../images/main-bg.jpg) top center repeat-y;
	padding-bottom: 130px;
	padding-top: 100px;
}

.contact_left_wrapper {
	border: 4px solid #f4f4f4;
	padding: 20px;
}

.address_wrapper {
   width: 100%;	
}



/* E-CATE Content */


.sidenav { 
font-family: "playfair_displayregular", Arial, Helvetica, sans-serif;
font-size: 16px;
border: 1px solid #e0e0e0; 
position: relative;
padding: 20px;
background-color:rgba(255,255,255,0.6); 
}


/*Start - Side Nav Wrapper*/
.sidenav:before { content:url('../images/flower_top.png');height: 30px; width: 30px; position: absolute;}
.sidenav:after { content:url('../images/flower_bottom.png');height: 30px; width: 30px; position: absolute;}
.sidenav:before { top: -10px; left: -10px; }
.sidenav:after { bottom: 5px; right: 5px; }
/*End - Side Nav Wrapper*/


/*Start - Side Nav 1st Level*/
.sidenav ul { list-style:none; }
.sidenav ul li {  margin-top: 25px; margin-bottom: 25px;  }
.sidenav ul li a { color: #909090; }
.sidenav ul li a:hover {color: #37226d;}
.sidenav ul li.active a {color: #37226d;}
/*End - Side Nav 1st Level*/


/*Start - Side Nav 2nd Level*/
.sidenav ul li ul li a:hover { color: #89376f !important; }
.sidenav ul li ul li.active a { color: #89376f; }
.sidenav ul li ul li a { font-size: 13px;}
.sidenav ul li ul {  margin-top: 20px; margin-bottom: 20px;  margin-left: 20px; }
.sidenav ul li ul li {  margin-top: 8px; margin-bottom: 8px; }
/*End - Side Nav 2nd Level*/


/*Start - Enable Parent & Disable other childs which are not active*/
ul.accordion ul li:not(.active) a {
    color: #505050 !important;
}
/*End - Enable Parent & Disable other childs which are not active*/

ul.accordion ul {
	margin: 0;
	padding: 0;
	display: none;
}


.quickview {
	position: absolute;
	background-color:rgba(0,0,0,0.75);
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	z-index: 5;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
}


.qs_img {
	top: -100%;
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: top 300ms ease-out;
	-moz-transition: top 300ms ease-out;
	-o-transition: top 300ms ease-out;
	transition: top 300ms ease-out;
	width: 100%;
	height: 100%;
	background-image: url(../images/prod_hover_browse.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: none;
	overflow: hidden;
}
.qs_img img {
	display: inline-block;
}


.checkitout {
	color: #ffffff;
	position: absolute;
	width: 100%;
		font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 25px; 
	line-height: 1em;
	left: 0;
	top: 100%;
	-webkit-transition: top 300ms ease-out;
	-moz-transition: top 300ms ease-out;
	-o-transition: top 300ms ease-out;
	transition: top 300ms ease-out;
	display: inline-block;
	 word-break: break-all;
}


a.ptchover:hover .quickview {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

a.ptchover:hover .qs_img {
	top: -10%;
}

a.ptchover:hover .checkitout {
	top: 55%;
}



.pagination .active a, .pagination li a:hover {
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
	color: #37226d;
}
.pagination {
	list-style-type: none;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0;
}
.pagination li {
	display: inline-block;
	padding: 0px 7px;
	color: #aea8ca;
}
.pagination li a {
	display: block;
	color: #aea8ca;
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
}

.prod_name a {
	color: #909090 !important;
}

.prod_name a:hover {
	color: #37226d !important;
}

.roundedbtn {
    padding: 10px 14px 10px 14px;
	background-color: #48207a;
	border-radius:10px;
	color: white !important;	
	font-family: "maven_proregular", Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.popup_cart {
	text-align:center;
	font-size: 16px; 
	line-height: 16px; 
	text-transform: uppercase; 
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
	color: white !important;
	padding: 10px 17px 13px 17px;
}


.qty {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	margin-right: -5px;
}

.sale_wrapper {
    display: flex;
    justify-content: space-between;
}

.update_btn {
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	background-color: #48207a;
	padding: 8px 20px;
	letter-spacing:0.1em;
	float: right;
}

.submit_btn {
	font-family: "maven_probold", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	background-color: #48207a;
	padding: 8px 20px;
	letter-spacing:0.1em;
	float: left;
}

.submit_btn:hover , .update_btn:hover {
	background-color:#89376f;
}

.sale_tag_contact {
	font-family: "maven_promedium", Arial, Helvetica, sans-serif;
	background-color: #48207a;	
	text-align: center;
	color:#ffffff;
	font-size: 12px;
	text-transform:uppercase;
}

.sale_tag_product {
	font-family: "maven_promedium", Arial, Helvetica, sans-serif;
	text-align: center;
	color:#48207a;
	font-size: 12px;
	border: 1px solid #48207a;
	text-transform:uppercase;
	width: 50px;
	height: 25px;
}

.cartrow:nth-child(odd) .cart_bg  {
	background-color:#f8f8f8;
}

.cartrow:nth-child(even) .cart_bg   {
	background-color:white;	
}

.cart_bg  {
	width: 100%; 	
    padding-top: 20px;
    padding-bottom: 20px;
}

a.cart_thumb, .cart_thumb {
    position:relative;	
	overflow:hidden;
	display: block;
    width: 130px;
    height: 155px;
    padding-bottom: 0;
    margin-left: 10px;
}
.cart_thumb img {
position:absolute;
	top:0;
	left:0;
	width:auto;
	height:auto;
	margin:auto;
	right:0;
	bottom:0;
}



a.prod_thumb, .prod_thumb {
		position:relative;
	padding-bottom:119.23%;
	height:0;
	overflow:hidden;
	display: block;
background: white;
}
.prod_thumb img {
position:absolute;
	top:0;
	left:0;
	width:auto;
	height:auto;
	margin:auto;
	right:0;
	bottom:0;
}






/*********************
   Tables
*********************/

/*********************
   Products
*********************/

.breadcrumbs, .breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs {
	margin-bottom: 18px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.breadcrumbs li, .breadcrumbs li a {
	font: normal 18px opensansregular, Arial, Helvetica, sans-serif;
	color: #808285;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	color: #bbbbbb;
}
/**********************
   Contact  
**********************/

/* Footer */

footer {
	width: 100%;
	background: #f2efff;
	text-align: left;
	font: normal 13px opensanslight, Arial, sans-serif;
	color: #808285;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	min-width: 1140px;
	padding-top: 40px;
	padding-bottom: 30px;
}

/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
.hidden-print {
	display:none !important
}
html, body {
	/*changing width to 100% causes huge overflow and wrap*/
    height:100%;
	background: #FFF;
}
#maincontent {
	display: block !important;
}
.printBtn, .actionbtn, #scrollUp, header, footer {
	display: none !important;
}
body {
	margin: 0;
 padding 0 !important;
	min-width: 768px;
}
.container {
	width: auto;
	min-width: 750px;
}
#banner {
	display:table;
	vertical-align:middle;
	text-align:center;
}
#banner img {
	display:table-cell;
	max-height:100%;
	height:auto;
}
a[href]:after {
	content: none;
}
.noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
	display:none !important;
}
[class*="col-xl-"] {
 float: left;
}
[class*="col-lg-"] {
 float: left;
}
[class*="col-md-"] {
 float: left;
}
 [class*="col-sm-"] {
 float: left;
}
 [class*="col-xs-"] {
 float: left;
}
.col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
	width:100% !important;
}
.col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
	width:91.66666667% !important;
}
.col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
	width:83.33333333% !important;
}
.col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
	width:75% !important;
}
.col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
	width:66.66666667% !important;
}
.col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
	width:58.33333333% !important;
}
.col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
	width:50% !important;
}
.col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
	width:41.66666667% !important;
}
.col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
	width:33.33333333% !important;
}
.col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
	width:25% !important;
}
.col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
	width:16.66666667% !important;
}
.col-xl-1, .col-lg-1, col-md-1, .col-sm-1, .col-xs-1 {
	width:8.33333333% !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left !important;
}
}
 @media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
}
/***********************
  Programmer Required
************************/
.IE8Fix {
	z-index: 1;
}
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
	font-family: normal 11px Arial, sans-serif;
	color:#CC0000;
}
.errMsg a:hover {
	text-decoration: underlink;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
