#content .wt-html-conferences{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-conference {
    box-sizing: border-box;
    width: calc(50% - 15px);
    float: left;
    overflow: hidden;
    height: 500px;
    position: relative;
    color: #878787 !important;
    margin-bottom: 30px;
}

#content .wt-html-conference:nth-of-type(2n) {
    margin-left: 30px;
}

#content .wt-html-conference-image{
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

#content .wt-html-conference-info{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-conference .wt-html-conference-info
{
    background: #F3F3F3;
    bottom: -200px;
    color: #fff;
    height: 100%;
    left: 0%;
    text-align: center;
    position: absolute;
    transition: bottom 0.5s ease;
    width: 100%;
}
#content .wt-html-conference:hover .wt-html-conference-info
{
    bottom: 0%;
}

#content .wt-html-conference-info-top{
    height: 140px;
}

#content .wt-html-conference-info-bottom{
    height: 200px;
}

#content .wt-html-conference-line{
    width: 100%;
    float: left;
}

#content .wt-html-conference-name{
    width: 33.33333%;
    float: left;
}

#content .wt-html-conference-desc{
    width: 66.66666%;
    float: left;
}

#content .wt-html-conference-desc-col{
    width: 33.33333%;
    float: left;
}

#content .wt-html-conference-button{
    cursor: pointer;
    width: 50%  ;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: left;
}

#content .wt-html-conference-button-arrow{
    background-image: url('../img/icons/STRZALKA.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

#content .wt-hlm-conference-arrangement{
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    text-align: right;
    width: 90px;
}

#content .wt-hlm-conference-arrangement-1{
    background-image: url('../img/icons/UKLAD_SALI1%20_TEATRALNY.png');
}

#content .wt-hlm-conference-arrangement-2{
    background-image: url('../img/icons/UKLAD_SALI_PODKOWA.png');
}

#content .wt-hlm-conference-arrangement-3{
    background-image: url('../img/icons/UKLAD_SALI_SZKOLNY.png');
}

#content .wt-html-conference-icon-up{
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    height: 20px;
    width: 100%;
}

#content .wt-html-conference-persons{
    background-image: url('../img/icons/OSOBY.png');
}

#content .wt-html-conference-yardage{
    background-image: url('../img/icons/METRAZ.png');
}

#content .wt-html-conference-surface{
    background-image: url('../img/icons/POWIERZCHNIA.png');
}

#content .wt-html-conference-stay_lenght{
    background-image: url('../img/icons/DLUGOSC_POBYTU.png');
}

#content .wt-html-conference-breakfast{
    background-image: url('../img/icons/SNIADANIE.png');
}

#content .wt-html-conference-line-left{
    width: 50%;
    float: left;
}

#content .wt-html-conference-line-right{
    width: 50%;
    float: right;
}

#content .wt-html-conference-info-line{
    width: 100%;
    float: left;
}

#content .wt-html-conference-info-span{
    width: 100%;
    float: left;
}

#content .wt-html-conference-icon{
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    height: 40px;
    width: 25%;
    float: left;
}

#content .wt-html-conference-icon-admin{
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    float: left;
}

#content .wt-html-conference-icon-1{
    background-image: url('../img/icons/RZUTNIK%20MULTIMEDIALNY.png');
}
#content .wt-html-conference-icon-2{
    background-image: url('../img/icons/DOSTEP%20DO%20INTERNETU.png');
}
#content .wt-html-conference-icon-3{
    background-image: url('../img/icons/FLIPCHARTY%20EKRANY.png');
}
#content .wt-html-conference-icon-4{
    background-image: url('../img/icons/MIKROFONY%20BEZPRZEWODOWE.png');
}
#content .wt-html-conference-icon-5{
    background-image: url('../img/icons/MOWNICA.png');
}
#content .wt-html-conference-icon-6{
    background-image: url('../img/icons/PRZENOSNE%20NAGLOSNIENIE.png');
}
#content .wt-html-conference-icon-7{
    background-image: url('../img/icons/SPRZET%20AUDIO%20WIDEO.png');
}
#content .wt-html-conference-icon-8{
    background-image: url('../img/icons/SWIATLO_DZIENNE2.png');
}
#content .wt-html-conference-icon-9{
    background-image: url('../img/icons/ZACIEMNIENIE%20SALI.png');
}
#content .wt-html-conference-icon-10{
    background-image: url('../img/icons/ZAPLECZE%20GASTRONOMICZNE.png');
}
#content .wt-html-conference-icon-11{
    background-image: url('../img/icons/');
}
#content .wt-html-conference-icon-12{
    background-image: url('../img/icons/');
}




/**/


#content .wt-html-conference-name {
    position: relative;
}

#content .wt-html-conference-name:first-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 65px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #878787;
}

#content .wt-html-conference-info-span, #content .wt-html-conference-name {
    color: #878787;
    font-size: 14px;
}

#content .wt-html-conference-name {
    font-size: 18px;
}

#content .wt-html-conference-info-bottom {
    color: #878787;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 360px;
}

#content .wt-html-conference .wt-html-conference-info {
    bottom: -360px;
}

#content .wt-html-conference-button {
    color: #878787 !important;
}

#content .wt-html-conference-info-top{
    height: 140px;
    /*padding: 0 25px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#content .wt-html-conference-icon {
    margin-bottom: 10px;
}

#content .wt-hlm-conference-arrangement {
    color: #878787;
    font-size: 14px;
}

#content .wt-html-conference-info-top .wt-html-conference-line:first-child {
    display: flex;
    align-items: center;
}

#content .wt-html-conference-info-bottom .wt-html-conference-line:first-child {
    font-size: 16px;
}

#content .wt-html-conference:hover .wt-html-conference-info {
    background-color: rgba(243,243,243,0.9);
}

#content .wt-html-conference-button-arrow {
    display: inline-block;
    width: 12px;
    height: 18px;
    line-height: 18px;
    background-size: contain;
    margin-left: 10px;
}

#content .wt-html-conference-info-top .wt-html-conference-line {
    flex: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
}

#content .wt-html-conference-info-top .wt-html-conference-line:nth-child(2) {
    background-color: #eaeaea;
    flex: 1;
}

#content .wt-html-conference-info-bottom .wt-html-conference-line:first-child {
    padding-left: 40px;
    text-align: left;
}



@media screen and (max-width: 767px) {

    #content .wt-html-conference {
        height: 400px;
        width: 100%;
        float: none;
    }

    #content .wt-html-conference-image{
        height: 400px;
    }

    #content .wt-html-conference:nth-of-type(2n) {
        margin-left: 0;
    }

    #content .wt-html-conference .wt-html-conference-info {
        bottom: -260px;
    }

    #content .wt-html-conference-info-bottom {
        height: 260px;
    }

    #content .wt-html-conference-info-top .wt-html-conference-line {
        padding: 0 10px;
    }

    #content .wt-html-conference-name {
        font-size: 16px;
        padding: 0 5px;
    }

    #content .wt-html-conference-info-bottom .wt-html-conference-line:first-child {
        padding: 0 10px;
        font-size: 14px;
        text-align: center;
    }
}



@media screen and (max-width: 480px) {

    #content .wt-html-conference-info-top .wt-html-conference-line:first-child {
        flex-direction: column;
        justify-content: space-around;
    }

    #content .wt-html-conference-name, #content .wt-html-conference-desc {
        width: 100%;
        float: none;
    }

    #content .wt-html-conference-info-span {
        font-size: 12px;
    }

    #content .wt-html-conference-name:first-child::after {
        content: none;
    }
}
