/* ==========================================================================
   Pages Styles
   Last Update: 06 Feb 2013
   By: Glaiza Bernaldez
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    line-height: 20px;
	background: #f3f3f3;
	font-family: "Proxima Nova", Arial, sans-serif;
}
.proximathin {font-family: "proxima_nova_ltregular", Arial, sans-serif; }
.proximaregular {font-family: "proxima_nova_rgregular", Arial, sans-serif; }
p {
	color: #7F7F7F;
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	font-family: "proxima_nova_ltregular", Arial, sans-serif;
}
li {
	list-style: disc;
	font-size: 14px;
	line-height: 22px;
	color: #7F7F7F;
	margin-left: 17px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
em {font-style: italic }
img {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
h1 {font-size: 34px; color: #999; line-height: 36px;}
h4 { font-size: 16px;}
h5 { font-size: 15px;}
a { text-decoration: none; color: #3d8aff; }
a:hover {text-decoration: none;}
/* ==========================================================================
   Header
   ========================================================================== */
#navBg {
	height: 44px;
	background: #000000;
	min-width: 1024px;
	width: 100%;
	top: 0px; position: fixed; z-index: 999;
}

	.navigation {
		text-align: left;
		padding:0;
		list-style-type:none;		
		width: 960px;
		height: 44px;
	}
	.navigation li {
		display:block;
		font-size: 15px;
		font-family: "proxima_nova_rgregular", Arial, sans-serif;
		line-height: 44px;
		padding: 0 20px;
		text-transform: uppercase;
		float: left;
	}
	.navigation li a{
		text-decoration: none;
		color: #cccccc;
	}
	.navigation li a:hover {
		
	}
	ul.navigation li.highlight {
		background: #f3f3f3;
	}
	ul.navigation li.highlight a{
		color:#000; 
		cursor: pointer;
	}
	ul.navigation li.navRight {
		width: 87px;	
		font-size: 12px;
		font-family: "proxima_nova_rgregular", Arial, sans-serif;
		line-height: 44px;
		text-align: center;
		text-transform: uppercase;
		color: #cccccc;
	}
	ul.navigation li.navRightHighlight {
		width: 87px;	
		font-size: 12px;
		font-family: "proxima_nova_rgregular", Arial, sans-serif;
		line-height: 44px;
		text-align: center;
		text-transform: uppercase;
		color: #cccccc;
		background: #f3f3f3;
	}
	ul.navigation li.navRightHighlight a{
		color:#000; 
		cursor: pointer;
	}

#navHolder {
	position:absolute;
	padding: 0;
	right: 0;
	zoom:1;
}
.list li {
	display : block;
	text-align:left;
	margin-left: 0 !important;
	width: 200px;
}
	.list li a {
		color : #000;
		display : block;
		font-size : 13px;
		border-bottom : 1px solid #999;
		padding : 10px 0;
		text-decoration : none;
		text-transform : uppercase;
	}
	.list li a:hover {
		color : #333333;
		background : #e9e9e9;
	}
	.list li .current {
		color : #333333;
		background : #e8e8e8;
	}
.brandsTitle {
	color : #000;
	display : block;
	border-bottom : 2px solid #808080;
	padding : 10px 0;
	text-decoration : none;
	text-align: left;
	letter-spacing: 1px;
	text-transform : uppercase;
}
.logoHolder {
	border-bottom: 1px solid #cccccc;
	margin: 50px 0 40px;
	min-width: 1024px;
	width: 100%;
}
.logo {
	margin: 20px 0;
}
/* ==========================================================================
   Homepage
   ========================================================================== */
.tagline {
	height: 70px;
}
.tagline h1 {
	font-family: 'ElaSansLightCaps', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #999999;
	letter-spacing: 0px;
}
/* ==========================================================================
   bxslider
   ========================================================================== */
.prevButton{
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	overflow: hidden;
	zoom:1;
}

.nextButton {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50px;
	overflow: hidden;
	zoom:1;	
}

.prevButton img, .nextButton img {
	border: none; 
	position: absolute;
	zoom:1;
}

#sliderHolder {
	position: relative;
	padding: 0;
	width: 960px;
	height: 496px;
}

#sliderBig {
	padding: 0;
	margin: 0;
	width: 960px;
	height: 496px;
	list-style: none;
}

