/* 
    Created on : 2013-07-10, 11:23:34
    Author     : Bartłomiej Bielawa
    Description: Photoblog 360 - Lightboxes
*/


@font-face {
    font-family: 'Museo700Regular';
    src: url('../fonts/Museo700-Regular-webfont.eot');
    src: url('../fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo700-Regular-webfont.woff') format('woff'),
        url('../fonts/Museo700-Regular-webfont.ttf') format('truetype'),
        url('../fonts/Museo700-Regular-webfont.svg#Museo700Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.login-sprite {
    background: transparent url('../images/login/login-sprite.png') scroll no-repeat;
}
.lbx-structure {
    padding: 0;
    background: #fff;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    border-radius:  6px;
    border: 5px solid #242424;
    -moz-box-shadow: 5px 5px 25px #242424;
    -webkit-box-shadow: 5px 5px 25px #242424;
    box-shadow: 5px 5px 25px #242424;
}
.lbx-structure * {
    font-family: 'OpenSansRegular', Arial, sans-serif !important;
}
.lbx-structure .rounded-4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:  4px;
}
.animated {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out;
}
.lbx-structure h1, .lbx-structure h3 {
    font-family: 'Museo700Regular' !important;
    font-weight: normal;
}
.headline-col, .orange-col {
    color: #ff4e00
}
.headline-col {
    font-family: 'Museo700Regular';
    font-weight: normal;
}
.lbx-structure .lbx_container.login-group {
    width: 775px;
}
.lbx-structure .lbx_content {
    margin: 0 40px;
}
.lbx-structure a.fb-btn {
    position: relative;
    display: block;
    width: 275px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 70px 0 20px;
    margin: 31px 0 0 0;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #143473;
    background-color: #3b64b5;
    -moz-box-shadow: 0 3x 0 #143473;
    -webkit-box-shadow: 0 3px 0 #143473;
    box-shadow: 0 3px 0 #143473;
}
.lbx-structure .fb-btn img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #143473;
    background: transparent url('../images/login/login-sprite.png') scroll no-repeat -75px 5px;
}
.lbx-structure .fb-btn:hover, .lbx-structure .fb-btn:focus {
    cursor: pointer;
    background-color: #2b54a4;
    outline: none;
}
.lbx-structure .lbx_container .lbx_footer * {
    margin-right: 25px;
    font-size: 12px;
    color: #7f8c8d;
}
.lbx-structure .lbx_container .lbx_footer {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: right;
    background-color: #dddddd;
}
/* akcje z Facebook */
#fb-login h1, #fb-register h1 {
    margin: 60px 0 10px 0;
    padding: 0;
    line-height: 45px;
    font-size: 45px;
}
#fb-login h3, #fb-register h3 {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 19px;
    color: #232527;
}
#fb-register #exit {
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    cursor: pointer;
    background: transparent url("/images/lightboxes/exit.png") no-repeat scroll 0 0;
}
#fb-login .lbx_content, #fb-register .lbx_content {
    min-height: 211px
}
#fb-login .creative-logo, #fb-register .creative-logo {
    position: absolute;
    top: 26px;
    right: 40px;
}
#fb-register .fb-btn {
    
}
/* logowanie dzielone */
#login h1 {
    margin: 0 0 30px 0;
    font-size: 26px;
}
#login .fb-btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 20px;
    font-size: 14px;
}
#login .fb-btn img {
    width: 40px;
    height: 40px;
    background-position: -75px 5px;
}
#login .fb-section, #login .form-section {
    position: relative;
    float: left;
    margin: 0;
}
#login .fb-section {
    width: 327px;
    height: 107px;
    border-right: 1px solid #BFBFBF;
}
#login .fb-separator {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    right: -16px;
    top: 37px;
    text-align: center;
    vertical-align: middle;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border:1px solid #bfbfbf;
    color: #757474;
    background-color: #ffffff;
    z-index: 1000;
}
#login .form-section {
    width: 282px;
    padding: 9px 0 0 65px;  
}
#login .form-section  input[type="text"], #login .form-section  input[type="password"] {
    position: relative;
    height: 40px;
    width: 100%;
    padding: 0 10px 0 50px;
    margin: 0 0 10px 0;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    color: #474747;
    outline: 0;
    overflow: auto;
}
#login .form-section  input[type="text"]:focus, #login .form-section  input[type="password"]:focus {
    border: 1px solid #ffc334;
}
#login .form-section  div {
    position: relative;
}
#login .form-section  div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-right: 1px solid #dcdcdc; 
    background-position: -40px 0;
    z-index: 1000;
}
#login .form-section  div:first-child img {
    background-position: 0 0;
}
#login .form-section  input[type="submit"] {
    position: relative;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #d6954f;
    -moz-box-shadow: 0 2x 0 #d6954f;
    -webkit-box-shadow: 0 2px 0 #d6954f;
    box-shadow: 0 2px 0 #d6954f;
}
#login .form-section  input[type="submit"]:hover, #login .form-section  input[type="submit"]:focus {
    cursor: pointer;
    background-color: #fcb50c;
    outline: none;
}