/* =============================================================================
   TYPOGRAPHY
   ========================================================================== */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica_neue_ultralight/helveticaneue-ultralight.eot');
    src: url('fonts/helvetica_neue_ultralight/helveticaneue-ultralight.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_neue_ultralight/helveticaneue-ultralight.woff') format('woff'),
         url('fonts/helvetica_neue_ultralight/helveticaneue-ultralight.ttf') format('truetype'),
         url('fonts/helvetica_neue_ultralight/helveticaneue-ultralight.svg#HelveticaNeue-UltraLight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica_neue_light/helveticaneue-light.eot');
    src: url('fonts/helvetica_neue_light/helveticaneue-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_neue_light/helveticaneue-light.woff') format('woff'),
         url('fonts/helvetica_neue_light/helveticaneue-light.ttf') format('truetype'),
         url('fonts/helvetica_neue_light/helveticaneue-light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'HelveticaNeue', sans-serif;  
    font-size: 1em;
    color: #fff;
    background: #000;
    background-image:url("../../css/img/bgs/bg.jpg");
    ackground-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat; 
    overflow-x: hidden;
    font-weight: 400;
}
a {
    color: #eee;
    text-decoration: none;
}
a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a p:hover {color: #;}
img,object { max-width: 100%; }

h1, .h1 {
    font-weight: 400;
}
h2, .h2 {
    font-weight: 400;
}
h3, .h3 {
    font-weight: 400;
}
h4, .h4 {
    font-weight: 400;
}
h5, .h5 {font-weight: 400;}

p, .p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.19em;
    letter-spacing: 0px;
    color: #eee;
}
br { font-size: 1em;}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 0px;
    border: 0;
    border-top: 2px solid #ccc;
}
/* =============================================================================
   ANCHOR BUTTONS
   ========================================================================== */
.gen_button1, .gen_button2, .gen_button3,.gen_button4, .gen_button5  {
    text-align: center;
    vertical-align: middle;    
    display: table;
    cursor: pointer;    
}
.gen_button1 { padding: 5px 5px; }
.gen_button2 { padding: 5px 20px; }
.gen_button3 { padding: 10px 10px; }
.gen_button4 { padding: 10px 20px; }
.gen_button5 { padding: 15px 30px; }

