@import url(font-awesome.min.css);

.rd-mobilepanel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    color: #000000;
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    z-index: 99999991;
}
.rd-mobilepanel_toggle {
    position: fixed;
    top: 6px;
    left: 15px;
    width: 48px;
    height: 48px;
    border-color: transparent;
    outline: none;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s,0.3s;
    transition-duration: 0.3s,0.3s;
    -webkit-transition-delay: 0.3s,0s;
    transition-delay: 0.3s,0s;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform;
}
.rd-mobilepanel_toggle span:after {
    top: 8px;
}
.rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s,0.3s;
    transition-delay: 0s,0.3s;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rd-mobilemenu.active {
    right: 0;
}
.rd-mobilepanel_title {
    position: fixed;
    padding-left: 10px;
    top: 6px;
    left: 63px;
    right: 15px;
    color: #000;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666666;
    background: rgba(255,255,255,0.97);
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -moz-box-shadow: 5px 0 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 5px 0 5px 0 rgba(0,0,0,0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    -webkit-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    -o-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    transition: 0.3s cubic-bezier(0.55,0,0.1,1);
}
.rd-mobilemenu ul {
    list-style: none;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
}
.rd-mobilemenu_ul ul {
    padding: 0;
    margin-top: 2px;
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    color: #000;
    font-size: 20px;
}
.rd-mobilemenu_ul a.separator {
    border-bottom: 1px solid #000;
    height: 1px;
    padding: 14px 0px 0px 0px;
    margin-bottom: 14px;
}
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}
.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px 'FontAwesome';
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000000;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0,0,0,0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}
.rd-mobilemenu_ul ul ul {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    left: 0;
    top: 0;
    text-align: left;
    transform: none;
}
.rd-mobilemenu_ul ul ul a {
    padding: 0;
    margin: 0;
    padding-left: 60px;
    color: inherit;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 16px;
    border: none;
    box-shadow: none;
}
.rd-mobilemenu, .rd-mobilepanel {
    display: block;
}

