@font-face {
  font-family: 'avenir';
  src: url('../font/avenir.ttf'); 
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color:#fff;
    font-size: 14px;
}

.btn:focus, a:focus{
    outline: none;
}

.header {
    padding-top: 15px;
    background-color:#fff;
    padding-bottom:15px;
    border-bottom: 1px solid #eeeeee;
}

#wrapper {
    padding-top:80px;
}

#front-nav .navbar-brand {
    padding:0;
    margin:0;
}

#front-nav.navbar {
    margin: 0;
}
#front-nav .nav{
    margin-top:7px;
}
#front-nav .navbar-toggle .icon-bar {
    background-color: #686868;
}
#front-nav .navbar-header button {
    margin-top:15px;
}
#front-nav .navbar-nav.navbar-right:last-child {
    margin:0;
}
#front-nav .nav > li > a:hover,#front-nav .nav > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
}

#front-nav .nav > li > a{
    color: #686868;
}


#front-rates {

    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    padding:20px 0;
    margin-bottom: 40px;
    color:#fff;
}
#front-rates .popover-content {
    color: #555555;
}


@media (max-width: 767px) {
    #front-rates{
        padding-top: 0;
    }
}
#front-rates h1 {
    color: #fff;
    margin-bottom: 50px;
    margin-top:0;
    font-weight: 700;
}

#front-rates h1.short {
    margin-bottom: 0;
}

#front-rates h2, #front-rates h1, #front-rates h4 {
    color: #fff;
    margin-top:0;
    text-shadow: black 0.1em 0.1em 0.2em;
}
#front-rates h2 {
    margin-bottom:0;
}

#front-rates .form-group {
    margin-bottom:7px;
    margin-left: -5px;
}

#front-rates .select2-container .select2-choice {
    width: 100%;
    display:block;
    height: 45px;
    line-height: 1.428571429;
    padding: 12px;
    font-size: 14px;
    font-family: 'Lato', Arial;
    color: #9ba0a5;
}

#front-rates .select2-container {
    width:100%;
    font-family: 'Lato', Arial;
    font-size: 14px;
    color:#555555;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-family: 'Lato', Arial;
    font-size:14px;
    height: 28px;
}

.select2-container-multi .select2-choices {
    width: 100%;
    display:block;
    padding: 6px 12px;
    font-family: 'Lato', Arial;
    font-size:14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px!important;
}


#steps {
    margin:50px 4.5% 25px;
    font-size:18px;
}
#steps .col-sm-1,
#steps .col-md-1{
    margin-left: -15px;
    margin-right: -15px;
}
#steps .txt2 {
    color:#494949;
    font-size: 24px;
    display: none;
}
.txt3 {
    color:#3e3e3e;
}

#home-logo {
    max-width: 320px;
    max-height: 50px;
}

footer ul {
    margin-bottom: 30px;
}

footer a {
    padding:0 10px;
    color: #53729e;
    font-size: 14px;
}

footer a.btn-social {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding:0;
    text-align: center;
    background-color: #486e9d;
    font-size:21px;
    color:#fff;
}

footer a.btn-social:hover {
    text-decoration: none;
}

footer a.btn-twitter {
    background-color: #4b9fed;
}

footer a.btn-facebook {
    background-color: #1684ca;
}

.img-step {
    margin:0 auto;
    max-height: 86px;
}

.img-arrow {
    max-height: 29px;
    margin:30px auto;
}

.img-visual {
    padding:0 10px;
    margin-top:-40px;

}

#carousel-wrapper {
    padding-top: 30px;
}
#carousel-wrapper h3 {
    margin:0;
    color:#828282;
    max-width: 150px;

}

#carousel-wrapper {
    margin-bottom: 30px;
}

#carousel-home-box {
    margin-top:75px;
}


#carousel-home {
    margin-top:60px;
    width: 400px;
    height: 250px;
    display: relative;
}

#signup-types .panel {
    position: relative;
    min-height:736px;
}


@media (min-width: 992px) and (max-width: 1199px)  {
    #signup-types .panel {
        min-height:800px;
    }
}

