/* ==================================================
        #Reset & Basics
        #Styles
        #Typography
        #Links
        #Lists
        #Images
        #Forms
        #Scaling
        #Misc */

/* #Reset & Basics
================================================== */

/* #Styles
================================================== */
#bgVideoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#splashPageMove {
    position: absolute;
    top: 100%;
    right: 50%;
    width: 100%;
} #splashPageMove2 {
    position: relative;
    right: -50%;
    width: 100%;
} #splashPageMove #page-content {
    margin-top: 0px;
}

video#bgvid {
    transition: 1s opacity;
}
.stopfade { opacity: .5; }

#splash-intro {
    position: absolute;
    top: 30%;
    color: #fff;
    font-size: 120%;
    max-width: 600px;
    padding: 0 20px;
    z-index: 2;
} #splash-intro h1 {
    font-size: 250%;
    line-height: 1;
    color: #fff !important;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#splash-trailer {
    margin-bottom: 20px;
} #playtrailer {
    opacity: 0.9;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
} #playtrailer:hover {
    opacity: 1;
} #splash-share {
    margin-bottom: 50px;
}
#splash-testimonial {
    margin-top: 50px;
    margin-bottom: 10px;
    color: #fff;
} #splash-testimonial img {
    float: left;
    margin-right: 15px;
} .splash-green {
    color: #7ecc62 !important;
}

/* #Typography
================================================== */

/* #Links
================================================== */

/* #Lists
================================================== */

/* #Images
================================================== */

/* #Forms
================================================== */


/* Scaling
================================================== */

/* #Misc
================================================== */

/*************************/
/* Navigation            */
/*************************/
#nav, .playnow {
    display: none !important;
}
/*.nojs li div {
    display: none;
} .nojs:hover div {
    display: block;
}*/

/*************************/
/* Content               */
/*************************/
.module-title {
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

.module-arrow {
    width: 16px;
    height: 16px;
    background: url(image/module-arrow.gif);
    background-position: -16px 1px;
    margin-right: 5px;
    float: left;
}

.module-arrow-selected {
    background-position: 0px 1px;
}

.module-content {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}

img.align {
    vertical-align: middle;
    display: inline;
}

table.acp {
    margin: 0;
    padding: 0;
    border-spacing: 1px;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
} table.acp th {
    background: #e3e4e5;
    margin: 0;
    padding: 8px 4px;
    color: #444;
    font-weight: normal;
} table.acp td {
    margin: 0;
    padding: 4px 6px;
} .text-center, table.text-center td {
    text-align: center;
} .text-right, table.text-right td {
    text-align: right;
}  .text-left, table.text-left td {
    text-align: left;
} table.acp tr:nth-child(even) {
    background: #f9f9f9;
} table.acp tr.myTeam {
    background: #cfe0c8;
} table.acp .teamName {
    color: #999;
} table.linkFill a {
    width: 100%;
} #carAttribTable .ionicon, #carAttribTable .icon  {
    width: 24px;
} #carAttribTable span {
    margin-right: 2cpx;
} table.acp.pad td {
    padding: 8px 6px;
}

td.key {
    text-align: right;
    border-right: 1px dotted #999;
} td.key2 {
    text-align: right;
}  td.key3 {
    background: #ebebeb;
    text-align: center;
    color: #444;
} tr.borderBottom td {
    border-bottom: 1px solid #d5d5d5;
}

table.reply {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
} table.reply th {
    background: #e9e9e9;
    border-top: 1px solid #d9d9d9;
    margin: 0px;
    padding: 5px;
    color: #222;
    text-align: center;
} table.reply td {
    margin: 0px;
    padding: 5px;
}

div.c-wrap {
    background: #fff;
    border: 1px solid #dfe0e4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    margin-bottom: 10px;
} div .c-wrap h2 {
    padding-bottom: 5px;
    margin: 0px;
} div .c-wrap h2.margin {
    margin: 10px 0px 0px 0px;
}
/*************************/
/* Miscellaneous         */
/*************************/

#social {
    float: right;
    width: 420px;
    margin-top: 30px;
    text-align: center;
} #social img {
    margin: 0px 10px;
}

