.top-bar .btn {
    height: 28px;
    line-height: 28px;
    padding: 0px 20px 4px 20px
}

.footer {
    padding-top:30px;
    padding-bottom:30px;
    background-color:#464655;
}
.copyright {
    padding-top:15px;
    padding-bottom:15px;
    background-color:#050027;
}

.main-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.profile_img {
    border-radius: 5px;
}

.no_underline, .no_underline:hover {
    text-decoration: none;
}

a, a:hover{
    color: #212529;
}

.dots {
    /*display: inline-block;*/
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.badge-notification {
    background-color: rgb(255, 146, 4);
    color: #fff;
}

.active {
    color: rgba(23, 21, 20, 0.44) !important;
}

.top-bar {
    background-color:#797a97;
}

.red {
    color: #ff0000;
}

.dotted {
    border: 1px dotted;
}

div.dotted {
    padding: 8px;
}
span.dotted {
    margin: 8px;
    padding:4px;
}


@import url('https://fonts.googleapis.com/css?family=Lato|Roboto&display=swap');

/*--------------------------------------------------------------*/
/*  CAROUSEL                   									*/
/*--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-track {
    display: flex;
}
.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------*/
/*  GENERAL                    									*/
/*--------------------------------------------------------------*/

body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.75em;
    color: #050027;
    background-color: #ececf7;
}

p, .text {
    color: #050027;
}

.no-top-bottom-padding{
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .mobile-center {
        margin-left: auto;
        margin-right: auto;
    }
}

.footerContent {
    margin-top: auto;
}