@media (max-width: 1015px){
    .desktop-freight{
        display: none;
    }
    .mobile-freight{
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #signup-types .panel {
        min-height:950px;
    }
}

@media(max-width:767px){
    #signup-types .panel {
        min-height:300px;
    }
    #loginContainerText{
        margin-top: 40px;
    }
}

.btn-default{
     background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}
.btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
#signup-types .btn-wrapper {
    position: absolute;
    bottom: 15px;
    left:0;
    right:0;
}

dl {
    margin-bottom: 80px;
}

dt {
    margin-bottom: 5px;
}

dt.consult {
    margin-top:30px;
}

dd {
    font-size: 14px;
    display: list-item;
    margin-left: 17px;
    margin-bottom: 4px;
}

.terms h4 {
    font-weight: 700;
    margin-top:20px;
    margin-bottom:10px;
}

#signup label {
    font-weight: normal;
}

#fuelux-wizard {
  margin-top: 60px;
}

.wizard-steps {
  list-style: none;
  display: block;
  width: 70%;
  padding: 0;
  margin: 12px auto 0;
  position: relative;
}
.wizard-steps li {
  display: block;
  text-align: center;
  float: left;
  min-width: 50%;
  max-width: 50%;
}
.wizard-steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 3px solid #e5e8ed;
  position: relative;
  top: 12px;
  z-index: 1;
}
.wizard-steps li:first-child:before {
  max-width: 50%;
  left: 50%;
}
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
  border-color: #cbdeee;
  color: #34a0ed;
  background-color: #f2f7fb;
  font-weight: bold;
  box-shadow: inset 0px 0px 1px 2px #fff;
}
.wizard-steps li .step {
  text-align: center;
  border: 2px solid #e5e8ed;
  color: #d8dce6;
  font-size: 19px;
  border-radius: 32px;
  line-height: 12px;
  padding: 7px 13px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
  color: #2b3d53;
}
.wizard-steps li .title {
  display: block;
  max-width: 100%;
  color: #b1bcc5;
  font-size: 13px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
  position: relative;
  top: -76px;
  line-height: 15px;
}

.form-wrapper .alert-msg, .text-error {
  display: block;
  margin-bottom: -4px;
  margin-top: 10px;
}
.form-wrapper .alert-msg i, .text-error i {
  font-size: 14px;
}

.form-wrapper .field-box.error label,
.form-wrapper .form-group.error label,
.form-wrapper .field-box.error .alert-msg,
.form-wrapper .form-group.error .alert-msg,
.form-wrapper .form-group .alert-msg.error,
.text-error {
  color: #c73939;
}

.error-msg{
    display: block;
    margin: 5px 0;
    color: red;
}

.form-wrapper .field-box.error input,
.form-wrapper .form-group.error input {
  border-color: #c73939;
}
.form-wrapper .field-box.success label,
.form-wrapper .field-box.success .alert-msg {
  color: #379e48;
}
.form-wrapper .field-box.success input {
  border-color: #379e48;
}

.hide-login {
    display: none;
}

.popover-content{
    padding: 9px 9px;
}

.popover-inner .popover-title{
    padding: 8px 10px;
}

.login-form {
    min-width:200px;
}

#example-modal .spinner-top {
  margin-left: 270px;
}

.modal {
    display: block;
    font-size:16px;
}

.modal h5 {
    font-size:16px;
    font-weight: 700;
}

.modal-backdrop {
    opacity: 0.5;
}

.table thead{
	border-top:1px solid #dee3ea;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5fafc;
}

