/* RESET
   ================================================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family:'gotham-light', Helvetica, Arial, sans-serif;
}

/* BLOCK LEVEL ELEMENTS 
=======================================================*/

html, body, div, nav, article, aside, nav, p, span, a, abbr, section, aside, figure, figcaption, header, blockquote

{
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    font-family:'gotham-light', Helvetica, Arial, sans-serif;
    color: #3D3935;
    font-size: 100%;
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding-top: 0;
}

section {
	padding-top: 40px;
}

.section h2 {
  font-family:'gotham-book', Helvetica, Arial, sans-serif;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}

.noBorder {
	border-top: none !important;
}

.backTop {
	text-align: right;
	font-size: 0.75em;
	display: block;
	widht:100%;
	padding-top: 20px;
}


div.column {
position: relative;
 background:#fff;
 	padding-top: 30%;  /* 688px/1400px = 0.5333 */
    background-size: cover;
   -moz-background-size: cover;  /* Firefox 3.6 */
   background-position: center;  /* Internet Explorer 7/8 */
   max-width: 1600px;
}

.logotype {
	padding-right: 20px;
}
	

.title h1 {  
font-family: 'gotham-book', Arial, sans-serif;
color: #3D3935;
font-size: 4em;
padding: 20px;
text-align: center;
font-weight: 200;
margin-bottom: 1.5em;
line-height: 1.2;

}


.noSpace {
	padding:0px !important;
}

.outside {
	padding-left: 40px;
	padding-right: 40px;
}



/* TYPOGRAPHY
   ================================================== */
   
h1,h2,h3,h4 {
	margin: 0;
	color: #3D3935;
	font-family:'gotham-book', Helvetica, Arial, sans-serif;
    	
}

h1 {
    font-size: 3.157em; 
    line-height: 0.50681026em; 
    margin-bottom: 0.50681026em; 
    
 }

h2 {
    font-size: 2em;
	line-height: 1em; 
	margin-bottom: 0.67539046em; 
}

h3 {
    font-size: 1.5em; 
    line-height: 0.90039392em; 
    margin-bottom: 0.90039392em; 
 
   }
   
h4 {
    font-size: 1.333em; 
    line-height: 0.90039392em; 
    margin-bottom: 0.90039392em; 
 
   }

p {
	font-size: 1.25em; 
	line-height: 1.20030008em; 
	margin-bottom:1.20030008em;
	color: #4c4c4c;
}


ul#listing {
	margin-left: 21px;
	list-style-type: square;
	font-size:  1.333em;
	line-height: 1.25em;
	margin-bottom:1.20030008em;
}

ul#listing li  {
    font-size: 1.0em; /*stops nested lists scaling*/
    padding-bottom: 0.5em;
}

figure {
	margin: 0;
	margin-bottom:1.20030008em;
	padding: 8px;
	border: 1px dotted #eee;
}

figcaption {
	font-size: 0.7em;
	padding-top: 6px;
}

ul.gallery {
    position:relative;
    float:left;
    width:100%;
    height:100%;
    list-style-type:none;
    margin-left: 0;
}
ul.gallery li{
    width: 50%;
    float:left;
    padding-right:10px;
}

ul.gallery li figure {
    margin-bottom: 10px;
}

.bronze {
	color: #6B6644;
}

hr {
	  border: 0;
	  height: 1px;
	  border-top: 1px solid #6B6644;
	  display: block;
	  margin-bottom: 25px;
}

.paddingLeft {
	padding-right:20px !important;
}

.paddingRight {
	padding-left:20px !important;
}

.imgBorder {
	padding: 4px;
	border: 1px solid #ddd;
}

.contactbox {
	margin-right: 10px;
}
	


/* COLOR SWATCHES
   =================================================== */
.gold {
	color: #998542;
}

.goldBg {
	background-color: #998542;
}

.grey {
	color: #ddd;
}
 
.greyBg {
	background-color: #ddd;
}
 
/* NAVIGATION
   ================================================== */
 
 nav a#pull {
     display: none;
 }
 
 nav {
     width: 100%;
     padding: 0;
     z-index: 10000;
 }
 
 nav ul {
     list-style: none;
     overflow: hidden;
     padding: 0;
     margin: 0;
 }
 
 nav li a {
     border-right: none;
     display: block;
     float: left;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-left: 0px;
     padding-right: 0px;
     width: 20%;
     text-decoration: none;
     text-align: center;
     color: #fff;
     background-color: #3D3935;
 }
  
 nav li a:visited,
 nav li a:active {
     color: #fff;
 }
 
 nav li a:link {
     border-bottom: 0px;
     color: #fff;
 }

 nav li a:hover {
     background: #999;
     text-decoration: none;
     color: #fff;
 }
 nav li:last-child a {
     border-right: none;
 }
 
.active {
 	background-color: #999;
 	color: #000;
 }
 
 .sticky {
 	position: fixed;
 	z-index: 1000;
 	left: 0;
 	-webkit-backface-visibility: hidden;
 }
 
 nav .grid .unit {
 	padding-top: 0 !important;
 }

 

