body{
	background-color		: #FFF;
	font-size				: 14px;
	font-family				: 'Brandon Grotesque Regular';
	color 					: #333;
}

.row{
 	overflow: hidden; 
}

ul#customer-accordion li strong {
	color: #333;
}

#customer-accordion ol li ol li {
	list-style-type: decimal;
	overflow: visible;
}

#straps h3.producttitle{
 	text-align: center; 
}

#product select{
	color: #000;
  margin-bottom: 20px !important;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

#mce-EMAIL{
 	margin-bottom			: 0px; 
  	margin-right			: 20px; 
  	border-color			: #000 !important;
  	font-family				: 'Brandon Grotesque Regular';
  	font-size				: 16px;
}

#mc-embedded-subscribe, #mc-embedded-subscribe:hover, #mc-embedded-subscribe:focus{
  	color					: #FFF !important;
  	border					: none !important;
  	background				: none !important;
  	background-color		: #000 !important;
  	font-family				: 'Brandon Grotesque Regular';
  	font-size				: 16px;
}

/* fonts */

@font-face {
	font-family				: 'Brandon Grotesque Bold';
	font-weight				: bold;
	src						: url('Brandon_bld.otf') format("opentype");
}

.BrandonGrotesqueBold {
	font-family				: 'Brandon Grotesque Bold';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 40px;
}

@font-face {
	font-family				: 'Brandon Grotesque Black';
	src						: url('Brandon_blk.otf') format("opentype");
}

.BrandonGrotesqueBlack {
	font-family				: 'Brandon Grotesque Black';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 40px;
}

@font-face {
	font-family				: 'Brandon Grotesque Light';
	src						: url('Brandon_light.otf') format("opentype");
}

.BrandonGrotesqueLight {
	font-family				: 'Brandon Grotesque Light';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 40px;
}

@font-face {
	font-family				: 'Brandon Grotesque Medium';
	src						: url('Brandon_med.otf') format("opentype");
}

.BrandonGrotesqueMedium {
	font-family				: 'Brandon Grotesque Medium';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 40px;
}

@font-face {
	font-family				: 'Brandon Grotesque Medium Italic';
	font-style				: italic;
	src						: url('Brandon_med_it.otf') format("opentype");
}

.BrandonGrotesqueMediumItalic {
	font-family				: 'Brandon Grotesque Medium Italic';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 40px;
}

@font-face {
	font-family				: 'Brandon Grotesque Regular';
	src						: url('Brandon_reg.otf') format("opentype");
}

.BrandonGrotesqueRegular {
	font-family				: 'Brandon Grotesque Regular';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 40px;
}

/* generic styles */
h1, .Classic h2{
	font-family				: 'Brandon Grotesque Bold';
	-webkit-font-smoothing	: antialiased;
	font-size				: 24px;
	text-transform			: uppercase;
	margin-top				: 4px;
  	font-weight				: bold;
}

h1{
  	letter-spacing			: 7px;
  	margin-top				: 40px;
  	margin-bottom			: 40px;
}

#contentyour-shopping-cart h1{
  	margin-top				: 0px;
}

#cart .omitcart{
 	display					: none; 
}

h1.collection{
	text-align				: center;
}

.Classic h2{
  	text-align:left !important;
  	line-height: 83px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc !important;
	margin-top: 0px;
	letter-spacing: 7px;
}

.content{
  	margin-top				: 3px;
}

.content .container{
  	/*min-height				: 500px;*/
}

.content .center{
	text-align 				: center;
}

.content img.feet{
	width 					: 570px;
  	margin-bottom			: 40px;
}

/*navigation*/
.navbar{
	padding-top				: 18px;
  	border-bottom			: 1px solid #231F20;
  	filter					: none;
}

.navbar .nav{
	margin-top				: 30px;
}

.navbar .nav li{
	
	text-align 				: right;
  	padding-left			: 0px;
}

.navbar .nav li {
	
	text-align				: center;
	margin					: 0px;
}

.navbar .nav li.cart{
	padding-left			: 0px;
	text-align 				: right;
    margin-bottom			: 0px;
  	padding-right			: 0px!important;
}

.navbar .nav li a{
	text-transform			: none;
	text-shadow				: none;
	font-family				: 'Brandon Grotesque Medium';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 18px;
  	color 					: #939598;
  	color 					: #0a0a0a;
}

.wraphome .navbar{
 	border					: none;
}

.navbar .nav li a.active, .topnav .nav li a.hover{
  	color 					: #333;
}

.navbar .nav>li>a:hover,.topnav .nav>li>a:focus{
	background-color		: rgba(255, 255, 255, 0);
	text-decoration			: none;
}

.navbar ul.submenu{
	background 				: #fff;
    background 				: rgba(255,255,255,0);
    list-style 				: none;
    position 				: absolute;
    width					: 280px;
    left 					: -9999px;
    margin-top				: 0px;
}

.navbar ul.submenu.active{
    left					: -86px; 
}

.navbar ul.submenu li{
    padding-top 			: 0px; 
    float 					: left;
    width					: 120px;
}

.navbar ul.submenu a{
    white-space 			: nowrap;
    font-size				: 11px;
}

.navbar li:hover ul{ 
    left 					: -86px;
}

.navbar li a{ 
    text-decoration 		: none;
}

.navbar li:hover a{ 
    display                 : block;
}

.navbar li:hover ul a{ 
    text-decoration			: none;
    text-transform			: uppercase;
	text-shadow				: none;
	font-family				: 'Brandon Grotesque Medium';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 11px;
  	color 					: #939598;
  	color					: #0a0a0a;
}

.navbar{
 	background-image		: none;
  	background-repeat		: no-repeat;
  	-webkit-box-shadow		: none;
  	box-shadow				: none;
  	padding-top				: 7px;
  	border					: none;
  	border-radius			: 0px;
  	border-bottom			: 1px solid #231F20;
  	padding-bottom			: 0px;
}

