/**

 */

 @font-face{
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-Regular.woff');
    font-weight: normal;
    font-style: normal;
  }

  /**
  *This is section for CSS adopted from clever.com
  **/
  @font-face {
      font-family: 'Comic Sans MS';
      src: url('../fonts/COMIC.ttf');
  }
  @font-face {
      font-family: 'ProximaNovaLtLight';
      src: url('../fonts/ProximaNova-Light-webfont.eot');
      src: url('../fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light-webfont.woff') format('woff'), url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Light-webfont.svg#ProximaNovaLtLight') format('svg');
  }

    @font-face {
      font-family: 'ProximaNovaRgRegular';
      src: url('../fonts/ProximaNova-Reg-webfont.eot');
      src: url('../fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'), url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular') format('svg');
    }
    body{
        font-family: "ProximaNovaRgRegular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
        font-size-adjust: 0.488;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0em;
        -webkit-font-smoothing: antialiased;
       color: #666;
    }

    #proxima-title{
        font-family: "ProximaNovaLtLight", Helvetica, sans-serif !important;
        font-size-adjust: 0.488;
        font-weight: 200;
        font-style: normal;
        letter-spacing: 0em;
        -webkit-font-smoothing: antialiased;
        color: #323a45;
        font-size: 40px;
        line-height: 50px;
    }
    #proxima-body{
        /*.cart-block{box-shadow:0 0 19px rgba(0, 0, 0, 0.06) !important;}*/
        color: #7c8595;
        font-size: 17px;
        line-height: 28px;
    }

.navbar{
    /*border-bottom: solid 1px #ccc;*/
}

.breadcrumb {
    padding: .5rem 1rem;
}

.row{
    margin-left:  0px;
    margin-right: 0px;
}
.fa-2x{
    font-size: 1.5em;
}

#menu-0 .dropdown-menu {
    background: #fff;
}

#menu-0 .link[aria-expanded="true"]{
    background: #fff !important;
}
.nav-dropdown .dropdown-menu{
    font-family: 'Lato', sans-serif !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px #ccc !important;
}

.dropdown-menu > li:hover{
    background: #f5f5f5 !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
    text-decoration: none !important;
}
.alert-dismissible .close{
    right: initial;
}

.has-error .checkbox,.has-error
.checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error
.control-label,.has-error .help-block,.has-error .radio,.has-error
.radio-inline,.has-error.radio-inline label,.has-error.radio label{
    color:#a94442;
}
.has-error .form-control{
    border-color:#a94442;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus{
    border-color:#843534;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.has-error .input-group-addon{
    color:#a94442;
    border-color:#a94442;
    background-color:#f2dede;
}
.has-error .form-control-feedback{
    color:#a94442;
}
#accordion{
    margin-top: 15px;
}
#accordion .panel-default{
    border-color: #ccc;
}
#accordion .panel-collapse{
    padding: 15px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    /*box-shadow: 0 1px 1px rgba(0,0,0,.05);*/

}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.badge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.new-card{
    position: relative;
    margin: 1rem 0 2rem 0;
    padding: 20px 10px;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.card-details{
    display: table;
    vertical-align: top;
}
.card-cell{
    display: table-cell;
    vertical-align: top;
}

.card-cell img{
    width: 100%;
}
.card-cell p{
    margin-bottom: .3rem;
}

/* Implement responsiveness*/
@media (max-width:756px) {
    .step-text{
        display: none;
    }
    #progressbar{
        padding-left: 0px !important;
    }
    #post-job-form fieldset, #register-business-form fieldset{
        width: 100% !important;
        margin: 0 !important;
    }
    .container{
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
