@import "bootstrap-social.less";
.main-div{
    margin-bottom: 50px;
    min-height:400px;
    padding-top: 0px;
}

.main-wrapper
{
    width:93%;
    min-height:400px;
    margin: 0 auto;
    padding-top:40px;
}

.center-wrapper
{
    width:60%;
    min-height: 300px;
    border: 1px solid rgba(123, 123, 123, 0.23);
    box-shadow: 0pt 2px 5px rgba(168, 168, 168, 0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    margin: 0 auto;
    border-radius: 4px;
    
}

.center-wrapper-header
{
    width:100%;
    min-height:20px;

}

.header-tab>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    position: relative;
    display: block;

}

.header-tab>li>a {
    margin-right: 0px;
    background: linear-gradient(to bottom,#e8e8e8 0,#fff 70%,#fff 100%);
    position: relative;
    display: block;
    padding: 12px 10px;
    text-align: center;
    border-radius:0px;
    font-family: 'Bree Serif', serif;
    color:slategray;

}

.header-tab>li>a:hover {
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);


}

.header-tab>li.active>a, .header-tab>li.active>a:focus, .header-tab>li.active>a:hover {
    color:#CF4A32;;
    cursor: default;
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);
    border-bottom:2px solid rgba(194, 70, 47, 0.69);;

}


.center-wrapper-center
{
    width: 100%;
    min-height:200px;
    background-image: url("../images/bg.png");
}

.login-div
{
    width: 100%;
    min-height: 330px;

}

.login-div .login-div-header
{
    width: 100%;
    min-height:50px;
}

.login-div-header p
{
    font-family: 'Bree Serif', serif;
    font-size:20px;
    padding: 10px 10px 10px 28px;
    margin: 0;
    color: rgb(100, 96, 96);
}

.login-center
{
    width: 100%;
    min-height: 200px;
}

.login-center .login-center-left
{
    width: 50%;
    min-height:200px;
    border-right:1px solid #CAD5D5;
    float: left;
}

.login-center-left p
{
    margin: 0;
    padding: 0px;
    padding: 10px 29px;
    font-size: 13px;
    font-family: cursive;
}
.login-center-left .login-with-facebook
{
    width: 100%;
    min-height:10px;
    padding: 11px 30px;
}


.login-center-left .login-with-google
{
    width: 100%;
    min-height:10px;
    padding:0px 30px;

}

.login-with-google .google-login
{
    width: 177px;
    text-align: left;
}


.login-center .login-center-right
{
    width: 50%;
    min-height:200px;
    float: right;
}

.login-center-right .input-f
{
    border: none;
    box-shadow: none;
}

.login-center-right input[type="text"] {
     height:34px;
    font-size: 12px;
    border: none;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border: 1px solid rgb(204, 204, 204);
}

.login-center-right input[type="text"]:focus {
    height:34px;
    border: none;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    font-size:12px;
    border: 1px solid rgb(204, 204, 204);
}

.login-center-right .form-control {
    font-size: 12px;
}


.login-center-right .col-sm-6 {
    width:85%;
    margin-left:30px;
    margin-top: 11px;
}

.login-center-right .col-xs-offset-2 {
     margin-left:0px;
}

.login-center-right .col-sm-6 ,.login-center-right .col-xs-12
{
    padding-left: 0px;
    padding-right:0px ;
}
.login-center-left .or
{
    position: absolute;
    left: 659px;
    top: 345px;
    font-size: x-small;
    font-family: initial;
}

.login-center-right .row {
     margin-right:0px;
     margin-left:0px;
}

.login-center-right .checkbox {
     margin-top:0px;
    margin-left: 50px;
     margin-bottom:0px;
    margin-top: 8px;
    color: #0072b1;
}

.login-center-right .col-sm-3 {
    width: 50%;
}

.login-center-right .forget
{
    float: right;
    font-family: lato;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
    color: rgb(119, 115, 115);
}
.login-center-right .btn-primary,.login-center-right .btn-primary:focus  {
    color: #fff;
    background-color: #db8559;
    border-color: #90520b;
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
}

