.public-blog-feed img {
    /*max-width: 845px;*/
}

.public-blog-feed-teaser {
    margin-bottom: 70px;
    border-bottom: 1px solid #ececec;
}
.public-blog-feed-teaser:last-child {
    margin-bottom: 30px;
    border-bottom: none;
}

.public-blog-feed h2 {
    font-size: 26px;
    margin: 0 0 5px 0;
    font-weight: 300;
    color: #0d86c7;
}

.public-blog-tags {
    padding: 15px 0;
}

.public-blog-teaser-functions {
    margin: 0;
    padding: 15px 0;
}

.public-blog-teaser-functions li {
    display: inline-block;
    list-style: none;
    margin: 0 40px 0 0;
}
.public-blog-feed .btn-facebook{
    display: none;
}
.public-blog-feed i.fa {
    opacity: .7;
    margin-right: 5px;
}

.public-blog-tags-filter .tag {
    display: block;
    padding: 8px 10px;
    float: left;
    margin: 5px 0;
    border: 1px solid #eee;
    border-radius: 3px;
    border-left: 5px solid #eee;

}

.public-blog-tags-filter .tag:hover {
    text-decoration: none;
}
.public-blog-tags-filter .tag:hover {
    text-decoration: none;
    border-color: #1b809e;
}

.public-blog-tags-filter .tag.active {
    border-left-color: #1b809e;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
}

.blog-banner{
    display: none;
    position: sticky;
    top: 10px;
    max-width: 162px;
    margin-top: 7px;
}

.blog-banner a img{
    max-width: 162px;
    width: 100%;
}

.banner-subscribe-block{
    position: relative;
}

.banner-subscribe-form{
    position: absolute;
    /*top: 74px;*/
    bottom: 10px;
    text-align: center;
}

.banner-subscribe-form .banner-your-name,
.banner-subscribe-form .banner-your-phone,
.banner-subscribe-form .banner-your-email{
    width: 85%;
    max-width: 150px;
    height: 30px;
    /*background-color: #3FA126;*/
    /*background-position: 95% center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 24px;*/
    border: 1px solid #85C978;
    text-indent: 10px;
    margin-bottom: 14px;
    color: #535353;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0px 3px 4px 0px #000;*/
    /*-moz-box-shadow: 0px 3px 4px 0px #000;*/
    /*box-shadow: 0px 3px 4px 0px #000;*/
}

/*.bg-img{*/
/*background-image: url("/static/img/banner-arrow.png");*/
/*}*/

.banner-subscribe-form .banner-your-name:focus,
.banner-subscribe-form .banner-your-phone:focus,
.banner-subscribe-form .banner-your-email:focus{
    background-image: none;
}


.banner-subscribe-form input[type=text]:hover,
.banner-subscribe-form input[type=email]:hover {
    outline: none;
    -webkit-box-shadow: 0px 0px 3px 1px #d9534f;
    -moz-box-shadow: 0px 0px 3px 1px #d9534f;
    box-shadow: 0px 0px 3px 1px #d9534f;
}

.banner-subscribe-form input[type=text]:focus,
.banner-subscribe-form input[type=email]:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 6px 2px #e43833;
    -moz-box-shadow: 0px 0px 6px 2px #e43833;
    box-shadow: 0px 0px 6px 2px #e43833;
}

.banner-link{
    position: relative;
    display: inline-block;
}