.navbar-default {
	background-color		: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active{
	border-color			: #333;
  	background				: none;
  position: absolute;
right: 0px;
}

.nav.navbar-right li {
	padding-top: 19px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color		: #333;
}

/* footer */
.footer{
	background-image		: url("hr.jpg");
	background-position		: 50% 0px;
	background-repeat		: no-repeat;
	margin 					: 40px auto 0px auto;
	padding 				: 64px 0px 0px 0px;
}

.footer .container{
	padding: 0px 40px 0px 40px;
}

.footer h3{
	font-family				: 'Brandon Grotesque Bold';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 18px;
  	margin-top 				: 0px;
}

.footer h4{
	text-transform			: uppercase;
	font-family				: 'Brandon Grotesque Regular';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 17px;
}

.footer .footerlinks{
	font-family				: 'Brandon Grotesque Bold';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 15px;
  	color 					: #000;
}

.footerlinksdash{
  	display					: none;
}

.footer .sociallinks{
	text-align				: center;
  	margin					: 30px 0px 10px 0px;
}

.footer .sociallinks a:hover{
	text-decoration			: none;
}

.footer .sociallinks a{
	padding					: 10px;
}

.footer input.email{
	background-color		: #FFF;
	color 					: #000;
	border 					: 1px solid #000;
}

.footer input.email::-webkit-input-placeholder { 
	color 					: #CCC; 
}

.footer input.email::-moz-placeholder { 
	color 					: #CCC; 
} /* firefox 19+ */

.footer input.email:-ms-input-placeholder { 
	color 					: #CCC; 
} /* ie */

.footer input.email:-moz-placeholder { 
	color 					: #CCC; 
}

.footer .send,.footer .send:active, .footer .send:hover{
	background-color 		: #BCBEC0 !important;
	background-image		: none;
	color 					: #333;
	font-family				: 'Brandon Grotesque Bold';
	text-shadow				: none;
	-webkit-box-shadow		: none;
	box-shadow 				: none;
	border-color			: #adadad;
}

.footer li{
	line-height				: 1;
	margin-bottom			: 4px;
}

.socialblockoverlay{
 	position				: absolute;
	bottom					: 0px;
	height					: 76px;
	line-height				: 75px;
	background				: rgba(255,255,255,0.5);
	width					: 100%;
	color					: #000;
	font-size				: 20px;
	letter-spacing			: 10px; 
}

.socialblockoverlay a, .socialblockoverlay a:hover{
 	color					: #000!important;
  	text-decoration			: none;
}

/* home page */
.wraphome{
	background-size			: 100% 300px;
  	background-repeat		: no-repeat;
  	margin					: 0 auto 0 auto;
  	min-height				: 330px;
  
}

.introhome{
	margin					: 40px 0px 50px 0px;
}

.introhome p{
	text-align				: center;
	font-family				: 'Brandon Grotesque Regular';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 20px;
  	margin-top				: 30px;
}

.carousel-inner .row a{
    overflow				: hidden;
    margin-right			: 40px;
  	color 					: #333;
  	text-transform			: uppercase;
}

.carousel-inner .row a:hover{
  	color 					: #333;
}

.carousel-inner .row img{
    width					: 100%;
}

.carousel-inner .row {
  	font-size				: 24px !important;
}

.carousel-inner .row .center{
  	position				: relative;
}

.carousel-inner .row .content {
	position: absolute;
	top: 32%;
	right: 8%;
	color: #fff;
	width: 55%;
	text-align: center;
	font-family: 'Brandon Grotesque Light';
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

.carousel-inner .row .content.left{
 	left: 8%; 
}

.carousel-inner .row .content .title {
	font-size: 20px;
	letter-spacing: 4px;
}


.carousel-inner .row .content .subtitle{
  	font-size				: 15px;
	letter-spacing			: 4px;
}

.introhome h2{
	text-align				: center;
	font-family				: 'Brandon Grotesque Regular';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 20px;
  	margin-top				: 30px;
	color 					: #939598;
	text-transform			: uppercase;
	margin-bottom			: -5px;
}

.carousel-indicators .active {
	background-color		: #000;
  	margin					: 3px;
  	width					: 12px;
	height					: 12px;
}

.carousel-indicators li {
    background-color		: #FFF;
  	border					: 1px solid #000;
  	width					: 12px;
	height					: 12px;
	margin					: 3px;
}

.carousel-indicators {
	bottom					: -30px;
}

.carousel-control.left, .carousel-control.right {
    background				: none;
  	filter					: none;
    top						: 26%;
    font-size				: 80px;
    color					: #000;
    text-shadow				: none;
    font-family				: 'Brandon Grotesque Regular';
    -webkit-transition		: all .3s ease;
    -moz-transition			: all .3s ease;
    transition				: all .3s ease;
}

.mobile{
  	margin-left: auto;
	margin-right: auto;
  	display:none !important
}


a.carousel-control.left:hover, a.carousel-control.right:hover{
 	color:#000; 
}

.carousel-control.left {
    transform: translateX(-30px);
  	width					: 90px;
  	opacity					: 0;
}

.carousel-control.right {
	width: 0px;
    opacity: 0;
    transform: translateX(20px);
    right: 70px;
    text-align: right;
}

.carousel-control.left, .carousel-control.right{
    /*display:none;*/
  	background: none;
  	
}

.carousel-control.left.showitem{
    transform: translateX(5px);
  	opacity: 1;
}

.carousel-control.right.showitem{
    transform: translateX(-5px);
  	opacity: 1;
}

#carousel-xmas-straps .carousel-control.left {
   	width					: 90px;
  	opacity: 1;
  	transform: translateX(0px);
}

#carousel-xmas-straps .carousel-control.right {
	width: 0px;
    opacity: 1;
    transform: translateX(0px);
    right: 70px;
    text-align: right;
}

#carousel-xmas-straps .carousel-control.left.showitem{
    transform: translateX(0px);
  	opacity: 1;
}

#carousel-xmas-straps .carousel-control.right.showitem{
    transform: translateX(0px);
  	opacity: 1;
}

.navbar{
 	border-bottom			: none; 
}


p.slogan{
  	font-size				: 25px;
	color					: #000;
	font-weight				: normal;
	font-family				: 'Brandon Grotesque Regular';
  	text-align				: center;
  	margin					: 86px auto 40px auto;
  	line-height				: 30px;
}

/* collections page */
img.product {
	/*height					: 320px;*/
  	display					: block;
    margin-left				: auto;
    margin-right			: auto;
}

.Classic img.product{
 	width					: 115px; 
  	
}

h3.producttitle{
 	font-family				: 'Brandon Grotesque Regular';
  	-webkit-font-smoothing	: antialiased;
  	font-size				: 20px !important;
}

.Classic h3.producttitle{
 	text-align				: center;
  	font-weight				: bold;
  	width					: 100%;
}

.Classic .collectionname{
  	text-align				: center;
  	margin					: 10px 0px 10px 0px;
}

.Project h3.producttitle{
 	text-align				: center;
  	font-weight				: bold;
}




/* product page */
#product{
	width					: auto;
  	margin-top				: 50px;
}

#product h1 {
    text-transform			: none;
    margin-top				: 0px;
    margin-bottom			: 0px;
    font-size				: 42px;
    font-family				: 'Brandon Grotesque Regular';
    letter-spacing			: 2px;
    padding-bottom			: 15px;
}

#product .clasp.silver{
	display:none;
}

.itempricecontainer{
  	margin-top				: 100px;
}

#buy{
 	clear					: none !important; 
}


#buy.col-xs-12{
 	clear					: both; 
}

#product-form{
 	margin-bottom			: 0px; 
}

.itempricecontainer.col-sm-6{
  	margin-top				: 0px;
  	width					: 100%;
}

.itemprice{
	font-weight				: bold;
	margin-bottom			: 0px;
  	font-size				: 35px;
  	font-family				: 'Brandon Grotesque Regular';
  	letter-spacing			: 0px;
  	float					: left;
  	margin-top:20px;
}

#product-info{
	border					: none; 
}

#product-info .short,
#cart .long,
.collectionproductdescription .long,
.Classic .short{
  	display					: none;
  	font-weight				: normal;
}

.wysiwyg.no-tabs.row{
 	margin-left				: 0px;
	font-size				: 16px;
	font-weight				: bold;
}

.wysiwyg.tabs{
 	margin-left				: 0px;
	font-size				: 15px;
	font-weight				: normal;
}

#product-info .long{
	font-size				: 15px;
	color					: #000;
  	font-weight				: normal;
}

.collectionproductdescription .short, h3.producttitle{
  	font-size				: 16px;
  	text-align				: center;
}

.collectionproductdescription .short{
 	margin-top				: 26px; 
  	text-align				: center;
}

#add:hover, .collectionprice:hover, input#checkout:hover{
    background-color		: #333 !important;
    color					: #FFF !important;
}



#add, .collectionprice, input#checkout{
  	margin					: 20px auto 15px auto;
  	border-radius			: 2px !important;
    border					: none !important;
    color					: #333 !important;
    padding					: 10px 50px 10px 50px !important;
  	font-family				: 'Brandon Grotesque Bold' !important;
  	font-size				: 23px;
  	background-color		: #f0f0f0 !important;
}

input#checkout{
 	margin-top				: 0px; 
}

.Straps .collectionprice{
	padding					: 10px 5px 10px 5px !important;
    white-space				: nowrap;
  	text-align				: center;
}

.Straps .collectionprice:hover {
  	font-size				: 18px;
  	line-height				: 24px;
    padding					: 14px 6px 14px 6px !important;
}

.collectionprice:hover {
  	font-size				: 18px;
  	line-height				: 24px;
    padding					: 14px 50px 14px 50px !important;
}

#add, .Classic .collectionprice{
 	padding					: 10px 20px 10px 20px !important;
  	text-transform			: none;
}

.collectionprice{
  	display					: table;
}

.colouroptions{
  	display					: none;
}

.Classic .colouroptions{
  	display					: table;
  	margin					: 0px auto 15px auto;
}

section.product-grid div {
 	text-align				: left; 
}

section#gallery{
	float					: right;
  	width					: 100%;
  	margin-bottom			: 0px;
	margin-top				: 0px;
}

a:focus {
	outline					: none;
	outline-offset			: 0px;
}

.container .relatedproducts{
	width					: 270px;
  	float					: left;
}

#related-products{
  	border					: none;
}

#related-products img.product{
 	height					: auto; 
}

#additionalstrap{
  	font-size				: 24px;
  	text-transform			: uppercase;
}

