/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clear {
    clear: both;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Global.
   ========================================================================== */

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: black;
    background: white;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.wrapper-wide {
    width: 100%;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {

}

h2.splash {
    font-size: 23px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    font-family: bebas-neue;
    font-weight: normal;
    margin: 1.0em 0 1.5em;
}

.green {
    color: #ABD158;
}

/* Custom highlight color */
/*
::selection {
    background: #ffb7b7;
}

::-moz-selection {
    background: #ffb7b7;
} */

/* ==========================================================================
   Header.
   ========================================================================== */

header {
    width: 960px;
    height: 103px;
    border-top: 9px solid black;
    border-bottom: 1px solid black;
    margin: 0 auto 7px;
    position: relative;
}

header nav {
    position: absolute;
    left: 85px;
    top: -9px;
}

header nav ul {
    margin: 0;
}

header nav ul li {
    float: left;
    padding: 0;
    margin: 0 21px;
}

header nav ul li a {
    font-size: 14px;
    line-height: 14px;
    color: black;
    display: block;
    border-top: 9px solid black;
    padding: 46px 0 10px;
}

header nav ul li:hover a, header nav ul li.active a {
    border-top: 9px solid #ABD158;
}

header hgroup h1 {
    position: absolute;
    top: 27px;
    right: 0;
    width: 125px;
    height: 47px;
    padding: 0;
    margin: 0;
}

header hgroup h1 a {
    display: block;
    background: url(../img/logo-text.png) 0 0 no-repeat;
    width: 125px;
    height: 47px;
}

header .logo-icon {
    display: block;
    width: 46px;
    height: 50px;
    background: url(../img/logo.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 27px;
}

/* ==========================================================================
   Footer.
   ========================================================================== */

footer {
    width: 960px;
    margin: 26px auto;
    border-top: 1px solid black;
    font-size: 12px;
    line-height: 20px;
}

#footer-top {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: bebas-neue;
    color: #4C4C4C;
}

footer a {
    color: #3A3A3A;
}

footer .column {
    float: left;
}

footer .column1 {
    padding-left: 4px;
    width: 250px;
}

footer .column2 {
    width: 240px;
}

footer .column3 {
    width: 295px;
}

footer .column4 {
    width: 125px;
    padding-left: 45px;
    background: url(http://opodz.com/img/logo-grayscale.png) 0 0 no-repeat;
}

footer .social-icon {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
}

footer .social-icon.facebook-icon {
    background: url(../img/icon-fb-med.png) 0 0 no-repeat;
}

footer .social-icon.twitter-icon {
    background: url(../img/icon-twitter-med.png) 0 0 no-repeat;
}

#footer-middle {
    padding: 30px 350px 87px 0;
    width: 610px;
    border-bottom: 1px solid black;
    margin-bottom: 45px;
    font-size: 14px;
    position: relative;
}

#footer-middle h2 {
    font-size: 25px;
    font-family: bebas-neue;
    text-transform: uppercase;
    font-weight: normal;
}

#facebook-large {
    background: url(../img/fb-large.png) 0 0 no-repeat;
    width: 310px;
    height: 92px;
    position: absolute;
    right: 2px;
    top: 70px;
}

#twitter-large {
    background: url(../img/twitter-large.png) 0 0 no-repeat;
    width: 310px;
    height: 92px;
    position: absolute;
    right: 2px;
    top: 180px;
}

/* ==========================================================================
   Content
   ========================================================================== */

#content, .content {
    width: 960px;
    margin: 0 auto;
}

#content p {

}


#content h1 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 36px;
    font-family: bebas-neue;
    color: #1D1D1D;
    float: left;
    margin-top: 26px;
}

/* ==========================================================================
   Home
   ========================================================================== */

#home-columns {
    margin-bottom: 15px;
}

.home-column {
    display: block;
    width: 310px;
    height: 310px;
    margin-right: 15px;
    float: left;
}

.home-column.last {
    margin-right: 0;
}

#home-column-1 {
    background: url(../img/events-image.jpg) 0 0 no-repeat;
}

#home-column-2 {
    background: url(../img/home-become-a-member.png) 0 0 no-repeat;
}

#home-column-3 {
    background: url(../img/community-image.jpg) 0 0 no-repeat;
}

#home-slideshow {
    width: 960px;
    height: 510px;
    overflow: hidden;
    position: relative;
}

#home-slideshow-controls {
    position: absolute;
    bottom: 30px;
    right: 26px;
}

