body {
    font-family: 'NotoSans', sans-serif;
    background-color: #f6f6f6;
}

.hire-block {
    height: 90px;
    border-radius: 4px;
    background-color: #d9d9d9;
    margin: 10px 0;
}

.hire-block a {
    color: #787f9b;
    font-size: 30px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.navbar-default {
    border: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.navbar-default.nav-top {
    background-color: #3e454c;
}

.nav-top .hire-block {
    background-color: #5b656f;
}

.nav-top .hire-block a {
    color: #74818e;
}

.nav-top .col-sm-6:first-child {
    padding: 10px 15px;
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: space-between;
}

.social-icons, .valuta, .footer-top ul, .social ul, .contact-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    background-color: #ffffff;
    opacity: 0.5;
    display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 20px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.social-icons li a:hover {
    background-color: #ff680d;
    opacity: 1;
}

.social-icons li a .fa {
    color: #3e454c;
}

.valuta li {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
}

.valuta li span {
    font-size: 16px;
    font-weight: 600;
}

.valuta li .fa {
    margin-left: 5px;
}

.valuta li .fa-stop {
    color: #fc6b00;
    font-size: 10px;
}

.valuta li .fa-caret-down {
    color: #ff123c;
}

.valuta li .fa-caret-up {
    color: #28be00;
}

.navbar-default.nav-bottom {
    background-color: #383e44;
    border-top: 1px solid #64696e;
}

.nav-bottom .navbar-nav li.other a {
    background: url("../img/menu.png") no-repeat right;
}

.nav-bottom .navbar-nav li.other .dropdown-menu a {
    background: none;
}

.nav-bottom .navbar-nav li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 2px solid transparent;
    padding: 13px 15px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.nav-bottom .navbar-nav li:nth-child(2) a {
    padding-left: 0;
}

.nav-bottom .navbar-nav li a.dropdown-toggle.web {
    padding: 0 !important;
    border: none;
}

.nav-bottom .navbar-nav li a:hover, .nav-bottom .navbar-nav li.active a {
    color: #fff;
    border-color: #ff6204;
    background: transparent;
}

.nav-bottom .navbar-nav .dropdown a:hover {
    border-color: transparent;
}

.nav-bottom .navbar-nav .dropdown li a:hover {
    opacity: .8;
}

.nav-bottom .navbar-nav .dropdown li a {
    border: none;
}

.navbar-nav > li > .dropdown-menu:before {
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    top: -9px;
    right: 25px;
    position: absolute;
    width: 0;
    height: 0;
}

.navbar-nav.mobile-nav .dropdown-menu {
    width: 167px;
}

.nav-bottom .mobile-nav li:first-child a {
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    left: auto;
    right: -15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 15px 0;
    border-radius: 5px !important;
}

.nav-bottom .navbar-nav .dropdown-menu li a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 15px !important;
}

.nav-bottom .navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}

.transparent {
    background: transparent;
    border: none;
    outline: none;
}

.search {
    background: url("../img/search.png") no-repeat center;
    width: 20px;
    height: 20px;
    padding: 25px;
}

.modal .form-control, .modal .input-group .form-control:first-child {
    height: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #3e454c;
    outline: none;
    color: #fff;
    font-size: 18px;
    border: none;
}

.search-modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

.search-modal .modal-body {
    height: 95vh;
    position: relative;
}