.row.sep{
  	border-top				: 1px solid #333;
  	padding-top				: 36px;
}

div.wysiwyg div {
	line-height				: 22px;
	margin-bottom			: 5px;
}

#contentproject-1{
  	margin-bottom			: 50px;
}

.choosecolour {
	display					: none;
	width					: 30px;
	height					: 30px;
	border-radius			: 3px;
	float					: left;
	margin					: 30px 5px 5px 5px;
  	cursor					: pointer;
}

.choosecolour.active {
	border					: 1px solid #666;
}

.textright{
 	text-align				: right; 
}

.pull-center{
 	text-align				: center; 
}

.pull-center .carousel-indicators{
 	bottom					: -50px; 
}

.carousel-control.product.right, .carousel-control.product.left{
 	width					: 160px; 
}

.carousel-control.product.right{
  	right					: 0px;
}

.carousel-control.product.left{
  	left					: 0px;
}

.nextprevtext {
	font-size				: 12px;

}

.nextprevproduct{
 	margin-bottom			: 0px!important; 
  	overflow: visible;
}

.nextprevtext.prev a{
    width					: 160px;
    height					: 50px;
    line-height				: 50px;
    padding-left			: 40px;
  
  	font-size				: 88px;
	color					: #000;
	text-shadow				: none;
	font-family				: 'Brandon Grotesque Light';
}

.nextprevtext.next a{
    width					: 160px;
    height					: 50px;
    line-height				: 50px;
    padding-right			: 40px;
  	float					: right;
  
  	font-size				: 88px;
	color					: #000;
	text-shadow				: none;
	font-family				: 'Brandon Grotesque Light';
}

.nextprevtext.prev a, .nextprevtext.next a{
	margin-top				: 127px;
}

.nextprevtext.prev a, .nextprevtext.next a, .nextprevtext.prev a:hover, .nextprevtext.next a:hover {
	color					: #000;
  	cursor					: pointer;
  	display					: block;
  	text-decoration			: none;
}

/* story */
.wrapstory{
	background-image		: url("aboutus.jpg");
	background-size			: cover;
	background-repeat		: no-repeat;
	margin					: 0 auto 0 auto;
	min-height				: 600px;
	background-position		: 0px -90px;
}

.thestory{
	text-align:center;
  	margin-top:20px;
}

.thestory h2{
 	font-family				: 'Brandon Grotesque Bold';
	font-weight				: bold;
  	margin-bottom			: 20px;
  	text-transform			: uppercase;
  	padding-top				: 20px;
}

.thestory p{
 	margin-bottom			: 40px;
  	font-size				: 20px;
}

.thestory .divider {
	border-top				: 1px solid #ddd;
  	border-top				: 1px solid #2c2c2d;
  	margin-bottom			: 27px;
}

.thestory .strap{
 	margin-top				: 40px;
}

.thestory .strap1, .thestory .strap2, .thestory .strap3 {
	margin-bottom			: 50px !important;
}

.thestory .strap1, .thestory .strap2 {
	margin-right			: 70px;
}

.thestory img.icon {
 	margin					: 35px auto 25px auto !important;
}

/* stories */
.wrapstories{
	background-image		: url("stories_main.jpg");
	background-size			: cover;
	background-repeat		: no-repeat;
	margin					: 0 auto 0 auto;
	min-height				: 600px;
	background-position		: 0px -90px;
}

.wrapstories .gradientbg{
	background-color: rgba(255, 255, 255, 0.4);
	height: 118px;
	position: absolute;
	width: 100%;
}

.stories .row{
	margin-bottom			: 0px;
  	text-align				: center;
}

.stories .row img {
	margin-bottom			: 3px !important;
}

/* cart */
#cart{
  	margin-left				: -15px;
  	margin-right			: -15px;
}

#cart h1{
	line-height				: 83px;
	margin-bottom			: 2px;
  	border-bottom			: 1px solid #ccc;
}

#cart .row{
	margin-left				: 0px;
}

#cart .inputquantity{
	width					: 30px;
	display					: inline;
	border					: 1px solid #ddd;
	border-radius			: 4px;
}

#cart .buttonquantity, input#update{
	border-radius			: 7px !important;
    border					: 1px solid #97999A !important;
    color					: #97999A !important;
    padding					: 5px 35px 5px 35px !important;
  	background-color		: #FFF;
  	text-shadow				: none;
  	background-image		: none;
  	font-size				: 14px;
  	font-weight				: bold;
}

.cardsaccepted{
   	margin-top				: 8px; 
}

.ttl{
  	font-size				: 25px;  
}

.cartcontinue{
 	text-align				: center; 
  	float					: right;
}
.cartcards{
 	text-align				: center; 
  	padding					: 10px 0px 27px;
  	float					: right;
}
.cartpay{
 	text-align				: center; 
  	float					: right;
}

a.continueshopping{
   	color					: #333!important;
  	font-size				: 19px;
  	margin-top				: 7px;
  	display					: block; 
  	text-decoration			: underline;
}

input#checkout{
	padding					: 12px!important;
    font-size				: 20px;
}

#cart .buttonquantity:hover{
 	background-color		: #707070!important;
  	color					: #FFF!important;
}

#cart .info h3 a, #cart .inputquantity, #cart .quantities, section#cart form div.row div.total{
	text-shadow				: none;
	font-family				: 'Brandon Grotesque Medium';
	-webkit-font-smoothing	: antialiased;
	font-size				: 16px;
	color					: #939598;
  	color					: #333;
}

#cart .info h3, section#cart form div.row div.total{
  	margin-top				: 10px;
	margin-bottom			: 0px;
  	font-style				:normal;
}

#cart form div.row div.remove a {
	color					: #DA2D2D !important;
	border-bottom			: none;
	font-size				: 30px;
}

#cart form div.row{
  	border					: none;
  	margin-top				: 10px;
}

#cart h2{
  	text-align				: center;
}

.geotrust{
  	float					: right;
  	margin-top				: 10px;
  	display					: none;
}

.geosmall{
 	text-align				: center;
}

#big-video-wrap{
 	position				: absolute;
  	height					: 600px;
  	top						: 0px;
  	background-color:#FFF;
}

#big-video-vid, #big-video-vid_html5_api{
	background-color		: #FFF;
}

/* lookbook */
.lookbookpanels{
	margin-top				: 26px;
}

.lookbookpanels .tall{
	max-height				: 790px;
	overflow				: hidden;
}

.lookbookpanels .medium{
	max-height				: 357px; 
	overflow				: hidden;
}

.lookbookpanels img{
	cursor					: pointer;
}

#lookbook .carousel-indicators{
  	display					: none;
}

#contentblog.container{
  	min-width				: 100%;
	width					: 100%;
    -moz-column-count		: 2;
    -moz-column-gap			: 10px;
    -webkit-column-count	: 2;
    -webkit-column-gap		: 10px;
    column-count			: 2;
    column-gap				: 10px;
}

#contentblog .blogitem{
 	display					: inline-block; /* Display inline-block, and absolutely NO FLOATS! */
    margin-bottom			: 5px;
    width					: 100%;
  	border-radius			: 3px;
  	overflow				: hidden;
}

#contentblog .blogitem img {
    width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
   


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  	border					: none;
  	text-align				: center;
}

section#related-products, section#product-info{
 	border-top				: none; 
}

section#product-info{
 	margin-top				: 5px; 
  	padding-left			: 0px
    margin-left				: 17px;
}

.ui-accordion-header{
	cursor					: pointer; 
}

#customer-accordion{
  	font-size				: 17px;
}

#customer-accordion a{
	font-weight				: bold;
  	font-size				: 20px;
  	cursor					: pointer;
}

#customer-accordion {
    margin					: 0;
    padding					: 0;
}

#customer-accordion .accordion-triangle {
    height					: 8px;
    position				: absolute;
    right					: 10px;
    top						: 21px;
}

#customer-accordion li {
    list-style-type			: none;
  	overflow				:hidden;
   position					:relative;
}

#customer-accordion li:not(:first-of-type) {
    margin-top				: -1px;
}

#customer-accordion li > a {
    border-bottom			: 1px solid #EEEEEE;
    border-top				: 6px solid #EEEEEE;
    display					: block;
    letter-spacing			: 2.64px;
    line-height				: 25.2px;
    padding					: 15px 0;
    position				: relative;
}