.button1 { border: 2px solid transparent;}
    .button1:hover { border: 2px solid #fff;}

.button2 { border: 2px solid transparent; }
    .button2_1 { border: 2px solid #333;}
    .button2:hover { border: 2px solid #333;}

.button3 { background: #3b3b3b; /*Gray */ color: #ccc; }
    .button3_1 { background: #bfd5fc; /*Baby Blue */ color: #fff; }
    .button3:hover {  background: #bfd5fc; /*Baby Blue */ color: #fff; }
    .button3:checked {  background: #bfd5fc; /*Baby Blue */ color: #fff; }

.button4 { border: 4px solid rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);}
    .button4:hover { border: 4px solid rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);}

.button5 { border: 4px solid rgba(255, 255, 255, 0.80); color: rgba(255, 255, 255, 0.80); }
    .button5:hover { border: 4px solid rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); }

.button6 { border-top: 4px solid rgba(0, 0, 0, 0.6); border-bottom: 4px solid transparent; color: rgba(0, 0, 0, 0.6);}
    .button6:hover { border-top: 4px solid rgba(0, 0, 0, 0.8); border-bottom: 4px solid rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);}

.button7 { border-top: 4px solid rgba(255, 255, 255, 0.80); border-bottom: 4px solid transparent; color: rgba(255, 255, 255, 0.80); }
    .button7:hover { border-top: 4px solid rgba(255, 255, 255, 1); border-bottom: 4px solid rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); }

.anchor_disabled {
  pointer-events: none;
  cursor: default;
}

/* =============================================================================
   INPUTS
   ========================================================================== */

input[type="submit"] {
    text-align: center;    
    color: #fff;
    font-family: 'Glass Antiqua', 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    padding: 2px 10px;
    display: block;
    border: 0;
}
    input[type="submit"]:focus {    
        outline: none; 
    }
.submit_bttn_1 input[type="submit"],
.submit_bttn_1_1 input[type="submit"],
.submit_bttn_2 input[type="submit"],
.button_std_2,
.submit_bttn_3 input[type="submit"],
.button_std_3,
.submit_bttn_theme1 input[type="submit"],
.button_theme1 {
    text-align: center;    
    color: #fff;
    font-size: 1.5em;
    padding: 10px 0px;
    margin: 20px 3px 0 3px;
    display: block;
    border: 0;
    height: 50px;
    width: 99%; /*fall back if needed */
    width: calc(100% - 6px);
}
    .submit_bttn_1 input[type="submit"], .submit_bttn_1_1 input[type="submit"]{
        background: #84C343; /*Alert Green*/
    }
    .submit_bttn_2 input[type="submit"], .button_std_2 {
        background: #D62D21; /*Alert Red */
    }
    .submit_bttn_3 input[type="submit"], .button_std_3 {
        background: #ccc;
    }
    .submit_bttn_theme1 input[type="submit"], .button_std_theme1 {
        background: #4d74ad;
        color: #fff;
    }
    .submit_bttn_1 input[type="submit"]:hover, .submit_bttn_1_1 input[type="submit"]:hover  { background: #96CC56; /* Lighter Alert Green */}
    .submit_bttn_1 input[type="submit"]:disabled, .submit_bttn_1_1 input[type="submit"]:disabled { background: #96CC56; /* Lighter Alert Green */}

    .submit_bttn_2 input[type="submit"]:hover, .button_std_2:hover { background: #E53530; /* Lighter Alert Red */}
    .submit_bttn_2 input[type="submit"]:disabled, .button_std_2:disabled { background: #E53530; /*Alert Red */}

    .submit_bttn_3 input[type="submit"]:hover, .button_std_3:hover { background: #eee; }
    .submit_bttn_3 input[type="submit"]:disabled, .button_std_3:disabled { background: #ccc; }  

    .submit_bttn_theme1 input[type="submit"]:hover { background: #5782b5; }
    .submit_bttn_theme1 input[type="submit"]:disabled { background: #5782b5; }    

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], textarea, select{
    text-align: left;
    -webkit-appearance: none;
    font-family: 'Glass Antiqua', 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: -1px;
    padding: 3px 1%; /* Need this otherwise mobile will pad to much */
    margin: 3px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background: #ddd; /*Gray */
    background: rgba(255,255,255, 1);
    outline: 0;
    color: #333;
    width: 97%; /*fall back if needed */
    width: calc(100% - 6px);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
    input[type="text"]:hover,
    input[type="password"]:hover,
    input[type="email"]:hover,
    input[type="date"]:hover,
    input[type="time"]:hover,
    textarea:hover,
    select:hover {
        background: #eee;
        background: rgba(255,255,255, .9);
        border-color: #ddd;
    }
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="date"]:focus,
    input[type="time"]:focus,
    textarea:focus {
        background: #fff;
        border-color: #aaa;
    }
textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
}
select {
    background: #ddd; /*Gray */
    background: rgba(255,255,255, 1);
    idth: 99%; /*fall back if needed */
    idth: calc(100% - 6px);
    outline: 0;
}     
    select:focus {
        outline-color: none;
        background: #fff;
        border-color: #ddd;
    }

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
/* firefox 19+ */
::-moz-placeholder { color: #999; }
/* ie */
:-ms-input-placeholder { color: #999 !important; /*darker gray - important needed to for ie10+*/}
input:-moz-placeholder { color: #999; }

input[type="radio"] {
    width: 16px;
    margin-right: 10px;
    display: none;
}
input[type="checkbox"] {
    width: 16px;
    margin-right: 10px;
}
.button::-webkit-file-upload-button {
  visibility: hidden;
}

/* =============================================================================
   ALERTS & ERRORS
   ========================================================================== */
.form_error {
    margin-bottom: 20px;
    margin-top: -5px;
    padding: 10px;
    border-radius: 2px;
    display: none;
}
    .form_error h4 {
     color: #EB4924; /*Red */
     text-align: center;
    }
.text_box_error {
    border-color: #EB4924; /*Red */
}
    .text_box_error:focus {
        border-color: #EB4924; /*Red */
        outline-color: #EB4924; /*Red */
    }
.alert_message {
    margin: 20px auto;
    text-align: center;
    padding: 25px 10px;
}
    .alert_message h1, .alert_message h2, .alert_message h3, .alert_message h4, .alert_message h5, .alert_message h6 {
        margin: 0;
    }
.form_message {
    margin-bottom: 20px;
    margin-top: -5px;
    padding: 10px;
}
    .form_message h4 {
     color: #EB4924; /*Red */
     text-align: center;
    }
/* =============================================================================
   LAYOUT
   ========================================================================== */
.container {
    width: 100%;
    margin: 0px;
}
.h100 {  
    min-height: 100%;   
    min-height: 100vh;
    float: left;
}
.container_nar{
    max-width: 960px;
    padding: 0 10px;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.75);
}   
.container_wide{
    max-width: 1200px;
    padding: 0 10px;
    margin: 0px auto;
}   
.container_content1{
    width: 100%;
    margin: 0;
    padding: 20px 0px;
}
.container_content2{
    width: 96%;
    margin: 0;
    padding: 2%;
}
/* -- Side Conatiners -- */
.container_side1_1{
    width: 240px;
    padding: 0 0px;
    margin: 0px auto;
    float: left;
} 
.container_side1_2{
    width: 100%;
    max-width: 960px;
    padding: 0px;
    margin: 0px auto;
    float: left;
} 
.container_side2_1{
    width: 240px;
    padding: 0 0px;
    margin: 0px auto;
    float: left;
} 
.container_side2_2{
    width: 920px;
    width: calc(100% - 241px);
    padding: 0px;
    margin: 0px auto;
    float: left;
} 

.ci { display: block; }
    .ci:first-of-type{  /*ci=content item*/}
    .ci:last-of-type{  /*ci=content item*/}
.fill_img {
    width: 100%;
}
/* =============================================================================
   SECTIONS
   ========================================================================== */
.std_section {
    width: 100%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.50);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    position: relative;
    z-index: 1;
}
.std_section_inter{
    order: 5px solid #bfd5fc; /*Baby Blue */;
    padding: 1% 2% 1% 2%; /*Fallback*/
    padding: 1vw 2% 1vw 2%;
}

.section_title_1, .section_title_2 {
    text-align: center;
    margin: 20px auto 5px auto;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
}
.section_title_2 {
    color: #000;
}
/* =============================================================================
   ELEMENTS
   ========================================================================== */
.breadcrumb{
    float: left;
    margin: 0 10px;
}
.connect_icon{
    width: 40px;
    float: left;
    margin-right: 20px;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
    .container_side1_1{
        display: none;
    } 
    .container_side1_2{
        max-width: 1200px;
    }   
    .container_side2_2{
        width: 73%;
        width: calc(98% - 222px);
        max-width: 960px;
    } 
}
@media screen and (max-width: 979px) {
    .container_content2{
        width: 100%;
        padding: 2% 0;
    }
    .container_side2_1{
        display: none;
    } 
    .container_side2_2{
        width: 100%;
        max-width: 960px;
    } 
}
@media screen and (max-width: 859px) {  
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="tel"], textarea, select{       
        font-size: .9em;
    }
}
@media screen and (max-width: 479px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="tel"], textarea, select {       
        font-size: .80em;
        height: 30px;   
    }
    select {       
        eight: 38px;
    }
    .submit_bttn_1_1 input[type="submit"] {
        eight: 38px;
    }
    .submit_bttn_1 input[type="submit"],
    .submit_bttn_1_1 input[type="submit"],
    .submit_bttn_2 input[type="submit"],
    .button_std_2,
    .submit_bttn_3 input[type="submit"],
    .button_std_3, 
    .submit_bttn_theme1 input[type="submit"],
    .button_theme1{
        font-size: .90em;
        margin-top: 10px;
    }
}