
/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*  Basic Element Styles  */

body, html {
    font-size: 100%;
    color: #000;
    background-color: #1a1919;
    font: 12px/1.4 Verdana, Arial, sans-serif;
}

a {
    color: #000;
}

.footer,
.rta,
.main-vertical img,
.warning-content img,
a.model img
{
    width: 100%;
}

.container {
    max-width: 946px;
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*  Container Styles  */
.warning-content,
.main-vertical,
.main-navigation h1,
.member-options {
    width: 48%;
    float: left;
}
.warning-content {
    float: right;
    max-width: 465px;
    margin: 0 10px;
}


/*  Member Options */

.arrow-image {
    position: relative;
    top: 2px;
}

.member-options {
    max-width: 460px;
    float: right;
}

.member-options a {
    color: #fff;
    float: left;
    padding: 3px 10px 3px 7px;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    margin: 4px 0 4px 4px;
    width: 50%;
}
.member-options a.membership {
    text-transform: uppercase;
    max-width: 235px;
    float: right;
}

.member-options .login {
    background-color: #777777;
    border: 1px solid #999999;
    float: left;
    max-width: 180px;
}

.main-vertical {
    margin: 5px 0 20px 0;
    max-width: 457px;
}


.agreement {
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px 0 10px 0;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.main-navigation h1 {
    margin: 7px 0 0 0;
    color: #c6c6c6;
    position: relative;
    text-align: left;
}

/* Warning Section */

.warning-content h2 {
    padding: 20px 0 10px 0;
    text-align: center;
}
.warning-content h2 span {
    display: none;
}
.warning-text {
    width: 100%;
    height: 45px;
    position: relative;
    overflow-y: scroll;
    margin: 0 auto 15px auto;
    background-color: #fff;
    padding: 5px 0 0 5px;
    font-size: 10px;
}
.warning-headline {
    padding: 0 0 10px 0;
    font-size: 14px;
}
.site-headline {
    padding: 5px 0;
    font-weight: bold;
}

.site-description {
    padding-bottom: 10px;
}


.disagree {
    text-align: center;
}

/* Model Section */
.main-navigation h1 {
    font-size: 18px;
}
a.model {
    background-color: #DFDEE3;
    max-width: 200px;
    padding: 1%;
    margin-left: 2.6%;
    float: left;
    display: inline-block;
    color: #0000f8;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    width: 21%;
}
.model:nth-child(1){
    margin-left: 0;
}
a.model img {
    border: 2px solid #fff;
}
a.model:hover {
    text-decoration: underline;
}

/* FooterSection */

.footer, .header {
    text-align: center;
}

.links {
    padding: 20px 0 10px 0;
}

.rta img {
    max-width: 80px;
    padding: 10px;
}


/*  Responsive Styles */
@media only screen and (max-width: 959px) {
    .member-options .login,
    .member-options a.membership {
        max-width: 43%;
        font-size: 12px;
    }
    .arrow-image {
        display: none;
    }
    .main-navigation h1 {
        font-size: 15px;
        margin: 7px 0 5px 0;
    }
    .models {
        margin: 0 auto;
    }
    a.model {
        margin-left: 0;
        max-width: 100%;
        width: 21%;
        margin-left: 2.6%;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation h1,
    .warning-content,
    .member-options,
    .models {
        float: none;
        margin: 0 auto;
        width: 90%;
        max-width: 90%;
    }
    .main-vertical,
    .arrow-image {
        display: none;
    }
    .main-navigation h1,
    .warning-headline,
    .member-options a {
        padding: 5px 0;
    }
    .main-navigation h1,
    .warning-headline,
    .member-options a,
    a.model {
        font-size: 12px;
        text-align: center;
    }
    .member-options a,
    .disagree {
        margin: 0 0 5px 0;
    }
    .member-options .login,
    .member-options a.membership  {
        max-width: 46%;
    }
    .warning-content h2 {
        padding: 10px 0 5px 0;
    }
    a.model {
        margin-left: 0;
        max-width: 100%;
        width: 21%;
        margin-left: 2.6%;
    }


}

@media only screen and (max-width: 600px) {
    a.model, .model:nth-child(1) {
        width: 44%;
        margin-left: 2.6%;
    }
}

@media only screen and (max-width: 414px) {
    .agreement {
        font-size: 12px;
    }
    .main-navigation h1 {
        font-size: 10px;
    }
    .member-options .login,
    .member-options a.membership {
        max-width: 48%;
    }
    .member-options a.membership {
        text-transform: capitalize;
    }

}
