/*
Theme Name:     Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



a {
	text-decoration: none;
	color: #330033;
}

a:hover {
	text-decoration: none;
	color: #7D26CD;
}

body {    
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ededed;
}

.body {    
    margin: 0 !important;
    padding: 0 !important;
	background-color: #ededed;
}
.houseRight {
float: right;
}

.houseLeft {
	float: left;
}
	
.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	padding-top: 14px;
	padding-bottom: 14px;
}
.nav li{
    display:inline;
	padding: 10px;
}
.nav a{
    display:inline-block;
	text-decoration: none;
	color: #999999;
}

.nav a:hover {
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    color: #330033;
}

.navFooter{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	padding-top: 14px;
	padding-bottom: 14px;
}
.navFooter li{
    display:inline;
	padding: 10px;
}
.navFooter a{
    display:inline-block;
	text-decoration: none;
	color: #999999;
}

}
.navFooter img{
    display:inline-block;
	height: 30px;
	
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #330033;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 10px;
	display: none;
	z-index: 100;
	height: 20px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .nav{
    display: block;
}

#navWrapper {
	height: 42px; width: 100%; background-color: #FFF; text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .6em; color: #999999; position: static;	
}

#logo {
	width: 100%; background-color: #FFF; height: 60px; text-align: center; padding-bottom: 20px; padding-top: 34px; border-bottom: 1px solid #CCC;	
}

#logo img:hover {
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    opacity: .4;
}

h1 {
text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: 1em; color: #330033; padding-top: 3%; padding-bottom: 3%;	
}

h2 {
text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: 1em; color: #330033; padding-top: 20%; padding-bottom: 20%;	
}

h4 {
text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: 1em; color: #330033; padding-top: 3%; padding-bottom: 3%;	
}
#storyBox {
	position:relative; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-30%; /* importnant. must be half the width. */
  width: 60%; /* set to your requirements, but remember left margin setting. */
  background-color:#FFF; 
  text-align:center; /*not important. */
  margin-top: 30%; z-index:99;	
}

#mainImage {
	max-width: 1000px; margin-left: auto; margin-right: auto;	
}

#mainImage img {
	
}

#storyTitle {
	text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: 1.4em; color: #330033; padding-bottom: 40px;	
}

#storyText {
	font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; text-align: left; padding-bottom: 40px; padding-left: 10%; padding-right: 10%; font-size: .8em; line-height: 1.5;
}

#storyImage img {
	width: 80%;
	margin-bottom: 10%;	
	
}

#bigImage {
margin-top: 6%; width: 100%;	
}

#bigImage img {
width: 100%;	
}

#eventOfferingsWrapper {
background-color: #FFF; max-width: 1000px; margin-left: auto; margin-right: auto; margin-top: 2%; margin-bottom: 6%; padding-top: 6%; padding-bottom: 10%; font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; text-align: center; font-size: .8em; line-height: 1.5;	
}

#eventOfferingsOne {
float: left; width: 21%; padding-left: 3%;	
}

#eventOfferingsOne img {
width: 40%	
}

#eventOfferingsTwo {
float: left; width: 21%; padding-left: 3%;		
}

#eventOfferingsTwo img {
width: 20%;
}

#eventOfferingsThree {
float: left; width: 21%; padding-left: 3%;		
}

#eventOfferingsThree img {
width: 40%;	
}

#eventOfferingsFour {
float: left; width: 21%; padding-left: 3%;		
}

#eventOfferingsFour img {
width: 20%;	
}

#productsWrapper {
background-color: #FFF; max-width: 1000px; margin-left: auto; margin-right: auto; margin-top: 6%; margin-bottom: 6%; padding-top: 6%; padding-bottom: 10%; font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; text-align: center; font-size: .8em; line-height: 1.5;	
}

#productOne {
float: left; width: 20%; padding-left: 10%;	
}

#productOne img {
width: 20%	
}

#productTwo {
float: left; width: 20%; padding-left: 10%;	
}