#tooltip {
    position:absolute;
    color:#fff;
    background: #282828;
    padding:2px 5px;
    display:none;
    max-width: 250px;
    z-index: 999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

a.tooltip {
    text-decoration: none;
    color: #339900;
    font-weight: normal;
}

.error {
    color: #992a2a;
    background: #ffcccc;
    border: 1px solid #dd7777;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 8px;
}

.success {
    color: #6C0;
}

.counter {
    color: #666;
}

.limit {
    color: #f00;
}
.right {
    float: right !important;
} .left {
    float: left !important;
} .align-left {
    text-align: left;
} .align-center {
    text-align: center;
} .align-right {
    text-align: right;
} .bold {
    font-weight: bold;
}

input[type="checkbox"], label, input[type="radio"] {
    cursor: pointer;
}

label {
    vertical-align: top;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

::selection { background:#7bb51f; color:#fff; /* Safari and Opera */ }
::-moz-selection { background:#7bb51f; color:#fff; /* Firefox */  }

.pic-l {
    border: 1px solid #999;
    max-width: 200px;
    max-height: 200px;
    margin-left: 5px;
} .pic-m {
    border: 1px solid #999;
    max-width: 200px;
    max-height: 200px;
    margin-right: 5px;
} .pic-s {
    border: 1px solid #999;
    max-width: 100px;
    max-height: 100px;
    margin-right: 5px;
} .pic-t {
    border: 1px solid #999;
    max-width: 50px;
    max-height: 50px;
    margin-right: 5px;
}

.rdivide {
    border-right: 1px solid #d9d9d9;
} .ldivide {
    border-left: 1px solid #d9d9d9;
}

a.pager, a.pager:visited {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -moz-linear-gradient(center top , #fff, #efefef) repeat scroll 0 0 #f6f6f6;
    border:1px solid #ccc;
    padding: 8px 16px;
}
a.pager:hover {
    background:-moz-linear-gradient(center top , #fff, #ebebeb) repeat scroll 0 0 #f3f3f3;
    border-color:#999;
    outline:0 none;
    text-decoration: none;
}
a.pager-selected, a.pager-selected:visited, a.pager-selected:active {
    background:none repeat scroll 0 0 #ddd;
    border-color:#ccc;
    color:#000000;
    cursor:default;
    font-weight:bold;
} a.pager-selected:hover, a.pager:active {
    -moz-box-shadow: 0 0 0px;
    background:none repeat scroll 0 0 #ddd;
    border-color:#ccc;
    color:#000;
} a.pager-prev, a.pager-next {
    margin: 0px 5px;
}

.pager-wrap {
    text-align: center;
    line-height: 50px;
}

.text-center, table.text-center td {
    text-align: center;
} .text-right, table.text-right td {
    text-align: right;
}  .text-left, table.text-left td {
    text-align: left;
} 


label {
    vertical-align: top;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
input, select, textarea {
    margin: 4px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 100%;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="text"], input[type="password"], textarea {
} input[type="text"], input[type="password"], textarea {
} select > option, input[type="submit"] {
} input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    text-decoration: none;
    color: #fff;
    background: #5f9949;
    cursor: pointer;
    font-size: 100%;
} input[type="submit"]:hover {
    background: #588c43;
}

.green {
    color: #477337 !important;
} .grey {
    color: #bbb !important;
} .blue {
    color: #6699cc !important;
} .red {
    color: #cc3333 !important;
} .darkred {
    color: #993333 !important;
} .pink {
    color: #ff99ff !important;
} .gold {
    color: #e5ac00 !important;
} .silver {
    color: #a6a6a6 !important;
} .bronze {
    color: #b38659 !important;
} .block-green {
    background: #7ca66c !important;
} .block-grey {
    background: #9fa2a6 !important;
} .block-blue {
    background: #5e95b7 !important;
} .block-red {
    background: #bf7373 !important;
} .block-orange {
    background: #d8ba9d !important;
} .block-green, .block-grey, .block-blue, .block-red, .block-orange {
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    width: 40px;
} .ionicon.medium, .ionicon.large {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
} .medium {
    font-size: 24px !important;
}

#features h2 {
    text-transform: uppercase;
}



//aMember
.am-login-form {
    width: 90%;
}