.dot, .event-dot, .event-full-dot {
    width: 8px;
    height: 8px;
    background: #7A7A7A;
    margin-right: 3px;
    float: left;
    display: block;
    cursor: pointer;
}

.dot.dot-on, .dot:hover,
.event-dot.dot-on, .event-dot:hover,
.event-full-dot.dot-on, .event-full-dot:hover {
    background: white;
}

#event-slideshow-controls {
    position: absolute;
    top: 49px;
    left: 31px;
    z-index: 3;
}

#events-slideshow {
    width: 100%;
    height: 310px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
}

.event-slide {
    position: relative;
    width: 635px;
    height: 310px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.event-slide img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    filter: url(../img/grayscale.svg);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.event-slide .date {
    position: absolute;
    right: 25px;
    top: 40px;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    line-height: 100%;
    background-color: rgba(0,0,0,.8);
    padding: 10px;
}

.event-slide .date .day {
    font-size: 50px;
    font-family: bebas-neue;
    font-weight: normal;
    line-height: 50px;
}

.event-slide .details {
    position: absolute;
    right: 25px;
    top: 100px;
    z-index: 2;
    width: 250px;
    height: auto;
    background-color: rgba(0,0,0,.8);
    padding: 10px ;
}

.event-slide .details h2 {
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: bebas-neue;
    margin: 0;
}

.event-slide .details h3 {
    font-size: 14px;
    margin-top: 0;
}

.event-slide .details p {
    font-size: 14px;
}

.event-slide .details .learn-more {
    font-style: italic;
    font-weight: bold;
    color: white;
}

#tweets_container{
    position:relative;
}

#tweets {
    position: relative;
    width: 267px;
    height: 270px;
    padding: 0 23px 0 20px;
    overflow: auto;
}

#tweets h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: bebas-neue;
    margin: 0 0 20px;
}

.tweet  {
    border-top: 1px solid black;
    padding: 0.8em 0;
    font-size: 15px;
}

.tweet .date {
    font-size: 10px;
    line-height: 22px;
}

.follow-btn {
    position: absolute;
    right: 17px;
    bottom: -40px;
    background: black;
    display: block;
    font-size: 12px;
    color: #9E9E9E;
    padding: 10px 14px;
    
}

.tweet a {
    color: #ABD158;
}

/* ==========================================================================
   Membership
   ========================================================================== */

.btn {
    font-family: bebas-neue;
    font-size: 18px;
    line-height: 18px;
    color: white;
    text-transform: uppercase;
    padding: 12px 24px;
    display: block;
    cursor: pointer;
}

#book-room {
    background: black;
    float: right;
    margin-top: 24px;
}

#schedule-tour {
    background: #ABD158;
    float: right;
    margin-left: 12px;
    margin-top: 24px;
}

#mem-types {
    margin: 12px 0 0;
    padding: 0;
    list-style-type: none;
}

#mem-types li {
    float: left;
    width: 190px;
    padding: 12px 30px 12px 10px;
    height: 616px;
    margin-right: 13px;
    background-position: 13px 190px;
    background-repeat: no-repeat;
    color: white;
    position: relative;
}

#mem-types li.last {
    margin-right: 0;
    width: 191px;
}

#mem-type-1 {
    background-color: #C8BFB8;
}

#mem-type-2 {
    background-color: #ABD158;
}

#mem-type-3 {
    background-color: #008E80;
}

#mem-type-4 {
    background-color: black;
}

#mem-types h2, #mem-types h3 {
    font-family: bebas-neue;
    text-transform: uppercase;
    font-weight: normal;
}

#mem-types h2 {
    font-size: 32px;
    line-height: 39px;
    margin-top: 14px;
}

#mem-types h3 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 52px;
}

.num {
    width: 53px;
    height: 52px;
}

#num-1 {
    background: url(../img/icon-1.png) 0 0 no-repeat;
}

#num-2 {
    background: url(../img/icon-2.png) 0 0 no-repeat;
}

#num-3 {
    background: url(../img/icon-3.png) 0 0 no-repeat;
}

#num-4 {
    background: url(../img/icon-4.png) 0 0 no-repeat;
}

#mem-types li p {
    font-size: 15px;
    line-height: 23px;
}

#mem-types li ul {
    font-family: bebas-neue;
    list-style-type: square;
    padding: 0 12px;
    margin: 2em 0;
}

#mem-types li ul li {
    font-size: 17px;
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}

#mem-types li .price {
    font-family: bebas-neue;
    font-size: 14px;
    position: absolute;
    bottom: 75px;
    left: 12px;
}

#mem-types li .price span {
    font-size: 36px;
}

