/***********************************
Main
***********************************/
.section-md-top {
    padding-top: 70px;
}


/***********************************
Header
***********************************/
.header-logo {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.header-logo-inner {
    color: #feb900;
}

.logo-icon img {
    margin: -5px 10px 0 0;
    transition: 0.3s;
}

.rd-navbar--is-stuck .logo-icon img {
    width: 64px;
    position: relative;
    top: 3px;
}

.rd-navbar-outer .brand {
    display: inline-block;
}


/***********************************
Home page
***********************************/
.h1-home-page {
    font-size: 36px;
}


/***********************************
Breadcrumbs
***********************************/
.breadcrumbs-custom {
    margin-top: 30px !important;
}
.list-title a:hover{
    color: #003366;
}
.ctalink {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctatitle {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: bold;
}
.bg-white.cta-section {
    background-color: #1a2c6a;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ctatext {
    color: #fff;
}
.ctadesc a{
    display: inline-block;
}
.ctadesc a:hover{
    color:#fff;
}

@media (min-width: 1800px) {
.breadcrumbs-custom {
    margin-top: 70px !important;
}
}


/***********************************
Footer
***********************************/
.redline {
    font-size: 12px;
    color: #b8b8b8;
}

.redline a {
    color: #b8b8b8;
}

.redline a:hover {
    color: #fff;
}

footer .lredform .redTextAgree {
    color: #b8b8b8;
}


/***********************************
Contact form
***********************************/
.contact-form input.input_submit {
    width: auto;
    padding: 15px 30px;
    transition: 0.3s;
}

.contact-form {
    margin-top: 40px;
}


/***********************************
Content
***********************************/
.item-page div.article ul{
    list-style-type: disc;
}
.item-page ul {
    list-style: inherit;
    margin-left: 50px;
}

h2.menutitle, .content-category h2 {
    position: relative;
}

.page-header h2, h2.menutitle, .content-category h2 {
    margin-bottom: 30px;
    font-size: 36px;
}

.page-header h2:before, h2.menutitle:before, .content-category h2:before {
    left: -25px;
    width: 6px;
}

.page-header h2:before, h2.menutitle:before, .content-category h2:before {
    content: "";
    position: absolute;
    background-color: #ffba00;
    top: 0;
    bottom: 0;
}

.item-page h3 {
    font-size: 26px;
}

.item-page p,.item-page ul {
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
h5, .heading-5 {
    font-size: 16px;
}
}

.category-desc.clearfix {
    margin-bottom: 30px;
}


/***********************************
Search page
***********************************/
#search-searchword {
    color: #333;
    padding: 5px 10px;
}

.search {
    color: #333;
    background: #fff;
}

.btn-group.pull-left {
    margin: 0 0 0 10px;
}

button.btn.hasTooltip {
    background: #feb900;
    padding: 9px 20px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    transition: 0.3s;
}

button.btn.hasTooltip:hover {
    background: #003366;
    color: #fff;
}

#searchForm .btn-group.pull-left {
    margin: 0 10px 0 0;
}

.searchintro, .form-limit, p.counter.animated {
    display: none;
}

.search-results .result-text {
    margin-bottom: 20px;
}

.highlight {
    font-weight: bold;
}

#searchForm {
    margin-bottom: 30px;
}

.phrases-box {
    margin-left: 20px;
}

fieldset.phrases {
    margin: 20px 0;
}

.ordering-box {
    margin-top: 10px;
}

dd.result-created {
    display: none;
}

#mod-finder-searchword122 {
    padding: 10px;
    width: 100%;
}

#advancedSearch {
    margin: 20px 0;
}

ul.search-results li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.btn-primary {
    background-color: #ffba00;
    border-color: #ffba00;
    border-radius: 0;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#finder-search input#q {
    padding: 2px 5px 3px 7px;
}

#finder-filter-window .controls {
    margin-right: 20px;
}


