/*
old
#bb 11 22

new
#bb1166
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,greek,cyrillic);
@font-face {
	font-family: 'Narrow';
	src: url('/fonts/Narrow.eot');
	src: url('/fonts/Narrow.woff') format('woff'),
	     url('/fonts/Narrow.ttf') format('truetype'),
	     url('/fonts/Narrow.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NarrowLight';
	src: url('/fonts/NarrowLight.eot');
	src: url('/fonts/NarrowLight.woff') format('woff'),
	     url('/fonts/NarrowLight.ttf') format('truetype'),
	     url('/fonts/NarrowLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	margin: 0;
	padding: 0;
	color: #777777;
	background: #ffffff;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'NarrowLight', arial, helvetica, sans-serif;
	font-weight: normal;
	margin: .5em 0;
}
h4, h5, h6 { font-size: 1.5em; font-weight: bold; }
h1, h2, h3 { font-size: 1.8em; }
h2 { font-size: 2.5em; color: #bb1166; }
h1 { font-family: 'Narrow', arial, helvetica, sans-serif; font-size: 3em; color: #bb1166; }

img { border: 0; }

a, a:hover {
	color: #bb1166;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background: #f0f0f0;
}

a img { display: block; }

hr { height: 0; border: 0; border-bottom: 2px dotted #dddddd; margin: .5em 0; width: 100%; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }  /* for IE/Mac */

.layoutSplitter { display: none; }