#productTwo img {
width: 20%;
}

#productThree {
float: left; width: 20%; padding-left: 10%;	
}

#productThree img {
width: 40%;	
}

#availabilityButton {
	position:relative; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-12%; /* importnant. must be half the width. */
  width: 24%; /* set to your requirements, but remember left margin setting. */
  background-color:#330033; 
  text-align:center; /*not important. */
  margin-top: -6%; z-index:400; height: 42px;	
  color: #FFF; text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .8em; padding-top: 28px; border: 4px solid #FFF;	

}

#availabilityButton:hover {
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background: #EBEBEB;
	color: #330033;
}

#availabilityButton a{
	text-decoration: none;
}

#productButton {
	position:relative; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-10%; /* importnant. must be half the width. */
  width: 20%; /* set to your requirements, but remember left margin setting. */
  background-color:#330033; 
  text-align:center; /*not important. */
  margin-top: -9%; z-index:98; height: 42px;	
  color: #FFF; text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .8em; padding-top: 28px; border: 4px solid #FFF;	

}

#productButton:hover {
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background: #EBEBEB;
	color: #330033;
}

#productButton a{
	text-decoration: none;
}

#footer {
text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .6em; color: #999999; margin-top: 6%; margin-bottom: 2%;	
}

/*ESTATE CLASSES*/

#descrText {
	font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; padding-bottom: 40px; padding-left: 10%; padding-right: 10%; font-size: .8em; line-height: 1.5; text-align:center; width: 42%; margin-left: auto; margin-right: auto;
}

#topStory {
height: 400px;
overflow: hidden;
}

#topStoryTextWrapper {
	height: 100%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto; 
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;

}
#metaWrapper {
	padding: 10px;
		width: 320px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		 float: left;
margin-left: 14%;	
}
#topStoryText {
	color: #FFF; 
	font-family: Montserrat, Arial, sans-serif; 
	font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; 
	font-size: 1em; text-align: center; 
	margin-top: 14%;
	float: none;
	width: 280px;
	margin-left: 0px;
	margin-right: auto;
                	
}

#TST-special {
	color: #FFF; 
	font-family: Montserrat, Arial, sans-serif; 
	font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; 
	font-size: 1em; text-align: center; 
	margin-top: 14%;
	float: none;
	width: 320px;
	margin-left: -14px;
	margin-right: auto;
}

#topStoryText img {
	width: 280px;
}

#welcome {
	margin-left: 0px;
	width: 280px;

}

#topStoryButton {
padding: 20px; 
border: solid 4px #FFF; 
font-family: Montserrat, Arial, sans-serif; 
font-weight:400; text-transform: uppercase; 
letter-spacing: 0.3em; 
font-size: .7em; color: #FFF;
text-align: center; 
margin-top: 10%;
width: 70%;	
float: none;
}

#topStoryButton:hover {
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background: #EBEBEB;
	color: #330033;
}

#keyImage {
max-width: 1000px; margin-left: auto; margin-right: auto;	
}

#checkAvail {

margin-top: 16px;

}

h3 {
color: #666666; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .8em; text-align: center; margin-top: 4%; margin-bottom: 4%;	
}
#detailsWrapper {
background-color: #FFF; max-width: 1000px; margin-left: auto; margin-right: auto; 
}
.smallerDetails {
height: 375px; overflow: hidden;
}
.biggerDetails {
height: 584px; overflow: hidden;
}
#detailsWrapperLeft {
height: 100%; width: 50%; background-color: #FFF;	
}

#detailsWrapperLeft img {
height: 100%; width: auto;
}

#detailsWrapperRight img {
height: 100%; width: auto;
}

#detailsWrapperRight {
width: 50%; height: 100%;
}
#detailsTitle {
margin-top: 20px; text-align: center; padding: 30px; color: #666666; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .8em; text-align: center;	
}
#detailsText {
text-align: left; padding-left: 30px; padding-right: 30px; font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; font-size: .7em; line-height: 1.5;	
}