.apply-mem {
    border-top: 1px solid #19171C;
    margin-top: 50px;
    height: 140px;
    background: url(../img/apply-for-membership.png) center 48px no-repeat;
    display: block;
    margin-bottom: 0;
}

/* ==========================================================================
   Community
   ========================================================================== */

.splash-img {
    margin: 10px 0 44px;
}

.content-left {
    width: 628px;
    margin-right: 32px;
    float: left;
}

.sidebar { 
    width: 300px;
    float: left;
}

.profile-header {
    padding-bottom: 40px;
    border-bottom: 1px solid black;
}

.profile-header-left {
    width: 292px;
    float: left;
}

.profile-header h2 {
    font-family: bebas-neue;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
}
.profile-header .company {
    font-family: bebas-neue;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0;
}

.profile-header .contact {
    float: left;
    font-size: 14px;
    line-height: 23px;
}

.profile h3 {
    text-transform: uppercase;
    font-family: bebas-neue;
    font-size: 25px;
    font-weight: normal;
}

.profile-content {
    font-size: 14px;
    line-height: 23px;
    width: 560px;
}

.profile-avatar {
    background: #050606;
    color: white;
    font-size: 21px;
    font-family: bebas-neue;
    text-transform: uppercase;
    vertical-align: text-top;
    height: 120px;
}

.profile-avatar img {
    width: 120px;
    height: 120px;
    margin-right: 16px;  
    float: left;
}

.profile-avatar div {
    float: left;
    margin-top: 18px;
}

.profile-list {
    margin: 25px 0;
}

.profile-list li {
    list-style-image: url(../img/ul.png);
    margin: 0.4em 0;
}

.profile-list li strong {
    font-size: 18px;
    font-family: bebas-neue;
    text-transform: uppercase;
    font-weight: normal;
}

.profile-sidebar-img {
    margin: 30px 0 55px;
}

.profile-social {
    display: block;
    color: black;
    height: 24px;
    padding-top: 10px;
    line-height: 14px;
    padding-left: 50px;
    margin-left: 4px;
}

#profile-social-twitter {
    background: url(../img/icon-twitter-black.png) 0 0 no-repeat;
    margin-bottom: 18px;
}

#profile-social-fb {
    background: url(../img/icon-fb-black.png) 0 0 no-repeat;
}

#browse-profiles {
    position: relative;
    margin: 40px 0 38px;
}

#browse-profiles .bp-control {
    position: absolute;
    top: 148px;
    width: 43px;
    height: 43px;
    border: 1px solid #2D2D2D;
    cursor: pointer;
}

#browse-profiles #leftControl {
    left: -60px;
    background: url(../img/arrow-left-med.png) 14px center no-repeat;
}

#browse-profiles #rightControl {
    left: 975px;
    background: url(../img/arrow-right-med.png) 17px center no-repeat;
}

.profile-slide {
    width: 960px;
    float: left;
    /*text-align: center;*/
    height: 347px;
    overflow: hidden;
}

.profile-preview {
    background: #050606;
    color: #605C58;
    font-size: 15px;
    height: 317px;
    width: 205px;
    padding: 15px 11px;
    margin-right: 13px;
    display: inline-block;
    text-align: left;
    position: relative;
}

.profile-preview a {
    color: white;
}

.profile-preview img {
    width: 205px;
    height: 230px;
}

.profile-preview.last {
    margin-right: 0;
}

.profile-preview h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    margin: 9px 0 5px;
    font-family: bebas-neue;
    font-weight: normal;
}

.profile-preview h3 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    line-height: 15px;
}

.profile-preview .social {
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    bottom: 17px;
}

.social-fb-small {
    background: url(../img/icon-fb-white.png) 0 0 no-repeat;
    left: 14px;
}

.social-twitter-small {
    background: url(../img/icon-twitter-white.png) 0 0 no-repeat;
    left: 40px;
}

#slidesContainer3 {
    width: 960px;
    overflow: hidden;
}

.quote {
    font-family: bebas-neue;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 2em;
}

.border-top {
    border-top: 1px solid black;
}

.quote span.small {
    font-size: 18px;
}

/* ==========================================================================
   Events
   ========================================================================== */

#events-slideshow-full {
    overflow: hidden;
    width: 960px;
    height: 510px;
    position: relative;
}

h1 span {
    color: #A5A29D;
    display: none;
}

h1 span.open {
    display: inline;
}

.controls {
    float: right;
    margin-top: 34px;
}

#leftControl4, .arrow-left {
    background: url(../img/arrow-left.png) 0 0 no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    float: left;
    display: block;
}