#sliderBig li {
	padding: 0;
	margin: 0;
	zoom:1;
	list-style: none;	
}

#sliderBrandHolder {
	position: relative;
	padding: 0;
	width: 730px;

}

.sliderBrands {
	padding: 0;
	width: 730px;
	list-style: none;
}

.sliderBrands li {
	list-style: none;
	padding: 0;
	margin: 0;
	zoom:1;	
}
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/* ==========================================================================
   Carousel
   ========================================================================== */

#featured-slider {
	margin: 30px 0 0;
}
.featuredHolder {
	float: left; 
	margin: 0 5px;
}
#featured {
	overflow:hidden;	
}
.carouselBox {
	/*width: 276px; */
	text-transform: uppercase;	
	padding: 0 12px;
	}
	.carouselBox h6 {
		color: #666666;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.carouselBox h6 a{
		color: #666666;
	}
	p.carouselText {
		color: #333333;
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
		width: 276px;
	}
.carouselBox img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .carouselBox img:hover {
      opacity: 0.7;
      }
.arrow {
	width: 24px; 
	float: left; 
	height: 246px; 
	line-height: 246px; 
	z-index: 999;
}
.bx-wrapper {
	width: 960px;
}
.bx-window {
	width: 960px;
	/*height: 450px !important;*/
}	

/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

/******** Slider custom controls ********/
.bx-custom-controls {
	margin-bottom: 0px;
	text-align: right;
}
.bx-custom-controls li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.bx-custom-controls li a {
	background-image:url(../images/light-slider-arrows.jpg);
	display: block;
	height: 30px;
	margin: 0 1px 0 0;
	width: 30px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.bx-custom-controls li a.prev { background-position: 0 0; }
.bx-custom-controls li a.prev:hover { background-position: 0 -30px; }
.bx-custom-controls li a.next { background-position: -30px 0; }
.bx-custom-controls li a.next:hover { background-position: -30px -30px; }

/* ==========================================================================
   Grid Container
   ========================================================================== */
.contentHolder p{
    text-align: justify;
}
#tiles {
	list-style-type: none;
	position: relative; 
	margin: 0;
}

.ourbrandsleftholder {
	width: 300px; 
	float: left;
	text-align: left;
}
.ourbrandsleftholder h3 {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 6px 0 4px 0;
}
.ourbrandsleftholder h3 a{
	color: #000000;
	text-decoration: none;
}
.ourbrandsleftholder h3 a:hover{
	color: #666666;
	text-decoration: none;
}
#tiles li {
	display: none; /** Hide items initially to avoid a flicker effect **/
	cursor: pointer;
	list-style: none;
	  -webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		   -o-transition: all 0.3s ease-out;
			  transition: all 0.3s ease-out;
}

#tiles li.inactive {
	opacity: 0;
}

#tiles li img {
	display: block;
	border-top: 3px solid #000000;
}

#filters {
	list-style-type: none;
	text-align: center;
	margin: 0;
}

#filters li {
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	float: left;
	list-style: none;
	padding: 6px 0 4px 0;
	cursor: pointer;
	  -webkit-transition: all 0.15s ease-out;
		 -moz-transition: all 0.15s ease-out;
		   -o-transition: all 0.15s ease-out;
			  transition: all 0.15s ease-out;
	margin: 0;
	float: left;
	width: 150px;

}

#filters li:hover {
	background: #dedede;
}

#filters li.active {
	background: #333333;
	color: #ffffff;
}

#tiles li p {
	color: #666;
	font-size: 12px;
	margin: 10px 0;
}
#tiles li .brandTitle {
	font-size: 20px;
	color: #000000;
	font-weight: 100;
	text-transform: uppercase;
}
#tiles li .readmore {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-style: italic;
	padding: 9px 0 0;
}

#tiles ali:nth-child(3n) {
	height: 175px;
}

#tiles ali:nth-child(4n-3) {
	padding-bottom: 30px;
}

#tiles ali:nth-child(5n) {
	height: 250px;
}

#main {
	padding: 0;
	margin: 0;
}

#loader {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  background: transparent url(../images/loader-circle-image.gif) no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0;
  margin-left: -16px;
}