#topText {
margin-bottom: 30px;	
}
#detailsLeft {
float: left; width: 35%; margin-top: 0px; font-size: 11px;	
}
h4 {
color: #666666; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .7em; text-align: left;	
}
#detailsRight {
float: right; width: 55%; margin-top: 0px;	font-size: 11px;	
}
#gallery {
width: 100%; height: 100%; overflow: hidden; margin-top: 100px;	
}
#gal {
float: left; width: 24.75%; margin-right: .3%; background-color: #000; height: 30%;	
}
#galR {
float: right; width: 24.75%; background-color: #000; height: 30%;	
}
#breaker {
	height: 100px;	
}
#formWrapper {
font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .6em; color: #999999; width: 320px; margin-left: auto; margin-right: auto;	
}
#formWrapper input {
    height:30px; 
    width:300px; 
    padding:5px 8px;
	color: #666666; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.2em; font-size: 1.3em; text-align: left;
	margin-bottom: 2px;	
}

#formWrapper select {
	border: 1 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    appearance:none;
    width: 100%; /*Width of select dropdown to give space for arrow image*/
    height: 42px; 
	color: #FFF;
	background-color: #fff;
	border-radius: 15px;
	padding: 5px;
	box-shadow: inset 0 0 0px rgba(000,000,000, 0.9);
    padding:5px 8px;	
    margin-bottom: 2px;
    border: 1px solid #aaa;
    border-radius: 2px;	
	color: #999; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.2em; font-size: 1.3em; text-align: left;

}

#formWrapper textarea {
	padding:8px; width:300px;
	color: #666666; font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;  font-size: 1.3em;
	}
#formWrapper button {
	
	width: 200px;
	margin-top: 20px;
	background-color:#330033; 
	border: solid 2px #FFF;
	color: #FFF; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.2em; font-size: 1.3em;
	padding: 10px;
	}
	
	#formWrapper input, textarea { 
    border:1px solid #aaa;
    border-radius:2px;
}
#formWrapper input:focus, textarea:focus {
    background: #fff; 
    border:1px solid #555; 
}

#buyButton {
	margin-left: auto; margin-right: auto; position: relative; bottom: -60px; text-align: center;
}

#buyButton img {
	height: 80px;
}

/*CSS3 Lightbox */

.lb-album{
	margin: 0 auto;
	
}

.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(0,0,0);
	background: rgba(0,0,0, .9);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase;
	z-index: 1001;
	color: #fff;
	padding: 10px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	margin-left: -25px;
	
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	width: auto;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1s ease-in-out;
	-moz-animation: fadeInScale 1s ease-in-out;
	-o-animation: fadeInScale 1s ease-in-out;
	-ms-animation: fadeInScale 1s ease-in-out;
	animation: fadeInScale 1s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
	height: 100%;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

#slideshow {
text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .6em; color: #CCCCCC; margin-bottom: 20px;	
}

#productBreaker {
	text-align: center;
}

#productBreaker img {
	height: 100px;
}

/* -------------------------------- 

Primary style

-------------------------------- */

/* -------------------------------- 

Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  /* hide horizontal scrollbar on IE11 */
  overflow-x: hidden;
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider > li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider > li.is-animating {
  z-index: 3;
  opacity: 1;
}

.cd-slider .cd-svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-caption {

	font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; 
	color: #999; margin-top: 1%; height: 80px; padding: 10px 20px 10px 20px; background-color: #FFF; z-index: 100; font-size: .7em; line-height: 1.5; text-align: center;
}