#customer-accordion li:not(:first-child) > div {
    display					: none;
}

#customer-accordion .content {
	margin-top					: 20px;
	margin-bottom				: 20px;
}

a.head, a.head:hover{
  	color						: #333;
  	text-decoration				: none;
  	font-family					: 'Brandon Grotesque Light';
}

div.title{
 	font-weight					:bold; 
  	margin-top					: 25px !important;
}

div.wysiwyg ul li{
	margin-bottom				:0px; 
}

.xs-noshow{
  	display						: none;
}

.reveal-modal {
	margin-left					: -200px;
	width						: 400px;
}

.navbar-collapse .navbar-nav.navbar-right:last-child{
	margin-right:0px; 
}

.navbar-collapse{
	overflow-y					: hidden !important;
}

a.navbar-brand{
 	margin-top					: -33px; 
}

.navbar .nav li.logo{
  	display						: none;
}


a.navbar-brand.small{
	float:none;
}

a.navbar-brand.small img{
	width						: 127px;
	margin-top					: 20px;
}

.navbar .nav li.logo img{
	width						: 127px;
}

@-moz-document url-prefix() { 
  .navbar .nav li.logo img, a.navbar-brand.small img {
     height:72px;
  }
}

.navbar{
 	margin-bottom				: 20px; 
  	border-bottom				: none; 
}

.navbar-default .navbar-toggle{
  	background-color			: #FFF !important;
  	margin-top					: 30px !important;
}

/*center the nav*/
ul.nav.navbar-nav {
	list-style					: none;
	display						: inline-block;
  	float						: none;
}

ul.nav.navbar-nav li{
	position					: relative;
}
/*end center the nav*/

.jumboheader img {
	width: 100%;
}

#contentlookbook {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.padder15{
	padding-top: 0px;
}

.padder25{
	padding-top: 0px;
}

.lookbookpanels {
	margin-top: 0px;
}

#contentlookbook img {
	margin-top: 5px;
}



.carousel-control.right.showitem{
    
}

.strapcenter{
 	float:left;
	position:relative;
	left:50%;
  	margin-bottom: 10px;
}

.strapcenterfixer{
 	float:left;
	position:relative;
	left:-50%;
}

section#gallery img {
  	height: auto;
    max-width: 100%;
    max-height: 100%;
  	cursor					: pointer;
  	display					: block;
  	margin: 0 auto;
}

section#gallery .preview{
 	width					: 70px;
	height					: 70px;
	border					: 1px solid #CCC; 
  	float: left;
	margin: 0px 5px 10px 0px;
}

section#gallery .preview.active{
	border					: 1px solid #000; 
}

#contentlookbook .row, #contentlookbook .col-lg-12, #contentlookbook .col-lg-6 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

section#product-info ul.tabs li a.active{
 	color: #333;
	font-weight: bold; 
}

#tab4 a{
 	color: #333; 
}


section#product-info ul.tabs li.first,
section#product-info ul.tabs li.second,
section#product-info ul.tabs li.third,
section#product-info ul.tabs li.fourth{
  	padding-right: 5px;
  	padding-left: 5px;
	border-right: 1px solid #e8e8e8;
  	border-top: 1px solid #e8e8e8;
}

section#product-info ul.tabs li.first{
	border-left: 1px solid #e8e8e8;
}

section#product-info ul.tabs li a{
 	color			: #444; 
}

#product-info div.itemprice{
 	 margin-right: 30px;
}

select#currencies {
	width: 70px;
	font-weight: bold;
	margin-top: 27px;
	margin-bottom: 0px !important;
  	display: inline;
  	display: none;
}

#cart select#currencies{
  	margin-top: 0px;
}

.lblselectcurrency{
  	font-weight: bold;
  	font-size: 18px;
	margin-right: 10px;
}


.currencyholder{
    margin: 0px;
    display: block;
}

#christmas-gift-box .Christmas.Gift.Box.faces img {
  	cursor: pointer;
}


#christmas-gift-box .Christmas.Gift.Box.faces img.inactive, #christmas-gift-box .Christmas.Gift.Box.faces img.active{
	cursor: default;
}

#christmas-gift-box .facedetails{
 	height:95px; 
}

#christmas-gift-box .straptype {
    font-family: 'Times';
    color: #888;
    font-style: italic;
    text-align: center;
    margin-top: 9px;
  	font-size: 11px;
}

#carousel-xmas-straps .col-sm-6.col-md-3.col-lg-3.Straps.classic {
  	cursor: pointer;
}

#carousel-xmas-straps .col-sm-6.col-md-3.col-lg-3.Straps.classic .silver,
#carousel-xmas-straps .col-sm-6.col-md-3.col-lg-3.Straps.classic .rosegold,
#carousel-xmas-straps .col-sm-6.col-md-3.col-lg-3.Straps.classic .black{
	display: none;
}

#carousel-xmas-straps{
 	width: 90%;
  	margin: 0 auto;
}

#christmas-gift-box .addstrapcontainer{
  	width: 40px;
  	height: 40px;
  	margin: 0 auto;
  	text-align: center;
}


#christmas-gift-box .remove {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  line-height: 30px;
  background-color: #ccc;
  color: #5A5A5A;
  margin: 0px auto;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  right: 0px;
}




#christmas-gift-box #choiceface, #christmas-gift-box #choicestrap1, #christmas-gift-box #choicestrap2, #christmas-gift-box #choicestrap3{
	/*display:inline-table;*/
}

#christmas-gift-box .choice.strap {
	text-align: center;
  	/*width: 140px;*/
}

#christmas-gift-box #choicescontainer img{
 	/*height		: 335px;*/
  	max-width	: 110%
}

#christmas-gift-box h2.xmasgiftbox {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

#christmas-gift-box .xmasgiftboxintro {
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#christmas-gift-box h3 {
    text-transform: uppercase;
    margin-top: 60px;
    letter-spacing: 5px;
    font-family: 'Brandon Grotesque Regular';
    text-align: center;
  	/*font-size: 20px;*/
}

#christmas-gift-box h4 {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
}

#christmas-gift-box .inactive{
	opacity: 0.4;
    filter: alpha(opacity=40);
  	cursor: default;
}

#christmas-gift-box .producttitle {
	font-family: 'Brandon Grotesque Regular';
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	font-size: 16px;
  	margin-top: 30px;
}

#christmas-gift-box #choicescontainer{
  	margin: 0 auto;
  	text-align: center;
}

section#product-info.xmas {
	text-align: center;
    margin-top: 35px;
}

#contentchristmas-gift-box #product{
 	margin-top: 0px; 
}

#contentchristmas-gift-box .carousel-control{
 	display: none; 
}

#switcher ul{
	list-style-type: none;
	display: none;
 	margin-top: 2px;
}
#switcher li{
	padding: 10px;
    background-color: #ededed;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #fff;
    width: 170px;
    text-align: center;
}
#switcher li:hover{
	background-color: #dddddd;
}
#switcher {
    position: absolute;
    left: -50px;
    margin-top: 34px;
    text-align: center;
    z-index: 100000;
    width: 170px;
}
#currencyimage{
	width: 50px;
	right: 0px;
}

#siteswitcheroverlay{
    position: absolute;
    top: 135px;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    text-align: center;
    margin: 0px;
  	height: 100%;
	z-index: 1000;
    display: none;
  	color: #FFF;
}
#siteswitcheroverlay ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#siteswitcheroverlay li{
    display: inline-block;
    text-align: center;
    width: 100px;
  	cursor: pointer;
}
#siteswitcheroverlay .closeoverlay{
    position: absolute;
    top: 10px;
    color: #FFF;
    font-weight: bold;
    right: 10px;
    text-decoration: underline;
  	font-size: 30px;
  	cursor: pointer;
}
#siteswitcheroverlay .switchercontent{
    padding: 50px;
  	font-size: 20px;
}
#siteswitcheroverlay img{
	width: 70px;
}
#siteswitcheroverlay .introp{
 	margin-top: 40px; 
}

#carousel-xmas-straps .carousel-control.left, #carousel-xmas-straps .carousel-control.right{display:none}

#images img{
	max-height: 600px;
	margin: 0 auto;
	display: block;
}

