/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
@import url(https://fonts.googleapis.com/css?family=Pacifico);

* { margin: 0; }
body, html { height: 100%; }

body { 
	background: url('../images/body-bg.png') repeat scroll 50% 0 #a3dee1 !important; 
	color: #707070; 
	font: 14px/19px Arial,Helvetica,sans-serif;
    letter-spacing: -0.01em;
}

#page-bg { background: url('../images/decor-top.png') repeat-x scroll 50% 0 transparent; 
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -1em; }

#decor-btm{ 
	background: url('../images/decor-btm.png') repeat-x scroll 50% 100% transparent; 
	height: 1em;
}
.push {height: 1em;}

#block-toolbar {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: medium none;
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; 
	padding-top: 13px;
}

h1.title, h2.title { margin-top: 0;}

/* Frontpage Showcase */
.frontpageshowcase {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1;
	width: 400px;
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.frontpageshowcase.black { color: #444; }

/* Frontpage List */
.frontpagelist img { margin: -20px -20px -20px 0; }

.frontpagelist h2 {
	font-size: 28px;
	line-height: 28px;
}

/* Frontpage Botton */
#page .frontpagebottom {
	min-height: 124px;
	margin: -13px;
	padding: 13px 120px 13px 13px;
	border-radius: 7px;
	overflow: hidden;
}


/* Frontpage Separator */
#page .frontpageseparator {
	margin: -3px;
	overflow: hidden;
	text-transform: uppercase;
}

.frontpageseparator > div > div {
	padding-left: 15px;
	border-left: 1px solid #ddd;
	box-shadow: inset 1px 0 0 #fff;
	overflow: hidden;
}

.frontpageseparator > div:first-child > div {
	border-left: none;
	box-shadow: none;
}

.frontpageseparator img {
	margin: 4px 15px 0 0;
	float: left;
}
/* HEADER */
#header { margin-top: 10px; margin-bottom: 0; }
#headerbar { margin-bottom: 0; }
#headerbar .module {
    color: #03777d !important;
    text-shadow: none !important;
	background: none repeat scroll 0 0 transparent; 
	clear: both; 
	max-width: 500px; 
	}
#searchbox { 
	background: url("../images/searchbox_magnifier.png") no-repeat scroll 97% 50% #FFFFFF; 
	padding: 0 35px 0 10px; 
	width: 180px; 
	border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px;
	}
#searchbox input:-moz-placeholder { color: #D02E41; text-shadow: none;}
#searchbox .results {
    background: none repeat scroll 0 0 #09a0a7;
    border: 1px solid #078187;
    color: #bce7e9;
    text-shadow: 0 1px 0 rgba(0, 0, 2, 0.1);
}
#searchbox .results li.results-header {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #078187;
}
#searchbox .results li.result.selected,#searchbox .results li.more-results:hover {
    background: none repeat scroll 0 0 #0eafb7;
    color: #fff;
}
#searchbox .results li.result, #searchbox .results li.more-results { border-top: 1px solid #078187; }


.promotion { position: absolute; right: 330px; top: 0; }

