.navbar-brand > img {
    top:5px;
}
.text-color {
    color:#87c100;
}
.color-black {
    color: #000;
}
.post-meta h3 {
    text-transform: none;
}
.post-meta {
    color: #000;
}
#sx-callback .modal-header,
#sx-feedback .modal-header
{
    display: block;
}
.modal-header h4,
.modal-header .close
{
    color: white;
}
.modal-header {
    background: linear-gradient(95deg, rgb(6, 129, 29) 20%, rgb(79, 203, 12) 80%);
    color: white;
}


.swiper-slide {
    float: left;
    margin: 0 15px ;
}

.electronic-reviews .list-item .item-header {
    background-color: #c0996b;
    color: #000;
    padding: 15px 14px;
}
.header-publication {
    text-align: right;
    font-style: italic;
    color: #c0996b;
}
.electronic-reviews {
    list-style: none;
    padding-left: 0;

}
    .electronic-reviews li {
        margin-left: 0;
        padding-left: 0;
    }

.has-error .form-control {
    border-color: darkred;
}
    .has-error .help-block {
        color: darkred;
    }
.has-success .form-control {
    border-color: #87c100;
}
    .has-success .help-block {
        color: #87c100;
    }
.breadCrBlock li:after {
    font-family: revicons;
    content: '\e825';
    padding-left: 10px;
}
.breadCrBlock li:last-of-type:after {
    content: '';
}
.askMe {
    border: 1px solid #eee;
    padding: 20px;
}
.slider-title, .page-breadcrumb h1 {
    font-family: 'Marck Script', cursive;
}
.page-breadcrumb {
    padding: 150px 0 50px;
    background-attachment: inherit;
    background-position: 50% 50%;
}
.form-control, input[type="text"], input[type="email"], textarea {
    border-color: #eee;
}
div#slider1_forcefullwidth, div#slider1_forcefullwidth .rev_slider_wrapper, .fullwidthbanner-container .fullwidthabanner {
    height: 450px !Important;
    overflow: hidden;
}
.dropdown.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 100;
    visibility: visible;
}
@media (max-width: 450px) {
    .navbar-light .navbar-toggler {
        right:0;
        margin-right: 0;
    }
    .navbar {
        padding:0;
    }
    .navbar-brand {
        margin: 0;
        padding:0 0 10px;
    }
}
.vacancyBlock {
    color: #000;
    width: 100%;
    min-height: 400px;
    background-color: white;
    /*background-image: url(../img/vacancies/top-left.jpg), url(../img/vacancies/top-right.jpg), url(../img/vacancies/bottom-right.jpg), url(../img/vacancies/bottom-left.jpg);
    background-position: left top, right top, right bottom, left bottom 90px;
    background-repeat: no-repeat;*/
    position: relative;

}
.vacancyBlock .bottomText {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    
}
@media (max-width: 768px)
{
    .leftCol {
        display: none;
    }
    /*.vacancyBlock {
        background-image: url(../img/vacancies/top-left.jpg), url(../img/vacancies/bottom-right.jpg);
        background-position: left top, right bottom;
    }*/
}
.vacancies-title {
    width: 100%;
    text-align: center;
    font-family: Calibri, Arial, sans-serif;
    font-size: 28pt;
    font-style: italic;
    line-height: 1.2em;
    text-shadow: white 0 0 2px;
    min-height: 120px;
}
     .vacancies-title span {
         color: #94C011;
     }
.tp-mask-wrap {
    top: -45px !important;
}
@media(max-width: 768px) {
    .recent-post img {
        float: none;
    }
    .tp-caption.slider-title {
        font-size: 2.2em !important;
    }
    .tp-caption.slider-caption {
        font-size: 1.0em !important;
    }
}

@media (min-width: 768px) {
    .pull-md-9 {
        right: 75%;
    }
    .push-md-3 {
        left: 25%;
    }
}
@media (min-width:576px) {
    .pull-sm-9{right:75%}
    .push-sm-3{left: 25%;}
}



.blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(255, 0, 0, 0.5); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(255, 0, 0, 0.5); }
  100% { color: rgba(34, 34, 34, 1); }
}


.a-shine{
    position:relative;
    overflow:hidden
}
.a-shine:after{
    content:"";
    display:inline-block;
    transition:background .15s ease-in-out;
    background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.03) 1%,hsla(0,0%,100%,.6) 30%,hsla(0,0%,100%,.85) 50%,hsla(0,0%,100%,.85) 70%,hsla(0,0%,100%,.85) 71%,hsla(0,0%,100%,0));
    width:35%;
    height:100%;
    transform:skew(-15deg,0deg);
    animation:move 2s;
    animation-iteration-count:infinite;
    animation-delay:1s;
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    pointer-events:none
}



@keyframes move{
    0%{
        left:0;
        opacity:0
    }
    5%{
        opacity:.05
    }
    48%{
        opacity:.2
    }
    80%{
        opacity:0
    }
    to{
        left:75%
    }
}


.sx-prew-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
}
.sx-prew-photo:hover {
    opacity: 0.6;
}