@font-face {
    font-family: "Lora-Regular";
    src: url("../fonts/Lora-Regular.ttf");
}

/* line 163, ../sass/variables.sass */
.carousel-control {
    font-size: 40px;
}

/* line 165, ../sass/variables.sass */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: #fff url(../img/sel_icon.png) no-repeat right;
    background-size: auto 5px;
    width: 100%;
    height: 40px;
}

/* line 175, ../sass/variables.sass */
body {
    font: 100% "Lato", sans-serif;
    background: #ccc;
}

/* line 186, ../sass/variables.sass */
.border-radius1, .thumbox14 .login_form .in1, .thumbox14 .login_form .text11 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/* line 189, ../sass/variables.sass */
.border-radius2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/* line 192, ../sass/variables.sass */
.border_circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

/* line 198, ../sass/variables.sass */
.translate_2d, .page_head .page_head_in {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 205, ../sass/variables.sass */
.transition1 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* line 212, ../sass/variables.sass */
.gradient1 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eee', GradientType=0);
}

/* line 220, ../sass/variables.sass */
.gradient2 {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfaf6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfaf6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fcfaf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfaf6', GradientType=0);
}

/* line 227, ../sass/variables.sass */
.gradient3 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
}

/* line 234, ../sass/variables.sass */
.box-shadow {
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}

/* line 242, ../sass/variables.sass */
.box-shadow1 {
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}

/* line 3, ../sass/signup_login.sass */
.page_head {
    background: url(../img/dinnerTableLarge-min.jpg) no-repeat center/cover;
    height: 400px;
    position: relative;
}

/* line 7, ../sass/signup_login.sass */
.page_head .page_head_in {
    left: 50%;
    top: 50%;
    position: absolute;
    font-family: "Lora-Regular", sans-serif;
    font-size: 40px;
    color: #fff;
    max-width: 800px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

/* line 21, ../sass/signup_login.sass */
.thumbox14 {
    padding: 0;
    background: #f8f8f8;
    position: relative;
    background: linear-gradient(to bottom, #f8f8f8 5%, #ffffff 50%, #ffffff 100%);
}

/* line 27, ../sass/signup_login.sass */
.thumbox14 h3 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0px;
    border-top: 1px solid #cca353;
    display: inline-block;
    max-width: 300px;
    width: 100%;
}

/* line 35, ../sass/signup_login.sass */
.thumbox14 h3 span {
    background: #f8f8f8;
    display: inline-block;
    top: -15px;
    padding: 0 20px;
    position: relative;
}

/* line 42, ../sass/signup_login.sass */
.thumbox14 .login_left_banner {
    background: #000;
    position: absolute;
    color: #fff;
    padding: 80px 40px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 50%;
    z-index: 1;
    height: 100%;
    min-height: 200px;
    line-height: 25px;
}

.thumbox14 .login_left_banner h1 {
    top: 35%;
    display: block;
    position: relative;
}

/* line 56, ../sass/signup_login.sass */
.thumbox14 .login_left_banner h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 40px;
}

/* line 63, ../sass/signup_login.sass */
.thumbox14 .login_left_banner::before {
    background: url(https://s3.amazonaws.com/ar-image/dinnerTableLarge.png) no-repeat center/cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    content: "";
}

/* line 76, ../sass/signup_login.sass */
.thumbox14 .login_form_upper {
    text-align: center;
}

/* line 81, ../sass/signup_login.sass */
.thumbox14 .register_form.login_form {
    max-width: 500px;
}

/* line 84, ../sass/signup_login.sass */
.thumbox14 .login_form {
    padding: 30px 0;
    font-family: "Lora Regular", "Lato", sans-serif;
    display: inline-block;
    /*max-width: 400px;*/
    /*width: 100%;*/
    text-align: center;
}

/* line 91, ../sass/signup_login.sass */
.thumbox14 .login_form label {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: #303030;
    letter-spacing: 0.84px;
    margin-bottom: 5px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
}

/* line 100, ../sass/signup_login.sass */
.thumbox14 .login_form .in1 {
    height: 44px;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #31363d;
    padding: 0 10px;
}

/* line 111, ../sass/signup_login.sass */
.thumbox14 .login_form .text11 {
    height: 120px;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #31363d;
    padding: 5px 10px;
}

/* line 122, ../sass/signup_login.sass */
.thumbox14 .login_form .error {
    border-bottom: 1px solid red !important;
}

/* line 126, ../sass/signup_login.sass */
.thumbox14 .login_form .in_more {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #cca353;
    letter-spacing: 1px;
    text-align: center;
    background: rgba(204, 163, 83, 0.05);
    border: 2px solid #cca353;
    border-radius: 110.34px;
    width: 100%;
    max-width: 200px;
    text-transform: uppercase;
    height: 43px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 0;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

/* line 145, ../sass/signup_login.sass */
.thumbox14 .login_form .in_more:hover {
    text-decoration: none;
    background: #cca353;
    border: 2px solid #cca353;
    color: #fff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 152, ../sass/signup_login.sass */
.thumbox14 .login_form .forgot {
    font-family: "Lora-Regular", sans-serif;
    font-size: 13px;
    color: #31363d;
    margin: 5px 0 10px 0;
}

/* line 157, ../sass/signup_login.sass */
.thumbox14 .login_form .forgot a {
    color: #660820;
    text-decoration: underline;
}

/* line 160, ../sass/signup_login.sass */
.login_form .division {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 25px;
}

/* line 169, ../sass/signup_login.sass */
.login_form .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}

/* line 175, ../sass/signup_login.sass */
.login_form .division .line.l {
    left: 0;
}

/* line 178, ../sass/signup_login.sass */
.login_form .division .line.r {
    right: 0;
}

/* line 181, ../sass/signup_login.sass */
.login_form .division span {
    color: #424242;
    font-size: 17px;
}

/* line 185, ../sass/signup_login.sass */
.login_form .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

/* line 190, ../sass/signup_login.sass */
.login_form .social .circle {
    background-color: #EEEEEE;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 0 12px;
    padding: 10px 20px;
    cursor: pointer;
}

/* line 198, ../sass/signup_login.sass */
.login_form .social .circle .fa {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
}

/* line 202, ../sass/signup_login.sass */
.login_form .social span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.login_form .social p {
    margin: 20px auto;
    font-size: 12px;
    font-family: "Lora Regular", sans-serif;
    line-height: 17px;
    /*text-align: left;*/
    width: 99%;
}

/* line 209, ../sass/signup_login.sass */
.login_form .social .facebook {
    background-color: #455CA8;
    color: #fff;
}

/* line 213, ../sass/signup_login.sass */
.login_form .facebook:hover {
    background-color: #6E83CD;
}

.thumbox14 .login_left_banner p{
    position: relative;
    top: 40%;
    display: block;
    line-height: 30px;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    /* line 225, ../sass/signup_login.sass */
    .thumbox14 .login_left_banner {
        height: auto;
        position: relative;
        width: 100%;
    }

    /* line 230, ../sass/signup_login.sass */
    .thumbox14 .login_form_upper {
        width: 100%;
    }

    /* line 233, ../sass/signup_login.sass */
    .thumbox14 .register_form.login_form .col-md-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 500px) {
    /* line 242, ../sass/signup_login.sass */
    .thumbox14 .login_left_banner {
        padding: 80px 20px;
    }
}

span.cancelEdit {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.login_form .form-group .help-block {
    display: block;
}