#headerbar .menu-sidebar li { display: inline-block; color: #03777d; text-transform: uppercase; }
#headerbar .menu-sidebar li.level1 a.level1, #headerbar .menu-sidebar li.level1 span.level1, #headerbar .menu-sidebar ul.level2 {
    background: none repeat scroll 0 0 transparent;
}
#headerbar .menu-sidebar li.level1.active { background-color: transparent; }
.menu-sidebar a, .menu-sidebar li > span { color: #03777d; font-size: 14px; }
#headerbar .menu-sidebar a.active, #headerbar .menu-sidebar li > span.active { color: #222224 !important; }
#headerbar .menu-sidebar a.level1 > span, #headerbar .menu-sidebar span.level1 > span { padding: 3px 0 3px 11px; }


#middle { background-color: #fff; margin-top: -10px; padding-top: 10px; }

#system .title a { color: #D02E41; }
#system .item > header .title { margin-bottom: 15px; }

h1, h2 { text-transform: none; }
h1, h2, .menu-dropdown a.level1, .menu-dropdown span.level1, .mod-box-header .module-title, .module .module-title, .featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4, .category-view h4  { 
font-family: 'Pacifico', cursive !important; letter-spacing: 0.03em; 
}
h1 { font-size: 26px; line-height: 26px; color: #d02e41;}
h2 { font-size: 22px; line-height: 22px; }
h3 {
    color: #D02E41;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase !important;
}
h4, h5, h6 { font-size: 16px; line-height: 16px; }
h5 { color: #373737; }
	
/* MENU */
#menubar-bg-l { background: url('../images/nav-bg-l.png') no-repeat scroll 0 0 transparent; padding-left: 52px; margin-left: -34px; }
#menubar-bg-r { background: url('../images/nav-bg-r.png') no-repeat scroll 100% 0 transparent; padding-right: 52px; margin-right: -34px;}
#menubar { 
	background: url('../images/nav-bg.png') repeat-x scroll 0 0 transparent; 
	border: medium none;
    border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; 
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	height: 30px;
    padding: 10px 0 20px 0;
}
.menu-dropdown a.level1, .menu-dropdown span.level1 {
	font-size: 1.85em;
	text-transform: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 2, 0.4);
	border: medium none;
}
.menu-dropdown li.level1 { margin: 0 27px; }
.menu-dropdown li.active .level1 {
	border: medium none;
    border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; 
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	background: none repeat scroll 0 0 transparent;
}
.menu-dropdown li.active > a, .menu-sidebar a.active, .menu-sidebar li > span.active, #system .pagination a:hover {
    color: #ffd630 !important;
}
.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span { line-height: 24px; }
/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 {
	border: medium none;
    border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; 
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	background: none repeat scroll 0 0 transparent;
	/*text-shadow: -1px -1px 1px rgba(0,0,2,0.4);*/
	text-shadow: -1px -1px 1px rgba(0, 0, 2, 0.4);
}

.menu-dropdown a, .menu-dropdown span.level1, .menu-dropdown .level1 span > span.title, .menu-dropdown .level2 .separator > span {
    color: #ffffff;
}
.menu-dropdown a:hover,
.menu-dropdown li.level1:hover .level1,
.menu-dropdown .level1:hover .level1 span.title,
.menu-dropdown li.remain .level1 { color: #FFD630; }


/* CONTENT */
#content, #breadcrumbs {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; 
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    padding: 20px;
    text-shadow: none;
}
#system .item > header { margin-bottom: 25px; }
.mod-box {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; 
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    padding: 20px;
    text-shadow: none;
}
.mod-box-header .module-title, .module .module-title, .featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4,.category-view h4 {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; 
	font-weight: normal;
    text-transform: none !important;
	font-size: 26px;
    line-height: 26px;
	color: #D02E41;
}
#maininner .module .module-title {
    margin: 0 0 25px;
}
#sidebar-a .mod-box { padding-right: 0px; }

/* FOOTER */
#footer {
    color: #09A0A7 !important;
    text-align: left;
    text-shadow: 1px 1px 0 #C8EEF0 !important;
	font-size: 0.9em;
}
#footer a { color: #09A0A7 !important; }

.left { float: left; }
.right { float: right; }

