/* FONTS */

p {font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: 'Bitter', serif;}
label {font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 16px;}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
.red {color: #cc0000;}

/* LISTS */
ul, ol {margin-left: 40px;}

/* LINKS & NAVIGATION */
.yellow-border {border-top: 2px solid #ffff00; border-bottom: 1px solid #ffff00;}
.menu a {color:#fff; font-weight: bold;}
.menu a:hover {color:#000; background:#e7e752;}

/* STICKY FOOTER */
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em;}
footer, .push {height: :4em;}
footer p {color: #fff;}

.center {text-align:center;}
.medium {max-width: 1100px; margin: 50px auto 0 auto; text-align:center;}
.full {width: 90%; margin: 0 auto; text-align:center;}
.sp30 {margin: 30px 0;}
.sp50 {margin: 50px auto; text-align: center;}

body {background-color: #faf6e6;}
th {text-align: center !important; font-size:12px;}
tr {text-align: center !important; font-size:12px;}
.black {background:#000; max-height:200px; width:100%;}


/* Button Gradients 
.grad-button {
color: #777 !important;
background: #ffffff; 
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );}*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999c !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999 !important;
}
.chosen-select {text-align: left !important; color: #000;}
.input {color: #000 !important;}
.blk {color: #000;}