/*----------------------SIGN UP----------------------------------*/


.sign-div
{
    width: 100%;
    min-height:330px;

}

.sign-div .sign-div-header
{
    width: 100%;
    min-height:50px;
}

.sign-div-header p
{
    font-family: 'Bree Serif', serif;
    font-size:20px;
    padding: 10px 10px 10px 28px;
    margin: 0;
    color: rgb(100, 96, 96);
}

.sign-center
{
    width: 100%;
    min-height: 200px;
}

.sign-center .sign-center-left
{
    width: 50%;
    min-height:243px;
    border-right:1px solid #CAD5D5;
    float: left;
}

.sign-center-left p
{
    margin: 0;
    padding: 0px;
    padding: 10px 29px;
    font-size: 13px;
    font-family: cursive;
}
.sign-center-left .sign-with-facebook
{
    width: 100%;
    min-height:10px;
    padding: 11px 30px;
}


.sign-center-left .sign-with-google
{
    width: 100%;
    min-height:10px;
    padding:0px 30px;

}

.sign-with-google .google-sign
{
    width: 189px;
    text-align: left;
}


.sign-center .sign-center-right
{
    width: 50%;
    min-height:200px;
    float: right;
}

.sign-center-right .input-f
{
    border: none;
    box-shadow: none;
}

.sign-center-right input[type="text"] {
    height:34px;
    border: none;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    font-size:12px;
    border: 1px solid rgb(204, 204, 204);
}

.sign-center-right .form-control {
 font-size: 12px;
}
.sign-center-right input[type="text"]:focus {
    height:34px;
    border: none;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    font-size: inherit;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.sign-center-right .col-sm-6 {
    width:85%;
    margin-left:30px;
    margin-top: 11px;
}

.sign-center-right .col-xs-offset-2 {
    margin-left:0px;
}

.sign-center-right .col-sm-6 ,.sign-center-right .col-xs-12
{
    padding-left: 0px;
    padding-right:0px ;
}
.sign-center-left .or
{
    position: absolute;
    left: 659px;
    top: 345px;
    font-size: x-small;
    font-family: initial;
}

.sign-center-right .row {
    margin-right:0px;
    margin-left:0px;
}

.sign-center-right .checkbox {
    margin-top:0px;
    margin-left: 50px;
    margin-bottom:0px;
    margin-top: 8px;
    color: #0072b1;
}

.sign-center-right .col-sm-3 {
    width: 50%;
}

.sign-center-right .forget
{
    float: right;
    font-family: lato;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
    color: rgb(119, 115, 115);
}

.sign-center-right .btn-primary,.sign-center-right .btn-primary:focus {
    color: #fff;
    background-color: #db8559;
    border-color: #90520b;
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
}

/*--------------checkout-guest---------------------*/

.checkout-guest
{
    width: 100%;
    min-height: 20px;
    text-align: -webkit-center;
}

.checkout-guest .btn-checkout
{
    margin-top: 10px;
}


/*-----------------Media Query------------------*/
@media screen and (min-width: 980px) and (max-width:1199px) {

    .center-wrapper
    {
        width: 70%;
    }
}


@media screen and (min-width: 600px) and (max-width:979px) {

    .center-wrapper
    {
        width: 100%;
    }
}


@media screen and (min-width: 257px) and (max-width:599px) {

    .center-wrapper
    {
        width: 100%;
    }
    .login-center .login-center-left {
         width: 100%;
         min-height: 178px;
         border-right:none;
         float: left;
     }
    .login-center .login-center-right {
        width: 100%;
        min-height: 178px;
        float: left;
    }
    .checkout-guest .btn-checkout {
        margin-top:00px;
        margin-bottom: 20px;
    }


    .sign-center .sign-center-left {
        width: 100%;
        min-height: 178px;
        border-right:none;
        float: left;
    }
    .sign-center .sign-center-right {
        width: 100%;
        min-height: 253px;
        float: left;
    }


}

@media screen and (max-width:300px)
{
    .sign-center-right .row,.login-center-right .row {
        margin-right: 0px;
        margin-left:-20px;
    }
}