@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////////////////////////////////////
STANDARD TEMPLATE LANDS' END EU SHOP
Homepage (Desktop/768/480/320)
Version 2.0.0
October 2015
////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////
BASICS
////////////////////////////////////////////////////////////////////////*/

/* Clearfix */

.clearfix:before, .clearfix:after {	
	content: " "; 
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* Wrapper */

.euOuterWrapper {
	font-family: "Lato", "Open Sans Condensed", Arial, sans-serif;
	height: auto;
	position: relative;
	width: 100%;
}

.euOuterWrapper * {
	box-sizing: border-box;
	font-size: 1em;
}

.euOuterWrapper img {
	border: none;
	display: block;
}

.euInnerWrapper {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

/* For parted feature images only (Slider/Image) */

.euLeftWrapper {
	height: auto;
	margin-right: 30.8772%;
	position: relative;
	width: 69.1228%;
}

.euRightWrapper {
   height: auto;
   margin-left: 66.75439%;
   position: absolute;
   width: 33.24561%;
   z-index: 2;
 }

.euImg {
	height: auto;
	max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.euImg2 {
	height: auto;
	width: 100%;
    -ms-interpolation-mode: bicubic;
}

.euMaxWidth {
	background-color: #999; /* INSTYLE */
	height: auto;
	position: relative;
	width: 100%;
}

.euBanner {
	height: auto;
	margin:0;
	width: 100%;
}

.euDivider {
	height: auto;
	margin: 1em 0 1em;
	width: 100%;
}

/* Overwrite Content Rules */

.homepage .htmlslotcontainer .euInnerWrapper {
	/*width: 1140px;*/
}

/* Overwrite Content Rules */

#content .euOuterWrapper h2 {
	font-size: 1.5em;
}

/* Overwrite Content Rules */

#content .euOuterWrapper h3 {
	font-size: 0.8em;
}

/*////////////////////////////////////////////////////////////////////////
FEATURE
////////////////////////////////////////////////////////////////////////*/

.euFeature {
	position: relative;
	margin-bottom: 1.250em;
}

/*////////////////////////////////////////////////////////////////////////
COPYBOXES
////////////////////////////////////////////////////////////////////////*/

/*.euCopybox {
	color: #FFF;
	left: 10%;
	margin: auto;
	padding: 0; 
	position: absolute;
	text-align: center; 
	bottom: 0%;	
	width: 80%;
}
*/

.euCopybox {
	color: #FFF;
	padding: 1rem;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 100%;
	width: 100%; /* IMPORTANT: FIXES AN IE BUG FOR POSITIONING THE BUTTON CORRECT */
}

.euCopybox img, .euCopyboxVerticalCenter img {
	max-width: 100%;
	display: inline-block;
}

/*////////////////////////////////////////////////////////////////////////
BUTTONS & LINKS
////////////////////////////////////////////////////////////////////////*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.euButton {
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  text-align: center;
  font-size: .8rem;
  /*font-weight: 600;*/
  line-height: 30px;
  /*letter-spacing: .1rem;*/
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  /*border-radius: 4px;*/
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 10px 1rem;;
  transition: all 0.25s ease; }
.euButtonStandard {
  color: black;
  background-color: rgba(255, 255, 255, 0.8); 
}
.euButtonStandard:hover,
.euButtonStandard:focus {
  background-color: rgba(255, 255, 255, 1); 
}

/* Old Button-Styles */