.search-modal .modal-body .inner-mod {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-modal .modal-content img {
    margin: 40px auto;
}

.search-modal .modal-content .input-group {
    width: 100%;
}

.search-modal .modal-content .input-group .search {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-modal .close, .calendar-modal .close {
    background: url("../img/close-modal.png") no-repeat center;
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 0;
    z-index: 999;
}

.search-modal .close:focus {
    outline: none;
}

.lang .dropdown-menu {
    min-width: 53px;
    width: 53px;
    text-align: center;
    right: 0;
    padding: 5px 0;
}

.nav-bottom .navbar-nav li.lang a {
    padding-right: 0;
}

.navbar-nav > li.lang > .dropdown-menu:before {
    right: 17px;
}

.content .left-side {
    width: 72%;
    padding-bottom: 150px;
    /*min-height: 2650px;*/
    min-height: 700px;
}

.content .right-side {
    width: 27%;
    padding: 10px 0 0 13px;
}

.content .right-block .hire-block {
    width: 300px;
    height: 250px;
    margin-bottom: 20px;
}

.slider-part .owl-carousel .owl-item img {
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
}

.slider-part .owl-theme .owl-nav {
    position: absolute;
    top: 43%;
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-part .owl-nav span {
    display: none;
}

.slider-part .owl-theme .owl-nav [class*=owl-]:hover, .slider-part .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    outline: none;
}

.slider-part .owl-theme .owl-nav .owl-prev {
    left: 15px;
    position: absolute;
}

.slider-part .owl-theme .owl-nav .owl-next {
    right: 15px;
    position: absolute;
}

.slider-part .title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.slider-part .title h3 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 17px; /*18*/
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.slider-part .owl-theme .owl-dots {
    position: absolute;
    margin: 0;
    top: 15px;
    left: 15px;
}

.slider-part .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.slider-part .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background-color: #ffffff;
    opacity: 0.5;
}

.slider-part .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ff680d;
    opacity: 1;
}

.slider-part .block {
    height: 86px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.slider-part .block a {
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    height: 100%;
    padding: 15px;
}

.slider-part .block a span {
    max-height: 60px;
    overflow: hidden;
    display: inline-block;
}

.slider-part .block:last-child {
    margin-bottom: 0;
}

.block {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #ffffff;
}

.overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    /* height: 100%; */
    left: 0;
    bottom: 0;
    border-radius: 4px;
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);*/
    /*opacity: 0.4;*/
    opacity: 0.5; /* 0.7 */
    background: -moz-linear-gradient(top, rgba(30,87,153,0.01) 0%, rgba(30,86,151,0.01) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0.01) 0%,rgba(30,86,151,0.01) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0.01) 0%,rgba(30,86,151,0.01) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e5799', endColorstr='#000000',GradientType=0 );
}

.owl-carousel .overlay:after {
    height: 40%;
    opacity: 0.9;
}

.overlay {
    position: relative;
}

.content .left-side .hire-block {
    margin: 10px 0; /* 20px 0 */
}

.block-news {
    position: relative;
}

.block-news img {
    border-radius: 4px;
    /*height: 178px;*/
    height: 167px;
    object-fit: cover;
    width: 100%;
}

.block-news .news-detail {
    bottom: 13px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    position: absolute;
    color: #fff;
    z-index: 400;
    font-size: 13px;
    line-height: 24px;
}

.block-news .news-detail .fa, .widget-body .fa {
    margin-right: 7px;
    font-size: 10px;
}

.block-news .date {
    float: right;
}

.heading {
    display: inline-block;
    color: #000000;
    text-decoration: none;
}

.heading:hover {
    text-decoration: none;
    color: #000;
}

.heading h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0 0;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-list .news {
    margin-bottom: 20px;
}

.news-list .hire-block {
    margin: 0 0 20px;
}

.btn-effect {
    color: #fff;
    height: 50px;
    border-radius: 4px;
    background-color: #ff9d62;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: none;
}

.left-side .btn-effect {
    margin-top: 19px;
}

.left-side .text-center .btn-effect {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-effect:hover {
    color: #fff;
    text-decoration: none;
}

.btn-effect .fa-repeat {
    margin-right: 15px;
    -webkit-transform: rotate(170deg);
    -moz-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    -o-transform: rotate(170deg);
    transform: rotate(170deg);
}

.widget.block {
    margin-bottom: 20px;
    width: 300px;
}

.widget-header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    padding: 13px 15px;
}