/* Contact Form */
div.bfClearfix div a { display: none; } /* remove footer */
form.contactform p.bfElemWrap { margin-bottom: 10px; }
form.contactform label { display: block; }
form.contactform .ff_elem {
border-radius: 3px 3px 3px 3px;
    border: 1px solid #CCCCCC;
	font-size: 13px;
    line-height: 18px;
	min-width: 250px;
    padding: 4px;
    position: relative;
    z-index: 100;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
form.contactform .bfRequired { color: red; vertical-align: top; }
form.contactform .bfSubmitButton {
	border: 1px solid #078187;
	background-color: #09a0a7;
	background-position: 0 0;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0px 3px rgba(255, 255, 255, 0.3) inset; -webkit-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.3) inset; -moz-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
    margin: 0;
    overflow: visible;
    padding: 1px;
}
form.contactform .bfSubmitButton:hover { background-color: #078187; }
form.contactform .bfSubmitButton span {
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    overflow: visible;
    padding: 2px 9px 3px 9px;
    position: relative;
    white-space: normal;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
span.bfErrorMessage { margin-bottom: 10px; color: #b2181e; display: block; }

/* Google Maps plugin */
.mapbodydiv { position: relative; float: right; }
.lightboxlink { bottom: -25px; font-size: 0.85em; position: absolute; right: 0; }

/* VIRTUE MART *//*
body.products .category-view .row .category .spacer h2 a img, body.products .category-view { display: none; }*/
.category-view .row .category .spacer h2 a {
    font-family: "MavenProRegular";
    font-size: 16px;
    letter-spacing: -0.025em;
}
.vmproduct img, .product img, .featuredProductImage { border: 3px solid #abe3e6; border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; }
.hasTip {display:none;}
.product-fields {text-align: center;}
.vmgroup .spacer, .product  .spacer { text-align: center; padding: 5px;}
.product  .spacer h2, .vmgroup  .spacer h2{ font-family: "MavenProRegular", arial, sans-serif !important; font-size: 14px;     letter-spacing: -0.01em;margin: 0 0 6px;
    padding: 0; }
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2 {
    font-weight: normal;
    letter-spacing: -0.01em;
    text-transform: none !important;
}
.browse-view h1, .featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4,.category-view h4 { font-size: 26px; margin: 0 0 20px; padding-top: 10px; }
.VmOpen a { color: #222224;}

.product-price { margin: 0; }

.VmArrowdown { padding: 0 20px 0 0; width: 5px;}

ul.VMmenu ul.menu li {padding-left:15px;}

.vm-pagination {margin-top:10px;}
.vm-pagination strong,.vm-pagination a {margin:0 5px;}
.vm-pagination div { float: left; text-align: left !important;}

.back-to-category { margin-left: 30px;}

#breadcrumbs {padding-bottom:0;margin-bottom:0;}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs strong { font-size: 12px;margin-right: 5px;padding-right: 10px;}
.breadcrumbs strong {font-weight:normal;}

/* add to cart */
.addtocart-bar { text-align: center; padding: 5px 0; }
span.quantity-box { display: inline-block; padding: 8px 0 0; vertical-align: top; float:none; }
span.quantity-controls {
    display: inline-block;
    margin: 0 0 0 10px;
    padding-top: 0;
    width: 15px; float:none;
}
span.addtocart-button {     display: inline-block; padding: 5px 0 0; vertical-align: top; width: 100px; float:none; }
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    background: none repeat scroll 0 0 #09A0A7;
    border: 1px solid #078187;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
    margin: 0;
    overflow: visible;
    padding: 1px;
	width: 100px;
	height: 30px;
	letter-spacing: -0.005em;
}
span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover { background-color: #078187;}
.PricesalesPrice { font-size: 1.25em !important; color: #d02e41 !important;  } 
.total_products, .total { padding: 10px 0; }
.additional-images, .featured-view .product-price, .latest-view .product-price, .topten-view .product-price, .output-billto, .output-shipto,.PricesalesPrice {
    margin: 5px 0 0;
}

.productdetails-view h1 {
    color: #09A0A7;
    font-family: "MavenProRegular" !important;
    font-size: 20px;
    letter-spacing: -0.025em;
    margin: 0 0 25px;
}

#headerbar .vmCartModule { padding-left: 60px; background: url('../images/icon_cart.png') no-repeat scroll 0 0 transparent; }
#headerbar #vmCartModule .total_products { display: inline-block; padding-right:15px; }

.icons a { padding: 4px;}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
    background: none repeat scroll 0 0 #09A0A7;
    border: 1px solid #078187;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
	font-size: 14px;
	font-weight:normal;
    height: 30px;
    letter-spacing: -0.005em;
    margin: 0;
    overflow: visible;
	padding: 0 20px;
}
.vm-button-correct span { line-height: 30px; }
.vm-button-correct:hover {
font-size: 14px;
font-weight:normal;
background-color: #078187;
}
.vmorder-done td { padding: 10px; }
.vmpayment_description, .vmshipment_description {font-size: 12px;}
.vmpayment_cardinfo {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

.show_cart{ font-weight:bold;text-transform: uppercase;}
#header .show_cart  a{color: #B00015;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);}

#system-message dd, #system-message dd.error, .error {
    background-color: #FBECEC;
	border: 3px solid #D02E41;
    color: #B00015;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
}
.category-view{clear: both;}