.euButtonBlack {
  border: 1px solid;
  color: #000;
  border-color: #000; }
.euButtonBlack:hover,
.euButtonBlack:focus {
  color: #333;
  border-color: #333;
  outline: 0; }
.euButtonWhite {
  border: 1px solid;
  color: #fff;
  border-color: #fff; }
.euButtonWhite:hover,
.euButtonWhite:focus {
  color: #ccc;
  border-color: #ccc;
  outline: 0; }
.euButton.euButtonBgBlack {
  background-color: rgba(0, 0, 0, 0.6); }
.euButton.euButtonBgBlack:hover,
.euButton.euButtonBgBlack:focus {
  background-color: rgba(0, 0, 0, 0.8); }
.euButton.euButtonBgWhite {
  background-color: rgba(255, 255, 255, 0.8); }
.euButton.euButtonBgWhite:hover,
.euButton.euButtonBgWhite:focus {
  background-color: rgba(255, 255, 255, 1); }
.euButton.euTC {
  background-color: transparent;
  border: none;
  text-decoration: underline; }
.euButton.euTC:hover,
.euButton.euTC:focus {
  background-color: transparent; }
.euButtonTiny{
	font-size: 			10px !important;
  height: 				25px !important;
  line-height: 		22px !important;
  padding: 				0 5px !important;
	letter-spacing: 0;
	}
/* End
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* INFIELD BUTTONS */

.euMobileButtonWrapper {
	position: relative;
}

.euSolo {
	margin: 0;
	position: absolute;
	z-index: 2;
}


/*////////////////////////////////////////////////////////////////////////
COLUMNS
////////////////////////////////////////////////////////////////////////*/

.euColumn {
	height: auto;
	position: relative;
}

/*.euColumn > div {
    position: relative;
}*/

/*.euColumn div div {
    position: absolute;
    width: 100%;
    height: 100%;
}*/

.euColumn:last-child {
	margin-right: 0;
}

/* 25% */

.eu4-2-2 {
	float: left;
	margin: 0;
	width: 25%;
}

/* 33% for 2 rows */

.eu2r-3-2-1 {
	float: left;
	margin-right: 1.710526316%;
	width: 32.19298246%;
}

/* 33% for 2 rows on tab pages */

.eu2r-3-2-1-tab {
	float: left;
	margin-right: 2.74193%;
	width: 31.50537%;
}

/* 33% */

.eu3-1-1 {
	float: left;
	margin-right: 2.631578947%;
	width: 31.57894737%;
}

.eu3-3-1 {
	float: left;
	margin: 0;
	width: 33.3333%;
}

/* 50% */

.eu2-1-1 {
	float: left;
	margin-right: 0;
	width: 50%;
}

.eu2-1-1large {
	float: left;
	margin: 0 0.5% 0 0;
	width: 49.75%;
}

.eu2-1-1small {
	float: left;
	margin: 0 0.5% 0 0;
	width: 49.75%;
}

.eu2-2-1 {
	float: left;
	margin: 0;
	width: 50%;
}

.eu2-2-1 .euTop {
	margin-bottom: 0.375em;
}

/* 100% */

.eu1 {
	margin-right: 0%;
	width: 100%;
}

/* Link behavior */

.euLink {
	color: #333;
	display: inline-block;
	font-family: "Lato", "Open Sans Condensed", Arial, sans-serif;
	font-size: 1.175em;
	font-weight: 700;
	line-height: normal;
	margin: 0.857em 0 2.14em;
	position: relative;
	text-transform: uppercase;
}

.euLink a {
	color: #333;
	text-decoration: none;
}

.euLink a:hover {
	color: #333;
	text-decoration: underline;
}

.euLink a:after {
	color: #333;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 0.785em;
	font-weight: 400;
	line-height: normal;
	margin-top: 0;
	padding-left: 0.3em;
	vertical-align: baseline;
}

.euLinkSolo {
	color: #333;
	display: inline-block;
	font-family: "Lato", "Open Sans Condensed", Arial, sans-serif;
	font-size: 1.175em;
	font-weight: 700;
	line-height: normal;
	margin: 0.857em 0 2.14em;
	position: relative;
	text-transform: uppercase;
}

.euLinkSolo a {
	color: #333;
	text-decoration: none;
}

.euLinkSolo a:hover {
	color: #333;
	text-decoration: underline;
}

.euLinkSpace {
	margin-bottom: 0em !important;
}

/*////////////////////////////////////////////////////////////////////////
SUBS
////////////////////////////////////////////////////////////////////////*/

.euSubs {
	margin-bottom: 1.250em;
	max-width: 100%;
	position: relative;
}

.euSubCopy {
	color: #333;
	display: inline-block;
	font-family: "Lato", "Open Sans Condensed", Arial, sans-serif;
	font-size: 1.15em;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 2.14em;
	position: relative;
}

/*////////////////////////////////////////////////////////////////////////
STAY CONNECTED
////////////////////////////////////////////////////////////////////////*/

.euStayConnected {
	background-color: #e9e9e9;
	background-image: url(../images/shadow-top.png), url(../images/shadow-bottom.png);
	background-position: 50% 0, 50% 100%;
	background-repeat: no-repeat;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 5em;
	max-width: 100%;
	padding: 2.5em 0 0;
	position: relative;
}

/* Overwrite Content Rules */

#content .euStayConnected h2, .euStayConnected h2 {
	font-size: 3em;
	margin: 0.3em 0 0.8em;
	text-align: center;
	font-family: "museo_slab", "Courier New", Courier, monospace;
	font-weight: 100;
}

/*////////////////////////////////////////////////////////////////////////
SLIDER CAROUSEL
////////////////////////////////////////////////////////////////////////*/
   
 .lazyOwl {
   display: block;
   width: 100%;
   height: auto;
 } 

 .callout {
	 z-index:20;
	 position: absolute;
	 top: 30px;
	 border: 0;
	 left:-12px;
 } 
 .spacer  {
	 z-index:20;
 }

 .owl-prev {
   left: 0;
   position: absolute;
   top: 47%;
 }

 .owl-next {
   right: 0;
   position: absolute;
   top: 47%;
 }

 .item {
   position:relative;
 }
 
 #owl-demo {
	 margin-bottom: 1.250em;
 }

