@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100italic,100,300italic,500,400italic,500italic,700italic,700,900,900italic);
.header-green{
    background-color: #99cc33;
    color: white;
    font-family: 'Lato', sans-serif;

}
.header-green h5.panel-heading{
    font-weight: 600;
    padding: 0px 0 0 0px;
    font-family: 'Lato', sans-serif;
}
.white-border{
    border:1px solid white;
}

#tblorder th {
    color: #797979;
}
span.status-c {
    background: green;
    padding: 0px 20px;
    color: white;
    border-radius: 6px;
    width: 100%;
    display: block;
}
span.status-i {
    background: blue;
    padding: 0px 20px;
    color: white;
    border-radius: 6px;
    width: 100%;
    display: block;
}
span.status-x {
    background: red;
    padding: 0px 20px;
    color: white;
    border-radius: 6px;
    width: 100%;
    display: block;
}
span.status-y, span.status-p {
    background: #feb707;
    padding: 0px 20px;
    color: white;
    border-radius: 6px;
    width: 100%;
    display: block;
}
#client-sidebar .nav-stacked>li {
    float: none;
    /* margin-bottom: 20px;*/
    font-weight: 500;
    background-color: #f7f7f7;
    margin-top:0px;
    font-family: 'Lato', sans-serif;

}
#client-sidebar .nav-stacked>li a{
    color: #bdbdbd;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 0px;
}
#client-sidebar .navbar-default {
    background-color: #ffffff;
    border-color: #e5311b;
}
#client-sidebar{
    margin-top:30px;
    font-size: 15px;
}
#client-sidebar .navbar-collapse.collapse.sidebar-navbar-collapse{
    padding: 0px;
}
#client-sidebar .nav>li>a:focus,#client-sidebar .nav>li>a:hover,#client-sidebar .nav>li>a:active {
    color: white;
    background-color: #e5311b;
    border-radius: 0px;
    border-bottom: 2px solid #c32b18;
}
.black{
    color: #353535;
    font-family: 'Lato', sans-serif;
}
.black label{
    font-size: 15px;
    font-weight: 400;
}
hr.green{
    border-top:4px solid #99cc33;
}
hr.green-line{
    border-top:1px solid #99cc33;
}
.form-control {
    border: 1px solid #cacaca;
    box-shadow: none;
    color: #6b6b6b;
    border-radius: 0px;
}
.modifica label.col-md-3.control-label{
    font-size: 18px;
    padding-top:0px;
}
div#tblorder_length {
    padding-left: 0px;
}
div#tblorder_filter {
    padding-right: 0px;
}
#tblorder input[type="search"] {
    border: 1px solid grey;
}
#tblorder.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid rgba(199, 245, 106, 0.1);
}
#tblorder tr.odd{
    border: 1px solid rgba(199, 245, 106, 0.43);

}
#tblorder.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(234, 234, 234, 0.2);
}
#tblorder  #ingredienti .table > thead > tr > td, .table > thead > tr > th {
    font-size: 11px;
    line-height: 20px;
}
.remove-button{
    background-color: #e5311b;
    border:1px solid #e5311b;
    color: white !important;
}
.add-button{
    background-color: #99cc33;
    color: white !important;
    border:1px solid #99cc33;
}

.send-button {
    background-color: #99cc33;
    border: 1px solid #99cc33;
    color: white !important;
    text-transform: uppercase;
}
input.remove.btn.btn-default.remove-button {
    padding: 6px 14px;
    margin-bottom: 5px;
}
input.btn.btn-success.form-control.add-button{
    width: auto;

}
.btn.btn-success{
    background-color: #99cc33;
    color: white;
}
.btn.btn-default{
    background-color: #bec3c7;
    color: white;
    border-radius: 0px;
    width: 100%;
}
.grt-login .btn.btn-default{
    background-color: #4267b2;
    border: none;
    margin-top: 10px;
    line-height: 1.9em;
}
.submit-login {
    width: 100% !important;
    line-height: 1.9em;
}

input.btn.btn-primary.form-control.send-button {
    width: 300px;
    float: right;
}

