body {
    background-color: #ffffff;
    font-size: 13px;
}

label {
    font-weight: normal !important;
}
.filtercontainer span  label
{
    display: inline !important;
    position: relative;
    line-height: 20px;
    margin-left: 4px;
    top: -3px;
}
p {
    margin: 0px !important;
}

/*For small screens: Tablets and mobiles*/
@media (max-width: 767px) {
    #content h1 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0px;
    }
    
    .bodytext {
        display: none;
    }

    .news-img-area img {
        max-width: 150px;
        padding: 0px 0px 0px 10px;
        float: right;
    }
    
    .toggle { width: 100%; font-size: 18px; line-height: 30px; border-bottom: 1px solid #c0c0c0; margin-bottom: 6px;}
    .toggle span { float:right; color: #3aaa35;font-size:24px; padding-right: 15px;}
    .toggle .toggle_plus {  }
    .toggle .toggle_minus { display: none; }
    
    #container { background: none !important; font-size: 14px; }
    
    .productselector .headercontainer .content { width: 100%; }
    
    h3 {
        color: #3aaa35;
        font-size: 16px;
        line-height: 18px;
    }

    .productdetail .contentplacehoder .features {display: none;}
    
    .navbar-nav, .dropdown-menu {
        font-size: 18px;
    }
}

/*For tablets or medium screens only*/
@media (min-width: 768px) and (max-width: 991px) {
    .news-img-area img {
        max-width: 160px;
        padding: 0px 10px;
        float: right;
    }

    #container { background: none !important; }
}

/*For larger screens only*/
@media (min-width: 992px) {
    .news-img-area img {
        max-width: 200px;
        padding: 0px 10px;
    }
}

/*For medium and larger screens*/
@media (min-width: 768px) {
    .navbar-default { background-image: url('../images/bg_Menu.png'); background-color: transparent;}

    .toggle { display: none; }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu > li > a { color: #3aaa35; padding: 10px; border-top: 1px solid #c1c1c1; font-size: 13px; background-color: #f2f2f2; }
    .dropdown-menu > li > a:hover { background-color : #a7a7a7; }
    .dropdown-menu { margin: 0px 0px 0px -6px; padding: 0px; border-top: none !important;}

    #content-slider table td { padding: 0 0 0 4px !important; }

    #container { font-size: 13px; }
    
    #content h1 {
        /*font-size: 30px;*/
        line-height: 26px;
        margin-top: 0px;
    }
    
    #content h2 {
        margin-top: 0px;
    }

    #content h1.home-item {
        font-size: 18px;
    }

    #countryimage {
        margin-top: 16px;
    }
    
    #deltalogo {
        margin-top: 10px;
    }
    
    .home {
        height: 295px;
    }

    h3 {
        font-size: 16px;
        line-height: 18px;
    }
    
    #container .productdetail .properties p { line-height: 20px;}
    #container .productoverview .productdetail p { line-height: 16px;}
}

.headercell {
    text-align: right;
    line-height: 40px;
}

#footer {
    border-top: 1px #dfdfdf solid;
    background-color: #f2f2f2;
    padding-bottom: 12px;
}
h1, h2, h3 {
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    color:#1a1a1a;
}
h2 {
    font-size: 20px;
    line-height: 24px;
}

#footer a:hover,
#footer a:active {
    color:#777777;
    text-decoration:underline;
}

#footer a {
  color: #777777;
  text-decoration: none;
}

#copyright {
    padding-top: 8px;
    padding-bottom: 12px;
    border-top: 1px #dfdfdf solid;
    background-color: #f2f2f2;
    font-size: 10px;
}

#copyright a:hover,
#copyright a:active {
    color: #3aaa35;
    text-decoration:underline;
}

#copyright a {
    color: #3aaa35;
  text-decoration: none;
}

#header {
    padding-top: 10px;
    padding-bottom: 4px;
    background-color: #ffffff;
}

#content {
    //background-color: #e9e8e8;
    //color: #777777;
    //padding-top: 8px;
    //padding-bottom: 16px;
}

#content a.link {
    color: #3aaa35;
    padding-right:15px;
    background: url(../images/Icon_Arrow.png) no-repeat;
    background-position:right center;   
}

#slideshow {
    background-color: #ffffff;
}

.bx-pager {
    width:88px;
    height:16px;
    position:relative;
    margin:-20px 0 0 0;
    bottom:50px;
    z-index:99999999;
}

.homepagenews {
    background-color: #e9e8e8;
}
.homepagenewsitem {
    padding-top: 10px;
    padding-bottom: 10px;
}
.homepagenewsitem table {
    width: 100%;
}
.homepagenewsitem .bodytext{
    color: #878787;
    margin-bottom: 6px;
}

/* replacing standard slider functionality */
#RadSliderTrack_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_Content1_ctl00_CategoryAllProjectors_2_rptFilters_ctl03_3 {
    //display: none;
}
#RadSliderTrack_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_Content1_ctl00_CategoryAllProjectors_2_rptFilters_ctl07_7 {
    //display: none;
}