.desktop {
  display: none !important;
}

.zoomContainer {
	/*display: none!important;*/
}

#images .carousel-indicators{
 	bottom: -70px !important;
}

#images .carousel-indicators .active {
	background-color		: #000;
  	margin					: 13px;
  	width					: 22px;
	height					: 22px;
}

#images .carousel-indicators li {
    background-color		: #FFF;
  	border					: 1px solid #000;
  	width					: 22px;
	height					: 22px;
	margin					: 13px;
}

#images .carousel-indicators{
 	width: 90%;
     margin-left:-45%
}

#buy{
	margin-top: 70px;
}

#gallery{
  	display: none; 
}

#images .b, #images .c, #images .d,
#gallery .preview.b, #gallery .preview.c, #gallery .preview.d{
 	display: none; 
}

.open_fancybox {
	position: absolute;
    top: 30px;
    z-index: 5000;
    font-size: 60px;
    cursor: pointer;
    font-family: 'Brandon Grotesque Light';
    color: #000;
}

#images .bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#images .bx-pager-link {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

#images .bx-pager-link.active {
  	background: #000;
}

#contentmedia-gallery h1, #contentstockists h1{
  	text-align: center;
}

.stockistsintro {
  text-align: center;
  margin-bottom: 35px !important;
  font-size: 16px;
}

.stockistssee{
    text-align: center;
  	margin-bottom: 25px !important;
  	font-size: 16px;
  	font-weight: bold;
}

.row.stockistlogos {
  margin-bottom: 60px;
}

a, a:visited{
	color: #428bca;
}

.verticalslider{
	position		: absolute;
  	z-index			: 100;
    left			: -20px!important;
  	width			: 110px;
  	height			: 450px;
  	overflow		: hidden;
}

.verticalslider .watchface{
	width			: 102px;
  	max-width		: 2000px;
  	margin-bottom	: 10px;
  	cursor			: pointer;
  	float			: left;
}

.verticalslider .watchface.selected{  
  	margin-left: 20px;
}

.strapoptions{
	position		: absolute;
  	z-index			: 100;
  	width			: 180px!important;
  	height			: 450px;
  	overflow		: hidden;
  	right			: auto!important;
  	text-align		: right!important;
  	left			: -20px!important;
}

.strapoptions .strapoption{
	height			: 64px;
  	max-width		: 2000px;
  	margin-bottom	: 0px;
  	cursor			: pointer;
  	margin-left		: -245px;
  	float			: left;
    margin-top		: 5px;
}

.strapoptions .strapoption.selected{  
  	/*margin-left	: -178px;*/
}

.sliderprev{
  	width			: 32px;
  	height			: 40px;
  	background-image: url(https://cdn.shopify.com/s/files/1/0285/5572/files/sliderup.jpg?16792327403574391119);
  	background-repeat: no-repeat;
  	background-size	: 100%;
  	cursor			: pointer;
}

.slidernext{
  	width			: 32px;
  	height			: 40px;
  	position		: absolute;
  	bottom			: 0px;
  	background-image: url(https://cdn.shopify.com/s/files/1/0285/5572/files/sliderdown.jpg?16792327403574391119);
  	background-repeat: no-repeat;
  	background-size	: 100%;
  	cursor			: pointer;
}

#strapoptionsprev, #strapoptionsnext{
	margin-left		: 15px;
}

.nextprevtext{
 	height			: 600px; 
}

img.choiceface{
	height: 230px;
	max-width: 100%;
	max-height: 260px;
}

#choiceface{
	height: 290px;
}

.choicestrap{
	height: 100px;
}

.straplabelcontainer{
  	margin-top		: 20px;
  	display			: block;
}

#leftnavproduct{
  	position		: absolute;
  	width			: 140px;
  	height			: 340px;
  	/*height			: 470px;*/
  	left			: -20px;  
  	margin-top		: 70px;
  	overflow		: hidden;
    z-index			: 100;
}
#verticalsliderprev{
  	margin-left		: 30px;
}
#verticalslidernext{
  	margin-left		: 30px;
}
#rightnavproduct{
  	position		: absolute;
  	right			: 0px;
  	width			: 90px;
  	height			: 340px;
  	/*height			: 470px;*/
  	margin-top		: 70px;
  	overflow		: hidden;
  	z-index			: 100;
}
#product h1{
 	margin-left		: 0px; 
  	display			: inline;
    margin-left		: 0px;
}

#images .bx-wrapper{
 	margin-top		: 70px; 
}

a.watchesproductnav{
  	display			: inline;
  	color			: #333;
  	font-size		: 36px;
  	text-decoration	: none;
}

a.watchesproductnav.lefta{
 	margin-left		: -9px;
  	margin-right	: 4px; 
  	float			: left;
}

a.watchesproductnav.righta{
  
}

.rotatednav{
    -ms-transform	: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform		: rotate(0deg);
  	float			: left;
}

a.lefta{
  	display			: inline;
}

a.leftasmall{
  	display			: none;
}

#product-info{
 	clear			: both; 
}

.h1holder{
   	text-align		: center;
	width			: 90%;
  	float			: left;
  	display			: inline; 
}

#contentgoodtimes p, #contentgoodtimes .row div {
  	font-size: 16px;
}

#contentgoodtimes img{
  	margin-bottom: 0px!important;
}

#contentgoodtimes .TagTrayTaggedImage{
 	display: block;
  	margin: 0px auto 10px auto!important;
  	float: none;
  	width: 100%!important;
}

.tagtray-col-xs-12, .tagtray-col-sm-6, .tagtray-col-md-4, .tagtray-col-lg-3{
  	margin-bottom: 10px!important;
    margin-top: -10px;
}

.margin-top-40{
 	margin-top: 40px!important; 
}

.margin-bottom-30{
    margin-bottom: 0px!important;
}

#contentgoodtimes h2, #contentgoodtimes .row{
 	margin-top: 0px; 
}

.productsiteswitcher {
  margin: 0px;
  right: -34px!important;
  position: absolute!important;
  top: 0px;
  left: auto!important;
  width: 170px!important;
  z-index: 20000!important;
}

.collectioncroppedimage{
	width: 140%!important;
  	max-width: 500%!important;
  	margin-left: -20%!important;
}

.switchertitle{
 	text-decoration: underline;
  	text-transform: lowercase;
  	cursor: pointer;
    text-align: right;
  	padding-right: 5px;
}

.giftboxstrapvertical{
 	height: 74px;
  	overflow: hidden;
  	cursor: pointer;
  	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg); 
}

.giftboxstrapvertical img{
  	margin-top: 30px;
  	width: 80px;
}

.giftboxstrapvertical img.selected{
 	margin-top: 10px;
}

.giftboxstrappicker h6{
    text-align: left!important;
    margin: 10px 0px 0px!important;
}

.collectionsiteswitcher {
  right: auto!important;
  left: 10%!important;
  position: absolute!important;
  width: 80%!important;
  float: none!important;
  margin-top: 0px!important;
}

.collectionsiteswitcher .switchertitle{
 	text-align: center;
}

.collectionsiteswitcher li{
  display: block;
  margin: 0 auto!important;
}

.greyscale{
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ 
}

#contentgift-box h5{
 	text-align: center; 
    font-style: normal;
    text-decoration: underline;
    margin-top: 10px;
  	font-family: 'Brandon Grotesque Regular';
    font-size: 15px;
    letter-spacing: 4px;
}

#contentgift-box h6{
 	display: none; 
}



#contentgift-box .circular{
    font-size: 24px;
    border-radius: 24px;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    font-weight: normal;
  	width:33px;
}

#contentgift-box .circular.addstrap{
    position: absolute;
    left: 31px;
    width: 30px;
    height: 30px;
    top: 31%;
    line-height: 22px;
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#contentgift-box .circular.addstrap.x{
  	line-height: 19px;
}

#contentgift-box .choiceindicator span{
 	margin-left: 10px; 
  	margin-right: 10px;
  	border-color: #333;
    color: #FFF;
    background-color: #333;
}

#contentgift-box .choiceindicator span.empty{
 	border-color: #333;
  	color: #333;
  	background-color: #FFF;
}

#contentgift-box .choiceindicator {
	margin-top: 20px;
}

