/* General styles */
body, html {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0;
	background: #EAE9E3 url(../images/headerImg.jpg) no-repeat center top;
	color: #39393F;
}
form {
	padding: 0;
	margin: 0;
}

hr {
	clear: both;
}

.errors {
	color: red;
	font-weight: bold;
}

.intex {
	width: 100%;
	height: 1000px;
	border: 0;

}

.cookieNotice {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	background-color: #1C5006;
	color: white;
	width: 100%;
	padding: 10px;
	display: none;
}

.cookieNotice a {
	color: white;
	text-decoration: underline;
}
.cnContent {
	max-width: 1075px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	font-size: 12px;
}
.error {
	color: red;
}
.offScreen {
	position:fixed;
	top: -200px;
}
img {
	border: 0;
	max-width: 100%;
}

img.standard {
    max-width: 33%;
	height: auto;
    padding-bottom: 7px;
    background: url("../images/productShadow.png") no-repeat right bottom transparent;
	margin-bottom: 10px;
}

img.left {
	margin-right: 10px;
	float: left;
}

img.right {
	margin-left: 10px;
	float: right;
}
	
a {
	color: #1C5006;
}
h1 {
	color: #1C5006;
	font-size: 22px;
	text-transform: uppercase;
	clear: both;	
	margin: 10px 0;
	margin: 1rem 0;
}
h2 {
	font-size: 21px;
	clear: both;
}
button,
button a {
	cursor: pointer;
}

* {
	box-sizing: border-box;
}

.paragraph {
	margin: 20px 0;
	margin: 2rem 0;
}