.widget-header p {
    padding-left: 30px;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.widget-header p:after {
    content: url("../img/lent.png");
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.widget-body {
    padding: 20px 10px 20px 20px;
    position: relative;
}

.widget-body ul, .social-links, .hashtag {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.widget-body ul li {
    padding-right: 10px;
}

.widget-body .archive-last {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.widget-body ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    /*padding: 15px 0;*/
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.widget-body ul li:first-child a {
    padding-top: 0;
}

.widget-body ul li a h5 {
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.widget-body .news-detail {
    display: flex;
    justify-content: space-between;
    opacity: 0.6;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 24px;
}

.widget-body .news-detail .fa {
    font-size: 12px;
}

.widget-body ul {
    max-height: 1074px;
    overflow-y: scroll;
    margin-bottom: 42px;
}

.widget-body ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px
}

.widget-body ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #eeeeee;
    border-radius: 2px
}

.widget-body ul::-webkit-scrollbar-thumb {
    background-color: #ff9d62;
    outline: 1px solid #ff9d62;
    border-radius: 10px
}

.widget-body .archive-but.btn-effect {
    background-color: #ffefe6;
    color: #ff6204;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
}

.social.block {
    padding: 9px 30px 9px 0;
    margin-bottom: 20px;
}

.social h4, .block.head h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.social h4:after, .block.head h4:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ff680d;
    position: absolute;
    top: 50%;
    left: 15px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-links li {
    display: inline-block;
}

.social-links li a .fa {
    font-size: 30px;
    line-height: 24px;
}

.social-links li a {
    transition: all 0.2s ease;
}

.social-links li a:hover {
    transition: all 0.2s ease;
}

/* .social-links li a.rss .fa {
    color: #ff6204;
} */

.social-links li a.fb {
    background-color: #edeff6;
    border: solid 1px #cccfe5;
}

.social-links li a.fb .fa {
    color: #4c66a3;
}

.social-links li a.fb:hover {
    background-color: #4c66a3;
}

.social-links li a.fb:hover .fa {
    color: #fff;
}

/* .social-links li a.google-plus {
    background-color: #faeae8;
}

.social-links li a.google-plus .fa {
    color: #cf3c24;
} */

/* .social-links li a.twitter {
    background-color: #ebfafd;
}

.social-links li a.twitter.fa {
    color: #2ec3ed;
} */

.social-links li a.youtube-play {
    background-color: #fce9e8;
    border: solid 1px #e5b7b3;
}

.social-links li a.youtube-play .fa {
    color: #e52c26;
}

.social-links li a.youtube-play:hover {
    background-color: #e52c26;
    border: none;
}

.social-links li a.youtube-play:hover .fa {
    color: #fff;
}


.social-links li a.instagram {
    background-color: #f2e9f7;
    border: solid 1px #dbc4ed;
}

.social-links li a.instagram .fa {
    color: #cd1e89;
}

.social-links li a.instagram:hover {
    background-color: #cd1e89;
    border: none;
}

.social-links li a.instagram:hover .fa {
    color: #fff;
}


.social-links li a.whatsapp {
    background-color: #f0ffee;
    border: solid 1px #bfdbc6;
}

.social-links li a.whatsapp .fa {
    color: #34bf73;
}

.social-links li a.whatsapp:hover {
    background-color: #34bf73;
    border: none;
}

.social-links li a.whatsapp:hover .fa {
    color: #fff;
}


.social-links a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 48px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #ffefe6;
    margin-bottom: 12px;
    text-decoration: none;
}

.scroll-div {
    position: relative;
    padding: 20px;
    z-index: 999;
}

#button {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #ff9d62;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 33px;
    right: 0;
    transition: background-color .3s;
    z-index: 1000;
    cursor: pointer;
    text-decoration: none;
}

#button:after {
    content: url("../img/scroll.png");
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-top {
    background-color: #2c2a28;
    padding: 90px 0 60px;
}

.footer-top .col-sm-3 p {
    color: #ffffff;
    margin: 30px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.footer-top .links li {
    width: calc(100% / 3);
    float: left;
}

.footer-top ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.footer-top .contact li {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.footer-top .contact li .fa {
    margin-right: 10px;
    font-size: 16px;
}

.footer-top .contact li .fa-mobile {
    font-size: 20px;
}

.footer-top .links li a:hover {
    color: #ff9d62;
}

.footer-top .col-sm-9 {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    background-color: #201f1d;
    padding: 15px 0;
}

.footer-bottom p {
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 15px;
}

.footer-bottom .social-icons {
    float: right;
}

.pagination {
    margin-top: 40px;
}

.pagination li a, .pagination > .disabled > a, .pagination > .disabled > a:hover {
    color: #3e454c;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border: none;
    background: transparent;
}

.pagination li a .fa {
    font-size: 24px;
}

.pagination li.active a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ff9d62;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff9d62;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: transparent;
    border: none;
}

.category {
    padding-bottom: 40px;
}

.block.head {
    padding: 10px 15px 10px 10px;
    margin-bottom: 20px;
}

.category .block.head h4 {
    padding-left: 23px;
}

.category .block.head h4:before {
    left: 5px;
}

.block.head h4 {
    display: inline-block;
}

.breadcrumb {
    float: right;
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb > li .fa {
    margin-right: 5px;
}

.breadcrumb li a {
    color: #7a7a7a;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb li.active a {
    color: #6d6d6d;
}

.breadcrumb > li + li:before {
    content: none;
}

.breadcrumb.web > li .fa {
    margin: 0 7px 0 5px;
    font-size: 16px;
}

.news-inner {
    padding: 16px 60px;
}

.news-inner .news-head {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 14px;
}

.news-inner .news-image img {
    width: 690px;
    height: 492px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.news-inner img {
    max-width: 100%;
}

.news-inner p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
}

.news-inner iframe {
    width: 100%;
    height: 400px;
}

.galleria {
    height: 500px;
    margin-top: 15px;
}

.galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right, .galleria-theme-classic .galleria-info-link, .galleria-theme-classic .galleria-info-close, .galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
    background-color: rgba(0, 0, 0, .8);
}

.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
    height: 60px;
    top: 50%;
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
    border: none;
    background: #383e44;
    border-radius: 4px;
}

.galleria-thumbnails .galleria-image {
    height: 60px !important;
}

.galleria-images {
    background: #383e44;
    height: 98% !important;
}

.galleria-theme-classic .galleria-stage, .galleria-theme-classic .galleria-thumbnails-container {
    width: 100%;
    left: 0 !important;
}

.galleria-theme-classic .galleria-thumbnails-container {
    height: 60px;
}

.galleria-theme-classic .galleria-image-nav-left {
    background-image: url("../img/classic-map-left.png");
    background-position: center;
}

.galleria-theme-classic .galleria-image-nav-right {
    background-image: url("../img/classic-map-right.png");
    background-position: center;
}

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left, .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
    height: 100%;
    background-position-y: center;
}