.row { clear: both; }
.col { display: inline-block; width: 23.5%; float: left; margin: 1%; padding: 1%; border-left: 2px dotted #dddddd; }
.col.first { border: 0; margin-left: 0; }
.col.last { margin-right: 0; }

nav { display: block; }
nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
nav ul li { display: inline-block; font-size: 14px; }
nav ul li:first-child { margin-left: 0; }

nav a, nav a:hover { display: block; padding: .5em; color: #ffffff; background: #555555; text-decoration: none; }
nav a:hover { background: #bb1166; }

nav.vertical ul { display: inline-block; }
nav.vertical ul li { display: block; }

.dropdown { position: relative; }

.menu-link { display: none; float: right; text-decoration: none; padding: 19px 10px; }
.menu {
	position: relative;
	z-index: 50;
	display: inline-block;
	padding: 5px 0;
	font-size: 100%;
	color: #444444;
	list-style-type:none;
	list-style-position:outside;
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	z-index: 52;
}
.menu ul { padding: 0px; margin: 0px; list-style: none; position: relative; display: inline-table; }
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	border: 0;

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.menu ul:after { content: ''; clear: both; display: block; }
.menu ul li { margin: 0; padding: 0; }
.menu > ul { display: table-row; height: 14px; }
.menu > ul > li { display: table-cell; vertical-align: middle; padding: .5em; border-left: 2px dotted #dddddd; }
.menu ul li a { display: block; text-decoration: none; }
.menu ul li > a { height: 3em; padding: .5em .5em; line-height: 2em; }
.menu ul li:hover > a { color: #ffffff; background-color: #bb1166; }
.menu ul li:hover ul li { display: block; }
.menu ul ul { 
	display: none; 
	position: absolute; 
/*	top:100%;	*/
	color: #ffffff;
	background: #444444;
	min-width: 160px;

	overflow: hidden;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.menu ul ul li a { color: #ffffff; text-align: left; }
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative; }
.menu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.menu ul ul > li a:hover { color: #ffffff; }
.menu ul ul ul { position: absolute; left: 100%; top:0; }

nav.brands-menu>div { display: table; margin: 0 auto; }
nav.brands-menu ul { display: table-row; }
nav.brands-menu li { display: table-cell; vertical-align: middle; }
nav.brands-menu a, nav.brands-menu a:hover { display: inline-block; padding: 0; background: none; }
nav.brands-menu img { max-height: 60px; max-width: 120px; }

.fitwidth { margin: 0 auto; max-width: 1200px; }

header {
	margin: 1em 0;
	border-top: 2px dotted #dddddd; margin: 1em 0;
}

.header { position: relative; }

#homelink { display: inline-block; }

#logo { height: 130px; }

#search-box { position: absolute; top: 0; right: 1em; display: inline-block; font-size: 1.2em; }
#search-box {
	position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-left: -125px; display: inline-block;
	width: 250px;
}
#searchInput {
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
	display: block;
	width: 220px; color: #000000; margin: 0; padding: 4px 27px 4px 4px;
}
#searchLabel {
	position: absolute; top: 9px; left: 10px; right: 30px; z-index: 5;
	color: #dddddd; font-size: 80%; font-weight: normal; cursor: text;
}
#searchButton, #searchButton:hover {
	position: absolute; top: .2em; right: .2em; 
	width: 26px; height: 24px;
	margin: 2px; padding: 0;
	background: url(/images/iconSearch.png) 2px 0 no-repeat transparent;
	border: 0;
	border-left: 2px dotted #dddddd;
	transition: all .2s;
}
#searchButton:hover { background-position: 2px -24px; }

#langMenu { position: absolute; top: 1em; right: 1em; display: inline-block; white-space: nowrap; }
#langMenu a, #langMenu a:hover { padding: 0; }
.langicon { display: inline-block; margin-left: 2px; border: 3px solid transparent; }
.langicon img { display: block; border: 2px solid transparent; }
.langicon img:hover { display: block; border: 2px solid #dddddd; }
.langselected { border: 3px solid #bb1166; }


.head { border-bottom:1px solid #cccccc; background-color: #ffffff; position: relative; z-index: 99; }
.head .container { width: 100%; }
.head > h1 { text-align: center; }

.categories-menu { position: relative; background: #555555; }

.page { width: 100%; min-height: 400px; }

#whereami a, #whereami a:hover {
	display: inline-block;
	padding: 2px 2px 2px 12px;
	background: url(/images/iconArrow.png) 0 2px no-repeat;
	text-decoration: none;
	color: #777777;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
}
#whereami a:hover { color: #000000; }
#whereamiIcon { display: inline-block; float: left; }
#whereamiIcon a, #whereamiIcon a:hover { padding: 0; background: none; float: left; margin-right: 5px; }

#contactPage { width: 100%; }
#contactPage>div { width: 50%; }
#contact-info { float: left; }
#contact-form { float: right; }
#contact-form h2 { text-align: center; }



#photoList { display: inline-block; max-width: 100%; float: right; }
#photoList ul { display: inline-block; list-style: none; margin: 0; padding: 0; }
#photoList ul li { display: block; margin: 1em; text-align: center; }
#photoList img { display: inline-block; }



footer {}
footer a, footer a:hover { color: #777777; background: none; border-bottom: 1px solid transparent; padding-left: 0; padding-right: 0; }
footer a:hover { color: #bb1166; border-bottom: 1px solid #000000; }

.footer-logo { display: block; margin: 0 auto; max-width: 80%; }

.bottom { position: relative; font-family: verdana, arial, helvetica, sans-serif; font-size: .8em; }
.footer-copyright { margin: 1em 0; padding: 1em; }
.signature { position: absolute; right: 1em; top: 50%; margin-top: -5ps; font-size: 10px; color: #cccccc; }
.signature a, .signature a:hover { color: #cccccc; background: none; text-decoration: none; font-weight: bold; transition: all .2s; }
.signature a:hover { color: #000000; }


.content { width: 100%; clear: both; }

.top-phone {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	margin-top: -40px;
	padding-left: 80px;
	background: url(/images/iconPhone.png) 5px 7px / 60px 60px no-repeat #bb1166;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Open Sans Condensed',arial,helvetica,sans-serif;
	text-transform: uppercase;
}

.dotted { margin: 5px; padding: 5px; border: 2px dotted #ffffff; }

.products1photos { float: left; margin-right: 10px; width: 50%; border-right: 2px dotted #dddddd; }

.page-content {  }
.page-home .page-content { margin-left: 50%; }

/************* PRODUCTS ***********************/
.products-category {  }
.products-category ul { display: block; margin: 0; padding: 0; list-style: none; }
.products-category ul li:first-child { border: 0; margin-left: 0; }
.products-category ul li:last-child { margin-right: 0; }
.productCardSmall { text-align: center; }

.products-category-row { display: table; width: 100%; border: 0; border-bottom: 2px dotted #dddddd; border-top: 2px dotted #dddddd; }
.products-category-row ul { display: table-row; width: 100%; }
.products-category-row ul li { display: table-cell; height: 100%; float: none; }
.products-category-row hr { width: 100%; }

.productCard { float: left; text-align: center; }
.productCard:nth-child(4n+1) { border: 0; margin-left: 0; }
.productCard:nth-child(4n) { margin-right: 0; }
.productCard .photo { position: relative; display: inline-block; width: 90%; height: 15em; overflow: hidden; }
.productCard .photo a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; }
.productCard .photo a img { display: block; max-width: 100%; max-height: 100%; margin: 0 auto; }

.productCard .brand-box { text-align: center; }
.productCard .brand-box a, .productCard .brand-box a:hover { display: inline-block; }
.productCard .brand-box img { max-width: 120px; max-height: 60px; }

.productdetail .col { width: 49%; }
.productdetail .col:first-child { margin-left: 0; border: 0; }
.productdetail .col:last-child { margin-right: 0; }
.product-photos ul { display: block; margin: 0; padding: 0; list-style: none; }
.product-photos ul li { display: block; }
.product-photos ul li a { display: block; }
.product-photos ul li a img { width: auto; max-width: 100%; }

/************** SOCIAL **************************/
.footer-social {
}
#socialicons {
	display: block;
	margin-top: 1em;
	text-align: center;
}
#socialicons a, #socialicons a:hover {
	display: inline-block;
	margin: .5em;
	padding: 0;
	width: 48px;
	height: 48px;
	background: url(/images/social-sprite.png) 1000px 1000px no-repeat;
	border: 0;
}
a#icon-fbpage { background-position: 0 0; }
a#icon-fbpage:hover { background: url(/images/social-sprite.png) 0 -48px no-repeat; }
a#icon-linkedin { background-position: -48px 0; }
a#icon-linkedin:hover { background: url(/images/social-sprite.png) -48px -48px no-repeat; }
a#icon-googleplus { background-position: -96px 0; }
a#icon-googleplus:hover { background: url(/images/social-sprite.png) -96px -48px no-repeat; }
a#icon-pinterest { background-position: -144px 0; }
a#icon-pinterest:hover { background: url(/images/social-sprite.png) -144px -48px no-repeat; }
a#icon-rss { background-position: -192px 0; }
a#icon-rss:hover { background: url(/images/social-sprite.png) -192px -48px no-repeat; }

table.social { border: 0; border-collapse: collapse; margin: 0 auto; }
table.social td { font-size: 0; vertical-align: top; }

/**************** TOP SPRITE *********************/
.icons-top { display: block; text-align: center; width: 100%; position: absolute; top: 0; }

.icon-top {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width: 36px; height: 36px;
	margin: 0; padding: 0;
	margin-right: 5px;
	background: url(/images/sprite-top.png) 0 0 no-repeat transparent;
}
.icon-top:hover { background: url(/images/sprite-top.png) 0 -36px no-repeat transparent; }

.icon-top-home { background-position: 0 0; }
.icon-top-info { background-position: -36px 0; }
.icon-top-contact { background-position: -72px 0; }

.icon-top-home:hover { background-position: 0 -36px; }
.icon-top-info:hover { background-position: -36px -36px; }
.icon-top-contact:hover { background-position: -72px -36px; }

/**************** FORM CONTROLS ********************/
.edit {
	display: block;
	width: 100%;
	padding: 8px;
	border: 2px solid #bb1166;
	font-size: 1.2em;
}
.edit:focus { border-style: dotted; }

.button, .btn-default {
	display: inline-block; padding: .5em .5em; border: 0; color: #ffffff; background: #bb1166;
	font-family: 'open sans condenced', arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.button:hover, .btn-default:hover { background: #000000; }

#strCAPTCHA { display: inline-block; }
#captcha { display: inline-block; padding: 9px; }

input[type="text"] { box-sizing: border-box; }

#mailingListAction .control { display: none; }
#mailingListEmail { margin: 5px 0; }