body {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.clear-bg {
    height: 62px;
    max-width: 100%;
}

.main-bg {
    background-repeat: no-repeat;
    height: 477px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
}
.short-bg {
    background-repeat: no-repeat;
    height: 345px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
}
header.main-header {
    height: 100px;
    top: 32px;
    left: 0px;
    width: 100%;
    visibility: visible;
    position: absolute;
    margin-top: 0px;
    display: none;
    background-repeat: repeat-x;
}
.user-header {
    height: 60px;
    top: 132px;
    left: 0px;
    width: 100%;
    visibility: visible;
    position: absolute;
    margin-top: 0px;
    display: none;
    background-repeat: repeat-x;
}
#main-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 88px;
    width: 474px;
    max-width: 100%;
    float: left;
    display: block;
}
#main-logo-mobile {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 88px;
    width: 474px;
    max-width: 100%;
    max-height: 48px;
    display: inline-block;
}
.main-bg .height, .short-bg .height {
    height: 100%;
}
.header .nav {
    height:88px;
    line-height: 88px;
}
.user-header .nav {
    height:60px;
    line-height: 60px;
}
.social-media {
    position: absolute;
    top: 80px;
    right: 15px;
}
.social-media a {
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}
.social-media a i {
    font-size: 20px;
}
.main-buttons{
    text-align: center;
}
.main-buttons.main .btn-red {
    font-size: 24px;
    padding: 20px 80px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.announcement-section .main-buttons .btn-red, form .main-buttons .btn-red, .main-buttons.form .btn-red {
    font-size:22px;
    padding: 9px 70px;
    border-radius: 22px;
    color: #fff!important;
}
form .main-buttons .btn-red {
    margin-bottom: 10px;
}
.group-input {
    position: relative;
    display: block;
}
.search-section {
    position: absolute;
    bottom: 20px;
    left: 15px;
    text-align: center;
    right: 15px;
}
.icon-prepend {
    left: 10px;
    padding-right: 10px;
    border-right: 1px solid #aaa;
    color: #aaa;
    position: absolute;
    top: 5px;
    width: 50px;
    height: 40px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}
.search-section .search-title {
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}
.main-search {
    margin: 0px 0px 25px 0px;
}
.main-search .form-control {
    height: 51px;
    font-size: 28px;
    font-weight: 300;
    color: #aaa;
    padding: 5px 15px 5px 65px;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}
.main-search .form-control:focus {
    outline: none;
}
#an-form .main-buttons .btn-red {
    margin-bottom: 25px;
    width: 100%;
}
.mb-20 {
    margin-bottom: 20px;
}
.btn-grey {
    color: #fff!important;
    background-color: #868686;
    border-color: #868686;
}
.main-buttons .btn-grey {
    font-size: 16px;
    padding: 15px 70px;
    border-radius: 22px;
    color: #fff!important;
}
.main-title, .second-title {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}
#middle {
    margin-top: 20px;
}
#bottom {
    margin-top: 20px;
    text-align: center;
}
#bottom .banners-container {
    margin-left: -10px;
}
#bottom .banners-container p {
    display: inline;
    margin-left: 10px;
}
#bottom .banners-container img {
    width: 171px;
    height: 120px;
    margin-bottom: 10px;
}
footer {
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-menu {
    text-align: center;
}
.footer-menu li a {
    font-size: 20px;
    font-weight: 300;
}
.search-box {
    border: 2px solid #000;
    margin-bottom: 10px;
    overflow: hidden;
}
.search-box .title {
    line-height: 1.1;
}
.search-box .title a {
    padding: 5px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.search-box .content {
    border-top: 2px solid #000;
    font-size: 20px;
}
.search-box .option-list{
    padding: 5px 15px 15px 15px;
}
.search-box .content.open {
    display: block;
}
.search-box .list {
    font-size: 20px;
}
.search-box .search-content {
    border-top: 2px solid #000;
}
.search-box.main {
    padding: 5px;
}
.smallFormLogo {
    margin-bottom: 7px;
}
.an-box {
    border: 2px solid #000;
    margin-bottom: 20px;
    overflow: hidden;
    /*cursor: pointer;*/
}
.an-box .half {
    float: left;
}
.an-box .half:first-child {
    width: 160px;
}
.an-box .half:last-child .v-center {
    margin: 0px 10px;
}
.an-box .center-box {
    margin: 0px;
    width: 100%;
}
.an-box .half .v-center {
    padding: 10px;
}
.an-box .half .v-center.price {
    width: 150px;
}
.an-box .half .v-center a {
    display: inline-block;
}
.an-box img.company-logo {
    width: 138px;
    height: auto;
}
.an-box .title {
    display: table;
    width: 100%;
}
.an-box.priority .title {
    background-color: #ecd61e;
}
.an-box .title a {
    padding: 2px 10px;
    width: 100%;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: #fff!important;
    line-height: 1.2;
}
.an-box .content {
    border-top: 2px solid #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.an-box .date {
    display: none;
}
.an-box h1, .an-box h3 {
    margin: 0;
}
.an-box h3 {
    font-size: 20px;
    overflow: hidden;
    text-align: left;
}
.an-box .country {
    margin-top: 10px;
    text-align: right;
}
.an-box .button {
    font-size: 24px;
    border: 1px solid #940200;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 43px;
    min-width: 160px;
    text-align: center;
}
#selectBox_countryId-field .dropdown-toggle .filter-option, #selectBox_countryId-field .dropdown-menu li a {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
#submit-main-form {
    font-size: 18px;
    color: #fff!important;
}
.radio label {
    width: 90%;
}
.radio label .price {
    float: right;
}
.radio label, .checkbox label {
    padding-left: 0px;
    font-weight: 300;
    font-size: 16px;
}
.option-list.normal .radio label, .option-list.normal .checkbox label {
    font-size: 20px;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.paging span, .paging a {
    position: relative;
    padding: 6px 12px;
    margin-left: 7px;
    float: left;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
}
.paging span {
    color: #fff;
    background-color: #000;
}
.field-title {
    text-align: center;
    font-weight: bold;
    padding: 7px 0px;
}
.field-title .tip{
    margin-left: 10px;
}
.file-text {
    border: 0;
    width: 100%;
    padding: 0;
    font-size: 12px;
}
.input-file {
    position: relative;
}
.input-file .button {
    float: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.input-file .button input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 34px;
}
.doc-content {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}
.doc-content h1.title {
    font-size: 40px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
}
.announcement-section {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
    padding-bottom: 20px;
    font-weight: 300;
}
.announcement-section h1.title {
    font-size: 24px;
}
.announcement-section h2.title {
    margin-top: 0px;
    font-size: 24px;
}
#announcement-description ul {list-style-type: disc; padding-left: 1em;}
#announcement-description ol {list-style-type: decimal; padding-left: 1em;}

.announcement-date h4 {
    margin-right: -5%;
    margin-top: 30px;
    font-size: 16px;
}
.fields-separator {
    height: 4px;
    margin: 5px 0px;
}
.client-box {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 15px 5px;
    overflow: hidden;
    height: 75px;
    word-break: break-word;
    color: #fff;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-alert {
    width: 100%;
    text-align: center;
    font-size: 18px;
    clear: both;
}
.form-alert.failed-alert{
    color: #fff;
}
.form-alert.success-alert{
    color: #fff;
}
.form-alert.info-alert{
    color: #fff;
}
.form-alert ul {
    list-style: none;
}
.form-alert ul li {
    margin: 5px 0px;
    padding: 5px;
    border-radius: 4px;
}
.form-alert.failed-alert ul li {
    background-color: #940200;
}
.form-alert.success-alert ul li {
    background-color: #0f9200;
}
.form-alert.info-alert ul li {
    background-color: #000;
}
.form-horizontal .main-buttons {
    margin-bottom: 10px;
}
.form-horizontal .control-label {
    font-weight: 300;
}
form label.required:after {
    content: '*';
    position: absolute;
    top: 0px;
    right: -5px;
}
.form-control {
    color: #000;
    border: 2px solid #000;
    border-radius: inherit;
    height: 44px;
    font-size: 16px;
}
.title .form-control {
    line-height: 28px;
    color: #000!important;
}
.right-img {
    margin-bottom: 15px;
}
.right-img+div {
    clear:both;
}
.no-apply:hover {
    cursor: pointer;
}
.tooltip-inner {
    max-width: 700px;
}
@media (max-width: 400px){
    #bottom .banners-container img {
        width: 131px;
        height: auto;
    }
    .an-box .content {
        display: block;
    }
    .an-box .half {
        width: 100%!important;
    }
}
@media (min-width: 768px){
    .clear-bg {
        height: 132px;
    }
    .clear-bg.user-bg {
        height: 192px;
    }
    header.main-header {
        display: block;
    }
    .user-header {
        display: block;
    }
    header.main-header .navbar-nav {
        float: right;
    }
    header.main-header .navbar-nav>li:not(:last-child) {
        margin-right: 25px;
    }
    header.main-header .navbar-nav>li>a {
        line-height: inherit;
        font-size: 20px;
    }
    .user-header .navbar-nav>li>a {
        color: #fff!important;
    }
    .user-header .navbar-nav>li:not(:last-child) {
        margin-right: 30px;
    }
    .user-header .navbar-nav>li>a {
        line-height: inherit;
    }
    .user-header .navbar-nav>li.active>a, .user-header .navbar-nav>li>a:hover {
        font-weight: bold;
    }
    .main-buttons.main {
        margin-bottom: 80px;
    }
    .main-buttons.main .btn-red:first-child {
        margin-right: 30px;
    }
    .main-title {
        bottom: 70px;
        font-size: 40px;
    }
    .second-title {
        bottom: 40px;
        font-size: 40px;
    }
    .social-media {
        top: 150px;
    }
    .rd-mobilemenu, .rd-mobilepanel {
        display: none;
    }
    .footer-menu {
        float: right;
        margin: 0;
    }
    .footer-menu li {
        float: left;
    }
    .footer-menu li:not(:last-child) a {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #000;
    }
    .search-box {
        margin-bottom: 0px;
    }
    #submit-main-form {
        margin-top: 10px;
    }
    .doc-content {
        padding: 40px 0px 30px 0px;
    }
    .doc-content h1.title {
        margin-bottom: 40px;
    }
    .doc-content form {
        padding-top: 10px;
    }
    .form-horizontal .control-label {
        font-size: 20px;
    }
    .main-bg {
        height: 577px;
    }
    .search-section {
        bottom: 70px;
    }
    .right-img {
        margin-bottom: 78px;
    }
    .right-img+div {
        clear:none;
    }
    .padding-top-sm {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .main-buttons.form .btn-red {
        padding: 9px 20px;
    }
}
@media (min-width: 992px){
    .right-img {
        margin-bottom: 49px;
    }
}
@media (min-width: 1200px){
    .main-bg {
        height: 677px;
    }
    .right-img {
        margin-bottom: 31px;
    }
}