button:not(.paypal-button),
a.button {
	border: 2px solid #DFDEB3;
	background-color: #1C5006;
	text-transform: uppercase;
	color: #E9E8CC;
	font-size: 20px;
	margin: 20px 20px 40px 0;
	padding: 5px 30px;
	border-radius: 20px;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 2px 2px 5px #666;
	background: -webkit-linear-gradient(#829C69, #1C5006); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#829C69, #1C5006); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#829C69, #1C5006); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#829C69, #1C5006); /* Standard syntax */
	float: left;
}
.paypal-button {
	top: 5px;
	border: 0;
	background-color: transparent;
	float; left;
	margin-top: 15px;
}

.paypal-button[disabled] img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

button a,
a.button {
	color: #E9E8CC;
	text-decoration: none;
}
input, textarea, select {
	width: 90%;
	margin: 10px 0;
	border: 1px solid #B3B04A;
	border-radius: 5px;
	padding: 4px 1%;
	background: -webkit-linear-gradient(#e7e7e7, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e7e7e7, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e7e7e7, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e7e7e7, #fff); /* Standard syntax */
	box-shadow: 1px 1px 5px #c6c6c2;
}
input[type=checkbox],
input[type=radio] {
	width: auto;
	border: none;
	box-shadow: none;
}

.orderStatusForm {
	margin-top: 20px;
}
.orderStatusForm input {
	width: auto;
}

textarea {
	height: 200px;
	width: 92%;
}
.label {
	padding-top: 10px;
}
/* lightbox */
#light-gallery{
	list-style: none outside none;
	padding-left: 0;
	margin: 0px;
}
.gallery li {
	display: block;
	float: left;
	cursor: pointer;
}
.gallery li a {
	height: 100px;
	width: 100px;
}
.gallery li a img {
	max-width: 100px;
}

.serviceImage {
	box-sizing:: border-box;
	width: 30%;
	float: left;
	margin-right: 1%;
}

.orderDetails.withImage {
	float: left;
	width: 69%;
}

@media only screen and (max-width: 820px) {
	.serviceImage {
		box-sizing: border-box;
		width: 100%;
		float: none;
		margin: 0;
	}

	.orderDetails.withImage {
		float: none;
		width: 100%;
	}
}

/**
	GROUPING 
	solves floating problems, by forcing the section to self clear its children
	aka the clearfix hack). This is good in Firefox 3.5+, Safari 4+, Chrome, Opera 9+ and IE 6+.
 */
 
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.group:before,
.group:after { content:""; display:table; }
.clearfix:after,
.group:after { clear:both;}
.group { zoom:1; width: 100%; /* For IE 6/7 */ }

.noFloat {
	float: none !important;
}

/*  COLUMN SETUP  */
[class*='col-'] {
	box-sizing: border-box;
	display: block;
	float:left;
	margin: 0 0 5px 0;
	padding-right: 10px;
	padding-right: 1rem;
}

.noMargin {
	margin: 0 !important;
}
/**
 * if a group has more than 3 elements then apply this to 
 * every third element
 */
[class*='col-3']:nth-child(3n+0) { margin-right: 0; }

[class*='col-4']:nth-child(4n+0) { margin-right: 0; }

/*  GRID OF THREE  */
.col-3-3 { width: 100%; }
.col-3-2 { width: 66.13%; }
.col-3-1 { width: 32.26%; }

/* GRID OF FOUR */
.col-4-4 { width: 100%; }
.col-4-3 { width: 75%; }
.col-4-2 { width: 50%; }
.col-4-1 { width: 25%; }

/* GRID OF EIGHT */
.col-8-8 { width: 100%; }
.col-8-7 { width: 87.5%; }
.col-8-6 { width: 75%; }
.col-8-5 { width: 62.5%; }
.col-8-4 { width: 50%; }
.col-8-3 { width: 37.5%; }
.col-8-2 { width: 25%; }
.col-8-1 { width: 12.5%; }

.list .group {
	width: 100%;
	padding: 20px 0 10px ;
}
.featuresGroup .col-4-2 { width: 100%; }
.featuresGroup .col-4-1 { width: 50%; }
.featuresGroup .col-4-2 .col-4-1:first-child { font-weight: 700; }

.mainSection .group {
	overflow: hidden;
	float: left;
	width: 48%;
	margin-right: 2%;
}
.mainSection .group .col-4-1 {
	width: 50%;
}
.mainSection .group .col-4-1:first-child {
	font-weight: 700;
}
.mainSection .group::after {
	clear: none;
}
.mainSection {
	overflow: hidden;
	clear: both;
	padding-top: 6px;
	background: url(../images/topShadow.png) no-repeat left top;
	margin-bottom: 15px;
}

.mainSection:empty {
	display: none;
}
/*  GO FULL WIDTH BELOW 700 PIXELS */
@media only screen and (max-width: 700px) {
	[class*='col-'] {
		margin: 1% 0 1% 0%;
		width: 100%;
	}
}


/********************************************************************
 * COLUMNS
 ********************************************************************/

.column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	
	margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
	.column {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
}

 
.number {
	text-align: right;
}

.previewMode {
	position: absolute;
	top: -120px;
	left: -120px;
	z-index:9999;
	height: 200px;
	width: 200px;
	background-color: red;
	
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);	
	color: white;
	padding: 0px;
}

.previewMode p {
	position: absolute;
	bottom: 0;
	padding: 0px;
	margin:0px;
	width: 100%;
	text-align: center;
}

.topBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 133px;
	background: url(../images/topBg.png) repeat-x;
}
.header {
	position: relative;
	z-index: 100;
	max-width: 1075px;
	width: 100%;
	margin: 0 auto;
}
.languages {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 14px;
	color: #829C69;
}
.languages a {
	color: #1C5006;
	text-decoration: none;
	padding: 0 1px;
	
}
.logo {
	float: right;
	margin-top: 20px;
}
.logo img {
	display: block;
}
.mainMenuWrapper {
	position: relative;
	clear: both;
}
.mainMenuList {
	clear: both;
	list-style: none outside;
	background-color: #1C5006;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 6px solid #DFDEB3;
}
.dropdownHeader {
	border-bottom: 6px solid #DFDEB3;
	color: #E9E8CC;
	text-transform: uppercase;
	padding: 10px 10px 10px 42px;
	font-weight: 700;
	cursor: pointer;
	display: none;
	background: #1C5006 url(../images/menuIcon.gif) no-repeat 10px center;
}
.activeMain, .mainMenuList .activeMain a:hover {
	background-color: #DFDEB3;
}

