*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
*:focus{outline: 0;}
html,
body {
  font-size: 100%; }

body {
  background: url('../images/vintage-bg-pattern.jpg') repeat-y scroll center top #070707;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Optima-Regular",Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; 
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  margin-top: 0;
  text-rendering: optimizeLegibility; 
  color:#fafafa;
  letter-spacing: 1.5px;
}
span{
  color:#fafafa;
  letter-spacing: 1.5px;
}
img {
  max-width: 100%;
  height: auto; 
  display: inline-block;
  vertical-align: middle;
}
a{
  color: #fff;
  text-decoration: none;
  line-height: inherit; 
}
a:hover {
  cursor: pointer; 
  color:#8a8a8a;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Quattracento-Roman", Arial, sans-serif;
  font-weight:700;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25; 
  text-transform: none;
}
h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; 
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
ul{margin-top: 0;padding-left: 0;}
ul li{list-style: none;}
input[type="submit"],input[type="button"],button{
  border: none;
  background-color: transparent;
}
input[type="text"], input[type="email"], input[type="password"]{
  width: 100%;
  display: block;
  color:#2c2c2c;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #808080;
  font-family: "Optima-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;  
  padding: 0 10px;
  height: auto;
}
textarea{
  width: 100%;
  display: block;
  color:#2c2c2c;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #808080;
  font-family: "Optima-Regular";
  font-size: 13px;
  font-style: italic;
  font-weight: 300;  
  padding: 0 10px;
  padding: 10px 15px;
}
label{
  font-weight: normal;
}
.inline-list {
    list-style: none outside none;
    margin: 0 0 0 -1.375rem;
    overflow: hidden;
    padding: 0;
}
.inline-list >li{
  display: block;
  float: left;
  list-style: none outside none;
  margin-left: 1.375rem;
}
.inline-list >li > *{display: block;}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70rem; 
}
.row:before, .row:after {
  content: " ";
  display: table; 
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; 
}
.column{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; 
}
.custom-dropdown {
  position: relative;
  display: block;
  margin: 0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.07)
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.07);
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.07);

}

.custom-dropdown select {
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  /*-webkit-appearance: none;
  -moz-appearance:none;
  apperance : none;*/
  /* hide default arrow in chrome OSX */
  padding: 5px 20px 5px 10px;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;  
  border: 1px solid #d7d7d7;
  height: 30px;
}
.custom-dropdown:after {
  /*  Custom dropdown arrow */
  position: absolute;
  pointer-events: none;
  content: "";
  height: 28px;
  font-size: .625em;
  line-height: 1;
  right: 1px;
  top: 1px;
  margin-top: 0;
  background: url(../images/icon_dropdown.png) no-repeat scroll center center #fff;
  width:23px;
}
.ie .custom-dropdown:after {
  content: "";
  /*display: none;*/
}
.ie .custom-dropdown select{
  padding-right: 15px;
}
.mac .custom-dropdown select{
  -webkit-appearance: button;
  outline: 0;
  background-color: #fff;
}
.mac .custom-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.mac .custom-dropdown:after{
  height:auto;
  bottom:1px;
}
.label-checkbox{
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  color:#3a3a3a;
}
.label-checkbox:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a7a7a7;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  top: 0;
}
.label-checkbox:after{
  position: absolute;content: "";left: 0;
}
input[type=checkbox]:checked + .label-checkbox:after {
  content: url(../images/icon_checkbox.png);  
  top: 2px;
  left: 2px;
}
#back-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 38px;
  height: 38px;
  background: url(../images/back-top.png) no-repeat scroll center center #858585;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 9999;
}
#back-top:hover {
  cursor: pointer;
  background-color: #CD9E2F;
}