/* FULL WIDTH HORIZONTAL BARS
   ================================================== */
   
body > header,
body > section,
body > footer,
body > nav {
   display: block;
   width: 100%;
   clear: both;
   float: left;
}

/* RESPONSIVE IMAGES WHERE NEEDED
   ================================================== */

img.res {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

img.nonres {
    width: auto;
    height: auto;
}

img.borderLink {
	padding: 4px;
	border:  1px dotted #ddd;
}
/* GREYSCALE FILTER FOR IMAGES
   ================================================== */

img.greyscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .3s ease; /* Transition for Webkit browsers */
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility:    hidden;
      -ms-backface-visibility:     hidden;
          backface-visibility:     hidden; 
    
}

img.greyscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility:    hidden;
      -ms-backface-visibility:     hidden;
          backface-visibility:     hidden; 
    
}

/* RESPONSIVE TRANSITION
   ================================================== */

.grid,
.unit {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* UTILITY CLASSES
==================================================== */

.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }


/* CUSTOM STYLES
   ================================================== */

footer {
	background-color: #3D3935;
	text-align: center;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 3em;
	padding-bottom: 2em;
	margin-top: 3em;
}

footer p, footer a {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 0.5em;
	color: #ddd;
}

/* HYPERLINKS
   ================================================== */

a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a:hover {
	text-decoration: underline;
	/*color: #E56A54;*/
}

a.footer {
    text-decoration: none;
    color: #ddd;
    border-bottom: 1px dotted #ddd;
}

a.footer:hover {
    text-decoration: underline;
    color: #fff;
}

a.plain:hover {
    text-decoration: none;
    border: none;
    color: #666;
}

a.plain {
	color: #fff;

}

a.plainBorder {
	text-decoration: none;
	border: none;
	color: #fff;
	border-bottom: none;
	
}

/* BUTTONS
   ================================================== */
.btn {
  color: #992f48;
  font-size: 20px;
  background: #bb7a7d;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  display: inline-block;
}

.btn:hover {
  background: #fff;
  text-decoration: none;
  color: #992f48;
}

/*
.btnOld {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #fff;
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    font-weight: 300;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 200px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-size: 1.3125em;
}

.btnOld:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
*/

/* STANDARD BUTTON HOVER 
=================================================*/

.btn-1 {
    color: #333;
    background-color: #fff;
    
}

.btn-1a:hover,
.btn-1a:active {
    background-color: #eab95c;
    color: #333;
    text-decoration: none;
   
}

/* ANIMATED BUTTON HOVER
=================================================*/

.btn-4 {
	border-radius: 50px;
	border: 3px solid #fff;
	color: #fff;
	overflow: hidden;
}

.btn-4:active {
	border-color: #999;
	color: #ccc;
}

.btn-4:hover {
	background: #ddd;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #ccc;
}

.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}

.mailer {
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-right: 40px;
}

.mailingList {
	width: 100%;
    height: auto;
    min-height: 220px;
    overflow: hidden;
    border: none;
}

.mailOutline {
padding: 10px;
border: 1px solid #333;
}


form {
	width: 100%;
}

form input, textarea {
    width: 100%;
}

form span {
    display: block;
    overflow: hidden;
    padding: 0 5px 0 0;
}

form h3 {
	margin-top: 1em;
	border-bottom: none;
	text-transform:uppercase;
	font-size: 1.25em;
}

.success {
	font-size: 90%;
	color: #737373;
	font-weight: bold;
}

.required {
	border: 2px solid #992f48;
	-webkit-box-shadow:0 0 6px #992f48;
	-moz-box-shadow:0 0 5px #992f48;
	box-shadow:0 0 5px #992f48;
}

input, textarea {
    padding: 6px;
    border: 2px solid #ddd;
    outline: 0;
    font-size: 100%;
    color: #a4a4a4;
    font-family:'gotham-light', Helvetica, Arial, sans-serif;
}

textarea {
    width: 100%;
    height: 130px;
    line-height: 150%;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: #ddd;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
    color: #999;
}

.submit input {
    border: none;
    background: #999;
    border: 1px solid #333;
    cursor: pointer;
    padding: 12px 12px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 90%;
    color: #fff;
    width: auto;
    font-family:'gotham-book', Helvetica, Arial, sans-serif;
   }

.contactBox {
	padding-left: 20px;
}


/* MEDIA QUERIES
   ================================================== */
   