/***********************************
Sitemap
***********************************/
#xmap ul.level_1 {
    margin-left: 30px;
}
#xmap ul.level_1, #xmap ul.level_2{
    list-style: disc;
}
#xmap ul.level_2{
    margin-left:20px;
}


/***********************************
Chat
***********************************/
.jet-chat-wrap {
    position: fixed;
    right: 40px;
    bottom: 115px;
    z-index: 55
}

.jet-chat {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(80, 106, 72, .15);
    margin-bottom: 100px;
    position: relative;
    display: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 400ms cubic-bezier(.21, 1.13, .81, .99);
    transition: all 400ms cubic-bezier(.21, 1.13, .81, .99);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.jet-chat.chat-active {
    pointer-events: auto;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-chat:after {
    position: absolute;
    bottom: -8px;
    right: 42px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent transparent
}

.jet-chat__form {
    padding: 30px
}

.jet-chat__form-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500
}

.jet-chat__form-text {
    font-size: 14px;
    line-height: 26px
}

.jet-chat__form-error {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    background: red;
    color: #fff
}

.jet-chat__form-error.hidden {
    display: none
}

.jet-chat__form-message {
    padding-bottom: 20px
}

.jet-chat__form-row {
    padding-bottom: 10px
}

.jet-chat__form-row input {
    width: 100%;
    font-size: 14px;
    color: #42527b;
    border: 1px solid #e8e8f6;
    padding: 10px 15px 12px;
    border-radius: 5px;
    background-color: #f5f7fb
}

.jet-chat__form-submit {
    margin-top: 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    background-color: #1ac8e1;
    background-image: -webkit-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
    background-image: linear-gradient(to right, #1ac8e1 0%, #1de6ba 100%);
    padding: 12px 20px 17px;
    font-family: muli, sans-serif;
    font-weight: 400;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px
}

.jet-chat__form-submit:hover {
    color: #fff;
    background-position: right center;
    -webkit-transition: all 440ms cubic-bezier(.275, .17, .145, .975);
    transition: all 440ms cubic-bezier(.275, .17, .145, .975);
    background-color: #1de6bb
}

.jet-chat__form-field.jet-chat-error {
    border-color: red
}

.jet-chat__heading {
    background: #2a344f;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px 5px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-chat__title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 0
}

.jet-chat__title:before {
    content: '\f0e5';
    font-family: fontawesome;
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
    line-height: 32px;
    height: 32px;
    vertical-align: sub;
    background-color: #1ac8e1;
    background-image: -webkit-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
    background-image: linear-gradient(to right, #1ac8e1 0%, #1de6ba 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.jet-locales {
    position: relative;
    color: #7d8aa9;
    font-size: 14px;
    line-height: 36px
}

.jet-locales__img {
    width: 25px;
    margin: -4px 10px 0 0;
    vertical-align: middle
}

.jet-locales__list {
    position: absolute;
    left: 0;
    top: 100%;
    right: 10px;
    margin: 0;
    background: #2a344f;
    visibility: hidden;
    overflow: hidden;
    height: 0
}

.show-locales+.jet-locales__list {
    visibility: visible;
    height: auto
}

.jet-locales__item {
    padding: 0 0 0 20px;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.jet-locales__item:hover,
.jet-locales__item.active-locale {
    background: #1a233a;
    color: #fff
}

.jet-locales__trigger {
    font-size: 14px;
    line-height: 36px;
    padding: 12px 30px 12px 20px;
    background: 0 0;
    color: #7d8aa9
}

.jet-locales__trigger:after {
    content: '\e93b';
    font-size: 11px;
    font-family: nucleo mini;
    display: inline-block;
    margin: 0 0 0 5px
}

.jet-locales__trigger.show-locales {
    color: #fff
}

.jet-locales__trigger.show-locales:after {
    content: '\e93e'
}

.jet-chat-trigger {
    background-color: #1ac8e1;
    background-image: -webkit-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
    background-image: linear-gradient(to right, #1ac8e1 0%, #1de6ba 100%);
    width: 72px;
    height: 72px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    pointer-events: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    box-shadow: 0 0 0 24px rgba(29, 230, 255, .2), 0 0 0 12px rgba(29, 230, 255, .5);
    border: none;
    outline: none;
}

.jet-chat-trigger:before {
    color: #fff;
    content: '\f0e5';
    font-family: fontawesome;
    font-size: 30px;
    display: block
}

.jet-chat-trigger span {
    position: absolute;
    top: -60px;
    min-width: 90px;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    left: 50%;
    margin-left: -45px;
    background: #2a344f;
    font-weight: 400;
    color: #fff;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 150ms cubic-bezier(.21, 1.13, .81, .99);
    transition: all 150ms cubic-bezier(.21, 1.13, .81, .99);
    opacity: 0
}

.jet-chat-trigger span:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5.5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 5px 0 5.5px;
    border-color: #2a344f transparent transparent transparent
}

.jet-chat-trigger:not(.chat-active):hover {
    box-shadow: 0 0 0 20px rgba(29, 230, 255, .2), 0 0 0 10px rgba(29, 230, 255, .5)
}

/*.jet-chat-trigger:not(.chat-active):hover:before{
-webkit-animation:bounce200ms4linearalternate;
animation:bounce200ms4linearalternate
}*/

.jet-chat-trigger:not(.chat-active):hover span {
    top: -70px;
    opacity: 1
}

.jet-chat-trigger.chat-active {
    box-shadow: 0 0 0 20px rgba(29, 230, 255, .2), 0 0 0 10px rgba(29, 230, 255, .5);
    width: 60px;
    height: 60px;
    line-height: 60px
}

.jet-chat-trigger.chat-active span {
    display: none
}

.jet-chat-trigger:hover {
    background-position: center center
}

.jet-chat-trigger__wrap {
    right: 14px;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}


/***********************************
Gallery
***********************************/
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 26px;
    height: 26px;
}

ul.sigProResponsive li.sigProThumb a.sigProLink img.sigProImg, ul.sigProResponsive li.sigProThumb a.sigProLink:hover img.sigProImg {
    background-position: 50% top;
}

ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #3399FF;
    background-color: #3399FF;
    border: 6px solid #3399FF;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    color: #003366;
    background-color: #003366;
    border: 6px solid #003366;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover img {
    opacity: 0.7;
}


/***********************************
Docs page
***********************************/
.docs-block img {
    margin: -5px 5px 0 0;
}


/***********************************
Other style
***********************************/
#btn-application {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 1;
}

#btn-application a {
    background: #ffba00;
    color: #333;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s;
}