.btn-wrp{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-subscribe-form input.get-scripts {
    width: 75%;
    height: 30px;
    line-height: 0;
    /*position: absolute;*/
    /*bottom: 8px;*/
    /*margin: 0 auto;*/
    /*display: inline-block;*/
    /*border: none;*/
    /*background: url("/static/img/banner-submit.png") no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0px 3px 4px 0px #000;*/
    /*-moz-box-shadow: 0px 3px 4px 0px #000;*/
    /*box-shadow: 0px 3px 4px 0px #000;*/
}

.banner-subscribe-form input.get-scripts:hover {
    /*-webkit-box-shadow: 0px 3px 4px 0px #000, inset 0px -13px 6px 0px rgba(255,255,255,0.4);*/
    /*-moz-box-shadow: 0px 3px 4px 0px #000, inset 0px -13px 6px 0px rgba(255,255,255,0.4);*/
    /*box-shadow: 0px 3px 4px 0px #000, inset 0px -13px 6px 0px rgba(255,255,255,0.4);*/
}

.banner-subscribe-form input.get-scripts:focus {
    outline: none;
}

.banner-link input.get-scripts1 {
    width: 75%;
    max-width: 137px;
    height: 30px;
    line-height: 0;
    /*position: absolute;*/
    /*bottom: 8px;*/
    /*margin: 0 auto;*/
    /*display: inline-block;*/
}

.block-margin {
    margin-top: 20px;
}

.not-authorized .add-current-script {
    display: none;
}
.is_designer .add-current-script {
    display: inline-block;
}

.message_wrapper {
    z-index: 999999;
    cursor: default;
    padding: 0;
    position: fixed;
    top: 40px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

.message_wrapper .alert {
    padding: 8px 14px 8px 14px;
    margin-bottom: 0;
}


.banner-subscribe-form input::-webkit-input-placeholder {color:#535353;
    text-indent: 10px;font-weight: 400}
.banner-subscribe-form input::-moz-placeholder          {color:#535353;
    text-indent: 10px;font-weight: 400}/* Firefox 19+ */
.banner-subscribe-form input:-moz-placeholder           {color:#535353;
    text-indent: 10px;font-weight: 400}/* Firefox 18- */
.banner-subscribe-form input:-ms-input-placeholder      {color:#535353;
    text-indent: 10px;font-weight: 400}

.go-up{
    display: none;
    height: 65px;
    max-width: 110px;
    width: 100%;
    position: fixed;
    bottom: 50px;
    right: 40px;
    border: 1px dashed #ff9c00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    background: rgba(255,255,255,.7);
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: border-style .2s ease-in-out;
    -moz-transition: border-style .2s ease-in-out;
    -ms-transition: border-style .2s ease-in-out;
    -o-transition: border-style .2s ease-in-out;
    transition: border-style .2s ease-in-out;
}

.go-up:hover {
    cursor: pointer;
    border-style: solid;
}

.go-up:hover .glyphicon.arrow-up{
    color: #105569;
}

.go-up:hover .text-up{
    color: #105569;
}

.glyphicon.arrow-up{
    display: block;
    font-size: 30px;
    color: #1b809e;
    line-height: 0.5;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    text-shadow: 1px 1px 2px black;
}

.text-up{
    color: #1b809e;
    display: inline-block;
    margin-top: 3px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.public-header a.phone {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
}

.public-header {
    text-align: right;
}

.public-header .public-nav {
    display: inline-block;
}

.main-menu{
    padding-left: 0;
}

.small-menu{
    display: none;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 10;
    background: none;
}

.small-menu:hover{
    cursor: pointer;
}

.small-menu-opened{
    /*width: 100%;*/
    background: #ddd;
}

#small-menu-btn{
    margin: 0;
}

.small-menu-sub{
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    background: #f8f8f8;
    width: 100%;
    padding-left: 0;
    border: 1px solid #ddd;
}

.small-menu-sub li{
    list-style: none;
    border-top: 1px solid #ddd;
}

.small-menu-sub li a{
    color: #777;
    padding: 10px 15px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.small-menu-sub li:nth-child(1){
    border-top: none;
}

.small-menu-sub li a:hover{
    background: #dadad5;
    text-decoration: none;
}


.article-table, .article-table2 {
    width: 100%;
}

.article-table thead td, .article-table2 thead td {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #333;
    padding: 10px;
}

.article-table thead td p, .article-table2 thead td p {
    margin-bottom: 0;
}

.article-table2 thead td {
    font-size: 18px;
}

.article-table2 thead td:nth-child(2) {
    width: 150px;
}

.article-table td, .article-table2 td {
    border: 3px solid #636363;
}

.article-table thead td:nth-child(1) {
    width: 30px;
}

.article-table thead td:nth-child(4) {
    width: 130px;
}

.article-table tbody td, .article-table2 tbody td {
    font-size: 14px;
    padding: 5px;
}

.article-table2 tbody tr:nth-child(1) td:nth-child(1) p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.modal-v2 h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.modal-v2 .modal-header {
    border: none;
}

.modal-v2 .modal-body {
    padding-top: 0;
}

.modal-v2 p.help-hint.small {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 20px;
}

.modal-v2 .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    margin-bottom: 7px;
}

.modal-v2 input[type=text] {
    height: 42px;
    background: #F5F5F5;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-v2 input[type=text]:focus {
    border: 1px solid #467AB2;
    box-shadow: none;
}

.modal-v2 .help-block-error {
    font-size: 13px;
    color: #CA5C55;
}

.modal-v2 input[aria-invalid=true] {
    border: 1px solid #CA5C55;
}

.modal-v2 .has-success .form-control {
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-v2 .btn-success {
    background: #74B567;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF;
    width: 143px;
    height: 42px;
}

.modal-v2.fail-modal .btn-success {
    width: auto;
}

.modal-v2 .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.modal-v2 .btn-primary {
    background: #337ab7;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF;
    height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    text-shadow: none;
    border-color: #2c699e;
}

.modal-v2 a.btn-primary {
    line-height: 28px;
}

.modal-v2 .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #22537c;
}

.modal-v2 .modal-content {
    padding: 10px;
    border-radius: 10px;
}

.modal-v2 .btn-default {
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    width: auto;
    height: 42px;
    display: inline-block;
    line-height: 32px;
}

.modal-v2 .btn-default:hover, .modal-v2 .btn-default:active:focus {
    color: #6a6a6a;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-v2 .modal-footer {
    border-top: none;
    padding-top: 0;
}

#employees-request .invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.block-center {
    text-align: center!important;
}


/*===== media =====*/
@media only screen and (max-width: 1199px) {
    .public-header a.phone{
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .public-header a.phone{
        font-size: 24px;
        margin: 0 auto;
        display: block;
        width: 200px;
        line-height: 45px;
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email{
        margin-bottom: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-v2 .modal-dialog {
        width: 476px;
        margin: 30px auto;
    }
    .mynav-menu{
        display: none;
    }

}
@media only screen and (max-width: 767px) {
    .public-header .mynav-menu{
        border: none;
    }

    .public-header a.phone.large{
        display: none !important;
    }
    .public-header a.phone{
        position: absolute !important;
        top: 0;
        left: 0;
    }
    .mobile-block {
        display: none;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .english-layout-blog{
        float: none !important;
    }

}

@media only screen and (max-width: 758px) {

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email, .banner-subscribe-form input[type=submit], .banner-link input.get-scripts1{
        height: 22px;
    }

    .banner-subscribe-form input::-webkit-input-placeholder {
        text-indent: 5px;font-weight: 100;
        font-size: 11px;}
    .banner-subscribe-form input::-moz-placeholder          {
        text-indent: 5px;font-weight: 100;
        font-size: 11px;}/* Firefox 19+ */
    .banner-subscribe-form input:-moz-placeholder           {
        text-indent: 5px;font-weight: 100;
        font-size: 11px;}/* Firefox 18- */
    .banner-subscribe-form input:-ms-input-placeholder      {
        text-indent: 5px;font-weight: 100;
        font-size: 11px;}


    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-email, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form input[type=submit], .banner-link input.get-scripts1{
        height: 28px;
    }

    .btn-wrp, .banner-subscribe-form{
        bottom: 8px;
    }
}

@media only screen and (max-width: 690px) {
    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email, .banner-subscribe-form input[type=submit], .banner-link input.get-scripts1{
        height: 24px;
    }

}

@media only screen and (max-width: 630px) {
    .banner-subscribe-form{
        /*top: 50px;*/
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email, .banner-subscribe-form input[type=submit], .banner-link input.get-scripts1{
        height: 20px;
    }

}

@media only screen and (max-width: 580px) {

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email {
        margin-bottom: 10px;
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email, .banner-subscribe-form input.get-scripts, .banner-link input.get-scripts1 {
        height: 18px;
        font-size: 10px;
    }
}


@media only screen and (max-width: 520px) {

    .btn-wrp, .banner-subscribe-form {
        bottom: 6px;
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-email, .banner-subscribe-form .banner-your-phone {
        margin-bottom: 7px;
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-email, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form input.get-scripts {
        height: 17px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 470px) {
    .mobile-block {
        display: none;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-email, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form input.get-scripts, .banner-link input.get-scripts1 {
        height: 19px;
    }

    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-subscribe-form .banner-your-name, .banner-subscribe-form .banner-your-phone, .banner-subscribe-form .banner-your-email, .banner-subscribe-form input.get-scripts, .banner-link input.get-scripts1 {
        height: 14px;
        font-size: 8px;
    }

    .banner-subscribe-form .banner-your-name,
    .banner-subscribe-form .banner-your-phone,
    .banner-subscribe-form .banner-your-email {
        margin-bottom: 5px;
    }

    .btn-wrp, .banner-subscribe-form {
        bottom: 4px;
    }

    .banner-subscribe-form input::-webkit-input-placeholder {
        text-indent: 10px;
        font-size: 10px;}
    .banner-subscribe-form input::-moz-placeholder          {
        text-indent: 10px;
        font-size: 10px;}/* Firefox 19+ */
    .banner-subscribe-form input:-moz-placeholder           {
        text-indent: 10px;
        font-size: 10px;}/* Firefox 18- */
    .banner-subscribe-form input:-ms-input-placeholder      {
        text-indent: 10px;
        font-size: 10px;}
}

@media only screen and (max-width: 320px) {
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: none;
    }
}

@media only screen and (max-width: 300px) {
    .mobile-block {
        display: none;
    }

    .public-blog-feed {
        width: 100%;
    }

    .small-menu{
        display: block;
    }
}