/*////////////////////////////////////////////////////////////////////////
MISC
////////////////////////////////////////////////////////////////////////*/

/* Button Field for Modern Side */

.euHideForSmall { display: block; }
.euHideForLarge { display: none; }

 .euButtonField {
	 display: none;
 }

/* Hide complete DIVs */

 .euHideComplete {
   display: none;
 }
 
 .euStackLarge {
	 display: block;
 }
 
 .euStackSmall {
	 display: none;
 }

/* Two features for WESE 2014 */

 .euLeftTab {
	 height: auto;
	 float: left;
	 position: relative;
	 width: 52.3655914%;
 }

 .euRightTab {
	 height: auto;
	 float: left;
	 position: relative;
	 width: 47.6344086%;
 }

/* SEO Copy */

#category-copy {
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7e7d7d;	
}

#category-copy h1 {
	font-size: 20px !important; /* fallback IE8 and lower */
	font-size: 1.25rem !important;
	line-height: 24px !important; /* fallback IE8 and lower */
	line-height: 1.5rem !important;
	color: #7e7d7d;
	font-weight: normal;	
}

#category-copy h2 {
	font-size: 16px !important; /* fallback IE8 and lower */
	font-size: 1rem !important;
	line-height: 20px !important; /* fallback IE8 and lower */
	line-height: 1.25rem !important;
	color: #7e7d7d;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* needs to be h3 but look like h2 */

#category-copy h3 {
	font-size: 16px !important; /* fallback IE8 and lower */
	font-size: 1rem !important;
	line-height: 20px !important; /* fallback IE8 and lower */
	line-height: 1.25rem !important;
	color: #7e7d7d;
	font-weight: normal;
	padding-left: 0;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#category-copy p {
	font-size: 12px !important; /* fallback IE8 and lower */
	font-size: 0.75rem !important;
	line-height: 17px !important; /* fallback IE8 and lower */
	line-height: 1.0625rem !important;
	padding: 0;
}

#category-copy ul {
	list-style: circle;
	margin: 12px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  height: auto;
  float: left;
  max-width: 100%;
  border: 0;
  text-align: center;
  }

.rslides span img {
  display: inline;
  float: none;
  }


.rslides p {
	/*padding-bottom: 15px !important;*/
}

/* specific slider formatting */

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 3%;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/basics/themes.png?$staticlink$) no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 3%;
  }

.centered-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
  position: absolute;
  margin: auto;
  z-index: 2;
  width: 100%;
  padding: 0;
  text-align: center;
  bottom: 3%
  }

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin: 0 .8%;
  }

.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  background: #fff;
  background: rgba(255,255,255,0);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: 0px 0px 0px .125rem rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 0px .125rem rgba(255,255,255,1);
  box-shadow: 0px 0px 0px .125rem rgba(255,255,255,1);
  width: .5rem;
  height: .5rem;
  }

.centered-btns_here a {
  background: #fff;
  background: rgba(255,255,255,1);
  }

/* MODAL */

section {
  position: fixed;
  top: -9999px;
  left: -9999px;
  visibilty: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s;
  font-family: "Lato",sans-serif!important;
  text-align: center;
  z-index: 9999999999999;

}
section.active {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibilty: visible;
  opacity: 0;
  opacity: 1;
  z-index: 9999999999999;
}

section .content {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px;
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0.2s;
  z-index: 9999999999999;
}
section .content a.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #003;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  z-index: 9999999999999;
}
section .content a.close:hover {
  background-color: #666;
  z-index: 9999999999999;
}

section.active .content {
  opacity: 1;
  transform: translateX(0);
  z-index: 9999999999999;
}

/* end */