.galleria-theme-classic.notouch .galleria-image-nav-left:hover, .galleria-theme-classic.notouch .galleria-image-nav-right:hover {
    opacity: .4;
}

.galleria-theme-classic {
    background: transparent;
}

.hashtag {
    font-size: 0;
    width: 83%;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.hashtag li {
    display: inline-block;
    padding-bottom: 17px;
}

.hashtag li a {
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #ebebeb;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.hashtag li a:hover {
    background-color: #ffefe6;
    color: #a7501c;
}

.hashtag li:last-child a {
    margin: 0;
}

.share {
    padding: 20px 75px;
}

.share-but {
    opacity: 0.6;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 20px;
}

.share-but .fa {
    margin-right: 5px;
}

.share .social {
    display: inline-block;
    vertical-align: middle;
}

.share .social li {
    display: inline-block;
}

.share .social li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #3b5998;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
}

.share .social li a.twitter {
    background-color: #00aced;
}

.share .social li a.gmail {
    background-color: #d44638;
}

.category .all-inner {
    margin-bottom: 20px;
}

.category .all-inner .hire-block {
    border-radius: 0;
}

.search-result {
    padding-left: 20px;
    background: url("../img/search-in.png") no-repeat left;
}

.search-result {
    color: #5b656f;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 15px;
}

.search-result b {
    color: #3e454c;
}

.archive-head {
    display: flex;
    justify-content: space-between;
}

.archive-head .block.head:first-child {
    width: 65%;
    display: inline-block;
}

.archive-head .block.head:last-child {
    width: 31%;
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 2px 10px;
}

.contact-in {
    padding: 20px 0 80px;
}

.contact-inner.block {
    padding: 40px 60px 50px;
}