.gallery-caption-events {

	font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; 
	color: #999; margin-top: 2%; height: 80px; padding: 10px 20px 10px 20px; background-color: #ededed; z-index: 100; font-size: .7em; line-height: 1.5; text-align: center;
}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 38%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  height: 48px;
  width: 48px;
}
.cd-slider-navigation li a {
  -webkit-filter: drop-shadow(1px 1px 2px #999);
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(http://marytoves.com/ILP/wp-content/themes/starkers-master/images/cd-icon-arrows.svg) no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}


.no-touch .cd-slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cd-slider-navigation li:last-of-type {
  left: 50px;
  right: auto;
}
.cd-slider-navigation li:last-of-type a {
  background-position: -48px 0;
}


/* -------------------------------- 

Slider dots/controls 

-------------------------------- */
.cd-slider-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}
.cd-slider-controls::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-controls li {
  display: inline-block;
  margin-right: 10px;
}
.cd-slider-controls li:last-of-type {
  margin-right: 0;
}
.cd-slider-controls li.selected a {
  background-color: #ffffff;
}
.cd-slider-controls a {
  display: block;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.no-touch .cd-slider-controls a:hover {
  background-color: #ffffff;
}
/* Date Picker Style */

 input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
 }
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
  }	



/* Masonry */

.masonryWrapper {
    width: 95%;
    margin: 3em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonryItem {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .masonryWrapper {
        width: 1000px;
    }
}


/* Mobile Stuff */


@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
.nav{
    text-align:center;
	background-color: #FFF;
	position: fixed;
	display: none;
	height: 100%;
	z-index: 101;
	margin-top: -4px;
	}
	/*Create vertical spacing*/
.nav	li {
		margin-bottom: 1px;
		padding: 0;
		
	}
	/*Make all menu links full width*/
.nav	ul li, li a {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
#pageSubtitle {

	padding: 20px;
}

#storyBox {
  position:relative; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-40%; /* importnant. must be half the width. */
  width: 80%; /* set to your requirements, but remember left margin setting. */
  background-color:#FFF; 
  text-align:center; /*not important. */
  margin-top: 40%; z-index:1;
  padding-bottom: 30px;
}

.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 30%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  height: 48px;
  width: 48px;
}
.cd-slider-navigation li a {
  -webkit-filter: drop-shadow(1px 1px 2px #999);
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(http://marytoves.com/ILP/wp-content/themes/starkers-master/images/cd-icon-arrows.svg) no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}


.no-touch .cd-slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cd-slider-navigation li:last-of-type {
  left: 20px;
  right: auto;
}
.cd-slider-navigation li:last-of-type a {
  background-position: -48px 0;
}

#availabilityButton {
  position:relative; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-25%; /* importnant. must be half the width. */
  width: 50%; /* set to your requirements, but remember left margin setting. */
  background-color:#330033; 
  text-align:center; /*not important. */
  margin-top: -10%; z-index:98; height: 40px;
  color: #FFF; text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; 
  font-size: .5em; padding-top: 30px; border: 4px solid #FFF;
}


#productsWrapper {
background-color: #FFF; width: 80%; margin-left: auto; margin-right: auto; margin-top: 6%; margin-bottom: 6%; font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; text-align: center; font-size: .8em; line-height: 1.5;
}

h2 {
text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: 1em; color: #330033; padding-top: 10%; padding-bottom: 10%;
}
#productOne {
width: 80%; margin-left: auto; margin-right: auto;
}

#productOne img {
width: 30px;
margin-top: 10%;
}

#productTwo {
width: 80%; padding-left: 10%; padding-right: 10%; margin-left: auto; margin-right: auto;
}

#productTwo img {
width: 30px;
margin-top: 10%;
}

#productThree {
width: 80%; padding-left: 10%; padding-right: 10%;margin-left: auto; margin-right: auto;
margin-bottom: 40px;
}

#productThree img {
width: 50px;
margin-top: 10%;
}

#eventOfferingsOne {
width: 80%; margin-left: auto; margin-right: auto;     padding-left: 10%;
  padding-right: 10%;
}

#eventOfferingsOne img {
height: 50px;
width: auto;
margin-top: 10%;
}

#eventOfferingsTwo {
width: 80%; padding-left: 10%; padding-right: 10%; margin-left: auto; margin-right: auto;
}