@media screen and (max-width: 780px) {

body {
	font-size: 90%;
}

.title {
	top: 50%;
}

  /* STACK ANYTHING ON SMALLER SCREENS */
  .grid .unit {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }

.grid .unit:first-child { padding-left: 0px; }
.grid .unit:last-child { padding-right: 0px; }

  /* CENTER OR HIDE ON MOBILES */
  
  .center-on-mobiles {
    text-align: center !important;
  }
  
  .logo-hide {
  	display: none !important;
  }
  
  .btn {
    color: #fff;
    font-size: 16px;
    background: #999;
    padding: 6px;
    text-decoration: none;
    width: 130px;
    display: inline-block;
  }
  
  ul.gallery li{
      width: 100%;
      float: none;
      padding-right:0px;
  }
  
  ul.gallery li figure{
      margin-bottom: 10px;
  }
  
  nav ul {
      list-style: none;
      overflow: hidden;
      width: 100%;
      display: none;
  }
  
  nav ul li {
  	float: none;
  	display: block;
  	width: 100%;
  }
  
 nav li a,
 nav li a:active,
 nav li a:link {
     width: 100%;
     border-right: 0px;
     border-bottom: 1px solid #ddd;
 }
 
  
  nav a#pull {
      display: block;
      width: 100%;
      position: relative;
      margin-top: 0px;
      padding-top: 0px;
      border-bottom: #ddd;
      color: #fff;
      line-height: 1em;
      font-weight: 300;
	  font-family:'gotham-book', Helvetica, Arial, sans-serif;     
	  text-decoration: none;
      font-size: 100%;
      background-color: #3D3935;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: none;
      padding-left: 15px;
  }
  
  .section {
  	padding-left: 10px;
  	padding-right: 10px;
  	margin-bottom: 10px;
  }
  
  .section h2 {
  	padding-top: 4px;
  }
  
 .mailingList {
 	min-height: 180px;
 }
  
  .contactBox {
  	padding-top: 20px;
  	padding-left: 10px;
  	
  }
  
  .title h1 {  
  color: #3D3935;
  font-size: 3em;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
  }
  
  .mailer {
  	border-right: none;
  	padding-right: 0px;
  }
  
  
  .paddingLeft {
  	padding-right:0px !important;
  }
  
  .paddingRight {
  	padding-left:0px !important;
  }
  
  input {
      width: 70%;
      
  }
  
 }
 

@media screen and (max-width: 568px) {

body {
	font-size: 90%;
}

.title {
	top: 60%;
}

  /* STACK ANYTHING ON SMALLER SCREENS */
  .grid .unit {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }

.grid .unit:first-child { padding-left: 0px; }
.grid .unit:last-child { padding-right: 0px; }

  /* CENTER OR HIDE ON MOBILES */
  
  .center-on-mobiles {
    text-align: center !important;
  }
  
  .logo-hide {
  	display: none !important;
  }
  
  .hide-on-mobiles {
  	display: none !important;
  }
  
  ul#listing {
  	margin-left: 21px;
  	list-style-type: square;
  	font-size:  1.333em;
  	line-height: 1.25em;
  	margin-bottom:1.20030008em;
  }
  
  ul#listing li  {
      font-size: 1.0em; /*stops nested lists scaling*/
      padding-bottom: 0.5em;
  }
  
  
    
  ul.gallery li{
      width: 100%;
      float: none;
      padding-right:0px;
  }
  
  ul.gallery li figure{
      margin-bottom: 10px;
  }
  
  nav ul {
      list-style: none;
      overflow: hidden;
      width: 100%;
      display: none;
  }
  
  nav ul li {
  	float: none;
  	display: block;
  	width: 100%;
  }
  
 nav li a,
 nav li a:active,
 nav li a:link {
     width: 100%;
     border-right: 0px;
     border-bottom: 1px solid #ddd;
 }
 
  
  nav a#pull {
      display: block;
      width: 100%;
      position: relative;
      margin-top: 0px;
      padding-top: 0px;
      border-bottom: ;
      color: #fff;
      line-height: 1em;
      font-weight: 300;
	  font-family:'gotham-book', Helvetica, Arial, sans-serif;     
	  text-decoration: none;
      text-transform: uppercase;
      font-size: 100%;
      background-color: #3D3935;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: none;
      padding-left: 15px;
  }
  
  .section {
  	padding-left: 10px;
  	padding-right: 10px;
  	margin-bottom: 10px;
  }
  
  .section h2 {
  	padding-top: 4px;
  }
  
 .mailingList {
 	min-height: 180px;
 }
  
  
  .title h1 {  
  color: #3D3935;
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
  
  }
  
  .mailer {
  	border-right: none;
  	padding-right: 0px;
  }
  

  
  .paddingLeft {
  	padding-right:0px !important;
  }
  
  .paddingRight {
  	padding-left:0px !important;
  }
  
 input {
     width: 100%;
     
 }
 
 .outside {
 	padding-left: 10px;
 	padding-right: 10px;
 }

.contactbox {
	padding-left: 10px;
	padding-right: 10px;
	margin-right:0px;
}

p {
	text-align: justify;
}

h2 {
	font-size: 2em;
}

}

/* FOR LARGER SCREENS EXPAND THE GRID WIDTH */

@media screen and (min-width: 1180px) {
  .wider .grid {
    max-width: 1180px;
    margin: 0 auto;
  }
}
