.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

/* bootstrap customisation */
.btn-primary {
    color: #000;
    background-color: #fdcc03;
    border-color: #fff;
}

.btn-primary:hover {
    background: #FFBB0C;
    background-color: #FFBB0C;
    text-decoration: none;
    border: 1px solid #ffbb0b;
    color:#3c3c3c;
}

.wrap {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

header.wrap {
    max-width: none;
    background: white;
}

header {
    -webkit-transition: ease box-shadow 1s;
    -moz-transition: ease box-shadow 1s;
    transition: ease box-shadow 1s;
    min-height: 99px;
}

.header-middle {
    position: relative;
    margin-bottom: 10px;
}

.header-middle>* {
    position: relative;
    z-index: 20;
}

.header-middle .header-line {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header-line {
    border-bottom: 4px solid #545454;
    border-top: 4px solid #fdcc03;
    margin: 0;
    padding: 1px;
}

.header-middle .col-sm-3 {
    width: auto;
    padding-right: 0;
/* 
    margin-left: -75px;
 */
}

.header-middle .header-logo {
    margin-left: -15px;
    position: static;
    width: auto;
}

.header-logo {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
}

.header-middle .header-logo img {
    width: 290px;
    height: auto;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-logo img {
    background: white;
    top: 10px;
    left: 10px;
    padding: 5px;
}

.header-middle .col-sm-9 {
    width: auto;
    padding-left: 0;
}

.header-middle .txt {
    margin-left: 65px;
    margin-bottom: 30px;
    font-size: 14px;
}
.txt {
    letter-spacing: 0.6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
form#UserLoginForm legend {
    border: 0;
    background: #efefef;
    margin: 20px 0;
    line-height: 48px;
}

form#UserLoginForm {
    padding: 0;
    text-align: center;
    border-radius: 0;
    background: white;
}

form#UserLoginForm input:not(.btn) {
    max-width: 300px;
    min-width: 100px;
    border-radius: 0;
}

form#UserLoginForm fieldset {
    width: 250px;
    margin: auto;
    text-align: left;
}

form#UserLoginForm input.btn {
    margin: 25px auto;
    display: block;
    min-width: 110px;
    border: 0;
}
.txt a {
    color: black;
}

.header-middle .wrap .wrap {
    max-width: none;
    width: 100%;
    margin: 0;
}

.header-middle .wrap .wrap::before {
    content: '';
    display: table;
    clear: both;
}

.wrap > .row {
    margin-left: 0;
    margin-right: 0;
}

.small-menu {
    padding: 0px 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wrap > .row {
    margin-left: 0;
    margin-right: 0;
}

.small-menu {
    padding: 0px 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.header-middle .small-menu .btn.btn-block.btn-primary {
    padding: 0 2px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #181816;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    border-radius: 0;
    width: auto;
    text-transform: uppercase;

    text-align: center;
    height: 26px;
    text-decoration: none;
}

.header-middle .small-menu .col-sm-3:not(:first-child)::before {
    content: '';
    width: 8px;
    height: 8px;
    position: relative;
    top: -2px;
    margin-left: 0;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #eccb29;
    display: inline-block;
    vertical-align: middle;
}

header.wrap .wrap::after {
    display: table;
    content: '';
    clear: both;
}

.header-middle>.wrap>.col-sm-9>.wrap:nth-of-type(2) {
    margin-top: 8px;
}
.header-middle>.wrap>.col-sm-9>.wrap {
    float: left;
    width: auto;
}

.header-middle .wrap .wrap::before {
    content: '';
    display: table;
    clear: both;
}

.header-middle>.wrap>.col-sm-9>.wrap .col-sm-3 {
    margin-left: 0;
}

header.wrap .pull-right {
    padding-top: 0!important;
}

.profile-links {
    white-space: nowrap;
    padding: 0px 15px;
}

.pull-right {
    float: right;
}

.modal-header:after, .modal-footer:after {
    clear: both;
}

.header-middle::after {
    display: table;
    content: '';
    clear: both;
}

.selectize-control.cities input {
    margin: 0 !important;    
    width: 300px !important;
}

.selectize-control.cities .selectize-dropdown,
.selectize-control.cities .selectize-input {
    width: 300px !important;
}


.selectize-control.cities .selectize-input {
    height: 26px !important;
    min-height: 26px !important;
    padding: 2px 6px;
    border-radius: 2px;
}

.form-control.selectize-control.cities {
    height: 26px !important;
    min-height: 26px !important;
}
div#myCarousel .row{
   padding-bottom: 15px;
    background: url(https://regagro.net/img/111.png) no-repeat center / contain;max-width: 1200px;
    margin: auto;
}
header .form-group {
    vertical-align: top !important;
}

header .form-group .btn {
    height: 26px;
    padding: 0px 7px;
    margin-left: 5px;
}

header .user-info {
    position: absolute;
    right: 0px;
    z-index: 99;
}

header .login {
    float: right;
}
.row.row6 a.btn.btn-primary,
header .login a {
    background: #fdcc03;
    background-color: #fdcc03;
    text-decoration: none;
    border: 0;
    color: #3c3c3c;
    border-radius: 3px;
    padding: 8px 25px;
    height: 37px;
    display: inline-block;
}
.row.row6 a.btn.btn-primary:hover,
header .login a:hover, 
.row.row1 a[download]:hover, 
.row.row5 a[download]:hover {
    background: #FFBB0C;
    background-color: #FFBB0C;
    text-decoration: none;
    border: 0;
    color: #3c3c3c;
    border-radius: 3px;
    text-decoration: none;
}
header form {
    float: right;
    margin: 10px 10px 0 10px;
}
.alert {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
}