.breadcrumbs {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

article header {
    margin-top: 20px;
}

article header .title-ico {
    /*position: rel;*/
    color: white;
    font-size: 36px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 15px;
    min-height: 75px;
    width: 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article header .title-ico img {
    width: 50px;
    display: block;
    margin: 10px auto;
}

article header .title-ico i {
    margin-top: 15px;
}

article header .title-area {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    line-height: 24px;
    display: block;
    width: calc(100% - 90px);
    float: left;
}

.one-line-h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 2%;
    line-height: 0.9em;
}


.one-line-h2 span {
   position: relative;
   overflow: hidden;
   line-height: 1em;
   height: auto;
   font-size: 34px;
   color: #000;
   vertical-align: middle;
}

.one-line-h2 small {
    font-size: 18px;
    color: #666666;
    display: block;
    padding-top: 10px;
}

.one-line-h2 small.category-pre {
    font-size: 18px;
    line-height: 1;
    float: left;
    color: #666666;
    display: inline;
    padding-right: 10px;
}

article header .title-area h2.main-title {
    float: left;
    font-size: 1em;
    text-transform: none;
    font-weight: 800;
    color: #333;
    line-height: 28px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

article header .title-area p.commercial-title, article.sponsored header .title-area h2.main-title {
    font-size: 34px;
    line-height: 34px;
}

article.sponsored h2.main-title small {
    font-size: 18px;
    font-weight: normal;
}

.bottom-premium-article {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 30px;
}

.bottom-premium-article h5 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    background: white;
    position: relative;
    z-index: 2;
    padding-right: 20px;
    display: inline;
}

.bottom-premium-article:after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #ffcc01;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

article header .title-area p.date {
    font-size: 16px;
    color: #666666;
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 16px;
}

article header .article-info-block {
    margin-top: 9px;
    font-size: 12px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

article header .article-info-block span {
    padding-right: 15px;
    position: relative;
    z-index: 2;
    background: white;
    display: inline-block;
}

/*article header .article-date, .article-viewed {
    background: white;
    position: relative;
    z-index: 3;
}*/

.article-info-block:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 1;
}

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

    article header .title-ico {
        color: white;
        font-size: 30px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 15px;
        min-height: 60px;
        width: 100%!important;
    }
    article header .title-ico-60{
        color: white;
        font-size: 30px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 15px;
        min-height: 60px;
        width: 60px!important;
    }




    article header .title-area {
        width: 80%;
    }

    .one-line-h2 {
        font-size: 1em;
        font-weight: bold;
        margin-top: 0;
        padding: 0;
    }

    .article-info-block:after {
        display: none;
    }

    article header .title-area h2.main-title {
        float: left;
        font-size: 1.1em;
        font-weight: 800;
        color: #333;
        line-height: 1.2em;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }

    article header .title-area p.main-title {
        float: left;
        font-size: 24px;
        font-weight: 800;
        color: #333;
        line-height: 24px;
        display: block;
    }

    article header .title-area p.commercial-title {
        font-size: 30px;
    }

    article header .article-liked:after {
        display: none;
    }
}

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

    article header .title-area {
        font-size: 20px;
        font-weight: 800;
        color: #333;
        line-height: 22px;
        display: block;
        /*width: calc(100% - 75px);*/
        float: left;
        width: 100%!important
    }

    article header .title-area p.main-title {
        float: left;
        font-size: 20px;
        font-weight: 800;
        color: #333;
        line-height: 22px;
        display: block;
    }

    article header .title-area p.date {
        font-size: 14px;
        color: #666666;
        float: left;
        clear: left;
        margin-top: 0px;
        line-height: 16px;
    }

    article header .title-area p.date span {
        font-size: 14px;
    }
}