.continue {
 background-color: #99cc33;
    border: medium none;
    color: white;
    display: inline-block;
    font-size: 18px;
    margin: 15px;
    outline-style: none;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


#client-box h2.StepTitle, h2.StepTitle{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.abi-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /*   font-size: 32px;*/
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    /*    text-align: center;*/
    margin-bottom: 20px;
}
.form-control.null{
    border: none;
    box-shadow: none;
    color: black;
    padding:0px;
}
.header-margin{
    margin-top: 100px;
}
.header1{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}
.header3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
    margin-top:0px;
}
.red{
    border-color: #e5311b;
    border-width: 4px;
}
.grey{
    margin-top: 0px;
}
.form-group.abi{
    margin-bottom: 0px;
    color: black;
}
.box-gift {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    margin-top: 42px;
    position: relative;
}
.box-gift  .info{
    padding: 0 10px;
    margin-bottom: 25px;
}
.box-gift img.main{
    width: 100%;
    height: 115px;
    object-fit: cover;
    object-position: center;
}
.gift-pin{
    position: absolute;
    z-index: 3;
    top: -35px;
    right: 5px;
}
.box-gift h2{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 0.037em;
}
.box-gift h3{
    font-weight: 400;
    color: black;
    font-size: 13px;
    margin-top: 10px;
  /*  letter-spacing: 0.05em;*/
}
.box-gift h3 span{
    font-weight: 700;
    color: #e5311b;
    font-size: 14px;
}
.box-gift hr{
    border-top: 3px solid #E43426;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    max-width: 68px;
}
a.btn.box-gift-modify{
    background-color:#f4f4f4;
    border-bottom: 4px solid #cccccc;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    display: block;
    width: 100%;
}
a.btn.btn-success.abi{
    background-color: #9acd34;
    border:none;
    border-bottom: 3px solid #81a738;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}
a.btn.btn-danger.abi{
    background-color: #e63114;
    border:none;
    border-bottom: 3px solid #a62716;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

button.btn.btn-danger.abi{
    background-color: #e63114;
    border:none;
    border-bottom: 3px solid #a62716;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

.add-padding-top-buttons{
    padding-top: 13px;
}
p.abi{
    color: black;
    text-transform: lowercase;
    line-height: 13px;
}
#calendar h2{
    color: black;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
input.btn.btn-success.abi {
    background-color: #9acd34;
    border:none;
    border-radius: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right:10px;
    color: black;
}
input.btn.btn-warning.abi {
    background-color: #e3b402;
    border:none;
    border-radius: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right:10px;
}
.black{
    color: black !important;
}
.black.mar{
    margin-right: 15px;
}
th.fc-day-header.fc-widget-header {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Roboto";
    background-color: black;
    padding: 5px;
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    text-align: left;
}
.table.table-hover label{
    color: black;
}
.abi-tab a{
    color: black;
    text-transform: uppercase;
}
.abi-tab.nav-tabs>li.active>a, .abi-tab.nav-tabs>li.active>a:focus, .abi-tab.nav-tabs>li.active>a:hover{
    border-color: #eee #eee #ddd;
    background-color: #e5311b;
    color: white;
}



#client-box hr.redline, hr.redline {
    border-top: 5px solid #E43426;
    margin-bottom: 15px;
    margin-top: 20px;
    max-width: 165px;
}
#client-box h4.StepSubTitle {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 24px;
    text-align: center;
    color: black;
    margin-bottom: 50px;
}
#client-box select#recipe, select#type,#client-box select#people {
    background-color: #99cc33;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 5px solid #7ca629;
    letter-spacing: 0.025em;
    height: 60px;
}
#client-box .add-recipe h1,#client-box .remove-recipe h1 {
    display: block;
    width: 100%;
    color: white;
    margin: 0px;
    font-size: 22px;
    font-family: 'libre_baskervilleregular';
    padding: 25px 0px;
}
#client-box .add-recipe, #client-box .remove-recipe {
    border: 1px solid #cccccc;
    padding-bottom: 60px;
}
#client-box .add-recipe h1 {
    background-color: #cccccc;
}
#client-box .remove-recipe h1 {
    background-color: #e5311b;
}
#client-box  .add-recipe p,#client-box  .remove-recipe p {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    padding: 20px 55px 0px 55px;
}
#client-box .small-block {
    display: inline-block;
    padding: 5px;
    max-width: 185px;
}
#client-box p.r-desc {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
    height:50px;
    overflow:hidden;
}
#client-box .remove-recipe {
    background-color: #f7f7f7;
}
#client-box .details table {
    width: 100%;
    color: #000000;
    font-family: 'Roboto';
    font-weight: 400;
}
#client-box .details th {
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: none;
}
#client-box .details th, td {
    padding: 25px 10px;
    border: 1px solid #cdcdcd;
    text-align: center;
}
#client-box  td.price {
    background-color: black;
    color: white;
    font-size: 30px;
    font-weight: 600;
}
#client-box  .details td a {
    color: white;
    font-weight: 900;
    background-color: #cccccc;
    border-radius: 50%;
    padding: 3px 8px;
}
#client-box .input-group.coupon {
    display: inline-block;
    width: 70%;
}
#client-box  .input-group.coupon button.btn-input {
    color: white;
    background-color: #e5311b;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    height: 45px;
    padding: 0px 54px;
}
#client-box  .input-group.coupon input[type="text"] {
    height: 45px;
    margin-right: -5px;
    width: 55%;
}
#client-box .grey-alert {
    background-color: #f7f7f7;
    color: #999999;
    padding: 10px 0px;
    margin: 20px 0px;
}
#client-box  .grey-alert img {
    display: block;
    float: left;
    padding: 10px;
}
#client-box  .grey-alert p {
    display: block;
    margin: 0px;
    padding: 20px 22px;
    font-size: 12px;
    font-weight: 400;
}
#client-box   .grey-alert p span {
    font-weight: 700;
}
#client-box  #order {
    width: 100%;
    overflow-x: scroll;
}