.mainMenuList li {
	float: left;
	font-weight: 700;
	font-size: 17px;
}
.mainMenuList a {
	color: #E9E8CC;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px;
	float: left;
}
.mainMenuList a:hover {
	background-color: #4F7637;
}
.mainMenuList .activeMain a {
	color: #1C5006;
}
.menuShadow {
	position: absolute;
	bottom: 0;
	width: 4px;
	height: 49px;
	background: url(../images/menuLeftShadow.png) no-repeat top left;
	left: -4px;
}
.menuShadowTop {
	position: absolute;
	top: -7px;
	right: 0;
	width: 413px;
	height: 7px;
	background: url(../images/menuShadow.png) no-repeat top left;
	
}
#maincontent, .footerWrapper {
	max-width: 1075px;
	width: 100%;
	margin: 0 auto;
}
.footerWrapper {
	background-color:  #DFDEB3;
	border-top: 6px solid #1C5006;
}
.homeMiddleSection {
	clear: both;
	background: url(../images/watchBg.jpg) #E9E8CC no-repeat right bottom;
	position: relative;
	margin-top: 20px;
}
.homeMiddleSection::after {
	content: "";
	clear: both;
	display:block;
}
#LatestWatchSlidesSection {
	width: 68%;
	float: left;
}
.flexslider {
	border: 0;
	width: 95%;
	margin: 15px 2.5%;
	background-color: transparent;
}
.flexslider img {
	display: block;
}
#carousel.flexslider {
	margin-top: 0;
	background-color: #000;
}
.flex-direction-nav a.flex-next::before {
    content: "»";
    font-size: 60px;
    color: #DFDEB3;
}
.flex-direction-nav a {
    height: 70px;
    margin: -40px 0px 0px;
}
.flex-direction-nav a::before {
    content: "«";
    font-size: 60px;
    color: #DFDEB3;
    
}
.aboutUs {
	clear: both;
}
.filterMenuList>li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.filterMenuList>li:last-child {
	margin-right: 0;
}