.contact-in .block input.form-control {
    height: 40px;
    /* width: 49%; */
    display: inline-block;
    margin-bottom: 20px;
}

.contact-in .block input.form-control:nth-child(2) {
    float: right;
}

.contact-in textarea {
    resize: none;
}

.contact-in iframe {
    width: 100%;
    border-radius: 4px;
}

.contact-in .iframe {
    height: 227px;
}

.contact-in .btn-effect {
    margin: 20px 0;
    width: 166px;
    height: 40px;
}

.contact-in ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
}

.contact-in ul li a, .contact-in ul li {
    color: #000000;
    font-size: 14px;
}

.contact-in ul {
    margin-top: 12px;
}

.contact-in ul li a .fa, .contact-in ul li .fa {
    color: #8392a0;
    margin-right: 5px;
    width: 15px;
    text-align: center;
}

.mobile, .mobile-rek {
    display: none !important;
}

.top-hire.hire-block {
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.toggled {
    background: url("../img/hamburger.png") no-repeat center;
    width: 25px;
    height: 18px;
}

.footer-top .contact {
    width: 260px;
}

footer .social-icons li a {
    opacity: 1;
}

.archive-head .block.head .form-control {
    text-align: right;
    border: none;
    box-shadow: none;
}

.archive-head .block.head .archive-date {
    position: relative;
    width: 100%;
}

.archive-head .block.head .archive-date .fa {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calendar-modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    text-align: center;
    height: 93vh;
    position: relative;
}

.calendar-modal .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
}

#calendar .datepicker {
    background: #fff;
    margin: auto;
    padding: 10px;
    width: 320px;
    height: 365px;
}

.calendar-modal .datepicker table {
    margin: auto;
}

#calendar .datepicker .cw {
    font-size: 12px;
}

.calendar-modal .datepicker td.day, .calendar-modal .datepicker th {
    font-size: 16px;
    padding: 7px;
    line-height: 30px;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
    border-radius: 4px;
    background: #ff680d;
    color: #fff;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: #ff7b2b;
}

.not_found {
    padding: 20px 0 65px;
}

.not_found img {
    margin: auto;
}