.small-block i.fa.fa-times {
    color: #e5311b;
    padding: 4px 6px;
    border: 2px solid #e5311b;
    background-color: white;
    font-size: 14px;
    border-radius: 47%;
}

.small-block i.fa.fa-plus {
    color: #99cc33;
    padding: 4px 6px;
    border: 2px solid #99cc33;
    background-color: white;
    font-size: 14px;
    border-radius: 47%;
}
@media screen and (max-width: 480px){
    .panel-heading.black {
        font-size: 20px;
    }
    #client-sidebar {
        margin-top: 0px;
    }
    .abi-title {
        font-size: 19px;
        margin:0px;
    }
    .header1 {
        font-size: 16px;
        line-height: 20px;
    }
}

#cookie-bar {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 16px;
    padding: 12px 0;
}

#client-sidebar .nav-stacked>li.active  a{
    background-color:  #e5311b;
    color:#FFF;
}

/*KP Changes*/
.hr-red{
    width: 100%;
    margin-top: 0;
    border-color: #e5311b;
    border-width: 4px;
}

table.box-details-table td.left-gray {
    background: #f7f7f7;
    width: 50%;
    color: #000;
}

.form-control-radius{
    border-radius: 4px;
}

.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}

.btn-margin-5{
    margin-top: 5px;
}

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

/*KP*/
#CCForm input {
    line-height: normal;
}

@media (max-width: 769px) {
    .input-group.coupon input[type="text"] {
        font-size: 15px;
    }
}