/*
    STATIC
*/
.breadcrumb {
    padding: 0 !important;
    margin: 28px auto !important;
    text-transform: uppercase !important;
    color: #56b66f !important;
    font-weight: bold !important;
}
    
    .breadcrumb a {
        color: #000 !important;
    }

.ContentPageA .content,
.news .content {
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.ContentPageA .content:after,
.ContentPageA .content:before,
.news .content:after,
.news .content:before,
.news .body:before,
.news .body:after {
    content: " ";
    display: table;
    clear: both;
    float: none;
}

form[action^="/company/press-releases/"] .news .header h1,
form[action^="/company/case-studies/"] .news .header h1 {
    color: #717171 !important;
    line-height: 1.5em !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 100 !important;
    text-align: right !important;
}

.news .header {
    width: 33.3% !important;
    padding-right: 25px !important;
    float: left !important;
}

.news .body {
    border-left: 2px solid #b0dcb9 !important;
    width: 66.6% !important;
    padding-left: 25px !important;
    float: left !important;
    margin-bottom: 50px !important;
}

.ContentPageA .body table,
.news .body table {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.ContentPageA .body table td,
.ContentPageA .body table th,
.news .body table td,
.news .body table th {
    display: block !important;
    margin: 0 auto !important;
}

.ContentPageA .body table img,
.ContentPageA .body table iframe,
.ContentPageA .body table video,
.news .body table img,
.news .body table iframe,
.news .body table video {
    display: block !important;
    margin: 15px auto !important;
    padding: 0 !important;
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
}

.news .body table iframe {
    min-height: 315px;
}

.news .body,
.news .body p,
.news .body ul li,
.news .body ul li a,
.news .body a {
    line-height: 1.5em !important;
    color: #717171 !important;
    letter-spacing: 0.5px !important;
    font-weight: 200 !important;
    text-align: justify !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.news .body strong,
.news .body p strong,
.news .body h2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #5d5d5f !important;
    font-weight: 500 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.news .body strong,
.news .body p strong {
    color: #5d5d5f !important;
}

@media only screen and (max-width: 768px) {
    .news .header,
    .news .body {
        width: 100% !important;
        padding: 0 20px !important;
        float: none !important;
    }

    .news .header {
        padding-bottom: 25px !important;
    }

    .news .body {
        border-top: 2px solid #b0dcb9 !important;
        border-left: none !important;
        padding-top: 25px !important;
    }

    .ContentPageA .body table img,
    .ContentPageA .body table iframe,
    .ContentPageA .body table video,
    .news .body table img,
    .news .body table iframe,
    .news .body table video {
        width: 100% !important;
    }
}

.normal-table,
.ContentPageA .body table.normal-table,
.news .body table.normal-table {
    display: table !important;
}

.normal-table tr,
.ContentPageA .body table.normal-table tr,
.news .body table.normal-table tr {
    display: table-row !important;
}

.normal-table th,
.normal-table td,
.ContentPageA .body table.normal-table td, 
.ContentPageA .body table.normal-table th, 
.news .body table.normal-table td, 
.news .body table.normal-table th {
    display: table-cell !important;
    padding: 5px;
}


body,
h1, h2, h3,
.menucontent .menuitem,
.dc-main h2,
.TabContentArea h2, 
.columns h2, 
.news h2, 
.banner h2,
.ContentTab a,
#content h1,
label,
ul.dropdown li a:hover,
.breadcrumb,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    color: #717171;
}

.breadcrumb a,
.dc-main h2,
#footerwrapper a:link, 
#footerwrapper a:visited, 
.breadcrumb a:link, 
.breadcrumb a:visited,
.paragraph p {
    color: #717171 !important;
}

.contentarea *:not(a):not(a>small) {
    color: #717171 !important;
}

.menucontent .active {
    color: #fff;
}

.news .body a {
    color: #3aaa35!important;
    font-weight: bold!important;
    text-decoration: underline;
}





/**
 * BETT http://www.vivitek.eu/company/event-calendar/
 * 12.2018
 */
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .image a img,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .image a img,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(3) .image a img {
    width: 100% !important;
    padding: 0;
    height: 168px !important;
    max-height: 168px !important;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .image {
    padding: 0;
    /* min-height: auto; */
    height: 168px;
}

form[action='/company/event-calendar/'] .newssearchitems .newsindexcontainer:nth-child(1) {
    padding-top: 0;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content h1 {
    display: inline-block;
    float: left;
    font-size: 1em !important;
    width: auto;
    line-height: 1em !important;
    padding: 0;
    margin: 0;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content span {
    padding-left: 20px;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content span:after {
    content: " | ";
    padding-right: 5px;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content h1 {
    font-weight: bold;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content p {
    display: inline-block;
    width: 100%;
    padding-top: 1em;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content a {
    background: transparent !important;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0 !important;
    font-weight: bold;
    color: #69a341 !important;
    font-size: 11px;
}

/**
 * BETT http://www.vivitek.eu/company/event-calendar/
 * 12.2018
 */
form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer .image a,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer .image a,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer .image a,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer .image a,
form[action='/company/event-calendar/'] .newsindexcontainer .image a {
    padding: 0;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer .image a img,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer .image a img,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer .image a img,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer .image a img,
form[action='/company/event-calendar/'] .newsindexcontainer .image a img {
    width: 100% !important;
    padding: 0;
    height: auto !important;
    max-height: initial !important;
    position: unset;
    top: 0;
    left: 0;
    transform: none;
}

form[action='/company/event-calendar/'] .newsindexcontainer .image,
form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer .image,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer .image,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer .image,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer .image {
    padding: 0;
    /* min-height: auto; */
    height: 168px;
}


form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newssearchitems .newsindexcontainer,
form[action='/societe/calendrier-des-evenements/'] .newssearchitems .newsindexcontainer,
form[action='/company/veranstaltungskalender/'] .newssearchitems .newsindexcontainer,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newssearchitems .newsindexcontainer,
form[action='/company/event-calendar/'] .newssearchitems .newsindexcontainer {
    padding-top: 0;
}

form[action='/company/event-calendar/'] .newsindexcontainer .content span,
form[action='/company/event-calendar/'] .newsindexcontainer .content h1 {
    display: inline-block;
    float: left;
    font-size: 1em !important;
    width: auto;
    line-height: 1em !important;
    padding: 0;
    margin: 0;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content span {
    padding-left: 20px;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content span:after {
    content: " | ";
    padding-right: 5px;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content h1 {
    font-weight: bold;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content p {
    display: inline-block;
    width: 100%;
    padding-top: 1em;
}

form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(1) .content a {
    background: transparent !important;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0 !important;
    font-weight: bold;
    color: #69a341 !important;
    font-size: 11px;
}


/**
 * ISE
 * 12.2018
 */

/*form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .image,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .image,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .image,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .image,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .image {
    padding: 0;
    height: 180px;
}*/

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newssearchitems .newsindexcontainer:nth-child(1),
form[action='/societe/calendrier-des-evenements/'] .newssearchitems .newsindexcontainer:nth-child(1),
form[action='/company/veranstaltungskalender/'] .newssearchitems .newsindexcontainer:nth-child(1),
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newssearchitems .newsindexcontainer:nth-child(1),
form[action='/company/event-calendar/'] .newssearchitems .newsindexcontainer:nth-child(2),
form[action='/company/event-calendar/'] .newssearchitems .newsindexcontainer:nth-child(3) {
    padding-top: 0;
}

/*form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content {
    margin-top: 18px !important;
}*/

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content span,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content h1 {
    display: inline-block;
    float: left;
    font-size: 1em !important;
    width: auto;
    line-height: 1em !important;
    padding: 0;
    margin: 0;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content span,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content span {
    padding-left: 20px;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content span:after,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content span:after,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content span:after,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content span:after,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content span:after {
    content: " | ";
    padding-right: 5px;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content h1,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content h1 {
    font-weight: bold;
    width: calc(100% - 135px);
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content p,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content p,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content p,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content p,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content p {
    display: inline-block;
    padding-top: 1em;
    width: 100%;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer:nth-child(1) .content a,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer:nth-child(1) .content a,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer:nth-child(1) .content a,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer:nth-child(1) .content a,
form[action='/company/event-calendar/'] .newsindexcontainer:nth-child(2) .content a {
    background: transparent !important;
    color: #69a341 !important;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 0 !important;
    text-align: left !important;
    text-transform: uppercase;
}


form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newsindexcontainer .image,
form[action='/societe/calendrier-des-evenements/'] .newsindexcontainer .image,
form[action='/company/veranstaltungskalender/'] .newsindexcontainer .image,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newsindexcontainer .image,
form[action='/company/event-calendar/'] .newsindexcontainer .image {
    height: 180px;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newssearchitems .newsindexcontainer,
form[action='/societe/calendrier-des-evenements/'] .newssearchitems .newsindexcontainer,
form[action='/company/veranstaltungskalender/'] .newssearchitems .newsindexcontainer,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newssearchitems .newsindexcontainer,
form[action='/company/event-calendar/'] .newssearchitems .newsindexcontainer {
    width: 280px!important;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newssearchitems .content,
form[action='/societe/calendrier-des-evenements/'] .newssearchitems .content,
form[action='/company/veranstaltungskalender/'] .newssearchitems .content,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newssearchitems .content,
form[action='/company/event-calendar/'] .newssearchitems .content {
    margin-top:0!important;
}

form[action='/o-nas/kalendarz-wydarze%C5%84/'] .newssearchitems,
form[action='/societe/calendrier-des-evenements/'] .newssearchitems,
form[action='/company/veranstaltungskalender/'] .newssearchitems,
form[action='/%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F/%D0%BA%D0%B0%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0%D1%80%D1%8C-%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9/'] .newssearchitems,
form[action='/company/event-calendar/'] .newssearchitems {
    padding: 0 0 0 3em!important;
    position: relative;
}


@media only screen and (max-width: 767px) {
    form#form1 .newssearchitems .newsindexcontainer {
        margin: 15px!important;
    }
}

.year-vertical {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: bottom center;
    transform: rotate(270deg);
    font-size: 3em;
    color: #56b66f;
    font-weight: bold;
}


.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}