.footerContent a {
    color: #fff;
    text-decoration: none;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.mt-2rem {
    margin-top: 2rem;
}

/*--------------------------------------------------------------*/
/*  TOPBAR                     									*/
/*--------------------------------------------------------------*/

.top-bar {
    padding: 8px 0;
}

.top-bar .top-bar-icon {
    margin-bottom: -2px;
}

.top-bar span{
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

.top-bar span a{
    color: #fff;
    text-decoration: none;
}

.top-bar .contact span a{
    margin-left: 15px;
    font-size: 12px;
}

.top-bar .contact span:first-of-type{
    padding-left: 0;
}

.top-bar .contact span:last-of-type{
    padding-right: 0;
}

.top-bar .social-icons span:first-of-type{
    padding-left: 0;
}

.top-bar .social-icons span:last-of-type{
    padding-right: 0;
}

.top-bar .social-icons{
    text-align: right;
}

@media (max-width: 767px) {
    .top-bar .social-icons {
        text-align: left;
        padding-left: 15px;
    }
}

.top-bar .social-icons span{
    padding: 0 10px;
}

.top-bar .flag-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-bar .language-flag {
    min-width: 20px;
    margin-right: 10px;
}

.top-bar .language-flag img {
    max-width: 20px;
}

@media (max-width: 575px) {
    .top-bar .language-flag {
        margin-right: 15px;
    }
}

.top-bar .login-button {
    margin-left: 20px;
}

.top-bar .login-button .btn {
    padding: 4px 14px;
}

.top-bar .login-button span {
    padding: 0;
}

@media (max-width: 575px) {
    .top-bar .login-button {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .top-bar .login-button span {
        padding-right: 18px;
    }
}

/*--------------------------------------------------------------*/
/*  MENU                      									*/
/*--------------------------------------------------------------*/

.main-menu{
    border-bottom: 1px solid #f5f5f5;
    font-family: 'Lato', sans-serif;
}

.main-menu a{
    color:#050027;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 20px;
}

.main-menu a.navbar-brand {
    padding: 0;
}

@media (max-width: 575px) {
    .main-menu a.navbar-brand {
        padding-left: 15px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .main-menu a.navbar-brand {
        padding-left: 20px;
    }
}

.main-menu li:last-child a{
    padding-right: 0;
}

.main-menu a:hover,
.main-menu li.active a{
    color:rgba(22,20,19,.5);
    text-decoration: none;
}

@media(max-width: 991px){
    .main-menu .nav-item{
        padding: 14px;
        border-bottom: 1px solid #eaeaea;
    }

    .main-menu .nav-item:first-child{
        padding-top:20px;
    }

    .main-menu .nav-item:last-child{
        border-bottom: 0;
    }
}

.navbar-brand{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-brand .brand-title{
    font-size: 3em;
    font-weight: 700;
}



/*--------------------------------------------------------------*/
/*  FOOTER                     									*/
/*--------------------------------------------------------------*/

.footer,
.footer p{
    color: #fff;
    font-size: 14px;
    line-height: 1.75em;
}

@media (max-width: 575px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer h4{
    font-size: 20px;
}

/*--------------------------------------------------------------*/
/*  copyright                  									*/
/*--------------------------------------------------------------*/
.copyright{
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
}

@media (max-width: 575px) {
    .copyright {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*--------------------------------------------------------------*/
/*  NEWS                      									*/
/*--------------------------------------------------------------*/

.newsBlock {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------*/
/*  BUTTONS                   									*/
/*--------------------------------------------------------------*/

.btn-primary{
    background-color: #050027;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding:10px 20px 10px 20px;
    font-weight: 600 !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #464655;
}
.btn:hover {
    background-color: transparent;
    color: #464655;
}

.btn-primary {
    background-color: #fc8a47;
    border: 1px solid #fdc6a6;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #fdc6a6;
    border: 1px solid #fc8a47;
}

.btn.btn-outline {
    background-color: #fdc6a6;
    border: 1px solid #fc8a47;
}

.btn.btn-outline:hover {
    background-color: #32beeb;
    color: #fff !important;
}

.btn.btn-outline {
    background: transparent;
    color: #464655;
}

.btn.btn-outline:hover {
    background: #464655;
    color: #fff;
}

.btn-goBack{
    margin-bottom: 20px;
}

.btn-goBack .fa-chevron-left{
    margin-right: 10px;
}

.btn .btn-icon-left {
    margin-right: 10px;
}

.btn.btn-delete {

    font-weight: 600 !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    background: transparent;
    border: none;
    color: #464655;
}

.btn.btn-delete:hover {
    color: #cc5454;
}

.btn.btn-delete.disabled,
.btn.btn-delete:disabled {
    color: #999 !important;
}


/*--------------------------------------------------------------*/
/*  HEADER/SLIDER              									*/
/*--------------------------------------------------------------*/

.header{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.dark-overlay::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: inherit;
    right: 0;
}

@media (max-width: 363px) {
    .header.header.dark-overlay.home::before {
        height: 251px !important;
    }
}

@media (max-width: 389px) {
    .header.header.dark-overlay.home.en-home::before {
        height: 251px !important;
    }
}

@media (max-width: 445px) {
    .header.header.dark-overlay.home::before {
        height: 218px;
    }
}

@media (max-width: 542px) {
    .header.header.dark-overlay.home.en-home::before {
        height: 218px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header.header.dark-overlay.home.en-home::before {
        height: 324px !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .header.header.dark-overlay.home::before {
        height: 278px;
    }
}

.header h1 {
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .header.home h1 {
        font-size: 2.2em;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .header.home h1 {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    .header.home h1 {
        font-size: 2.2em;
    }
}

.header h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.header p{
    text-align: center;
}

.header .btn{
    background: transparent;
    border-radius: 0;
    margin: 20px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    width: 378px;
}

.header .btn:hover {
    border-color: #fc8a47;
}

@media(max-width:992px) {
    .header h1,
    .header h2 {
        line-height: 1.7em;
    }

    .header .btn {
        margin: 12px;
    }
}








.btn-warning {
    background-color: #FFBE40;
    color: #fff;
}

.btn-info {
    color: #fff;
}

.btn-sm {
    font-size: 0.675rem;
}
.card-header a {
    font-weight: bold;
    color: #333;
}

.btn-block {
    width: 100%;
}
.card-header {
    background-color: #797a97;
    color: #fff;
}
.card-footer {
    background-color: #050027;
    color: #fff;
}
.card-header a {
    color: #fff;
}

.dropdown-item {
    font-size: 13px !important;
}

.user_line {
    line-height: 46px;
    margin-bottom: 6px;
}