#btn-application a:hover {
    background: #333;
    color: #fff;
}

/***********************************
Product modal
***********************************/
#product {
    width: 50%;
    height: 50%;
}

.decorative-title {
    margin-bottom: 20px;
}


/***********************************
Cat block
***********************************/
.cat-service-block {
    margin-top: 0 !important;
    padding-bottom: 50px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
}

.cat-service-block:last-child {
    border-bottom: none;
}


/***********************************
Adaptation
***********************************/
@media(max-width:1400px) {
#product {
    width: 80%;
    height: 80%;
}
.ctatext {
    margin-bottom: 20px;
}
}

@media(max-width:768px) {
#product {
    width: 95%;
    height: 95%;
}

}

@media (max-width:500px) {
.header-logo {
    font-size: 20px;
    }
}

@media(max-width:420px) {

.logo-icon img {
    display: none;
}
.jet-chat-wrap {
    display: none;
}
ul.sigProResponsive li.sigProThumb {
    width: 100%;
}
.thumbnail-type-3 img {
    margin-top: 20px;
}
h1, .heading-1 {
    font-size: 32px;
}
.swiper-slide h2 {
    font-size: 28px;
}
#searchForm .btn-group.pull-left {
    margin-bottom: 10px;
}
.decorative .blurb .icon {
    width: 100%;
}
.page-footer-default .footer-bottom {
    padding-bottom: 60px;
}
#btn-application {
    display: block;
}
#btn-application a {
    background: #ffba00;
    color: #333;
}
}