#contentgift-box .mainimagebackground{
    background-image: url(https://cdn.shopify.com/s/files/1/0285/5572/files/watchDiagram.jpg?13840554002056811627);
    background-repeat: no-repeat;
    height: 520px;
    background-size: auto 70%;
    background-position: 50%;
  	pointer-events: none;
}

#contentgift-box .mainimagebackground.hidebg{
    background-image: none;
}

#contentgift-box #mainimage {
  position: absolute;
  height: 400px;
  width: auto;
  max-width: 500%;
  top: 33px;
  left: -48px;
  clip: rect(0px,310px,540px,58px);
  pointer-events: none;
}

#contentgift-box .previewimages {
  	margin-top: 0px;
  	text-align: center;
  	clear: both;
}

#contentgift-box .preview{
 	width					: 50px;
	height					: 50px;
	border					: 1px solid #CCC; 
	margin:0px auto 10px auto;
  	cursor: pointer;
  	display: inline-block!important;
  	overflow: hidden
}

#contentgift-box .preview.active{
	border					: 1px solid #000; 
}

#contentgift-box #waiting {
    position: absolute;
    width: 80%;
    text-align: center;
    padding-right: 30px;
    top: 260px;
    background: rgba(0,0,0,0.5);
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    left: 10%;
    color: #fff;
    border-radius: 5px;
}


#contentgift-box .slidernext{
  	bottom: -70px;
}

#contentgift-box .sliderprev, #contentgift-box .slidernext{
  	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

#contentgift-box .giftboxstrapvertical h6{
 	margin: 30px auto 0px;
}

.giftboxstrapvertical.hidden-sm {
  	height: auto;
  	/*width: 100%!important;*/
}

.giftboxstrapvertical.hidden-sm-1 {
  	height: 0px;
  	display: inline-block!important;
  	width: 2%!important;
}

.birthdaygift {
  
}

.birthdaygift p {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

#hull-login-ship{
  /*	background-image: url(https://cdn.shopify.com/s/files/1/0285/5572/files/facebookregister.jpg?7943887366339816517);
  background-repeat: no-repeat;*/
  
}

.imgbirthday{
  	display: block;
    margin: 0 auto;
}

.birthdayterms h2{
  	text-align: center;
  	font-size: 20px;
	letter-spacing: 2px;
}

.hull-section-header, .hull-section-footer{
 	display: none; 
}

.hull-button.hull-button-facebook {
    background-image: url(https://cdn.shopify.com/s/files/1/0285/5572/files/facebookregister.jpg?7943887366339816517);
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 270px;
    width: 270px;
    height: 41px;
    border-radius: 0px;
    margin-top: 30px;
}

.hull-section-content input{
 	margin: 0 auto; 
}

.birthdaybutton {
	background-image: url(https://cdn.shopify.com/s/files/1/0285/5572/files/facebookregister.jpg?7943887366339816517);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 270px;
	width: 270px;
	height: 41px;
	border-radius: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

div#birthdaybuttoncontainer {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

#verticalcarousel{
 	width: 90px;
  	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.small-left-20{
 	margin-left: -20px; 
}

.js-video iframe{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.js-video.vimeo{
  position: relative;
  padding-top: 0px;
  cursor:pointer;

}
.js-video.vimeo.active{
  padding-bottom: 56.25%; /* 16:9 */
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){
    #contentlookbook div {
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (device-width: 340px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){
    #contentlookbook div {
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (max-device-width: 480px){
 	.carousel-inner .row .content .title{
   		font-size: 16px;
		padding-top: 30px;
		width: 110%;
  	}
  
  	.carousel-inner .row .content .subtitle{
   		display: none; 
  	}
  
 
}

@media screen and (min-device-width: 360px){
 	.carousel-control.left, .carousel-control.right{
    	top:14%;
  	}
  
  	.carousel-inner .row .content .subtitle{
   		display: none; 
  	}
  
  	.carousel-inner .row .content{
    	width: 74%;
  	}
  
 	 .carousel-inner .row .content .title{
   		font-size: 16px;
		padding-top: 30px;
		width: 74%;
  	}
  
  	.stories{
    	margin-top:0px;
  	}
  	#product{
  		margin-bottom:0px;
  	}
  
  	.carousel-inner .row .content{
    	right: -10%;
  	}
  
  	#cart .buttonquantity, input#update{
		padding: 5px 10px 5px 10px !important
	}
  
  	#cart .info h3 a, #cart .inputquantity, #cart .quantities, section#cart form div.row div.total {
		font-size: 14px;
	}
	
	#cart .info h3, section#cart form div.row div.total {
		margin-top: 10px;
		margin-bottom: 0px;
		font-style: normal;
	}
  
  	section#cart form div.row div.total {
		text-align: right;
	}

	.short{
		font-size: 13px;
	}

  	.strapoptions .strapoption.selected{
     	margin-left: -214px; 
    }
  
	.margin-bottom-30{
        margin-bottom: 30px!important;
    }
  
  	#contentgoodtimes img{
        margin-bottom: 10px!important;
    }
  
  	#contentgoodtimes .cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        max-width: 930px;
        margin: 0 auto;
        text-align: center;
    }
    #contentgift-box .mainimagebackground{
        height: 520px;
        background-size: auto 70%;
    }
    #contentgift-box #mainimage {
        height: 346px;
        left: -20px;
        clip: rect(0px,420px,540px,53px);
        top: 60px;
    }
    #contentgift-box #waiting {
        font-size: 12px;
    }
}

@media (min-width: 600px) {
	#contentgift-box .mainimagebackground {
        height: 520px;
        background-size: auto 100%;
    }
    #contentgift-box #mainimage {
      	height: 520px;
      	left: -96px;
      	clip: rect(0px,420px,540px,73px);
      	top: -10px;
    }
    #contentgift-box #waiting {
        font-size: 16px;
    }
  	
  	#strapoptionsprev, #strapoptionsnext{
        /*margin-left		: 35px;*/
    }
	#contentgift-box .preview{
        width					: 70px;
        height					: 70px;
    }
	.small-left-20{
        margin-left: -20px; 
    }
	
    #christmas-gift-box .remove{
        width: 40px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        background-color:#ccc;
        color:#5A5A5A;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        cursor: pointer;
    }
  
  	.choicestrap{
        height: 180px;
    }
  	
}