#eventOfferingsTwo img {
height: 50px;
width: auto;
margin-top: 10%;
}

#eventOfferingsThree {
width: 80%; padding-left: 10%; padding-right: 10%;margin-left: auto; margin-right: auto;
margin-bottom: 40px;
}

#eventOfferingsThree img {
height: 50px;
width: auto;
margin-top: 10%;
}

#eventOfferingsFour {
width: 80%; padding-left: 10%; padding-right: 10%;margin-left: auto; margin-right: auto;
margin-bottom: 40px;
}

#eventOfferingsFour img {
height: 50px;
width: auto;
margin-top: 10%;
}

#productButton {
  position:relative; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-25%; /* importnant. must be half the width. */
  width: 50%; /* set to your requirements, but remember left margin setting. */
  background-color:#330033; 
  text-align:center; /*not important. */
  margin-top: -16%; z-index:98; height: 40px;
  color: #FFF; text-align: center; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; 
  font-size: .5em; padding-top: 30px; border: 4px solid #FFF;
}


#topStory {
height: 400px;
overflow: hidden;	
}
#storyBox {

	    min-width: 260px; 
}

#topStoryTextWrapper {
	height: 100%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto; 
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
}
#metaWrapper {
	padding: 10px;
		width: 220px;
		float: none;
		margin-left: auto;
		margin-right: auto;
}
#topStoryText {
	color: #FFF; 
	font-family: Montserrat, Arial, sans-serif; 
	font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; 
	font-size: 1em; text-align: center; 
	margin-top: 24%;
	float: none;
	width: 220px;
	margin-left: 0px;
	margin-right: auto;
                	
}
#TST-special {
color: #FFF; 
	font-family: Montserrat, Arial, sans-serif; 
	font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; 
	font-size: 1em; text-align: center; 
	margin-top: 24%;
	float: none;
	width: 220px;
	margin-left: 0px;
	margin-right: auto;

}

#topStoryText img {
	width: 220px;
}

#welcome {
	margin-left: 0px;
	width: 220px;

}

#topStoryButton {
padding: 20px; 
border: solid 4px #FFF; 
font-family: Montserrat, Arial, sans-serif; 
font-weight:400; text-transform: uppercase; 
letter-spacing: 0.3em; 
font-size: .7em; color: #FFF;
text-align: center; 
margin-top: 10%;
width: 80%;	
float: none;
}

#topStoryButton:hover {
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background: #EBEBEB;
	color: #330033;
}

#descrWrapper {
margin-top: 20px;
}


#descrText {
font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #999999; padding-bottom: 40px; padding-left: 10%; padding-right: 10%; font-size: .8em; line-height: 1.5; text-align:center; width: 82%; margin-left: auto; margin-right: auto;
}
h3 {
color: #666666; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.3em; font-size: .8em; text-align: center; margin-top: 14%; margin-bottom: 14%; padding-left: 20px; padding-right: 20px;
}
#detailsWrapper {
background-color: #FFF; max-width: 1000px; margin-left: auto; margin-right: auto; height: auto;
}

#detailsWrapperLeft {
height: 100%; float: none;	width: 100%;
}
#detailsWrapperRight {
height: 100%; float: none;	width: 100%;
}
#topText {
margin-bottom: 30px;
}
#detailsLeft {
float: none; width: 100%; margin-top: 30px;
}
#detailsRight {
float: none; width: 100%; margin-top: 30px; margin-bottom: 60px;
}
#gallery {
width: 100%; height: 100%; overflow: hidden; margin-top: 60px;
}
#breaker {
height: 0px;
}
.houseRight {
	float: none;
}
.houseLeft {
	float: none;
}


#formWrapper {
font-family: Montserrat, Arial, sans-serif; 
font-weight:400; text-transform: uppercase; 
letter-spacing: 0.3em; font-size: .6em; color: #999999; 
width: 100%; margin-left: auto; margin-right: auto;
}