.filterMenuList, .filterMenuList ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	overflow: hidden;
}
.filterMenuList {
	margin-top: 15px;
	position: relative;
}
.filterMenuList ul {
	margin-left: 31%;
	border-bottom: 1px solid #B3B04A;
	background: #EAE9E3 url(../images/filterShadowL.png) repeat-y left top;
	height: 100%;
	margin-top: -1px;
	/* position: relative;
	z-index: 100; */
}
.filterMenuList ul li {
	border-bottom: 1px solid #B3B04A;
	padding: 0;
}
.filterMenuList ul li:last-child {
	border-bottom: 0;
}
.filterMenuList ul li:first-child a {
	margin-top: 1px;
	border-top: 1px solid #B3B04A;
}
.filterMenuList ul li a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #676759;
	display: block;
	margin-right: 27px;
	padding: 5px 0 5px 8px;
}
.filterHeading {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 27px;
	background: url(../images/filterShadowR.png) repeat-y left top;
}
.filterHeading span {
	display: block;
	text-indent: -999em;
	height: 100%;
	width: 27px;
	background-size: auto 100% ;
	background-position: center center;
	background-color: #B3B04A;
	background-repeat: no-repeat;
}
.main-filter {
	position: relative;
	background: no-repeat left top;
	background-size: auto 100%;
}
.main-filter.rolex {
	background-image:url(../images/rolexFilter.jpg);
}
.main-filter.tudor {
	background-image: url(../images/tudorFilter.jpg);
	position: absolute;
	height: 100%;
	left: 34%;
	top: 0;
}
.main-filter.other {
	background-image: url(../images/otherFilter.jpg);
	position: absolute;
	height: 100%;
	right: 0%;
	top: 0;
}
.main-filter.rolex .filterHeading span {
	background-image: url(../images/rolexV.gif);
	
}
.main-filter.tudor .filterHeading span {
	background-image: url(../images/tudorV.gif);
}
.main-filter.other .filterHeading span {
	background-image: url(../images/otherV.gif);
}
.homeMiddleSection h1, .mainSection h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #E9E8CC;
	
}
.homeMiddleSection #LatestWatchReferences  h1 span {
	float: right;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	top: 2px;
	padding-right: 5%;
}
.homeMiddleSection #LatestWatchSlidesSection h1, .mainSection h2 {
	background-color: #829C69;
	padding-left: 2.5%;
}
.homeMiddleSection #LatestWatchReferences h1 {
	background: url(../images/topVShadow.png) no-repeat left bottom #4F7637;
}
.homeMiddleSectionShadow, .homeMiddleSectionBottomShadow {
	position: absolute;
	width: 100%;
	left: 0;
	height: 6px;
}
.homeMiddleSectionShadow {
	top: -6px;
	background: url(../images/topShadow.png) no-repeat left top;
}
.homeMiddleSectionBottomShadow {
	bottom: -6px;
	background: url(../images/bottomShadow.png) no-repeat left top;
}
.homeMiddleSectionVerticalShadow {
	left: 68%;
	width: 21px;
	position: absolute;
	bottom: 0;
	background: url(../images/verticalShadow.png) no-repeat left top;
	height: 100%;
	max-height: 504px;
}
#LatestWatchReferences {
	float: right;
	width: 32%;
}
#LatestWatchReferences>* {
	padding-left: 5%;
}
#LatestWatchReferences ul {
	padding: 0;
	margin: 20px 0;
	list-style: none outside;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}
#LatestWatchReferences ul li {
	padding: 5px 0 5px 20px;
	margin-left: 3%;
	position: relative;
}
#LatestWatchReferences ul li a {
	color: #39393F;
	text-decoration: none;
}
#LatestWatchReferences ul li a:hover {
	color: #1C5006;
	text-decoration: underline;
}
#LatestWatchReferences ul li::before {
	content: "»";
	font-size: 35px;
	color: #829C69;
	position: absolute;
	left: 0;
	top: -7px;
}
.homeImage {
	width: 66%;
}

.aboutUsHome {
	width: 100%;
	float: left;
}
.aboutUs {
	padding: 30px 0;
}
.aboutUs h2 {
	color: #1C5006;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0;
}
.aboutUsContent::after {
	display: block;
	clear: both;
	content: "";
}
.aboutUsHomeImages {
	float: right;
	width: 66%;
}
.aboutUsHomeImages img {
	float: left;
	margin-left: 0.5%;
	margin-bottom: 5px;
}
.bigImage {
	width: 45%;
}
.mediumImage {
	width: 53.5%;
}
.smallImage {
	width: 26.5%;
}
/*********************************************************************
 * PRODUCT LIST
 *********************************************************************/
.list img {
	width: 100%;
	padding-bottom: 7px;
	background: url("../images/productShadow.png") no-repeat right bottom transparent;
	display: block;
}
.list h2 {
	margin: 0;
}

.availabilityStatus, .cwnumber, .price {
	font-weight: 700;

}
.availabilityStatus {
	color: #4F7637;
}
.section {
	border-bottom: 1px dashed #4F7637;
}
.section:last-child {
	border-bottom: 0px dashed #4F7637;
}
.isReserved {
	color: red;
}
.price {
	font-size: 1.5em;
}

.productImages {
	list-style: none outside;
	padding: 0;
	width: 48%;
	float: right;
}
.productImages li {
	float: left;
	max-width: 32%;
	margin-left: 1%;
}
.productImages img {
	
}

.ebayImages {
	float: left;
}
.ebayImages img {
	width: 100%;
}