@media (min-width: 768px) {
  	#images .bx-wrapper{
        margin-top		: 0px; 
    }

  	#carousel-xmas-straps .carousel-control.left, #carousel-xmas-straps .carousel-control.right{display:block}
  	#switcher{
        margin-top: -6px;
        right: 0px;
        left: inherit;
    }
  	#siteswitcheroverlay{
        top: 148px;
    }

	#siteswitcheroverlay .switchercontent{
        padding: 50px 50px 50px 0px;
    }
  	#christmas-gift-box .straptype {
        font-size: 13px;
    }
    #contentchristmas-gift-box .carousel-control{
        display: block; 
    }

  	#carousel-xmas-straps .col-sm-6.col-md-3.col-lg-3.Straps.classic {
        width: 11%;
        cursor: pointer;
    }
  
    #carousel-xmas-straps .carousel-control.left{
      left: -50px;
    }

    #carousel-xmas-straps .carousel-control.right{
      right: 20px;
    }
  
	.currencyholder{
    	margin: -55px 0px 0px 0px;
    	display: inline-block;
    	float: right; 
	}

	#contentlookbook img {
		margin-top: 0px;
	}

    .lookbookpanels {
    	margin-top: 26px;
    }

	.padder15{
        padding-top: 15px;
    }

    .padder25{
        padding-top: 25px;
    }


	#contentlookbook {
        margin: 0px auto 0px auto;
        padding: 0px 15px 0px 15px;
       	width: 750px;
  		max-width: 750px;
    }  

	#product{
    	margin-bottom:20px;
  		width		: 100%;
  	}

	.carousel-inner .row .content{
    	width: 55%;
  	}

	.stories{
	  	margin-top:64px;
	}

	.carousel-inner .row .content .subtitle{
        display: block; 
  		width: 74%;
    }

	.carousel-inner .row .content .title{
        font-size				: larger ;
    }

	#cart .info h3 a, #cart .inputquantity, #cart .quantities, section#cart form div.row div.total{
        font-size				: 21px;
    }
	.carousel-inner .row .content {
        top: 36%;
    }

	.carousel-control.left, .carousel-control.right {
    	top						: 31%;
	    font-size				: 100px;
  		/*display:block;*/
	}
	.wraphome{
        background-size			: 100% 600px;
        background-repeat		: no-repeat;
        margin					: 0 auto 0 auto;
        min-height				: 600px;
    }


	a.navbar-brand.small img{
 		display 				: none;
	}

	.navbar .nav li{
		padding-left:0px !important;
  		padding-right:0px !important;
		width: auto;
	}

	.container.navbar.navbar-default {
  		/*left:-34px;*/
	}

    .navbar .nav li.logo{
        width					: 141px;
        padding-left			: 0px;
        padding-right			: 0px;
  		display					: block;
    }
	.container>.navbar-header, .container>.navbar-collapse{
     	padding-right: 0px; 
      	padding-left: 50px;
    }

	#add{
  		/*float					: right;*/
	}

    #contentblog.container{
        min-width: 800px;
		width: 800px;
        -moz-column-count		: 3;
        -moz-column-gap			: 10px;
        -webkit-column-count	: 3;
        -webkit-column-gap		: 10px;
        column-count			: 3;
        column-gap				: 10px;
    }

	.carousel-inner .row img{
        width					: 100%;
    }

	section#gallery{
		float					: left;
	}

  
    section#gallery img {
      cursor					: pointer;
      display					: block;
      
    }
    
    section#gallery .preview{
        border					: 2px solid #CCC; 
      	width: 45px;
		height: 45px;
    }
    
    section#gallery .preview.active{
        border					: 2px solid #000; 
    }


	.xs-noshow{
        display					: inline;
    }


	.reveal-modal {
		margin-left				: -300px;
		width					: 600px;
	}

    .footerlinksdash{
        width					: 30px;
        text-align				: center;
        display					: block;
        float					: right;
    }

	.footer li{
  		float					: left;
	}

	.choosecolourcontainer{
        width					: 290px;
		padding-left			: 205px;
		margin-top				: -60px;
	}

	.short {
		font-size: 100%;
	}

	#cart .buttonquantity, input#update{
		padding: 5px 35px 5px 35px !important
	}

	.col-md-3.Straps.leather  {
		width: 25%;
	}
  
    .col-md-3.Straps.polka  {
		width: 25%;
	}
  
  	.col-md-3.Straps.mesh  {
		width: 25%;
	}

	.col-md-3.Straps.classic  {
		width: 25%;
	}
  
  	.col-md-3.Straps.Metallics  {
		width: 50%;
	}

	section#product-info ul.tabs li.first,
    section#product-info ul.tabs li.second,
    section#product-info ul.tabs li.third,
    section#product-info ul.tabs li.fourth{
        padding-right: 6px;
        padding-left: 6px;
    }
	.mobile {
      display: none !important;
    }
    .desktop {
      display: block !important;
    }
    .zoomContainer {
      display: block!important;
    }
  
  	.productimagecarousel{
      display: none !important;
    }
  	#images .a, #images .b, #images .c, #images .d{
     	display: none!important; 
    }
    
	#gallery{
     	display: block; 
    }
  
	#buy{
	 	margin-top:0px;
	}
  
    .cartcontinue{
        text-align				: left; 
    }
    .cartcards{
        text-align				: center; 
        padding					: 0px;
    }
    .cartpay{
        text-align				: right; 
      	padding-top				: 0px;
    }
  	.geotrust{
        display					: block;
    }

    .geosmall{
        display					: none;
    }
  
  	#cart h2{
        text-align				: right;
      	margin-right			: 7px;
    }
  	#images{
  		margin-top: 43px;
    }
  	#leftnavproduct{
      	margin-left				: 0px;
      	height					: 470px;
    }
  
  	#rightnavproduct{
      	margin-right			: 0px;
      	height					: 470px;
    }
  	section#product-info{
     	margin-left				: 0px; 
    }
  	#product h1{
        margin-left				: 13px;
      	float					: left;
    }
  	.h1holder{
     	width					: auto; 
    }
  
  	.strapoptions .strapoption.selected{  
        margin-left				: -178px;
    }

  	a.leftasmall{
     	display					: inline; 
    }
  
  	a.lefta{
     	display					: none; 
    }
  
    .rotatednav{
      	-ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        float			: left;
        margin-left		: 20px;
    }
  	.nav>li>a{
     	padding: 10px; 
    }
  
  	#contentgoodtimes img{
        margin-bottom: 10px!important;
    }
  
  	#contentgoodtimes .cols {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        max-width: 930px;
        margin: 0 auto;
        text-align: center;
    }
  
  	#verticalcarousel{
        width: 100%!important;
      	height: 530px;
	    /*top: 0px!important;*/
    }
  
  	#contentgift-box .mainimagebackground{
        height: 540px;
        background-size: auto 100%;
        /*background-position: 110px;*/
    }
    #contentgift-box #waiting {
        font-size: 24px;
      	/*width: 60%;*/
    }
  	#contentgift-box .preview{
        width					: 80px;
        height					: 80px;
    }
  	#christmas-gift-box #choicescontainer img{
        height		: 335px;
        max-width	: 110%
    }
  	.choicestrap{
        height: 335px;
    }

    img.choiceface{
        height: 230px;
        margin-top: 40px;
    }

    #christmas-gift-box .remove{
        position: relative;
    }
  
  	#choiceface{
        margin-bottom: 70px;
    }
}

@media (min-width: 1000px) {
    #christmas-gift-box .xmasgiftboxintro {
        width: 40%;
    }
	
  
  	#christmas-gift-box #add{
        margin-left: 14px;
    }
  
	#contentlookbook {
       	width: 960px;
  		max-width: 970px;
    }  


	#cart .imgcart{
        margin-left				: 80px;
    }


	.navbar .nav li{
		padding-left:13px !important;
  		padding-right:13px !important;
		width: auto;
	}

	.container.navbar.navbar-default {
  		/*left:-34px;*/
	}

 	.navbar .nav li.logo{
        width					: 180px;
        padding-left			: 0px;
        padding-right			: 0px;
  		display					: block;
    }
	.container>.navbar-header, .container>.navbar-collapse{
     	padding-right: 10px; 
      	padding-left: 10px;
    }
	.col-lg-3.Classic{
 		width					: 12.5%; 
	}


	#contentblog.container{
        min-width				: 100%;
        width					: 100%;
        -moz-column-count		: 5;
        -moz-column-gap			: 10px;
        -webkit-column-count	: 5;
        -webkit-column-gap		: 10px;
        column-count			: 5;
        column-gap				: 10px;
    }

    .carousel-inner .row img{
        width					: 100%;
    }

	

	.choosecolourcontainer{
        width: 300px;

		padding-left: 210px;
		margin-top: -60px;
	}

	.choosecolour{
        margin-top:0px;
	}

	.col-md-3.Straps.classic  {
		width: 12.5%;
	}
    section#gallery .preview{
        border					: 2px solid #CCC; 
      	width: 60px;
		height: 60px;
    }
	.thestory {
        text-align		: center;
        margin-top		: 20px;
        width			: 62%;
        margin			: 0 auto;
    }
  	#images{
  		margin-top: 63px;
	}
  	.nav>li>a{
     	padding: 10px 15px; 
    }
  
  	.productsiteswitcher {
        margin: 0px;
        right: auto!important;
        position: absolute!important;
        top: 36px;
        left: 190px!important;
        width: 170px!important;
    }
  
  	#contentgift-box .preview{
     	display: block!important; 
    }
  
    #contentgift-box h6{
        text-align: center;
        font-style: normal;
        margin-top: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: bold;
        font-family: 'Brandon Grotesque Regular';
        font-size: 17px;
        letter-spacing: 4px;
      	display: block;
    }
  
  	.giftboxstrapvertical{
     	-ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg); 
    }
  
    .giftboxstrapvertical img{
        width: 100%;
    }
  
  	#contentgift-box .sliderprev, #contentgift-box .slidernext{
     	display: none; 
    }
  
    #contentgift-box .circular.addstrap{
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }
  
    #contentgift-box .previewimages {
        margin-top: 60px;
    }
  
  	#contentgift-box .previewimages {
        clear: none;
    }
  
  
  	#contentgift-box #mainimage{
     	left: -20px; 
    }
  	#contentgift-box .mainimagebackground{
        height: 540px;
        background-size: auto 100%;
        /*background-position: 110px;*/
    }
    #contentgift-box #waiting {
        font-size: 24px;
      	/*width: 100%;
      	left: 10%;*/
    }
}