#formWrapper table {

	    margin-left: auto;
    margin-right: auto;
}

#formWrapper input {
    height:30px; 
    width: 80%; 
    padding:5px 8px;
	color: #666666; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.2em; font-size: 1.3em; text-align: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;	
}

#formWrapper select {
	border: 1 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    appearance:none;
    width: 88%; /*Width of select dropdown to give space for arrow image*/
    height: 42px; 
	color: #FFF;
	background-color: #fff;
	border-radius: 15px;
	padding: 5px;
	box-shadow: inset 0 0 0px rgba(000,000,000, 0.9);
    padding:5px 8px;	
    margin-bottom: 2px;
    border: 1px solid #aaa;
    border-radius: 2px;	
	color: #999; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.2em; font-size: 1.3em; text-align: left;

}

#formWrapper textarea {
	padding:8px; width: 80%;
	color: #666666; font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;  font-size: 1.3em;
	}
#formWrapper button {
	
	width: 80%;
	margin-top: 20px;
	background-color:#330033; 
	border: solid 2px #FFF;
	color: #FFF; font-family: Montserrat, Arial, sans-serif; font-weight:400; text-transform: uppercase; letter-spacing: 0.2em; font-size: 1.3em;
	padding: 10px;
	}
	
	#formWrapper input, textarea { 
    border:1px solid #aaa;
    border-radius:2px;
}
#formWrapper input:focus, textarea:focus {
    background: #fff; 
    border:1px solid #555; 
}
}
/* Modal Styles */
.modal {
    max-width: 1340px!important;
    border-radius: 0px!important;
    padding: 20px!important;
}
.modal-inner {
	padding: 25px;
	border: 3px solid #c3c2c3;
	text-align: center;
}
.modal-inner a {
	font-family: Alice, Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
	text-decoration: underline;
	color: #424242;
	font-size: 18px;
}
img.distributor-logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 2em;
    max-width: 100%;
}
.modal #palagio-logo {
	margin: 0 auto 50px;
}
.modal h2 {
	color: #424242;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 19px;
	text-align: center;
	line-height: 3em;
	padding: 0 0 50px;
}
.one-third {
	width: 22%;
	display: inline-block;
}
.one-third:last-child {
	border-right: none!important;
}
.one-third-inner {
	padding: 0 20px;
}
.one-third.middle {
	border-left: 1px solid #c3c2c3;
	border-right: 1px solid #c3c2c3;
}
.modal a.close-modal {
	top: 60px!important;
	right: 60px!important;
	background-image: url('/wp-content/themes/starkers-master/images/modal-close.png')!important;
}
@media screen and (max-width : 1400px){
	.modal #palagio-logo {
		width: 150px;
	}
	.modal h2 {
		font-size: 16px;
	}
	.one-third {
		width: 48%;
		margin-bottom: 2em;
	}
	img.distributor-logo {
		max-width: 200px;
	}
}
@media screen and (min-width : 761px){
	.modal {
		padding: 40px!important;
	}
	.modal-inner {
		padding: 50px;
	}
}
@media screen and (min-width : 1350px){
	.modal h2 span {
		display: block;
	}
}
@media screen and (max-width: 760px) {
	.one-third {
		width: 100%;
	}
}
.blocker {
	background: transparent!important;
	z-index: 99999!important;
}
@media screen and (max-width : 500px){
	.blocker {
		padding: 10px!important;
	}
	.modal {
		padding: 0px!important;
	}
	.modal-inner {
		padding: 5px;
	}
	.modal #palagio-logo {
		width: 125px;
		margin: 25px 0;
	}
	.modal h2 {
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	.one-third-inner {
		padding: 0 5px 20px;
	}
	.modal-inner a {
		font-size: 16px;
	}
	.modal-inner .distributor-logo {
		padding-bottom: 1em;
	}
	.modal a.close-modal {
		top: 10px!important;
		right: 10px!important;
		width: 20px!important;
		height: 20px!important;
	}
}