
@font-face {
    font-family: 'helvetica';
    src: url('2E2776_0_0.eot');
    src: url('2E2776_0_0.eot?#iefix') format('embedded-opentype'),
    url('2E2776_0_0.woff2') format('woff2'),
    url('2E2776_0_0.woff') format('woff'),
    url('2E2776_0_0.ttf') format('truetype');
    }

@font-face {
    font-family: 'electral';
    src: url('2DF99F_0_0.eot');
    src: url('2DF99F_0_0.eot?#iefix') format('embedded-opentype'),
         url('2DF99F_0_0.woff2') format('woff2'),
         url('2DF99F_0_0.woff') format('woff'),
         url('DF99F_0_0.ttf') format('truetype');
    }


.eavesNormal{
 	 font-family: 'helvetica';
}
.eaves{
	font-family: 'helvetica' !important;
}
.electral{
	font-family: 'electral' !important;
}


.garamond {
  font-family: Garamond;
  font-style: normal;
  font-weight: normal;
}

.garamondbold {
  font-family: Garamond;
  font-style: normal;
  font-weight: bold;
}

.garamondbolditalic {
  font-family: Garamond;
  font-style: italic;
  font-weight: bold;
}

.garamonditalic {
  font-family: Garamond;
  font-style: italic;
  font-weight: normal;
}


/*defaults*/
*{
	outline: none !important
}
::selection {
	background: rgba(189, 165, 127, 0.3)
}
body{ 
    background-color: #000000;
    color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.black{
	background-color: black;
    color: #ffffff;
}
.white{
	background-color: white;
    color: #000000
}

.span1, .span2, .span3{ width: 100%; display: block; text-align: center; }
.span1{ font-size: 20px; }
.span2{ font-size: 14px; font-style: italic}
.span3{ font-size: 14px; }
.span1.small{ font-size: 16px; }
.span2.small{ font-size: 12px; }

ul.central{ padding: 0; margin: 0; text-align: center; }
ul.central li{ list-style: none; display: inline-block; float: none; border: 0; }

.title{ padding: 30px 0; font-size: 11pt; letter-spacing: 5px; text-align: center; }

.left{ float: left }
.right{ float: right }

a,a:focus,a:active,a:visited{
    color: #ffffff;
    text-decoration: none;
}
a:hover{ 
    text-decoration: none;
    color: #ffffff;
}

.space-5{ letter-spacing: 5px; }
.space-3{ letter-spacing: 3px; }

input[type=button],input[type=submit]{
    min-width: 130px;
    height:45px;
    background: #ffffff;
    color: #000000;
  	border: 0;
  border-radius: 0;
    font-size: 15px;
    font-family: "helvetica";
    font-style: normal;
    -webkit-transition: all .2s;
     -moz-transition: all .2s;
     -o-transition: all .2s;
     transition: all .2s;
    letter-spacing: 3px;
}
input[type=button]:hover,input[type=submit]:hover{
    background: #000000;
    color: #ffffff;
    border: 3px solid #ffffff;
}
.clear{ height: 20px; }

.line{ width: 95%; height: 1px; background: #fff; margin: auto; }
.line-mini{ width: 30px; height: 1px; background: #000; margin: 10px auto; display: block; }

.line-top, .line-bottom{
    position: relative;
}
.line-top:before, .line-bottom:after{
    width: 95%;
    height: 1px;
    background: #ffffff;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.line-top:before{ top: 0; }
.line-bottom:after{ bottom: 0; }
input[readonly]{ background: rgba(255, 255, 255, 0.47); cursor: pointer }
input[readonly]:focus{ border: 0 !important; }
/*defaults*/