﻿@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300italic,400italic,600italic,600,700,700italic,300);

html, body {
    height: 100%;
    font-size: 16px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #000000;
    cursor: auto;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #23334C;
}

.body-fill {
    background-color: #25354E;
}

.row {
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.custom-header {
    background: url(../img/_backgrounds/Hero_Image.jpg) no-repeat center center;
    height: 700px;
}

.custom-header-pub { 
    background: url(../img/_backgrounds/Hero_Image_shift_right.jpg) no-repeat center center;
    height: 700px;
    background-color: #25354E;
}

.custom-header-adv { 
    background: url(../img/_backgrounds/Hero_Image_shift_left.jpg) no-repeat center center;
    height: 700px;
    background-color: #25354E;
}

.custom-header-about { 
    background: url(../img/_backgrounds/Content_bg_blue.jpg) no-repeat center center;
    height: 700px;
    background-color: #25354E;
}

.custom-header-sign {
    background: url(../img/_backgrounds/BG_ACCESS.jpg) no-repeat center top;
    /*background-color: #25344E;*/
    height: 700px;
    padding-bottom:100px;
}

.custom-header-create {
    background: url(../img/_backgrounds/BG_ACCESS.jpg) no-repeat center top;
    /*background-color: #25344E;*/
    padding-bottom:25px;
}

.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.for-link {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}

a:hover {
    cursor: pointer;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

select {
    width: 100%;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    /*font-weight: normal;*/
    /*line-height: normal;*/
    margin: 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*padding: 16px 32px 17px 32px;*/
    font-size: 17px;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: normal;
    padding: 0;
    width: 200px;
    height: 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #007095;
    color: #FFFFFF;
}

button.radius,
.button.radius {
    border-radius: 3px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.styled-checkbox {
    padding-bottom: 15px;
}
.styled-checkbox input[type="checkbox"] {
    display: none;
}
.styled-checkbox input[type="checkbox"] + label {    
    background: url(../img/_generic/Unchecked.png) no-repeat left center;
    padding-left: 30px;
    cursor: pointer;
}
.styled-checkbox input[type="checkbox"]:checked + label {
    background: url(../img/_generic/Checked.png) no-repeat left center;
    font-weight:bold;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

textarea {
    overflow: hidden;
    height: auto;
    min-height: 200px;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background-color: rgba(204, 204, 204, 0.3);
    border-style: none;
    border-width: 1px;
    border-color: #cccccc;
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
    color: #23334C;
    display: block;
    font-family: inherit;
    font-size: 15px;
    height: 42px;
    margin: 0 0 16px 0;
    padding: 8px;
    width: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: rgba(204, 204, 204, 0.3);
    border-color: #999999;
    outline: none;
}

input.alert, input.alert:focus {
    background-color: rgba(153, 0, 0, 0.3);
    color: #990000;
}

input.focus, input.focus:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border-style:solid;
    border-color: #009933;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; 
}

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; 
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; 
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0; 
}

textarea[rows] {
    height: auto; 
}

textarea {
    max-width: 100%; 
}

::-webkit-input-placeholder {
    color: #23334C; 
}

:-moz-placeholder {
    color: #23334C; 
}

::-moz-placeholder {
    color: #23334C; 
}

:-ms-input-placeholder {
    color: #23334C; 
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    padding: 5px;
    border-radius: 5px;
    height: 37px; 
}

select::-ms-expand {
    display: none; 
}

select.radius {
    border-radius: 3px; 
}

select:focus {
    background-color: #f3f3f3;
    border-color: #999999; 
}

select:disabled {
    background-color: #DDDDDD;
    cursor: default; 
}

select[multiple] {
    height: auto; 
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 16px 0; 
}

input[type="file"] {
    width: 100%; 
}

.background-blue {
    background-color: #23334C;
}

.background-green {
    background-color: #ADDD00;
}

.background-grey-light {
    background-color: #F0F0F0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.width-1440 {
    width: 1440px;
    max-width: 1440px;
    min-width: 1440px;
}

.width-1000 {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
}

td,
th {
    padding: 0;
}

.menu {
    height: 110px;
}

.logo-cell {
    text-align: left;
    vertical-align: top;
    width: 200px;
    padding-left: 35px;
}

.regulat-cell {
    text-align: left;
    vertical-align: middle;
    width: 200px;
}

.login-cell {
    text-align: right;
    vertical-align: top;
    padding-right: 35px;
    width:840px;
}

.login-cell > div {
    height: 40px;
    line-height: 40px;
}

.mid-section tr {
    height: 120px;
}

.mid-section tr td {
    width:720px;
}

.scroll tr {
    height: 110px;
}


.strip-section { 
    background: url(../img/_backgrounds/Stripe_BG.png) no-repeat center center;
    height: 500px;
    background-color: #F0F0F0;
    margin-top:1px;
}

.strip-section-pub,
.strip-section-adv { 
    background: url(../img/_backgrounds/No_Stripe_BG.png) no-repeat center center;
    height: 350px;
    background-color: #F0F0F0;
}

.strip-section tr:first-child {
    height: 75px;
}

.strip-section tr:last-child {
    
}

.strip-section tr:last-child td {
    vertical-align:top;
    padding-top: 45px;
}

.strip-section-pub tr td,
.strip-section-adv tr td {
    vertical-align:top;
    padding-top: 80px;
}

.strip-section tr:last-child td:first-child {
    width:570px;
    padding-left:57px;
}

.strip-section-pub tr td:first-child,
.strip-section-adv tr td:first-child {
    width:570px;
    padding-left:57px;
}

.strip-section tr:last-child td:last-child {
    width:430px;
    background-color: #F0F0F0;
}

.strip-section-pub tr td:last-child,
.strip-section-adv tr td:last-child {
    width:430px;
    background-color: #F0F0F0;
}

.white-section {
    height: 800px;
    background-color: #FFFFFF;
}

.white-section table:last-child {
    height: 600px;
}

.white-section tr {
    height: 75px;
    vertical-align:
    /*border:1px solid red;*/
}

.icon-cell {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.payment-section { 
    height: 270px;
    width:100%;
    background-color: #23334C;
}

.payment-section > table {
    height: 100%;
}

.payment-section tr:first-child {
    height: 75px;
}

.touch-section {
    height: 270px;
    width:100%;
    background-color: #FFFFFF;
    background: url(../img/_backgrounds/CTA_bg_green.jpg) no-repeat center center ; 
}

.touch-section-grey {
    height: 270px;
    width:100%;
    background-color: #FFFFFF;
    background: url(../img/_backgrounds/CTA_bg_gray.jpg) no-repeat center center ; 
}

.touch-section > table,
.touch-section-grey > table {
    height: 80%;
    margin-top:20px;
}

.touch-section td,
.touch-section-grey td {
    text-align: center;
}

.footer-section { 
    height: 120px;
    width:100%;
    background-color: #23334C;
}

.footer-section > table {
    height: 100%;
}

.footer-section a {
    letter-spacing: normal;
}

.footer-section td {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-section a {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-section tr:first-child {
    height: 70px;
}

.about-section tr td:first-child,
.contact-section tr td:first-child {
    padding-left: 210px;
}

.about-section p:first-child {
    padding-top:30px;
}

.contact-section textarea {
    margin-bottom:50px;
}

.sign-form {
    width:420px;
    height:515px;
    background-color:#FFFFFF;
}

.tab-active {
    background-color: #FFFFFF;
}

.tab-inactive {
    background-color: #F0F0F0;
}

.sign-form tr:first-child td:last-child {
    border-left:3px solid #FFFFFF;
}

.sign-form tr:first-child td:first-child {
    border-right:3px solid #FFFFFF;
}

.reset-section,
.confirm-section {
    width:420px;
    height:515px;
}

.reset-section tr:first-child td {
    padding-left:50px;
    padding-right:50px;
    vertical-align:bottom;
    padding-bottom:25px;
}

.confirm-section tr:first-child td {
    padding-left:10px;
    padding-right:10px;
    vertical-align:bottom;
    padding-bottom:25px;
    height:250px;
}

.reset-section tr:last-child td,
.confirm-section tr:last-child td {
    vertical-align:top;
}

.reset-section tr:last-child form {
    padding-left:60px;
    padding-right:60px;
    text-align:left;
    padding-bottom:15px;
}

.reset-section tr:last-child input {
    width: 300px;
}

.reset-section tr:last-child a,
.confirm-section tr:last-child a {
    width: 300px;
}

.sign-form tr:first-child {
    height:65px;
    text-align:center;
}

.sign-header {
    padding-left:60px;
    padding-right:60px;
}

.sign-form tr:first-child td {
    width:33%;
    vertical-align:middle;
    cursor:pointer;
}

.sign-form-section {
    padding-left:60px;
    padding-right:60px;
    text-align:left;
    padding-bottom:20px;
}

.sign-form-section form {
    padding-bottom:20px;
}

.sign-form-section input {
    width: 300px;
}

.sign-form-section a {
    width: 300px;
}

.sign-form tr:last-child td {
    height:70px;
}

.custom-header-create table:first-child {
    width: 780px;
}

.custom-header-create table:first-child td {
    
}

.custom-header-create table:first-child td:first-child {
    width:390px;
}

.custom-header-create table:first-child td:last-child {
    width:290px;
    vertical-align: bottom;
    padding-bottom: 35px;
}

.create-form,
.create-form-roles,
.create-form-step-2,
.create-form-footer {
    width:780px;
    background-color:#FFFFFF;
}

.create-form-step-1 td {
    width:50%;
    text-align:left;
    vertical-align:baseline;
}

.create-form-step-1 td:first-child {
    padding:50px 0 0 50px;
}

.create-form-step-1 td:last-child {
    padding:50px 50px 0 0;
}

.create-form tr:last-child td {
    padding:20px 0 0 50px;
    vertical-align:top;
}

.create-form-roles tr {

}

.create-form-roles td {
    width:33%;
    text-align:left;
    padding-left:25px;
    border-right: 1px solid #CCCCCC;
    vertical-align:top;
}

.create-form-roles tr td div:first-child {
    padding-top:15px;
    padding-bottom:15px;
}

.create-form-roles tr td div:last-child {
    padding-bottom:15px;
}

.create-form-roles td:first-child {
    padding-left:50px;
}

.create-form-roles td:last-child {
    border-right: none;
    padding-right:50px;
}

.delimiter td {
    padding: 0 50px 16px 50px;
}

.delimiter td hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 16px 0;
    padding: 0; 
}

.styled-radio {
    
}

.styled-radio input[type="radio"] {
    display: none;
    
}

.styled-radio input[type="radio"] + label {    
    background: url(../img/_generic/ok_inactive.png) no-repeat left center;
    background-size: 25px 25px;
    padding-left: 50px;
    cursor: pointer;
}

.styled-radio input[type="radio"]:checked + label {
    background: url(../img/_generic/ok_active.png) no-repeat left center;
    font-weight: bold;
    background-size: 25px 25px;
}

.create-form-step-2 tr:first-child td {
    text-align:left;
    padding:20px 0 20px 50px;
    vertical-align:top;
}

.create-form-row {
    
}

.create-form-row td:first-child {
    text-align:left;
    padding-left:50px;
    width:130px;
}

.create-form-row td {
    text-align:left;
    width:300px;
    vertical-align:middle;
    padding-bottom:16px;
}

.create-form-row select,
.create-form-row input {
    width:300px;
    margin-bottom:0;
}

.create-form-row td:last-child {
    text-align:left;
    padding-right:50px;
    padding-left:25px;
    width:230px;
}

.create-form-footer td:first-child {
    padding-left:50px;
    padding-bottom:36px;
}

.create-form-footer td:last-child {
    padding-right:50px;
    padding-bottom:36px;
}

.tinny-padding-right {
    padding-right: 12px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.text-left {
    text-align: left !important;
}

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

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

.text-justify {
    text-align: justify !important;
}

.text-top {
    vertical-align:top;
}

.text-middle {
    vertical-align:middle;
}

.text-base {
    vertical-align:baseline;
}

.text-bottom {
    vertical-align:bottom;
}

.text-spacing-1 {
    letter-spacing: 1px;
}

.text-spacing-2 {
    letter-spacing: 2px;
}

.text-spacing-3 {
    letter-spacing: 3px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

a {
    color: #008CBA;
    line-height: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0078a0;
}

a img {
    border: none;
}

p {
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.white {
    color: #FFFFFF;
}

.blue {
    color: #23334C;
}

.blue-dark {
    color: #24344D;
}

.green {
    color: #ADDD00;
}

.gray-light {
    color: #CCCCCC;
}

.gray-miglight {
    color: #B3B3B3;
}

.grey-middark {
    color: #484848;
}

.grey-dark {
    color: #333333;
}

.red {
    color: #990000;
}

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-30 {
    font-size: 30px;
}

.size-35 {
    font-size: 35px;
}

.size-36 {
    font-size: 36px;
}

.size-40 {
    font-size: 40px;
}

.size-50 {
    font-size: 50px;
}

.line-12 {
    line-height: 12px;
}

.line-14 {
    line-height: 14px;
}

.line-16-8 {
    line-height: 16.8px;
}

.line-18 {
    line-height: 18px;
}

.line-20 {
    line-height: 20px;
}

.line-24 {
    line-height: 24px;
}

.line-40 {
    line-height: 40px;
}

.line-48 {
    line-height: 48px;
}

.line-60 {
    line-height: 60px;
}











.mob {
    margin: 0 auto;
    min-width: 320px;
    width: 320px;
}

.index-pub {
    background: url(../img/_backgrounds/BG_Publisher_MOB.jpg) no-repeat center center;
    background-size: 320px 400px;
    height: 400px;
}

.index-adv {
    background: url(../img/_backgrounds/BG_Advertiser_MOB.jpg) no-repeat center center;
    background-size: 320px 400px;
    height: 400px;
}

.index-about {
    background:url(../img/_generic/“.png) no-repeat left 20px top 35px;
    background-size: 55px 45px;
    background-color: #F0F0F0;
    height: 480px;
}

.index-about-head {
    padding-top:25px;
}

.index-about-body {
    padding-left:60px;
}

.index-about div:last-child {
    height:80px;
    padding-top:20px;
}

.mob-menu {
    height: 70px;
    width: 290px;
    background:url(../img/_generic/Logo.png) no-repeat center top;
    background-size: 110px 55px;
    text-align:left;
    padding-top:25px;
    padding-left:30px;
}

.mob-menu-empty {
    height: 65px;
    width: 320px;
}

.mob-menu img {
    width:22px;
    height:15px;
    cursor:pointer;
}

.index-header div:last-child {
    height:80px;
    padding-top:20px;
}

.mob-button {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: normal;
    padding: 0;
    width: 150px;
    height: 30px;
}
