/* Reset */
/* #00387b */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html,body{
    height: 100%;
}

body{
    margin:0;
    padding:0;
    background:#FFF;
    font-family:"Helvetica Neue",Helvetica, Arial;
    background-image: url('../cs-img/computer-code-on-screen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.3); */
    background: rgba(0, 0, 0, 0.5);
}

div#content {
/* width: 940px;
height: 280px;
margin: 0 auto;
clear: both;
position: relative;
top: -140px; */

/* IE4ever Hack: Hide from IE4 **/
/* position: static; */
/** end hack */
}

/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */
/* ]]> */


.logo_box{
    width: 349px;
    float: left;
    border-right: 1px solid #00387b;
    height: 280px;
    position: relative;
}
img.logo{
    width: 400px;
    display: block;
    margin: 0 auto;
}
h2{
    font-family:Helvetica, Arial;
color: #303030;
font-size: 24px;
margin-bottom: 20px;
}
.wrapper{
    margin-top: 20px;
    margin-left: 10px;
}

h1{
    padding: 12px 70px 12px 20px;
    position: absolute;
    right: 0;
    text-align:left;
    top: 25%;
    float: left;
    color: #303030;
    letter-spacing: -1px;
    font-size: 38px;
}

h1 cufon{
    margin-bottom: -4px;
}

h3{
    font-size: 24px;
    color: #333;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}

.main_box{
    border: none;
    float: left;
    width: 600px;
    padding: 25px;
    background: transparent;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);

}
.wrapper p{
    color: #FFF;
    text-align:center;
}

form{
width: 590px;
padding: 10px 0;
float: left;
background: url(../images/dots.gif) right top repeat-y;
height: 80px;
}



h2 span{
color: #303030;
font-size: 16px;
line-height: 26px;
font-style: italic;
}
p{
    color:#303030;
}

ul.info{
width: 100%;
padding: 0;
margin: 10px 0 0 10px;
float: left;
}

ul.info li{
    margin-bottom: 10px;
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
}

ul.info li p{
    color: #303030;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%
}
ul.info li p a{
    color: #fff;
}
ul.info li p.social{
    font-size: 30px;
    color: #00387b;
}
ul.info li p.social a{
    color: #00387b;
}
ul.info li p.social a:hover{
    color: #034a3c;
}

ul.info li p.social a.tw{
width: 28px;
height: 28px;
background: url(../cs-img/social.png) left top no-repeat;
margin-right: 8px;
float: left;
}

ul.info li p.social a.fb{
width: 28px;
height: 28px;
background: url(../cs-img/social.png) -36px top no-repeat;
float: left;
margin-right: 8px;
}

ul.info li p.social a.li{
width: 28px;
height: 28px;
background: url(../cs-img/social.png) -72px top no-repeat;
float: left;
}

ul.info li p.social a.tw:hover{
width: 28px;
height: 28px;
background: url(../cs-img/social.png) left bottom no-repeat;
background-color: #6d6e71;
float: left;
}

ul.info li p.social a.fb:hover{
width: 28px;
height: 28px;
background: url(../cs-img/social.png) -36px bottom no-repeat;
background-color: #6d6e71;
float: left;
}

ul.info li p.social a.li:hover{
width: 28px;
height: 28px;
background: url(../cs-img/social.png) -72px bottom no-repeat;
float: left;
}



.field{
float: left;
background: url(../images/input.png) left top no-repeat;
width: 425px;
height: 21px;
font-size: 14px;
color: #666;
padding: 10px;
border: none;
}

.submit_butt{
float: left;
background: url(../images/input.png) right top no-repeat;
width: 109px;
height: 41px;
border: none;
cursor: pointer;
}

.submit_butt:hover{
background: url(../images/input.png) right bottom no-repeat;
}

.connect{
width: 145px;
padding-left: 20px;
float: left;
padding-top: 20px;
}

.connect img{
margin-right: 5px;
}

@media(max-width:710px){
    .main_box{
        width: auto;
        padding: 25px;
    }
    .logo_box{
        float: none;
        width: auto;
        border-right: none;
        height: auto;
        position: relative;
    }
    .logo_box img{
        width: auto;
    }
    ul.info{
        width: auto;
    }
    div#content {
        width: auto;
        height: auto;
        margin: 0;        
        clear: both;
        position: relative;
        top: 0;

        /* IE4ever Hack: Hide from IE4 **/
        position: static;
        /** end hack */
    }
    div#shim{
        visibility: hidden;
        width: 100%;
        height: 10%;                                                                     
        margin-top: 0px;                                                   
        float: left;
    }
}
@media(max-width:600px){
    .logo_box img{
        width: 100%;
    }
}