.table thead th{
	font-weight: bold;
	position: relative;
	padding-bottom: 20px !important;
	padding-top: 5px !important;
	text-transform: uppercase;
	font-size: 13px;
	vertical-align: top !important;
	border-bottom: 0px !important;
}
.table td{
	color: #526273;
	border-top-color: #edf2f7 !important;
	vertical-align: middle !important;
}
.table th.align-right,
.table td.align-right {
	text-align: right;
	padding-right: 10px !important;
}
table tr.first td{
	border-top: 0 none;
}
table th span.line{
	position: absolute;
	top: 0;
	left: -8px;
	border-left: 1px solid #dee3ea;
	height: 10px;
}
.get-rates-params{
    width: 85%;
    margin: 0 auto;
}
.air-rates-header{
    text-align: center;
}
.front-reg-control{
    min-width: 120px;
}
.ajax-loader-bg{
    background: url("/images/icons/ajax_loader_gray_64.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.underline-text{
    text-decoration: underline;
}
.bold-text{
    font-weight: bold;
}
.public-bid-fields-container{
    margin-bottom: 15px;
    text-align: center;
}
.public-bid-fields-container span{
    margin-top: 5px;
    display: block;
}
.bid-form{
    text-align: center;
}
.form-container{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.submit-bid-info-row{
    border-top: 1px solid #dee3ea;
    margin: 20px 0;
    padding-top: 20px;
}
.submit-bid-info-row .col-sm-4{
    margin-bottom: 5px;
}
.mobile-freight{
    display: none;
}
.public-bid-fields-container .col-sm-2,.public-bid-fields-container .col-sm-3{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.public-bid-fields-container input{
    max-width: 100px;
    display: inline-block;
}
.intl-tel-input{
    width: 100%;
}
/*.country-list{*/
    /*max-width: 330px !important;*/
    /*width: 100% !important;*/
/*}*/
.required-field{
    color: red;
}
.freight-piece-span{
    width: 100%;
    float: left;
}

#signup .signup-btn.disabled,
#signup .signup-btn[disabled]{
    background-color: white;
    color: #29ba9b;
    border: 2px solid #29ba9b;
    font-weight: bold;
}
#signup .signup-btn{
    background-color: #29ba9b;
    color: #fff;
    border: 2px solid #29ba9b;
    font-weight: bold;
}

#mobile-login {
    display: block;
    float: right;
    margin: 15px 15px 15px 2px;
    padding-right: 10px;
}
@media (min-width: 768px) {
  #mobile-login {
    display: none;
  }
}