@media (min-width: 1200px){
   	#christmas-gift-box #choicescontainer{
        width: 80%;
        margin: 0 auto;
    }

    #christmas-gift-box #choiceface, #christmas-gift-box #choicestrap1, #christmas-gift-box #choicestrap2, #christmas-gift-box #choicestrap3{
        /*display:inline-table;*/
        /*margin-right: 50px;*/
    }
  	.col-lg-3.Straps {
		width: 12.5%;
	}

  	.col-lg-3.Straps.silicone {
		width: 25%;
	}
  
	.col-lg-3.Straps.polka.dot {
		width: 25%;
	}
  
  	.col-lg-3.Straps.mesh {
		width: 25%;
	}
    section#gallery .preview{
        border					: 2px solid #CCC; 
      	width: 60px;
		height: 60px;
    }
	.cartcontinue{
        text-align				: left; 
    }
     .cartcards{
        text-align				: center; 
        padding					: 0px;
    }
    .cartpay{
        text-align				: right; 
      	padding-top				: 0px;
        padding-right			: 0px;
    }
  	  
  	#strapoptionsprev, #strapoptionsnext{
        /*margin-left		: 20px;*/
    }
  
  	#images{
  		margin-top: 60px;
	}
  
  	#contentgift-box #mainimage{
        position: absolute;
        height: 560px;
        width: auto;
        max-width: 500%;
      	left: 20px;
        top: -7px;
        clip: rect(0px,420px,540px,73px);
    }
  
  	#contentgift-box #waiting {
        font-size: 24px;
        /*width: 80%;
        left: 10%;*/
    }
  	
  	.giftboxstrapvertical{
      	  height: 68px;
    }
  
  	.giftboxstrapvertical img {
        width: 32px;
        max-width: 500%;
    }
  	#contentgift-box .circular.addstrap {
        left: 12px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
  
}
@media (min-width: 1280px) {
  	#images{
  		margin-top: 20px;
	}
  	.giftboxstrapvertical{
      	height: 74px;
    }
  
  	.giftboxstrapvertical img {
        width: 100%;
        max-width: 500%;
    }
  	#contentgift-box .circular.addstrap {
        left: 0px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1290px) {
    	#contentlookbook {
       	width: 1170px;
  		max-width: 1170px;
    }  

	.navbar .nav li{
		padding-left:30px !important;
  		padding-right:30px !important;
		width: auto;
	}

	.container.navbar.navbar-default {
  		/*left:-34px;*/
	}
	
	 .navbar .nav li.logo{
        width					: 200px;
        padding-left			: 0px;
        padding-right			: 0px;
  		display					: block;
    }
  	

  
    
	#contentblog.container{
        min-width: 100%;
		width: 100%;
        -moz-column-count		: 5;
        -moz-column-gap			: 10px;
        -webkit-column-count	: 5;
        -webkit-column-gap		: 10px;
        column-count			: 5;
        column-gap				: 10px;
    }

    .carousel-inner .row img{
        width					: 100%;
        max-height				: 85%;
    }

	.carousel-inner .row .center {
		max-height				: 100%;
	}

	.carousel-indicators {
		bottom					: -50px;
	}

	.jumboheader img {
      	width					: 100%;
      	max-height				: 100%;
    }

	#jumbostory .jumboheader img {

    }
    
    .jumboheader {
        overflow				: hidden;
        max-height				: 100%;
    }

	.nextprevtext.prev a, .nextprevtext.next a{
		margin-top				: 160px;
	}

	.choosecolourcontainer{
        width: 500px;
        float: right;
        padding-left: 52%;
  		margin-top:10px;
	}

	.choosecolour{
        margin-top:0px;
	}
  
  	#images{
  		margin-top: 20px;
	}
  
  	#contentgoodtimes img{
        margin-bottom: 20px!important;
    }
  
  	#contentgoodtimes .cols {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        max-width: 930px;
        margin: 0 auto;
        text-align: center;
    }

}

@media (min-width: 1700px) {
	.carousel-inner .row.summer img{
        width					: 100%;
  		margin-top				: -290px;
    }
}

#product-info div.itemprice, #product-info div.itempricecontainer{
 	padding-left:0px !important; 
}

.shippinginfo {
	background-image: url(shipping_info.jpg);
  	background-repeat:no-repeat;
  	padding-left: 40px;
  	cursor: pointer;
  	font-size: 16px;
}

.navbar-nav>li>a:focus {
	background-color: #f6f6f6;
}

.tumblr {
	background-color: #2d4661;
	position: fixed;
	display: block;
	bottom:10px;
	right:10px;
	height: 25px;
	margin: 0 0 0 5px;
	padding: 0 7px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.tumblr .logo {
	position: relative;
	display: block;
	top: 1px;
	width: 64px;
	height: 26px;
	direction: ltr;
	text-indent: -9999px;
	padding-top: 0;
	background: transparent url('iframe_logo.png') 0 5px no-repeat;
}

.navbar-header{
 	text-align:center; 
}

section#cart form div.row{
 	border-bottom:none; 
  margin-top:30px;
}

.btn-default{
 	filter:none; 
}

input[type="email"]{
 	color:#000 !important; 
}

.continueshopping{
	color:#428bca !important;
}

.blogitemcaption, .blogitemcaption a, .blogitemcaption p {
	font-size: 17px;
	padding: 5px;
	font-family: 'Brandon Grotesque Regular' !important;
	color: #333 !important;
	text-align: center;
}

.teaserinside{
	display: inline-table;
    top: 40%;
    position: relative;
  	color:#FFF !important;
  	cursor: pointer;
  	text-decoration: underline;
}

#tumblrteaser{
 	text-align: center;
    display: block; 
    visibility: visible; 
    position: fixed; 
    top: 0px; 
    right: 0px; 
    bottom: 0px; 
    width: 1px; 
    height: 100%; 
    z-index: 2147483646; 
    overflow: hidden; 
    background-color: rgba(0, 0, 0, 0.6); 
    -webkit-transition: width 0.25s ease-in-out; 
    transition: width 0.25s ease-in-out; 
}

input[type="text"], input[type="password"], input[type="email"], textarea, select{
 	color: #333 !important; 
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
 	bottom: -43px !important; 
}

.selector-wrapper{
 	margin-top: 50px;
}

#ui-accordion-customer-accordion-panel-2 .level1{
   font-weight: bold;
   margin-top:20px;
   margin-bottom:10px;
 }
#ui-accordion-customer-accordion-panel-2 .level1 .index,
#ui-accordion-customer-accordion-panel-2 .level2 .index,
#ui-accordion-customer-accordion-panel-2 .level3 .index,
#ui-accordion-customer-accordion-panel-2 .level4 .index{
  width: 30px;
  display: inline-block;

}

#ui-accordion-customer-accordion-panel-2 .level2{
  margin-top:20px;
  margin-left: 20px;
  font-size: 90%;
}
#ui-accordion-customer-accordion-panel-2 .level3{
  margin-top:10px;
  margin-left: 54px;
  font-size: 80%;
}
#ui-accordion-customer-accordion-panel-2 .level4{
  margin-top:10px;
  margin-left: 90px;
  font-size: 80%;
}
.currencyholder{display:none}

.add-to-cart-xmas{
    opacity: 1;
    background: #f0f0f0 !important;
    font-family: 'Brandon Grotesque Bold' !important;
    font-size: 24px;
    margin: 20px auto 15px auto;
    border-radius: 2px !important;
    border: none !important;
    color: #333 !important;
}

.TagTrayTaggedImage{
 	 width: 215px!important;
}

#tab2, #tab3, #tab4 {
  margin-bottom: 20px;
}

.loadingoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);;
    border-radius: 6px;
    display: none!important;
  	color:#333;
  	font-size: 30px;
  	text-align: center;
    font-weight: bold;
  	z-index: 2;
}

.loadingoverlay.show {
	display: block!important;
}

.loadingoverlay .text{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}