#rightControl4, .arrow-right {
    background: url(../img/arrow-right.png) 0 0 no-repeat;
    margin-left: 6px;
    height: 17px;
    width: 17px;
    cursor: pointer;
    float: left;
    display: block;
}

#events-slideshow-full-dots {
    position: absolute;
    z-index: 3;
    left: 610px;
    top: 160px;
}

.event-full-dot {

}

.event-slide-full {
    position: relative;
    float: left;
    width: 960px;
    height: 510px;
}

.event-slide-full img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.event-slide-full .event-info {
    position: absolute;
    z-index: 2;
    left: 605px;
    top: 120px;
    background-color: rgba(0,0,0,.9);
    color: #5A5B5B;
    font-size: 14px;
    line-height: 15px;
    padding: 36px 22px 20px 30px;
    height: 244px;
    width: 253px;
}

.event-slide-full .event-info .date {
    text-align: right;
    color: white;
    font-weight: bold;
}

.event-slide-full .event-info .date span {
    font-weight: normal;
    font-family: bebas-neue;
    font-size: 36px;
    line-height: 36px;
}

.event-slide-full .event-info h2 {
    font-size: 32px;
    line-height: 32px;
    color: white;
    text-transform: uppercase;
    font-family: bebas-neue;
    font-weight: normal;
    margin-bottom: 0em;
}

.event-slide-full .event-info h3 {
    color: white;
    font-size: 14px;
}

.event-slide-full .event-info p {
    
}

.event-slide-full .event-info .learn-more {
    color: white;
    font-weight: bold;
    font-style: italic;
}

#events-newsletter {
    background: #00080F;
    padding: 22px 20px;
    margin-top: 30px;
}

#events-newsletter h2 {
    color: white;
    text-transform: uppercase;
    font-family: bebas-neue;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    float: left;
    line-height: 50px;
    width: 471px;
}

#events-newsletter .textbox {
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #9E9E9E;
    font-family: Arial, sans-serif;
    border: none;
    padding: 15px;
    margin-right: 5px;
    width: 300px;
}

#events-newsletter #submit {
    border-radius: 0;
    background: #ABD158;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 15px 0;
    line-height: 14px;
    font-weight: bold;
    width: 110px;
    text-align: center;
    border: none;
}

/* ==========================================================================
   About
   ========================================================================== */

blockquote {
    margin: 0 4%;
}

.third {
    width: 254px;
    height: 254px;
    margin-right: 15px;
    background: black;
    color: white;
    padding: 28px;
    font-size: 15px;
    line-height: 23px;
    float: left;
    margin-top: 6px;
    margin-bottom: 30px;
}

.third.last {
    margin-right: 0;
    background: black url(../img/pindrop.png) 268px 253px no-repeat;
}

.third h2 {
    font-size: 20px;
    font-family: bebas-neue;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

/* ==========================================================================
   Contact
   ========================================================================== */

#loclocloc {
    font-size: 55px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: bebas-neue;
    margin: 0 0 0.4em 0;
}

.contact p {
    line-height: 23px;
}

.orange {
    color: #E0A217;
}

#contact-left {
    width: 276px;
    float: left;
    margin-right: 74px;
    margin-top: 94px;
}

#contact-right {
    float: left;
    width: 610px;
    margin-top: 94px;
}

#contact-left h2, #contact-right h2 {
    font-size: 16px;
    border-bottom: 1px solid black;
    padding-bottom: 9px;
}

#contact-left .address {
    font-size: 24px;
    line-height: 25px;
    font-family: bebas-neue;
}

#contact-left .phone {
    font-weight: bold;
    font-size: 14px;
}

#contact-left .email {
    font-size: 16px;
}

#contact-left .profile-social {
    margin-left: 0;
    font-size: 12px;
    font-weight: bold;
    padding-left: 50px;
}

#contact-left #profile-social-fb {
    margin-top: 50px;
}

#contact-left #profile-social-twitter {
    margin-top: 26px;
}

#contact-form {
    margin-bottom: 26px;
}

#contact-form label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 1.6em 0 0.4em;
}

#contact-form input, #contact-form textarea {
    border: none;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #666;
    padding: 3px 2px;
    width: 604px;
}

#contact-form input.error, #contact-form textarea.error {
    border-bottom: 1px solid red;
}

::-webkit-input-placeholder {
   color: #C9C9C9!important;
}

:-moz-placeholder {  
   color: #C9C9C9!important;  
}

#contact-submit {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    padding: 8px 10px;
    margin-top: 26px;
    display: block;
}