.full-bg-success {
    background: url(step-bg.jpg);
    color: white;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.full-bg-success .success-bar {
    background-color: rgba(153, 204, 51, 0.7);
    padding: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

.finish {
    padding: 50px 60px;
    text-align: center;
}

.finish p {
    font-size: 18px;
    color: black;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.finish p a {
    color: #99cc33;
}

.success-bar.fail {
    background-color: rgba(228, 52, 38, 0.7);
}

.box-details-buttons .btn {
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;

}

.box-details-buttons .fa {
    margin-left:5px;
}

.box-details-buttons .box-details-button-edit {
    margin-bottom:5px;
}

.box-details-buttons .box-details-button-edit, .box-details-buttons .box-details-button-change {
    background-color:#f6f6f6;
    color:#5a5a5a;
    font-weight: 500;
    height: 40px;
    line-height: 2em;
}

.box-details-buttons .box-details-button-suspend {
    background-color:#ff6c60;
    color:#FFF;
    font-weight: 500;
    height: 40px;
    line-height: 2em;
}
.box-details-my-recipes {
    margin-bottom:15px;
}

.box-details-my-recipes .btn {
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;
    background-color:#f6f6f6;
    color:#5a5a5a;
    font-weight: 500;
    height: 40px;
    line-height: 2em;
    margin-bottom:10px;
}


.box-details-my-recipes p.abi {
    font-size:13px;
    font-weight:500;
    line-height:1.3em;
    margin-top:3px;
}

@media (max-width:767px) {
    .box-details-buttons {
        padding-left:0;
    }

    .box-details-my-recipes .btn {
        margin-top:20px;
    }

    .box-details-table-container {
        padding-right:0;
    }
    .box-details-my-recipes .recipe-item {
        padding:0;
    }

    .box-details-my-recipes .recipe-contain {
        padding:0;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .box-details-my-recipes .recipe-contain {
        padding:0;
    }

    .box-details-my-recipes .recipe-but {
        padding:0;
    }

    .box-details-my-recipes .recipe-item {
        padding:0;
    }
}
@media screen and (min-width: 992px) {
    .box-details-my-recipes .recipe-item {
        min-height:150px;
    }
}

/*KP*/

.dyf-cvv-content {
    margin-top: 40px!important;
    font-size: 14px;
    line-height: 21px;
    color: #4d4d4d;
    margin: 0px auto 40px;
    /*width: 530px;*/
}

.dyf-cvv-content h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#intro {
    text-align: justify;
    margin-bottom: 5px;
    padding: 1em;
}

.dyf-cvv-content h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.descri {
    float: left;
    width: 300px;
    text-align: justify;
    margin: 0 1em 1em 1em;
}

#img_VM img, #img_AMX img {
    width: 160px;
    margin-top: 2px;
}

.descri {
    float: left;
    width: 300px;
    text-align: justify;
    margin: 0 1em 1em 1em;
}

/*ABI*/
#fancybox-cvv label{
   max-width:100%;
    width:auto;
    font-size: 18px;
}
#fancybox-cvv .descri{
    width:50%;
}
#cboxLoadedContent{
    overflow-x:hidden !important;
}
.dyf-cvv-content{
    padding:0px 40px;
}
#fancybox-cvv  label#lblTitle{
    font-size:24px;
}

.move-right{
    float: right;
}

.box-per-person-title{
    text-align:center;
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    color: black;
    font-weight:400;
    text-transform: uppercase;
}
.box-per-person-title span{
    font-size:32px;
    font-weight:700;
}
hr.redline.small{
    max-width:100px;
}
.banner-box{
    background-image:url("/img/banner-box.jpg");
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    padding:80px 0px;
}
.banner-box h4{
    font-family: 'Roboto', sans-serif;
    font-size:38px;
    color:white;
    font-weight:300;
    margin: 0px;
}
#listing h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 40px;
        line-height: 36px;
}
#listing.listing-grid{
    padding-top:34px;
    padding-bottom:140px;
}
#listing.listing-grid img{
    width:100%;
    -ms-transform: translateY(38px); /* IE 9 */
    -webkit-transform: translateY(38px); /* Safari */
    transform: translateY(38px);
}
.box-per-persone{
    border:1px solid #cccccc;
    padding:40px 15px;
    color:black;
    font-family: 'Roboto', sans-serif;
    padding-top:70px;
}
.box-per-persone select{
    color:black;
    font-size:16px;
}
.box-per-persone h5{
    font-size:16px;
    font-weight:700;
    color:#99cc33;
    letter-spacing:0.05em;
    margin-bottom:30px;
}
.box-per-persone h5 span{
    font-weight:400;
    color:black;
}
.box-per-persone p{
    font-size:11px;
    color:#cccccc;
}
.button-div a{
    font-size:19px;
    text-transform: uppercase;
    letter-spacing:0.05em;
    font-weight: 600;
    border-radius:0;
    border-top:none;
    border-bottom:5px solid #7ca629;
    border-left:none;
    border-right:none;
    padding: 15px 20px;
    -ms-transform: translateY(-35px); /* IE 9 */
    -webkit-transform: translateY(-35px); /* Safari */
    transform: translateY(-35px);
}
.button-div a i{
    font-weight:400;
}