/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footerBg{
	background: #111111;
	width: 100%;
	height: 420px;
	margin: 30px 0 0;
	min-width: 1024px;
	overflow: hidden;
}
	.column1 {
		width: 192px; 
		float: left;
		margin: 20px 0 0;
	}
	.column1 h5 {
		color: #666666;
		font-size: 16px;
		text-transform: uppercase;
		text-align: left;
	}
	.column1 h5 a {
		color: #666666; 
		text-decoration: none;
	}
	.column1 h6 {
		font-size: 12px; 
		color: #cccccc; 
		text-transform: uppercase;
		text-align: left;
		margin: 10px 0;
	}
	.column1 h6 a {
		color: #cccccc; 
		text-decoration: none;
	}
	.brands li {
		display:block;
		font-size: 12px;	
		line-height: 18px;
		text-align: left;
		text-transform: uppercase;
		margin-left: 0 !important;
	}
	.brands li a{
		color: #666666;		
		text-decoration: none;
	}
	.brands li a:hover{
		color: #999999;		
		text-decoration: none;
	}

#footerBgBottom{
	background: #202020;
	height: 70px;
	font-family: "proxima_nova_rgregular", Arial, sans-serif;
	margin:0 auto;
	min-width: 1024px;	
	overflow: hidden;

}
	.footerLogo {
		float: left; 
		margin: 20px 0;
	}
	.footerRight {
		float: right; 
		font-family: "proxima_nova_rgregular", Arial, sans-serif;
		font-size: 12px;
		color: #4d4d4d;
		line-height: 70px;
		text-transform: uppercase;
	}
	.footerRight a{
		color: #666;
		text-decoration: none;
	}
	.footerRight a:hover{
		color: #999;
		text-decoration: none;
	}

.footerlogo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.footerlogo img { border: 0; }

.scrollup{
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 500px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(../images/icon_top.png) no-repeat;
	z-index: 999;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.justify {text-align: justify;}
b {font-weight: bold;}
.black {color: #000000;}
.marginbottom30 { margin-bottom: 30px}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.transformUppercase { text-transform: uppercase; }
.expandDiv {
	clear: both; 
	display: block; 
	height: 20px
}
.expandDiv h4{
	color: #b6997d; 
	font-size: 12px;
}
ul.listCountries {margin:0; padding:0; overflow: hidden}
ul.listCountries li {list-style: none; display: inline-block; float:left;width:168px; margin-right: 10px; margin-left:0; min-height:160px; color: #7F7F7F; font-size: 14px; line-height: 22px; font-family: "proxima_nova_ltregular", Arial, sans-serif;}
ul.listCountries li:nth-child(4n+4){margin-right:0}
.onlinestores a {color: #7F7F7F; font-size: 14px; line-height: 22px; font-family: "proxima_nova_ltregular", Arial, sans-serif;}
.tabsul  table td {color: #7F7F7F; font-size: 14px; line-height: 22px; font-family: "proxima_nova_ltregular", Arial, sans-serif;
}
.pos {color:#000; font-size:14px}
/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima-nova-regular.eot');
    src: url('fonts/proxima-nova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova-regular.eot') format('woff'),
         url('fonts/proxima-nova-regular.eot') format('truetype'),
         url('fonts/proxima-nova-regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('fonts/proxima-nova-bold.eot');
    src: url('fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova-bold.eot') format('woff'),
         url('fonts/proxima-nova-bold.eot') format('truetype'),
         url('fonts/proxima-nova-bold.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OldStandardTTItalic';
    src: url('fonts/OldStandard-Italic-webfont.eot');
    src: url('fonts/OldStandard-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OldStandard-Italic-webfont.woff') format('woff'),
         url('fonts/OldStandard-Italic-webfont.ttf') format('truetype'),
         url('fonts/OldStandard-Italic-webfont.svg#OldStandardTTItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltregular';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'ElaSansLightCaps';
	src: url('fonts/ElaSansLightCaps.eot?') format('eot'), 
	     url('fonts/ElaSansLightCaps.woff') format('woff'), 
	     url('fonts/ElaSansLightCaps.ttf')  format('truetype'),
	     url('fonts/ElaSansLightCaps.svg#ElaSansLightCaps') format('svg');
}