.featuresGroup {
	float: left;
	width: 50%;
	margin-top: 15px;
}
.lightboxSlider {
	position: absolute;
	
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: url(../images/overlay.png) repeat top left;
}
.lightboxSlider .flexslider {
	max-width: 800px;
	margin: 0 auto;
}
.container {
	position: relative;
	overflow: hidden;
}

/********************************************************
 * ORDER STATUS PAGE
 ********************************************************/
.checkboxSpace {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.orderitem input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
}

.struckOut {
	text-decoration: line-through;
}

.optionalNote {
	color: #1C5006;
	font-weight: bold;
}

/****************************************
 * FEEDBACK
 ****************************************/

.feedbackItem {
	padding: 20px 0;
}


/*****************************************
 * footer
 *****************************************/
.footerWrapper {
	padding: 20px 0;
	clear:both;
	margin-bottom: 30px;
}
.footerWrapper ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
.footerWrapper ul li {
	display: inline-block;
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #5D7851;
}
.footerWrapper ul li:first-child {
	margin-left: 0;
}
.footerWrapper ul li:last-child {
	border-right: 0;
}

.footerLeft {
	width: 58%;
	float: left;
	margin: 0 2%;
}
.footerRight {
	float: right;
	width: 37%;
	text-align: right;
}
.footerRight img {
	vertical-align: top;
	margin: 0 1%;
	
}
.footerWrapper::after{
	clear: both;
	display: block;
	content: "";
}
.addressLine {
	text-align: center;
	clear: both;
	margin: 0;
	padding-top: 20px;
}



/*****************************************************************
 * RESPONSIVE 
 *****************************************************************/
@media only screen and (min-width: 821px) {
	.mainMenuList, .filterMenuList {
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
	#maincontent {
		padding: 0 2%;
		width: 96%;
	}
	}
	@media only screen and (max-width: 900px) {
	.mainMenuList li {
		font-size: 15px;
	}
}
@media only screen and (max-width: 820px) {
	.dropdownHeader {
		display: block;
		
	}
	.filterMenuList, .mainMenuList {
		display: none;
	}
	.mainMenuList li {
		width: 33%;
		border-bottom: 1px dashed #829C69;
	}
	.mainMenuList a {
		display: block;
		float: none;
	}
}
@media only screen and (max-width: 700px) {
	.productImages {
		width: 100%;
		float: none;
	}
	.featuresGroup {
		width: 100%;
		float: none;
	}
	.form .group {
	  zoom: 1;
	  width: 100%;
	}

}

@media only screen and (max-width: 630px) {
	#LatestWatchSlidesSection, .aboutUsHome, .aboutUsHomeImages, .homeImage {
	  width: 100%;
	  float: none;
	}
	#LatestWatchReferences {
	  float: none;
	  width: 100%;
	  padding-bottom: 20px;
	}
	.homeMiddleSectionVerticalShadow {
		left: 0;
	}
	.mainSection .group {
	  float: none;
	  width: 100%;
	  margin-right: 0%;
	}
	.filterMenuList ul {
		margin-left: 0;
	}
	.footerLeft, .footerRight {
		width: 100%;
		text-align: center;
	}
	.footerRight {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 550px) {
	.mainMenuList li {
		width: 50%;
	}
}
@media only screen and (max-width: 460px) {
	.filterHeading {
		display: none;
	}
	.filterMenuList ul li a {
		margin-right: 0;
	}
	.filterMenuList ul {
		border-right: 1px solid #B3B04A;
		
	}
	.filterMenuList>li {
		width: 100%;
		float: none;
		position: static !important;
		margin-bottom: 5px;
	}
	.filterMenuList ul li a {
		font-size: 14px;
	}

}

.dropzone {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	
}

@media only print{
	.mainMenuWrapper,
	.dropdownHeader,
	.filterMenuList,
	.footerLeft,
	.footerRight,
	.paypal-button,
	.printButton
	{
		display: none;
	}
}