/* ------  GIFT CARD PAGE  -------2/22/2017------ */
.giftcard-section{
    background-image: url('/img/gf.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0;

}
.white-block-gift{
    background-color: white;
    padding: 5px;
    margin:0px;
}
.red-border{
    border:2px solid #E43426;  
    padding: 20px 30px; 
}
.white-block-gift h2{
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-size:36px;
    font-weight: 300;
    letter-spacing: 0.037em;
    margin-top: 10px;
}
.white-block-gift hr{
      border-top: 3px solid #E43426;
    margin-bottom: 15px;
    margin-top: 10px;
    max-width: 100px;  
    margin-bottom: 30px;
}
.white-block-gift p{
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.white-block-gift p.big{
    font-size: 22px;
    margin-bottom: 30px;
}
.white-block-gift p span{
    font-weight: 700;
}
.gift-buttons{
    padding-top: 75px;
}
.remove-padding{
    padding: 0px;
}
.buton-full{
    background-color: #99cc33;
    color: white; 
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 0;
    border-top:1px solid#99cc33;
    border-bottom: 5px solid #7ca629;
    border-left:5px solid #99cc33;
    border-right:5px solid #99cc33;
    padding: 15px;
    text-align: center;
    display: block;
    width: 98%
}
.buton-full:hover,
.buton-empty:hover
{
    color:#E43426;
}
.buton-empty{
    color: white; 
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 0;
    border: 3px solid #99cc33;
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
}
.gift-info{
    padding: 65px 0;
}
.gift-info h4{
    font-size: 20px;
    font-family: 'libre_baskervilleregular';
    color:black;
}
.gift-info p{
    color:black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
}
@media (max-width:989px) {
    .buton-full{
        width: 100%;
        margin-bottom: 10px;
    }
}


/*REDEM GIFT CARD*/

.banner-box.extra{
    background-image: url(/img/food.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.banner-box.extra h4{
    text-transform: uppercase;
    letter-spacing: 0.037em;
}
.banner-box.extra hr{
    border-top: 5px solid #E43426;
    margin-bottom: 15px;
    margin-top: 30px;
    max-width: 165px;
    margin-bottom: 0px;
}
.redeem-gift{
    padding: 100px 0;
}
.redeem-gift img{
    width: 100%;
    padding:0 0px;
}
.description p{
    color:black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin-bottom: 30px;
}
.description p.big{
    font-size: 20px;
    margin-bottom: 20px;
}
.description p span{
    font-weight: 700;
}
.inputs input.form-control.custom-input{
    width: 100%;
    min-height: 55px;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    margin-bottom: 10px;
    font-size: 16px;
    color:#666666;
    font-weight: 400;
}
.inputs .buton-full{
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    min-height: 65px;
}


/*REGALA GIFT CARD*/

.givegift-inputs{
    padding:0 0 50px 0;
}
.givegift-inputs h3{
    color:black;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.064em;
    margin-bottom: 20px;
}
.givegift-inputs input,
.givegift-inputs select,
.givegift-inputs textarea{
    width: 100%;
    min-height: 55px;
    background-color: #f4f4f4;
    border:1px solid #f4f4f4;
    margin-bottom: 10px;
    font-size: 16px;
    color:#666666;
    font-weight: 400;
    padding-left: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}
.givegift-inputs select{
    /*line-height: 50px;*/ 
   /* text-indent: 16px;*/
}

.givegift-inputs textarea{
    padding-top: 20px;    
    margin-top: 30px;
}
.redeem-gift.minus{
    padding-bottom: 30px;
}

.givegift-inputs select {
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(dropdown.png);   /* add custom arrow */
   background-repeat: no-repeat;
   background-position: right;
}
.givegift-inputs select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}


.givegift-inputs input::-webkit-input-placeholder,
.givegift-inputs select::-webkit-input-placeholder,
.givegift-inputs textarea::-webkit-input-placeholder,
.givegift-inputs input::-moz-placeholder,
.givegift-inputs select::-moz-placeholder,
.givegift-inputs textarea::-moz-placeholder,
.givegift-inputs input:-ms-input-placeholder,
.givegift-inputs select:-ms-input-placeholder,
.givegift-inputs textarea:-ms-input-placeholder,
.givegift-inputs input:-moz-placeholder,
.givegift-inputs select:-moz-placeholder,
.givegift-inputs textarea:-moz-placeholder{
     color:#666666;
}
.givegift-inputs .total-price{
    background-color: #99cc33;
    min-height: 55px;
    padding: 15px;
}
.givegift-inputs .total-price p{
    color:white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.064em;
    margin-bottom: 0px;
}
.givegift-inputs input span,
.givegift-inputs select option span,
.givegift-inputs textarea span{
    color:#ff6666;
}
.buton-full.disable{
    opacity: 0.5
}
.adress-block h3{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.adress-block{
    border:1px solid #d2d2d2;
    padding:20px 15px;
    margin-bottom: 30px;
}
.adress-block p{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.adress-block a{
    width: 100%;
    border-radius: 0;
}
.buton-col-12{
    margin-top: 25px;
    margin-bottom: 20px;
}
.buton-col-12 a{
    border-radius: 0;
    border:none;
    width: 100%;
}
.header3.add-padding-top{
    padding-top:15px;
}

@media (max-width:1200px) {
    .adress-block {
        padding: 15px 15px;
    }
    .adress-block a{
        font-size: 11px;
    }
}
/* Adding Section */
.listing-grid-add-padding{
     padding: 25px 0;
    margin-bottom: 56px;

}
.nostro-box-title{
    line-height: 30px;
}
.price-title{
    font-family: "Roboto";
    font-weight:400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.price-title span{
    color:#8db235;
    font-weight: 600;
}

.recette-per-persone{
    margin:30px 0;
}
.recette-per-persone h5{
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-family: "Roboto";
    font-weight: bold;
    text-align: center;
}
.recette-per-persone span{
    color:#8db235;
}

.recette-per-persone + .button-div a {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.title-line{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-family: "Roboto";
    text-align: center;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.nav>li.crazy {

}
.nav>li.crazy>a {
    background: #e5311b;
 border-radius: 4px;
    color: #FFF;
}

.our-prices .img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.imgChef1 {
    padding: 0px;
    background-image: url(/img/comefunziona-1.jpg);
    padding-top: 42%;
    background-repeat: no-repeat;
    background-position: 30% 83%;
    background-size: cover;
}
.imgChef2 {
     padding: 0px;
    background-image: url(/img/comefunziona-2.jpg);
    padding-top: 42%;
    background-repeat: no-repeat;
    background-position: 100% 1px;
    background-size: cover;
}
.fixpad {
     margin-top: 5%;
    margin-bottom: 10%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    clear: both;
}
section#first-link {
    margin-top: 10px;
}
section#second-link {
    margin-top: 10px;
}
section#third-link {
    margin-top: 10px;
}

section#first-link .wide{
padding-bottom: 8px;
}
section#second-link .wide{
padding-bottom: 8px;
}
section#third-link .wide{
padding-bottom: 8px;
}

.loadersmall{
    border:3px solid #f3f3f3;
    border-top:3px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-animation:spiner 1s linear infinite;
    -moz-animation:spiner 1s linear infinite;
    animation:spiner 1s linear infinite;
}
.loadersmall.register-steps{
    margin-top: -7px;
}
@-ms-keyframes spiner {
    from {
        -ms-transform: translateY(-50%) rotate(0deg);
    } to {
          -ms-transform: translateY(-50%) rotate(360deg);
      }
}
@-moz-keyframes spiner {
    from {
        -moz-transform: translateY(-50%) rotate(0deg);
    } to {
          -moz-transform: translateY(-50%) rotate(360deg);
      }
}
@-webkit-keyframes spiner {
    from {
        -webkit-transform: translateY(-50%) rotate(0deg);
    } to {
          -webkit-transform: translateY(-50%) rotate(360deg);
      }
}
@keyframes spiner {
    from {
        transform: translateY(-50%) rotate(0deg);
    } to {
          transform: translateY(-50%) rotate(360deg);
      }
}

/*12/12/2017*/
.givegift-inputs span.select2-selection{
    width: 100%;
    min-height: 55px;
    background-color: #f4f4f4;
    border:1px solid #f4f4f4;
    margin-bottom:0px;
    font-size: 16px;
    color:#666666;
    font-weight: 400;
    padding-left: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}
.givegift-inputs .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px!important;
}
.givegift-inputs span.select2-selection .select2-selection__arrow{
    top: 13px;
}
.city-fix-res .loadersmall{
    top: 15px;
}
@media (max-width:992px) {
    .city-fix-res{
        padding-left: 0;
        margin-top: 10px;
    }
    .zip-fix-res{
        padding-right: 0px;
    }
}
@media (max-width:768px) {
    .givegift-inputs span.select2-selection{
        margin-top: 10px;
    }

}

.city-error-log .field_required, .zip-error-log .field_required{
    position: absolute;
    bottom: -30px;
    right:15px;
}
@media (max-width:768px) {
    .city-error-log{
        margin-top: 30px;
    }
}