/* ----------------------- */
.public-profile{

}
    .public-profile .profile-header{
        height: 300px;
    }

    .public-profile .profile-middle{
        background-color: #edf2f5;
        padding-bottom: 50px;
    }

        .public-profile .profile-middle .profile-info{
            border: 2px solid #c9cdd0;
            min-height: 300px;
            background-color: #fff;
            margin-top: -180px;
            padding: 33px 45px 45px;
        }
            .public-profile .profile-middle .profile-info .photo-block{

            }
                .public-profile .profile-middle .profile-info .photo-block img.avatar {
                    display: block;
                    margin-bottom: 5px;
                    max-height: 162px;
                    max-width: 100%;
                }

                .public-profile .profile-middle .profile-info .photo-block .list-images .img-item {
                    cursor: pointer;
                    float: left;
                    margin-right: 5px;
                    width: 50px;
                }

                .public-profile .profile-middle .profile-info .photo-block .list-images .img-item img {
                    height: 50px;
                    width: 50px;
                }

            .public-profile .profile-middle .profile-info .info-block{
                color: #969696;
            }

                .public-profile .profile-middle .profile-info .info-block h3{
                    font-weight: 500;
                    margin: 0 0 10px;
                    font-size: 27px;
                }

                .public-profile .profile-middle .profile-info .info-block .button-connect{
                    padding-top: 20px;
                    display: block;
                }
                    .public-profile .profile-middle .profile-info .info-block .connections-count{
                        display: block;
                        font-size: 1.3em;
                        line-height: 23px;
                        padding-top: 10px;
                    }

                    .public-profile .profile-middle .profile-info .info-block .button-connect button{
                        background: #008bcc none repeat scroll 0 0;
                        border-color: #008bcc;
                        color: #fff;
                        float: left;
                        font-size: 1.3em;
                        margin-right: 12px;
                        padding: 5px 10px;
                    }


    .public-profile .profile-bottom{
        background-color: #f7f8fc;
        border-top: 3px solid #c6c7cb;
        min-height: 400px;
    }
        .public-profile .profile-data{
            background-color: #fff;
            border: 2px solid #d1d2d4;
            min-height: 300px;
            margin-top: 25px;
            margin-bottom: 25px;
        }
            .public-profile .profile-data h6{
                color: #161616;
                font-size: 26px;
                margin-top: 20px;
            }
            .public-profile .profile-data .about-company{
                color: #262626;
            }

            .public-profile .profile-data .tab-content.profile-tab {
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                padding: 20px;
            }

            .public-profile .profile-data .nav-tabs.margin-bottom-0 {
                margin-bottom: 0;
            }
            .public-profile .profile-data h6{
                font-size: 1.5em;
                margin-top: 20px;
            }
            .public-profile .profile-data .company-overview{
                padding: 10px 0 170px;
            }

        .public-profile .profile-address{
            border: 2px solid #d1d2d4;
            color: #7c7f88;
            margin-bottom: 25px;
            margin-left: 17px;
            margin-top: 25px;
            padding-left: 25px;
        }
            .public-profile .profile-address h5{
                font-size: 22px;
            }

            .public-profile .profile-address .address {
                list-style: none;
                float: none;
                margin: none;
                padding-left: 0;
            }
                .public-profile .profile-address .address li{
                    padding-bottom: 8px;
                }

                    .public-profile .profile-address .address li i {
                        display: inline-block;
                        margin-right: 7px;
                        position: relative;
                        top: 4px;
                    }
                    .public-profile .profile-address .address li .to-blur {
                        filter: blur(3px);
                        transition: filter 1s linear 0s;
                    }
                    .public-profile .profile-address .address li i.ico-phone {
                        background: rgba(0, 0, 0, 0) url("../img/ico-phone.png") no-repeat scroll 0 0;
                        height: 18px;
                        line-height: 14px;
                        margin-top: -3px;
                        vertical-align: text-top;
                        width: 13px;
                    }
                    .public-profile .profile-address .address li i.ico-mail {
                        background: rgba(0, 0, 0, 0) url("../img/ico-mail.png") no-repeat scroll 0 0;
                        height: 11px;
                        line-height: 14px;
                        margin-top: 0;
                        vertical-align: text-top;
                        width: 17px;
                    }



@media (max-width: 991px) {
    .public-profile .profile-address{
        margin-left: 0;
    }
}

.public-profile .profile-data .full-profile-info{
    min-height: 655px;
    padding: 69px 0 0;
    text-align: center;
}
    .public-profile .profile-data .full-profile-info h6{
        color: #404346;
        font-size: 2.4em;
        margin-top: 85px;
    }
    .public-profile .profile-data .full-profile-info ul{
        display: block;
        font-size: 1.4em;
        margin: 40px auto;
        text-align: left;
        width: 375px;
        padding-left: 21px;
    }
        .public-profile .profile-data .full-profile-info ul li{
            color: #7b7e80;
            margin: 0 0 5px;
        }
    .public-profile .profile-data .full-profile-info .view-button button{
        background-color: #f8e000;
        background-image: none;
        border: 2px solid #e79f00;
        color: #343031;
        font-size: 1.2em;
        font-weight: bold;
        padding: 15px 25px;
        text-shadow: none;
        margin: 0 auto;
        display: block;
    }


@media (max-width: 360px) {
    .public-profile .profile-data .full-profile-info{
        padding-top: 20px;
    }

        .public-profile .profile-data .full-profile-info h6{
            font-size: 1.7em;
        }

        .public-profile .profile-data .full-profile-info ul{
            font-size: 1em;
        }
        .public-profile .profile-data .full-profile-info .view-button button{
            font-size: 0.8em;
            padding: 5px;
        }
}

@media (max-width: 320px) {
    .public-profile .profile-data .full-profile-info ul{
        max-width: 250px;
        padding-left: 5px;
    }
}

.ads-profile {
    background-color: #f7f8fc;
    padding-bottom: 15px;
}
    .ads-profile .ad-content{
        text-align: center;
    }