@media (max-width: 365px) {
    span.header-logo {
        font-size: 17px;
    }
}

/***********************************
Google translate
***********************************/
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}


/*wh*/

hr {
    border: 3px solid #ffba00;
}

.emblem-padding {
    padding-bottom: 70px;
}

.header-logo {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}

.header-logo-sub {
    font-size: 18.5px;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
}

.logo-box {
    display: flex;
}

.emblem-box {
    align-items: center;
}

.emblem-text {
    font-size: 14px;
}

.emblem-padding a:hover {
    color: #fff;
}

.emblem-img {
    margin-bottom: 10px;
}

.decorative-title.h1-home-page:before {
    height: 130px;
}

.swiper-slider-1 .decorative>.decorative-title:first-child {
    font-weight: 700;
}

.areaswork-text {
    color: #fff;
    font-size: 21px;
    text-align: left;
    max-width: 1200px;
}

section.section.novi-bg.novi-bg-img.section-sm.bg-white h3.decorative-title {
    max-width: 569px;
}

p.description {
    text-align: left;
}

.areas-padding {
    padding: 60px 0;
}

h5.product-title {
    font-size: 16px;
}

h5.blurb-title {
    font-size: 15px;
}

.page .icon-image-lg {
    width: 80px;
    height: 80px;
}

.page .icon-image img {
    width: 50px;
}

.section-bredcrumbs {
        padding-bottom: 40px;
}

.shell-fluid.context-dark h1.decorative-title {
        font-size: 40px;
}

.shell-fluid.context-dark .decorative.decorative-lg {
    display: none;
}

.caption.decorative-flex {
    display: flex;
}

.left-part, .right-part {
    width: 50%;
    padding: 0 10px;
}

.slider_listmenu li {
    font-size: 18px;
}

.block-bgr1 {
    display: block;
    width: 100%;

    background-image: url(/templates/mayak/images/back_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.block-bgr2 {
    display: block;
    width: 100%;

    background-image: url(/templates/mayak/images/back_5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-white {
    background: none;
}

h3.decorative-title, h4.title,
p.description /*h5.blurb-title a, p.emblem-text*/ {
    color: #000;
}

.block-bgr2 h3.decorative-title, h4.title,
p.description, h3.review-title {
    color: #fff;
}

.blurb {
    cursor: pointer;
}

div#myModal1 {
    width: 800px;
}

/*
section.section.novi-bg.novi-bg-img.section-sm.bg-white {
    background-image: url(/templates/mayak/images/bg-image-serv.jpg);
}
*/

.emblem-img img {/*width: 200px;*/    height: 81.38px;}

.kw {
    font-size: 11px;
    padding-top: 30px;
}
.section-sm.bg-white.cta-section a:hover{
    color: #fff;
}
.section-sm.bg-white a:hover{
    color: #1a2c6a;
}
.rd-navbar-dropdown li {
    border-bottom: 1px solid #eee;
}
.category-desc {
    margin: 25px 0;
}
/*.kw p {color: #eee;}*/

@media (min-width: 1800px) {
    .desktop .section-bredcrumbs {
    padding-top: 120px;
    }
}


@media(max-width: 992px) {
    .rd-navbar-cell.rd-navbar-panel {
        height: 50px;
    }

    .emblem-box {
        padding: 75px 0;
    }
    .logotip-sarsat {
        padding-top: 50px;
    }
    .areaswork-text{
        text-align: left;
    }
}

@media(max-width: 480px) {
    .slider_listmenu li {
        font-size: 15px;
    }
    .swiper-slider-1 .swiper-slide-caption{
        padding-left:15px;
    }
}

.no-wrap {
    white-space: nowrap;
}
.items-leading .page-header{width:100%;clear:both;display:inline-block;padding-top:20px;}

div#myModal1.lredmod.opened,
div#myModal2.lredmod.opened,
div#myModal3.lredmod.opened,
div#myModal4.lredmod.opened {
    width: 800px;
}  