.not_found .inner {
    max-width: 550px;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.not_found .inner h3 {
    font-weight: bold;
    margin: 20px 0;
}

.not_found .inner p {
    font-size: 16px;
    opacity: .5;
    line-height: 24px;
    margin-bottom: 15px;
}

.not_found .inner .btn-effect {
    font-size: 16px;
    height: 40px;
    width: 200px;
    text-transform: uppercase;
}

.modal-backdrop.in {
    opacity: .9;
}

.relative {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .social-icons li a {
        margin-right: 8px;
    }

    .nav-bottom .navbar-nav li a {
        padding: 13px 8px;
    }

    .content .right-side .hire-block {
        width: 100%;
    }

    .footer-top ul li a, .footer-top .col-sm-3 p {
        font-size: 13px;
    }

    .widget.block {
        width: auto;
    }

    .news-inner .news-image img {
        height: 390px;
    }

    .block-news img {
        /*height: 144px;*/
        height: 135px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .scroll-div {
        width: 250px !important;
    }

    /* .social-links a {
        width: 74px;
    } */
}

@media screen and (max-width: 1024px) {
    .content .left-side {
        padding-bottom: 120px;
    }

    .content .right-side {
        padding-right: 5px;
    }

    .widget-body ul li a h5 {
        font-size: 14px;
    }
}

@media screen and (min-width: 991px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .content .right-side {
        height: 100%;
        /*right: 10px;*/
        /*position: absolute;*/
        /*min-height: 2570px;*/
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .navbar-brand {
        width: 133px;
    }

    .social-icons li a {
        margin-right: 5px;
    }

    .valuta li, .valuta li span {
        font-size: 12px;
        letter-spacing: 0;
    }

    .nav-bottom .navbar-nav li a, .nav-bottom .navbar-nav .dropdown-menu li a {
        font-size: 13px;
    }

    .nav-bottom .navbar-nav .dropdown-menu li a {
        line-height: 30px;
    }

    .search {
        padding: 25px 13px;
    }

    .nav-bottom .navbar-nav li a {
        padding: 13px 5px;
    }

    .nav-bottom .navbar-nav li.other a {
        padding-right: 10px;
    }

    .contact-in ul li a, .contact-in ul li {
        font-size: 11px;
    }

    .social.block, .social-links {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .content .left-side {
        width: 100%;
    }

    .right-block .hire-block, .right-block .widget {
        display: none;
    }

    .content .left-side {
        padding-bottom: 40px;
    }

    .contact-in ul {
        width: 100%;
    }

    .scroll-div {
        width: 200px !important;
        right: 10px;
    }

    .content .right-side {
        width: 100%;
    }

    .search-modal .modal-content .input-group .search {
        right: 15px;
    }

    .news-inner .news-image img {
        height: 428px;
    }

    .block-news img {
        /*height: 157px;*/
        height: 147px;
    }
}

@media screen and (min-width: 768px) {
    .slider-part .col-sm-6:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        padding: 10px 0;
        height: auto;
    }

    .content .right-side {
        min-height: auto;
    }

    .nav-top .col-sm-6:first-child {
        height: 56px;
        width: 100%;
    }

    .navbar > .container .navbar-brand {
        margin-left: 0;
    }

    .toggled {
        margin-left: 20px;
        padding: 10px 0;
    }

    .nav-bottom .navbar-nav li a {
        transition: ease-in 0s;
    }

    .mobile-menu {
        opacity: 0;
        visibility: hidden;
        transition: .2s ease-in;
        position: fixed;
        background: #fff;
        z-index: 99999;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        overflow-y: scroll;
    }

    .mobile-menu .navbar-nav, .mobile-menu .navbar-nav > li {
        float: none;
    }

    .search-modal .modal-content .input-group .search {
        right: 0;
    }

    .nav-bottom .navbar-right {
        float: none !important;
        margin: 7.5px 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .close-menu {
        background: url("../img/close.png");
        float: right;
        width: 17px;
        height: 18px;
    }

    .menu-top {
        background-color: #3e454c;
        height: 45px;
        padding: 13px;
    }

    .mobile-menu .navbar-nav {
        margin: 0;
    }

    .nav-bottom .mobile-menu .navbar-nav li a {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px solid #f0f0f0;
        padding: 13px 18px;
    }

    .nav-bottom .mobile-menu .navbar-nav li a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #000;
    }

    .mobile-menu .dropdown .dropdown-toggle {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background: #efefef;
    }

    .mobile-menu .dropdown .dropdown-menu {
        padding: 0;
    }

    .nav-bottom .mobile-menu .navbar-nav li.dropdown a.dropdown-toggle {
        background: #efefef;
        display: block !important;
    }

    .nav-bottom .mobile-menu .navbar-nav li.other a {
        background: none;
    }

    .backgorund {
        background-color: #e7e7e7 !important;
    }

    .rotate {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .navbar-nav > li > .dropdown-menu:before {
        content: none;
    }

    .mobile-menu .dropdown.open a {
        border-bottom: none;
    }

    .nav-bottom .mobile-menu .open .dropdown-menu > li > a {
        opacity: 0.8;
        color: #000000;
        font-size: 14px;
        text-transform: none;
        font-weight: 600;
        padding: 3px 40px !important;
    }

    .nav-bottom .navbar-nav li.dropdown.lang a.dropdown-toggle {
        background: transparent;
        display: inline-block;
        border: none;
        color: #fff;
        font-weight: normal;
    }

    .navbar-nav .lang {
        float: right;
        display: inline-block;
    }

    .navbar-nav .lang.open .dropdown-menu {
        position: absolute;
        background: #fff;
    }

    .nav-bottom .navbar-nav.navbar-right li a {
        padding: 0;
    }

    .nav-bottom .social-icons {
        display: inline-block !important;
    }

    .toggle-menu {
        visibility: visible;
        opacity: 1;
    }

    .mobile {
        display: block !important;
    }

    .web {
        display: none !important;
    }

    .social-icons li a {
        height: 16px;
        width: 16px;
        line-height: 15px !important;
    }

    .social-icons li a .fa {
        font-size: 11px;
    }

    .navbar-default.nav-bottom {
        min-height: 50px;
    }

    .navbar-default.nav-bottom {
        min-height: 40px;
    }

    .navbar-brand > img {
        height: 20px;
    }

    .footer-top .col-sm-3 p {
        /* display: none; */
        order: 2;
    }

    .footer-top .col-sm-3 img {
        display: inline-block;
        height: 20px;
    }

    .footer-top .col-sm-3 .social-icons {
        display: inline-block !important;
        width: 50%;
        order: 1;
    }

    .footer-top .col-sm-3 {
        margin-bottom: 25px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-top .col-sm-9 {
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-logo {
        display: inline-block;
        width: 31%;
        order: 1;
    }

    .footer-top .contact {
        margin-top: 20px;
    }

    .footer-top {
        padding: 26px 0 15px;
    }

    .footer-bottom {
        padding: 5px 0;
        text-align: center;
        font-size: 12px;
    }

    .footer-bottom p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .content .left-side .hire-block {
        margin: 10px auto;
    }

    .slider-part .block:last-child {
        display: none;
    }

    .slider-part .col-sm-6:first-child {
        margin-bottom: 10px;
    }

    .block-news img {
        width: 100%;
        height: auto;
    }

    .content .right-side .hire-block {
        width: 290px;
        height: 242px;
        margin: auto;
    }

    .hire-block {
        width: 290px;
        height: 90px;
    }

    .content .right-side {
        width: 100%;
        padding: 0 15px 15px;
    }

    .news-list .news {
        margin-bottom: 15px;
    }

    .social-links {
        padding-bottom: 50px;
    }

    .news-inner {
        padding: 16px 30px;
    }

    .hashtag {
        display: flex;
        flex-wrap: wrap;
    }

    .hashtag li a {
        padding: 11px 10px;
    }

    .galleria {
        height: 400px;
    }

    .news-inner .news-head {
        font-size: 18px;
        line-height: 24px;
    }

    .news-inner iframe {
        height: 350px;
    }

    .share {
        padding: 20px 37px;
    }

    .contact-inner.block {
        padding: 20px 5px;
    }

    .mobile-rek {
        display: block !important;
    }

    .web-rek {
        display: none !important;
    }

    .slider-part .owl-carousel .owl-item img {
        height: 492px;
    }

    .news-inner .news-image img {
        height: auto;
    }
}

@media screen and (max-width: 425px) {
    .slider-part .owl-carousel .owl-item img {
        height: 260px;
    }

    /* .slider-part .owl-carousel .owl-item img {
        height: 194px;
    } */

    .slider-part .title h3 {
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
    }

    .slider-part .owl-theme .owl-nav img {
        height: 23px;
    }

    .slider-part .title {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .slider-part .block a {
        font-size: 14px;
    }

    .left-side .btn-effect {
        width: 100%;
    }

    .footer-top .links li {
        width: calc(100% / 2);
    }

    .footer-logo {
        width: 48%;
    }

    .block.head h4 {
        font-size: 14px;
        padding-left: 14px;
    }

    .block.head h4:before {
        left: 0;
    }

    .search-result {
        font-size: 14px;
    }

    .news-inner {
        padding: 15px;
    }

    .news-inner p {
        font-size: 14px;
    }

    .share {
        padding: 20px 15px;
    }

    .share .social li a {
        margin-right: 15px;
    }

    .contact-in ul {
        flex-wrap: wrap;
    }

    .archive-head .block.head {
        width: 100% !important;
    }

    #calendar .datepicker {
        width: auto;
        margin-top: 40px;
    }

    .archive-head .block.head .form-control {
        padding-right: 2px;
    }

    .not_found .inner {
        padding: 40px 20px;
    }

    .not_found .inner h3 {
        font-size: 18px;
    }

    .not_found .inner p {
        font-size: 14px;
        line-height: 20px;
    }

    .social-links a {
        width: 100px;
    }

    .contact-in .block input.form-control, .contact-in .btn-effect {
        width: 100%;
    }

    .archive-head {
        flex-direction: column;
    }

    .hashtag {
        width: 93%;
    }
}

@media screen and (max-width: 350px) {
    .social-links a {
        width: 86px;
    }
}