.pgwSlideshow {
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-content {
    clear: both;
}

.article-content h4 {
    font-weight: bold;
    font-size: 1.3em;
    color: #333;
    line-height: 1.5em;
}

.article-content h5 {
    clear: both;
    font-size: 1.1em;
    color: #333;
    line-height: 1.5em;
    font-weight: bold;
}

.article-content p {
    float: left;
    clear: both;
    font-weight: 400;
    font-size: 0.9em;
    color: #333;
    line-height: 1.5em;
    margin-top: 20px;
}

.article-content aside p {
    clear: both;
    font-weight: 400;
    font-size: 0.9em;
    color: #333;
    line-height: 1.5em;
    margin-top: 5px;
    float: none;
}

.single-photo-article {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.in-article-img-left {
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.in-article-img-left div, .in-article-img-left p {
    width: 95%;

}

.in-article-img-right div, .in-article-img-right p {
    width: 95%;
    float: right;
}

.in-article-img-left p {
    font-size: 12px;
    color: #333;
    text-align: justify;
    line-height: 1.2em;
    margin-top: 10px;
    display: block;
}

.in-article-img-right {
    float: right;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.in-article-img-right p {
    font-size: 12px;
    color: #333;
    text-align: justify;
    line-height: 1.2em;
    margin-top: 10px;
    display: block;
}

.social-article-buttons a {
    background: #eeeeee;
    padding: 10px;
    color: #60b9fc;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-right: 2px;
    min-width: 40px;
    text-align: center;
}

.vk-like a {
    background-color: #4C75A3;
    width: 93px;
    display: block;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.vk-like a:hover {
    color: white;
}

.vk-like a img {
    width: 20px;
    float: left;
}

.vk-like a span {
    float: left;
}

.social-article-buttons .like-btn span {
    font-size: 14px;
    margin-left: 10px;
}

.social-article-buttons a img {
    width: 10px;
    display: block;
    margin: 0 auto;
}

.social-article-buttons a i, .social-article-buttons a:hover {
    color: #60b9fc;
}

.social-article-buttons a:hover {
    background: #dfdfdf;
}

.signature {
    text-align: right;
    color: #333;
    font-size: 14px;
}

.other-articles h2 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.other-articles h2 span {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    background: white;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.other-articles .stripe2 {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid;
    position: absolute;
    top: 60%;
    left: 10%;
    z-index: 1;
}

.other-articles a:hover .other-article-img {
    opacity: 0.7;
}

.other-article-img {
    opacity: 1;
    background-color: #deb012;
    border-right: 1px solid white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    display: block;
    float: none;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease;
}

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

    .other-articles {
        margin-bottom: 30px;
        display: inline-block;
        margin-top: 30px;
    }

}

@media only screen and (max-width: 640px) {
    .other-article-img {
        width: 50%;
        height: 180px;
        display: block;
        float: left;
    }

    .other-articles a {
        margin-bottom: 10px;
    }
}

.other-articles .title-ico {
    color: white;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0px;
    display: table;
    float: left;
    margin-right: 2%;
    min-height: 50px;
    width: 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.other-articles .title-ico i {
    display: table-cell;
}

.other-articles .title-ico img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .other-articles .title-ico {
        width: 48%;
        min-height: 2px;
    }

    .social-article-buttons a {
        background: none;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        padding: 0;
        margin: 0;
    }

    .social-article-buttons .like-btn {
        font-size: 12px;
    }

    .social-article-buttons .like-btn span {
        font-size: 11px;
        margin-left: 5px;
    }

    .social-article-buttons a {
        margin-right: 0;
    }

    .other-articles .title-ico img {
        display: none;
    }

    .signature {
        margin-top: 20px;
    }

    .tags {
        padding-bottom: 40px;
        display: inline-block;
    }

    .probe h4 {
        display: inline-block;
        margin-top: 20px;
    }
}

.other-articles .title-ico i {
    margin-top: 15px;
}

.other-articles .title-area {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    line-height: 14px;
    width: 70%;
    margin: 5px 0 0 3px;
    float: left;
}

.other-articles .title-area span {
    color: #666;
    font-size: 11px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    float: left;
}

.other-articles .title-area p.main-title {
    float: left;
    font-size: 14px;
    font-weight: 800;
    color: #333;
    line-height: 14px;
    display: block;
}

@media only screen and (max-width: 640px) {
    .other-articles .title-area {
        font-size: 16px;
        font-weight: 800;
        color: #333;
        line-height: 18px;
        display: block;
        width: 45%;
        margin: 10px 0 0 10px;
        float: left;
    }

    .other-articles .title-area p.main-title {
        font-size: 16px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 440px) {
    .other-articles .title-area {
        font-size: 16px;
        font-weight: 800;
        color: #333;
        line-height: 18px;
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
        float: left;
    }

    .other-articles .title-area p.main-title {
        font-size: 16px;
        line-height: 18px;
    }

    .other-articles .title-ico {
        width: 100%;
        min-height: 5px;
    }

    .other-article-img {
        width: 100%;
        height: 180px;
        display: block;
        float: left;
    }
}

.footer-article {
    clear: both;
    margin-top: 20px;
    display: inline-block;
}

/*EINSERT*/

.t {
    display: table;
    width: 100%;
    height: 100%;
}

.tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rel {
    position: relative;
}

/* book */

.t {
    margin-top: 20px;
    display: table;
    width: 100%;
    height: 100%;
}

.tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rel {
    position: relative;
}

/* book */

.book {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.book .page {
    height: 100%;
}

.book .page img {
    max-width: 100%;
    height: 100%;
}

/*beauty*/

.beauty header .title-ico {
    background: #deb012;
}

.beauty header .title-ico img {
    margin-top: 10px;
}

.beauty .article-info-block:after {
    border: 1px solid #deb012;
}

.beauty .other-articles h2:after {
    border: 1px solid #deb012;
}

.beauty .title-ico {
    background: #deb012;
}

/*einsert*/

.einsert header .title-ico {
    background: #de263e;
}

.einsert .article-info-block:after {
    border: 1px solid #de263e;
}

.einsert .other-articles h2:after {
    border: 1px solid #de263e;
}

.einsert .title-ico {
    background: #de263e;
}

.einsert .title-ico i {
    font-size: 35px;
    margin-top: 25%;
}

.einsert .other-articles .title-ico {
    background: #de263e;
}

.einsert .other-articles .title-ico i {
    font-size: 25px;
    margin-top: 0px;
    line-height: 1;
}

.einsert .other-articles .title-area p.main-title {
    font-size: 18px;
}

.einsert .other-articles .title-area p.main-title small {
    display: inline-block;
    width: 100%;
    margin-top: 5px;

}

.einsert .other-articles .title-area span {
    color: #B51F2E;
    font-weight: bold;
    margin-top: 1px;
    font-size: 14px;
}

.einsert-details {
    margin-top: 30px;
}

.einsert-details a {
    margin-right: 40px;
}

.einsert-details a i {
    margin-right: 5px;
}

/*work*/

.work header .title-ico {
    background: #559dcf;
}

.work header .title-ico img {
    margin-top: 10px;
}

.work .article-info-block:after {
    border: 1px solid #559dcf;
}

.work .other-articles h2:after {
    border: 1px solid #559dcf;
}

.work .title-ico {
    background: #559dcf;
}

.beauty .title-ico {
    background: #deb012;
}

/*blog*/

.blog-article header .title-ico {
    background-size: cover;
}

.blog-article header .title-ico div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-article .article-info-block:after {
    border: 1px solid #656565;
}

.blog-article .other-articles h2:after {
    border: 1px solid #656565;
}

.blog-article .title-ico {
    background: #656565;
}

.blog-article .other-articles .title-ico i {
    margin-top: 0px;
    font-size: 35px;
}

.blog-listing header .title-ico {
    background: #656565;
}

.right-column .right-box ul.blog-comments li:last-child {
    padding-bottom: 5px;
}

.right-column .right-box ul.blog-comments li a {
    font-weight: bold;
    font-size: 16px;
}

.right-column .right-box ul.blog-comments li ul li {
    padding: 0;
}

.right-column .right-box ul.blog-comments li ul li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.right-column .right-box ul.blog-comments li ul li a:before {
    content: "\f112";
    font-family: "fontawesome";
    float: left;
    color: #666;
    font-size: 7px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
}

/*moto*/

.moto header .title-ico {
    background: #000;
}

.moto header .title-ico img {
    margin-top: 10px;
}

.moto .article-info-block:after {
    border: 1px solid #000;
}

.moto .other-articles h2:after, .gasoline .other-articles h2:after {
    border: 1px solid #000;
}

.moto .title-ico, .gasoline .title-ico {
    background: #000;
}

/* Promoted */

.promo header .title-ico {
    background: #ffcc00;
}

.promo header .title-ico i {
    margin-top: 15px;
    font-size: 50px;
}

.promo .article-info-block:after {
    border: 1px solid #ffcc00;
}

.promo .other-articles h2:after {
    border: 1px solid #ffcc00;
}

.promo .title-ico {
    background: #ffcc00;
}

.promo-product-header {
    margin-top: 30px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.promo-product-header img {
    width: 95%;
}

.promo-product-header small {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.promo-product-header a {
    color: #333;
}

.promo-product-desc {
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.promo-product-desc ul {
    padding: 20px 0;
    margin-left: 0;
}

.promo-product-desc ul li {
    font-size: 16px;
    font-weight: normal;
    padding: 3px 0;
}

.promo-product-desc ul li i {
    color: #d99900;
}

/*shopping*/

.shopping header .title-ico {
    background: #353535;
}

.shopping header .title-ico img {
    margin-top: 10px;
}

.shopping .article-info-block:after {
    border: 1px solid #353535;
}

.shopping .other-articles h2:after {
    border: 1px solid #353535;
}

.shopping .title-ico {
    background: #353535;
}

/*shop*/

.shopp .other-articles h2:after {
    border: 1px solid #353535;
}

.shopping .title-ico {
    background: #353535;
}

/*education*/

.education header .title-ico {
    background: #16a086;
}

.education header .title-ico img {
    margin-top: 15px;
}

.education .article-info-block:after {
    border: 1px solid #16a086;
}

.education .other-articles h2:after {
    border: 1px solid #16a086;
}

.education .title-ico {
    background: #16a086;
}

/*auto moto*/

.moto header .title-ico {
    background: #353535;
}

.moto header .title-ico img {
    margin-top: 10px;
}

.moto .article-info-block:after {
    border: 1px solid #353535;
}

.moto .other-articles h2:after {
    border: 1px solid #353535;
}

.moto .title-ico {
    background: #353535;
}

/*hotel listing*/

.hotel-listing header .title-ico {
    background: #deb012;
}

.hotel-listing .one-line-h2 {
    margin-top: 3%;
}

.hotel-listing .one-line-h2 span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 20px;
    display: block;
    float: left;
}

.hotel-listing .title-area .one-line-h2:after {
    content: "";
    position: absolute;
    border: 1px solid #deb012;
    width: 80%;
    left: 20%;
    right: 0;
    z-index: 1;
    top: 50%;
}

.hotel-listing header .title-ico i {
    padding-top: 5px;
}

.hotel-listing .article-info-block:after {
    border: 1px solid #deb012;
}

.hotel-listing .other-articles h2:after {
    border: 1px solid #deb012;
}

.hotel .other-articles {
    line-height: 1.1;
}

.hotel .other-articles i {
    font-size: 25px;
    margin-top: 0;
    line-height: 1;
}

.hotel-listing .title-ico {
    background: #deb012;
}

.hotel-listing .news-search .search-submit {
    background-size: 20%;
}

.hotel-listing .add-article p {
    padding: 10px 0;
    display: block;
    font-weight: bold;
}

.hotel .article-content ul {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.hotel-maps {
    display: inline-block;
    padding-top: 20px;
}

.hotel-maps p {
    padding-bottom: 5px;
}

.hotel-maps .hotel-map-left > div {
    width: 95%;
    float: left;
}

.hotel-maps .hotel-map-right > div {
    width: 95%;
    float: right;
}

/*kody rabatowe*/

.discount-listing header .title-ico {
    background: #303030;
}

.discount-listing .one-line-h2 {
    margin-top: 3%;
}

.discount-listing .one-line-h2 span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 20px;
    display: block;
    float: left;
}

.discount-listing .title-area .one-line-h2:after {
    content: "";
    position: absolute;
    border: 1px solid #333;
    width: 80%;
    left: 20%;
    right: 0;
    z-index: 1;
    top: 50%;
}

.discount-listing header .title-ico i {
    padding-top: 5px;
}

.discount-listing .article-info-block:after {
    border: 1px solid #303030;
}

.discount-listing h3:after {
    top: 50%;
}

.discount-listing h3 span {
    padding-right: 10px;
}

.discount-listing h3 span small {
    padding-left: 0;
}

.article-content h3.coupon-header {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1;
}

.article-content h3.coupon-header:after {
    display: none;
}

.article-content h3.coupon-header small {
    display: inline;
    font-size: 24px;
}

.coupon-code {
    text-align: center;
    padding-top: 20px;
    clear: both;
    display: block;
}

.coupon-code small {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.coupon-code span {
    display: block;
    font-size: 42px;
    color: #4c9004;
    font-weight: bold;
}

.coupon-button {
    display: inline-block;
    padding: 20px 30px;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    margin: 20px auto;
    position: relative;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.coupon-button:before {
    content: "\f06b";
    font-family: "fontawesome";
    font-size: 120px;
    opacity: 0.2;
    position: absolute;
    right: -10px;
    bottom: -40px;
    color: white;
}

.coupon-button:hover {
    color: white;
}

.coupon-company .news-listing-article {
    padding-bottom: 0;
    margin-top: 0;
}

.coupon-company .article-info-block:after {
    border: 1px solid #353535;
}

.coupon-company .other-articles h2:after {
    border: 1px solid #353535;
}

.coupon-company .title-ico {
    background: #353535;
}

.coupon-company .other-coupons h2 {
    position: relative;
    overflow: hidden;
}

.coupon-company .other-coupons h2 span {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    background: white;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.coupon-company .other-coupons h2:after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #353535;
    position: absolute;
    top: 60%;
    left: 10%;
    z-index: 1;

}

/*company*/

.company-listing header .title-ico {
    background: #303030;
}

.company-listing .one-line-h2 {
    margin-top: 3%;
}

.company-listing .one-line-h2 span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 20px;
    display: block;
    float: left;
}

.company-listing .title-area .one-line-h2:after {
    content: "";
    position: absolute;
    border: 1px solid #333;
    width: 80%;
    left: 20%;
    right: 0;
    z-index: 1;
    top: 55%;
}

.company-listing header .title-ico i {
    padding-top: 5px;
}

.company-listing .article-info-block:after {
    border: 1px solid #303030;
}

.company-listing .other-articles h2:after, .company .other-articles h2:after {
    border: 1px solid #303030;
}

.company .other-articles {
    line-height: 1.1;
}

.company .other-articles i {
    font-size: 25px;
    margin-top: 0;
    line-height: 1;
}

.company-listing .title-ico {
    background: #303030;
}

.company-listing .news-search .search-submit {
    background-size: 20%;
}

.company-listing .add-article p {
    padding: 10px 0;
    display: block;
    font-weight: bold;
}

.company .article-content .company-info aside {
    display: block;
    background: #F7F7F7 none repeat scroll 0 0;
    font-size: 16px;
    margin-top: 10px;
    color: #666;
    padding: 0 30px !important;
    width: 95%;
}

.company-info div img {
    margin: 40px auto 0;
    display: block;
}

.company .article-content .company-info {
    display: inline-block;
}

.company .article-content .company-info aside h4 {
    font-size: 20px;
    color: #666;
}

.company .article-content .company-info aside p {
    padding-bottom: 5px;
}

.company .article-content .company-info aside small {
    font-size: 12px;
}

.company .article-content .company-info aside h5 {
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
}

.company .article-content .company-info iframe {
    width: 100%;
}

.company-info .social-article-buttons {
    background: #eeeeee;
    display: block;
}

.company-info .social-article-buttons a {
    color: #60b9fc;
    font-weight: bold;
    font-size: 14px;
    float: left;
    min-width: 25%;
    text-align: center;
    padding: 10px 0;
    margin-right: 0;
}

article header.title-ico-image .title-ico {
    width: 150px;
}

article header.title-ico-image .title-area {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    line-height: 24px;
    display: block;
    width: calc(100% - 180px);
    float: left;
    margin-bottom: 20px;
}

article header.title-ico-image .title-ico div {
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: center;
}

article.company-img {
    background-size: 100%;
}

.text-news-main.single-category {
    margin: 0;
    padding: 10px 20px;
}

.single-category-tools {
    background: #24828e;
}

.single-category-tools .category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: white;
}

.single-category-tools small {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    float: left;
    clear: left;
}

.company-listing .news-search {
    margin-bottom: 5px;
}

.companies-list {
    margin-top: 20px;
}

.width95-left {
    width: 98%;
    float: left;
}

.width95-right {
    width: 98%;
    float: right;
}

.article.company-article {
    border: 1px solid #DDD;
    background-size: 100%;
    background-position-x: center;
    background-position-y: 15%;
    background-repeat: no-repeat;
    background-color: white;
}

/*announcement single cat*/

.announcement-sell-phone .title-ico {
    background: rgba(193, 57, 43, 1) !important;
}

.single-category-sell-phone {
    background: #c1392b;
}

.single-category-sell-phone .category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: white;
}

.announcement-article small {
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    float: left;
    clear: left;
}

.announcement-article p {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    float: left;
    clear: left;
    width: 100%;
}

.announcement-article .single-category {
    font-size: 16px;
}

.announcement-article .price-box {
    background: rgba(193, 57, 43, 0.6);
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.announcement-article p.date {
    font-size: 12px;
    color: white;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none !important;
    line-height: 12px;
    font-weight: normal;
}

a:hover .price-box {
    background: rgba(193, 57, 43, 1);
}

article.announcement header .title-ico img {
   display: block;
   margin: 0;
   width: 70px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

.article.announcement-article {
    border: 1px solid #DDD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: white;
}

.announcement-article .single-category {
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}

.announcement-article:hover .single-category {
    top: 90%;
    opacity: 0.1;
}

.announcement-listing .news-listing-article p.price-box {
    text-align: right;
    display: block;
    font-size: 18px;
    float: right;
    font-weight: bold;
    color: rgba(193, 57, 43, 1);
}

.announcement-listing .news-listing-article p.price-box small {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    display: inline;
}

.announcement-listing .news-listing-article .more-news-right a {
    color: #666;
    float: right;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 14px;
}

.right-column .right-box .static-category li a {
    font-size: 16px;
    font-weight: bold;
}

.right-column .right-box .static-category li ul li a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    font-weight: normal;
}

.right-column .right-box .static-category li ul li.active-category a {
    color: rgba(193, 57, 43, 1);
}

/*company form*/

.company_add h3, .announcement_add h3 {
    padding-left: 0;
    position: relative;
    background: white;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.company_add h3 span, .announcement_add h3 span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 20px;
}

.company_add h3:after, .announcement_add h3:after {
    content: "";
    border: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 0;
    z-index: 1;
}

.company_add header, .announcement_add header {
    padding-left: 0;
}

.company_add header .title-ico, .announcement_add header .title-ico {
    border: solid 3px #303030;
}

.company_add header .title-ico i, .announcement_add header .title-ico i {
    color: #303030;
    font-size: 45px;
}

.company_add .one-line-h2, .announcement_add .one-line-h2 {
    margin-top: 20px;
}

.company_add .one-line-h2 span, .announcement_add .one-line-h2 span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 20px;
    display: block;
    float: left;
}

.company_add .title-area .one-line-h2:after, .announcement_add .title-area .one-line-h2:after {
    content: "";
    position: absolute;
    border: 1px solid #333;
    width: 80%;
    left: 20%;
    right: 0;
    z-index: 1;
    top: 50%;
}

.company_add .etabs, .announcement_add .etabs {
    height: auto;
    margin-bottom: 40px;
}

.company_add .etabs li.tab, .announcement_add .etabs li.tab {
    border-left: none;
    position: relative;
    z-index: 2;
}

.company_add .etabs li a, .announcement_add .etabs li a {
    position: relative;
    z-index: 2;
    text-shadow: 0px 0px 0px #000000;
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.company_add .etabs li a:hover, .announcement_add .etabs li a:hover {
    position: relative;
    z-index: 2;
    text-shadow: 0px 0px 60px #000000;
    opacity: 0.9;
}

.company_add .etabs li.tab.active, .announcement_add .etabs li.tab.active {
    z-index: 10;
}

#company_producent_tab, #announcement_sell_tab {
    border-bottom: 5px solid #c0392b;
}

#company_hurt_tab, #announcement_buy_tab {
    border-bottom: 5px solid #f39c12;
}

#company_detal_tab, #announcement_work_tab {
    border-bottom: 5px solid #16a085;
}

#company_service_tab, #announcement_hireme_tab {
    border-bottom: 5px solid #2980b9;
}

.company_producent_triangle, .announcement_sell_triangle {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: absolute;
    bottom: 25px;
    width: 0;
    height: 0;
    left: 42%;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #c0392b;
    background: center;
}

.company_hurt_triangle, .announcement_buy_triangle {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: absolute;
    bottom: 25px;
    width: 0;
    height: 0;
    left: 42%;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f39c12;
    background: center;
}

.company_detal_triangle, .announcement_work_triangle {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: absolute;
    bottom: 25px;
    width: 0;
    height: 0;
    left: 42%;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #16a085;
    background: center;
}

.company_service_triangle, .announcement_hireme_triangle {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: absolute;
    bottom: 25px;
    width: 0;
    height: 0;
    left: 42%;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #2980b9;
    background: center;
}

#company_producent_tab:hover .company_producent_triangle, #company_producent_tab.active .company_producent_triangle,
#company_hurt_tab:hover .company_hurt_triangle, #company_hurt_tab.active .company_hurt_triangle,
#company_detal_tab:hover .company_detal_triangle, #company_detal_tab.active .company_detal_triangle,
#company_service_tab:hover .company_service_triangle, #company_service_tab.active .company_service_triangle,
#announcement_sell_tab:hover .announcement_sell_triangle, #announcement_sell_tab.active .announcement_sell_triangle,
#announcement_buy_tab:hover .announcement_buy_triangle, #announcement_buy_tab.active .announcement_buy_triangle,
#announcement_work_tab:hover .announcement_work_triangle, #announcement_work_tab.active .announcement_work_triangle,
#announcement_hireme_tab:hover .announcement_hireme_triangle, #announcement_hireme_tab.active .announcement_hireme_triangle {
    bottom: -25px;
    opacity: 1;
}

.company_add .etabs li.tab.active, .announcement_add .etabs li.tab.active {
    background: white;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
}

.company_add .etabs li.tab a, .announcement_add .etabs li.tab a {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 120px;
    display: block;
    height: 155px;
    color: white;
    outline: none;
    position: relative;
    bottom: 0;
    border: none;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.company_add .quarter-form, .announcement_add .quarter-form {
    padding-right: 30px;
}

.company_add .select-style, .announcement_add .select-style {
    margin-bottom: 1rem;
}

.company_add .cke, .announcement_add .cke {
    margin-right: 30px;
    border: 1px solid #DDD;
}

.cke {
    border: 1px solid #DDD !important;
}

.company_add input[type="file"], .announcement_add input[type="file"] {
    padding-left: 10px;
    padding: 10px 0 10px 10px;
    position: relative;
    cursor: pointer;
    height: 39px;
    border: 1px solid #cccccc;
}

.company_add input[type="text"], .announcement_add input[type="text"] {
    height: 39px;
}

.company_add input[type="file"]:before {
    content: "\f234";
    font-family: "fontawesome";
    color: white;
    font-size: 20px;
    text-align: left;
    background: #6f6f6f;
    right: 0;
    padding: 7px 15px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 38px;
}

.company_add .article-send-btn, .announcement_add .article-send-btn {
    margin: 10px 0;
    float: right;
}

.company_add .article-send-btn, .announcement_add .article-send-btn {
    margin: 10px 0;
    float: right;
}

/*.company_add label.css-label */

.tax-free-radio div {
    float: left;
    height: 150px;
}

.company_add label.css-label img, .announcement_add label.css-label img {
    margin-top: -10px;
}

.premium-info {
    background: #3498db;
    width: 96%;
    padding: 40px 50px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.premium-info p {
    color: white;
}

.premium-info:after {
    content: "\f06a";
    position: absolute;
    top: -30px;
    font-family: "fontawesome";
    color: white;
    opacity: 0.2;
    font-size: 180px;
    right: -40px;
}

.social-input {
    position: relative;
    overflow: hidden;
    display: block;
}

.social-input input {
    text-indent: 60px;
}

.social-input:before {
    z-index: 50;
    content: "";
    background: #e4e4e4;
    height: 39px;
    width: 50px;
    font-family: "fontawesome";
    color: #60b9fc;
    left: 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid #cccccc;
    border-color: #cccccc;
    text-align: center;
    line-height: 38px;
}

.social-input-vk:before {
    content: "\f189";
}

.social-input-ok:before {
    content: "\f263";
}

.social-input-fb:before {
    content: "\f09a";
}

.social-input-tw:before {
    content: "\f099";
}

.tax-free-radio {
    width: 100%;
    height: 200px;
    position: relative;
    clear: both;
}

.tax-free-radio li {
    background: white;
    float: left;
    margin-top: 50px;
    position: relative;
}

.modal-article-send-btn {
    display: block;
    border-radius: 5px;
    padding: 15px 20px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    color: white;

}

.success-article .back-to-main {
    margin-top: 40px;
}

.success-article .back-to-main i {
    color: #666;
    font-size: 16px;
}

.success-article .modal-article-send-btn i {
    padding-right: 10px;
    font-size: 20px;
    color: white;
}

.modal-article-send-btn:hover, .article-send-btn:focus {
    color: white;
    text-decoration: underline;
}

/*announcement*/

.announcement-listing header .title-ico, .announcement header .title-ico {
    background: #303030;
}

.announcement-listing header .title-ico i, .announcement header .title-ico i {
    padding-top: 5px;
}

.announcement-listing .article-info-block:after, .announcement .article-info-block:after {
    border: 1px solid #303030;
}

.announcement-listing .other-articles h2:after, .announcement .other-articles h2:after {
    border: 1px solid #303030;
}

.announcement-listing .title-ico, .announcement .title-ico {
    background: #303030;
}

.announcement .title-ico i {
    padding-top: 25px;
}

.announcement .other-articles {
    line-height: 1.1;
}

.announcement .other-articles i {
    font-size: 25px;
    padding-top: 0;
    margin-top: 0;
}

.announcement-listing .news-search .search-submit {
    background-size: 20%;
}

.announcement .article-content .announcement-price, .hotel .article-content .hotel-price {
    font-size: 26px;
    color: #666666;
    font-weight: bold;
}

.announcement .article-content .announcement-info aside,
.hotel .article-content .hotel-info aside,
.shop .article-content .shop-info aside {
    background: #f7f7f7;
    padding: 20px 30px;
    font-size: 16px;
    margin-top: 10px;
    color: #666;
    display: inline-block;
    width: 100%
}

.announcement .article-content .announcement-info,
.hotel .article-content .hotel-info,
.shop .article-content .shop-info {
    display: inline-block;
}

.announcement .article-content .announcement-info aside h4,
.hotel .article-content .hotel-info aside h4,
.shop .article-content .shop-info aside h4 {
    font-size: 20px;
    color: #666;
}

.announcement .article-content .announcement-info aside p,
.hotel .article-content .hotel-info aside p,
.shop .article-content .shop-info aside p {
    padding-bottom: 5px;
}

.announcement .article-content .announcement-info aside small,
.hotel .article-content .hotel-info aside small,
.shop .article-content .shop-info aside small {
    font-size: 12px;
}

.announcement .article-content .announcement-price span,
.hotel .article-content .hotel-price span {
    color: #2ecc71;
}

.announcement-button, .hotel-button {
    background: #37b4e8;
    padding: 20px 20px;
    border-radius: 10px;
    color: white;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.announcement-button:hover, .hotel-button:hover {
    color: white;
    background: #30a5d5;
}

.announcement-button:after, .hotel-button:after {
    font-family: 'fontawesome';
    color: white;
    content: "\f18e";
    background: #30a5d5;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    line-height: 85px;
    position: absolute;
    width: 20%;
    right: 0;
    z-index: 2;
    height: 100%;
    top: 0;
}

.announcement-button small {
    font-size: 14px;
    display: block;
}

.hotel-info a.hotel-button {
    height: auto
}

.hotel-button small {
    font-size: 14px;
    display: block;
    color: #ffbb39;
}

.announcement_add input.add-image-btn[type=file] {
    width: 60px;
    margin-top: 0;
}

.announcement_add .upload-inputs {
    margin-bottom: 55px;
}

.announcement_add .upload-inputs li:first-child {
    margin-top: 8px;
}

.announcement-types {
    margin-top: 40px;
}

.announcement-types, .announcement-types ul, .announcement-types li {
    padding-left: 0;
    padding-right: 0;
}

.announcement_add h3.ann-desc {
    width: 96%;
}

.announcement_add h4 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.dropdown {
    float: left;
    position: relative;
    border: 1px solid #ddd;

}

.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown li input[type="checkbox"] {
    position: relative;
    left: 0em;
    margin: 5px 5px 0 0;
}

.dropdown a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
    right: 40px;
    top: 10px;
    background: url('../img/arrowdown.gif') no-repeat;
}

.dropdown a,
.dropdown a:visited {
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a {
    background-color: white;
    display: block;
    padding: 0px 20px;
    min-height: 37px;
    line-height: 35px;
    overflow: hidden;
    border: 0;
    font-size: 14px;
    font-weight: normal;
}

.multiSel {
    line-height: 22px;
    margin: 5px 0;
}

.dropdown dt a span, .multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
    line-height: 14px;
    font-size: 14px;
}

.dropdown dd ul {
    background-color: white;
    border: 0;
    color: #333;
    display: none;
    left: 0px;
    padding: 1px 15px 0 5px;
    position: absolute;
    list-style: none;
    height: 150px;
    overflow: auto;
    width: 100%;
    border: 1px solid #ddd;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li {
    font-size: 14px;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    text-indent: 5px;
}

.dropdown dd ul li a:hover {
    background-color: #fdfdfd;
}

/*borderlines*/

.borderlines header .title-ico {
    background: #656565;
}

.borderlines header .title-ico i {
    margin-top: 20px;
}

.borderlines header .article-liked:after {
    border: 1px solid #656565;
}

.sponsored header .title-ico {
    background: #ffcc00;
}

.sponsored .article-info-block:after {
    border: 1px solid #ffcc00;
}

.news-listing header .title-ico {
    background: #c2272d;
}

.news-listing header .title-ico i {
    margin-top: 17px;
    margin-left: 0;
}

.announcement input[type="file"]:before {
    content: "";
    display: none;
}

/*PALIWA*/

.gasoline table {
    margin-bottom: 0;
}

.gasoline header .title-ico {
    background: #4c9005;
}

.gasoline header .title-ico i {
    margin-top: 20px;
    font-size: 35px;
}

.gasoline header .article-liked:after {
    border: 1px solid #4c9005;
}

.gasoline header .title-ico {
    background: #ffcc00;
}

.gasoline .article-info-block:after {
    border: 1px solid #4c9005;
}

.gasoline header .title-ico {
    background: #4c9005;
}

.gasoline header .title-ico i {
    margin-top: 17px;
    margin-left: 0;
}

.gasoline i {
    font-size: 12px;
}

.gasoline .icon-header i {
    font-size: 20px;
}

.gasoline .fa-caret-up {
    color: #73b23d;
}

.gasoline .fa-caret-down {
    color: #e6201f;
}

.gasoline .fa-minus {
    color: #1e8de9;
    font-size: 8px;
    margin-left: 5px;
}

.gasoline .tablesaw-sortable thead tr {
    background-color: #468208;
}

.gasoline tr:nth-child(odd) {
    background-color: #f4f4f2;
}

.gasoline .tablesaw-sortable th.tablesaw-sortable-head.province {
    padding-left: 10px;
}

.gasoline-table-footer {
    background: #c0c6bc;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    margin-bottom: 20px;
}

/*GRANICE*/

.cams {
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

.cams a p {
    margin-top: 10px;
    display: block;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
}

.cam-left {
    height: 270px;
    float: left;
    display: block;
    width: 98%;
}

.cam-one {
    height: 270px;
    float: left;
    display: block;
    width: 100%;
}

.cam-one-desc {
    background-color: #F7F7F7;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
}

.cam-right {
    height: 270px;
    float: right;
    display: block;
    width: 98%;
}

.cam-left, .cam-right {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cams a p span {
    color: #666666;
}

#map {
    margin-top: 10px;
}

/*EINSERT LISTING*/

.einserts {
    min-height: 320px;
    text-align: center;
}

.no-paddings {
    width: 98%;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-top: 20px;
    width: 95%;
}

.no-paddings-both {
    padding-left: 0;
    padding-right: 0;
}

.no-paddings-right {
    padding-right: 0;
}

.einsert_thumb {
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    opacity: 1;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

.einsert_thumb:hover {
    opacity: 0.6;
}

.einserts h2 {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1;
}

.einserts small {
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}

.einserts span {
    color: #8f0000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

a.einsert_more {
    text-align: right;
    color: black;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding-right: 5px;
    padding-top: 5px;
}

input {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    outline: none;
    font-family: inherit;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    box-sizing: border-box;
}

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */

/*
input[type="text"], textarea, select, div.styled, input[type="file"] {  
        width:12em; border-radius:2px; border: solid 1px #ccc; padding:0.4em;}*/

div.styled, select, input[type="submit"], input[type="button"],
input[type="file"]:after {
    background: white url(../img/checkbox.png) no-repeat center right;
}

input[type="text"], textarea, input[type="file"] {
    background-color: #f5f5f5;
}

.ie9 input[type="text"] {
    line-height: normal;
}

/* Get the stuff to line up right */

textarea {
    width: 100%;
    height: 10em;
}

/* ----------------------------------------------  Select menu  ---------------------------------------------- */

/* For IE and Firefox */

div.styled {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.ie7 div.styled {
    border: none;
}

div.styled select {
    width: 115%;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
}

.ie7 div.styled select {
    width: 100%;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0.3em 0.5em;
}

/* ----------------------------------------------  File field  ----------------------------------------------  */

/* Webkit Only */

.add-news input[type="file"] {
    position: relative;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    padding: 0;
}

input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
}

/*.add-news input[type="file"]:after {*/
/*content: 'Upload File';*/
/*margin: 0 0 0 0.5em;*/
/*display: inline-block;*/
/*left: 100%;*/
/*position: relative;*/
/*background: white url(../img/checkbox.png) no-repeat center left;*/
/*padding: 0.3em 0.5em;*/
/*border: solid 1px #ccc !important;*/
/*border-radius: 4px;*/
/*}*/

input[type="file"]:active:after {
    box-shadow: none;
}

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

label.checkbox-label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    left: -2px;
    content: '';
    width: 26px;
    height: 16px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
}

input[type="checkbox"] + label:before {
    background-position: 0 -16px;
}

input[type="checkbox"]:checked + label:before {
    background-position: 0 0;
}

label.radio-label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    left: -2px;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/radio-styled2.png);
    background-repeat: no-repeat;
}

input[type="radio"] + label:before {
    background-position: 0 -16px;
}

input[type="radio"]:checked + label:before {
    background-position: 0 0;
}

/* Remove the custom styling for IE 7-8 */

.ie8 label:before {
    display: none;
    content: none;
}

.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
    position: static;
    left: 0;
}

.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
    position: relative;
    top: 5px;
    margin-right: 0.5em;
}

input[type="text"]:focus, textarea:focus {
    border-color: #000;
}

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */

input[type="submit"],
input[type="button"] {
    padding: 0.5em 1em;
    line-height: 1em;
    cursor: pointer;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    font-size: inherit;
    border: solid 1px #ccc;
    background-position: center bottom;
}

input[type="submit"]:active,
input[type="button"]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sonda-inputs {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.sonda-inputs label {
    width: 20px;
    position: relative;
}

.sonda-inputs span {
    color: #333;
    font-size: 14px;
    width: 80%;
    float: right;
    margin-top: 0;
    position: relative;
    left: -20px;
    margin-right: 10px;
}

.search-block {
    display: inline-block;
}

.checkboxes {
    clear: both;
    display: inline-block;
}

.checkboxes h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.checkboxes ul li {
    margin-top: 5px;
}

.checkboxes ul li input {
    margin-right: 10px;
}

.checkboxes ul li label {
    margin-left: 10px;
}

.promoted {
    font-size: 16px;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.promoted span {
    display: inline-block;
    background: white;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.promoted:after {
    content: "";
    position: absolute;
    border: 1px solid #deb012;
    top: 50%;
    width: 80%;
    right: 0;
    z-index: 1;
}

.select-style-custom {
    display: block;
    margin: 16px 0 0 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    background: #fff url("../img/arrowdown.gif") no-repeat 95% 50%;
}

.select-style-custom select {
    padding: 8px 8px;
    width: auto;
    border: none;
    width: 107%;
    height: 50px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
}

.select-style-custom:focus {
    outline: none;
}

.select-style-custom:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/*LISTING HOTELI*/

.article-content h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.article-content h3:after {
    content: "";
    position: absolute;
    border: 1px solid #656565;
    top: 60%;
    width: 70%;
    right: 0;
    z-index: 0;
}

.article-content h3 span {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    background: white;
    z-index: 2;
}

.article-content h3 small {
    font-size: 14px;
    background: white;
    position: relative;
    z-index: 2;
    /*    padding-left:10px;*/
    padding-right: 10px;
}

.separator {
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    height: 1px;
    background: #DDD;
    display: inline-block;
}

.hotel-info p a {
    display: inline;
    height: auto;
}

.hotel-info a {
    display: inline;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    opacity: 1;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

.probe {
    margin-top: 20px;
    margin-bottom: 20px
}

.probe h2 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.probe h2 span {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    background: white;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.probe h2:after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #666;
    position: absolute;
    top: 60%;
    left: 20%;
    z-index: 1;
}

.probe h4 {
    font-weight: normal;
    font-size: 18px;
    color: #666;
}

.probe .btn {
    font-size: 14px;
    margin: 20px 0 20px 0;
}

.sonda-result {
    width: 60px;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
}

.pagination span, .pagination a {
    display: inline-block;
    text-decoration: none;
    color: #DDD;
    padding: 6px;
}

.pagination .current {
    color: #333;
    font-weight: bold;
}

.pagination a span i {
    background: #eff1f0;
    padding: 10px 10px 8px;
    font-size: 9px;
    color: #666;
    margin-right: 5px;
}

.pagination span, .pagination a span {
    color: #666;
}

.other-articles {
    margin-bottom: 30px;
}

.coments h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    background: white;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.coments h2:after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #666;
    position: absolute;
    top: 50%;
    left: 20%;
}

#disqus_thread {
    margin-top: 30px;
}

.barchart {
    background-color: #f9edef;
    height: 1em;
    padding: 0em;
    margin: 0;
    width: 100%;
}

.barchart .meter {
    background: #dd263e;
    height: 100%;
    display: block;
}

table.chart {
    width: 100%;
    border-width: 0;
    margin: 40px 0;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #FFF;
}

td.chart {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}

.sonda-results h2 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

.sonda-results table.chart {
    width: 95%;
    border-width: 0;
    margin: 5px 0;
    font-weight: normal;
}

.sonda-results .chart td {
    padding: 0;
}

.sonda-results td.chart {
    font-size: 12px;
    padding: 0 0 5px 0;
    width: 100%;
}

.sonda-results p.percentage {
    font-size: 10px;
    bottom: 0;
    padding: 15px 0 0 5px;
}

.full-width-article {
    color: #666;
    font-size: 1em;
    line-height: 1.6em;
    padding-top: 20px;
    padding-bottom: 20px;
}

.full-width-article h2 {
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.full-width-article ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.full-width-article ul li {
    margin-bottom: 15px;
}

/*DODAJ OGÄšÂOSZENIE*/

#cke_editor1 {
    margin-top: 30px;
    display: block;
}

.add-image-btn, .add-movie-btn {
    background: none;
    border: none;
    margin-top: 10px;
    padding: 0;
    vertical-align: top;
}

input.add-movie-btn[type=file], input.add-image-btn[type=file] {
    color: transparent;
}

.add-article-upload ul {
    margin-top: 10px;
}

.add-article-upload ul li {
    margin-bottom: 5px;
}

.add-title {
    margin-top: 30px;
}

.add-title h3 {
    padding-left: 0;
    position: relative;
    background: white;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.add-title h3 span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 20px;
}

.add-title h3:after {
    content: "";
    border: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 0;
    z-index: 1;
}

.add-title input {
    width: 100%;
}

.add-article-upload h4 {
    padding-left: 20px;
    position: relative;
    background: white;
    color: #333;
    font-weight: bold;
}

.add-article-upload h4 i, .add-article-upload h4 span {
    background: white;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.add-article-upload h4:after {
    content: "";
    border: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 0;
    z-index: 1;
}

input.add-image-btn {
    position: relative;
    height: 50px;
    background: white;
    border: white solid 1px !important;
    box-shadow: none;
    margin-top: 10px;
    cursor: pointer;
    opacity: 1;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

input.add-image-btn:after {
    content: "\f03e";
    font-family: 'FontAwesome';
    color: #333;
    font-size: 45px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: white;
    padding: 0;
    margin: 0;
    border: white solid 1px !important;
    box-shadow: none;
}

input.add-movie-btn {
    position: relative;
    height: 50px;
    background: white;
    border: white solid 1px !important;
    box-shadow: none;
    margin-top: 10px;
    cursor: pointer;
    opacity: 1;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

input.add-image-btn:hover, input.add-movie-btn:hover {
    opacity: 0.666;
}

input.add-movie-btn:after {
    font-family: FontAwesome;
    content: "\f008";
    font-family: FontAwesome;
    color: #333;
    font-size: 46px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: white;
    padding: 0;
    margin: 0;
    border: white solid 1px !important;
    box-shadow: none;
}

.add-article-upload .add-image-btn:after {
    font-family: FontAwesome;
    content: "\f03e";
    font-family: FontAwesome;
    color: #333;
    font-size: 49px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: white;
    padding: 0;
    margin: 0;
    border: white solid 1px !important;
    box-shadow: none;
}

.article-send-btn {
    display: block;
    clear: both;
    border-radius: 5px;
    padding: 15px 0;
    width: 300px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 50px auto 30px;
    font-weight: bold;
    text-decoration: none;
}

.article-send-btn i {
    padding-right: 10px;
}

.article-send-btn:hover, .article-send-btn:focus {
    color: white;
    text-decoration: underline;
}

.success-article {
    text-align: left;
}

.success-article h2 {
    margin-bottom: 0;
    font-size: 36px;
    color: #4b8f04;
    font-weight: bold;
    line-height: 1;
}

.success-article p {
    color: #666;
    font-size: 18px;
}

.success-article small {
    color: #666;
    font-size: 12px;
    line-height: 1;
}

.success-article i {
    font-family: 'FontAwesome' !important;
    color: #4b8f04;
    font-size: 70px;
}

/*MOBILE*/

@media only screen and (max-width: 1200px) {
    input.add-image-btn:after {
        font-size: 50px;
    }

    input.add-movie-btn:after {
        font-size: 47px;
    }

    input.add-movie-btn:after {
        padding: 0 0 0 5px;
    }

}

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

    .add-article-select .select-style {
        width: 50%;
        margin-right: 10px;
    }

    article header .title-area h2 {
        background: none;
        border: none;
        font-size: 1.1em;
        padding: 0;
        line-height: 1.2em;
    }

    .probe h2 span, .other-articles h2 span {
        background: none;
    }

    .upload-inputs {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    input.add-image-btn:after {
        font-size: 60px;
    }

    input.add-movie-btn:after {
        font-size: 57px;
    }

    input.add-movie-btn, input.add-image-btn {
        width: 49%;
    }

    input.add-movie-btn:after, input.add-image-btn:after {
        position: relative;
        left: 40%;
    }

    .probe h2 span {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        background: white;
        position: relative;
        z-index: 2;
        padding-right: 20px;
    }

    .probe h2 span {
        background: none;
    }

    .add-article-upload, .add-article-upload h4, .add-article-upload ul {
        padding-left: 0;
    }

    /*.beauty .other-articles h2:after {*/
    /*border: 0px solid #666;;*/
    /*}*/
    /*.other-articles .stripe2 {*/
    /*border: 0px solid red;*/
    /*}*/
    .company_add .quarter-formm .announcement_add .quarter-form {
        padding-right: 5px;
        padding-left: 5px;
    }

    .company_add .cke, .announcement_add .cke {
        margin-right: 5px;
        margin-left: 5px;
    }

    .premium-info {
        width: 99%;
        margin: 20px auto;
        display: block;
        float: none;
    }

    .company_add .tab, .announcement_add .tab {
        min-width: 50%;
        width: 50%;
        text-align: center;
    }

    .company_add .one-line-h2, .announcement_add .one-line-h2 {
        background: none;
        border: none;
        font-size: 1em;
        padding: 0;
        line-height: 1.2em;
        margin-top: 15px;
        overflow: visible;
    }

    .company_add .one-line-h2 span, .announcement_add .one-line-h2 span {
        padding-right: 0;
        overflow: visible;
        font-size: 1.2em;
    }

    .company_add .title-area .one-line-h2:after, .announcement_add .title-area .one-line-h2:after {
        content: "";
        border: 0 solid white;
    }

    .company_add header .title-ico i, .announcement_add header .title-ico i {
        color: #303030;
        font-size: 40px;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 800px) {
    .company_add .tab {
        min-width: 100%;
        width: 100%;
        text-align: center;
        border-top: 0px;
    }
}

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

    .in-article-img-right div, .in-article-img-left div, .in-article-img-left p, .in-article-img-right p {
        width: 100%;
        float: left;
        background-repeat: no-repeat;
    }

    .add-article-select .select-style {
        width: 100%;
        margin-right: 0;
    }

    input.add-movie-btn:after, input.add-image-btn:after {
        position: relative;
        left: 0;
    }

    .company_add .etabs li.tab a {
        font-weight: 500;
        font-size: 1.2em;
        line-height: 80px;
        display: block;
        height: 105px;
        color: white;
        outline: none;
        position: relative;
        bottom: 0;
        border: none;
    }

}

.social-article-footer-buttons a {
    background: #EEE none repeat scroll 0 0;
    padding: 10px;
    color: #60B9FC;
    font-weight: bold;
    font-size: 14px;
    float: left;
    min-width: 40px;
    text-align: center;
    max-width: 40px;
    margin: 0 2px 0 0;
}

.social-article-footer-buttons .vk-like a {
    background-color: #4C75A3;
    width: 100px;
    padding: 5px;
    display: block;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.social-article-footer-buttons .vk-like a:hover {
    color: white;
}

.social-article-footer-buttons .vk-like a img {
    width: 20px;
    float: left;
}

.social-article-footer-buttons.vk-like a span {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
}

.social-article-footer-buttons .social-article-buttons .like-btn span {
    font-size: 14px;
    margin-left: 10px;
}

.social-article-footer-buttons .social-article-buttons a img {
    width: 10px;
    display: block;
    margin: 0 auto;
}

.social-article-footer-buttons .social-article-buttons a i, .social-article-buttons a:hover {
    color: #60b9fc;
}

.social-article-footer-buttons .social-article-buttons a:hover {
    background: #dfdfdf;
}

.company-info .social-article-aside-buttons a {
    color: #60B9FC;
    font-weight: bold;
    font-size: 14px;
    float: left;
    min-width: 25%;
    text-align: center;
    padding: 10px 0px;
    width: 25%;
    margin: 0px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.company-radio {
    display: block;
    width: 100% !important;
}

.other-recommended-products .other-article-img {
    background-size: contain !important;
    background-color: white !important;
}

.select2-container .select2-search--inline .select2-search__field {
    display: none;
}

/*.article-content .select2-container .select2-choice {*/
/*height: 50px!important;*/
/*line-height: 50px!important;*/
/*}*/
/*.select2-choice {*/
/*height: 50px!important;*/
/*line-height: 50px!important;*/
/*}*/


.article-list ul  li {
    padding-top: 5px;
}

.article-list ul li:before {
    content:"\f111";
    font-family: "fontawesome";
    color: #C2272D ;
    font-size: 10px;
    margin-right: 5px;
}
