/* Sindic */

#cos {
    padding-top: 5em;
}

#cos .block {
    overflow: hidden;
}

#cos .block + .block {
    margin-top: 5em;
}


/* Banners
----------------------------------------------------------------------------- */
#cos .banners {
    width: 40%;
    float: left;
    margin-right: 4%;
}

#cos.home .banners .list {
    margin-left: -1%;
}

#cos.home .banners .list .item {
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
}

#cos.home .banners .list .item a {
    display: block;
    text-decoration: none;
}

#cos.home .banners .list .item.image-big {
    float: none;
}

#cos.home .banners .list .item.image-big img,
#cos.home .banners .list .item.image-small img {
    display: block;
    width: 100%;
}

#cos.home .banners .list .item.text,
#cos.home .banners .list .item.image-small {
    width: 49%;
    background: #eee;
    height: 100px;
    overflow: hidden;
    transition: all 0.5s ease;
}

#cos.home .banners .list .item.text:hover {
    background: #e3e3e3;
}

#cos.home .banners .list .item.text .wrapper {
    color: #F38800;
    display: table;
    height: 100px;
    border-spacing: 15px 0;
    text-decoration: none;
}

#cos .banners .list .item.text .image,
#cos .banners .list .item.text .text {
    display: table-cell;
}

#cos .banners .list .item.text .image {
    text-align: center;
    vertical-align: middle;
}

#cos .banners .list .item.text .text {
    color: #F38800;
    font-size: 16px;
    font-family: 'Slabo 13px', serif;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

#cos .banners .video {
    clear: both;
    padding-top: 20px;
}

#cos .banners .video iframe,
#cos .banners .video object {
    display: block;
    max-width: 100%;
    width: 100%;
}

#cos .banners .video p {
    margin: 5px 0;
}

#cos .banners .video p a {
    color: inherit;
    text-decoration: none;
}

#cos .banners .video p a:hover {
    text-decoration: underline;
}


/* Reports
----------------------------------------------------------------------------- */
#cos .reports {
    margin-top: 4em;
}


/* Temes
----------------------------------------------------------------------------- */
#cos .topics {
    background: #F38800;
    padding: 4em 0;
}

#cos .topics h2 {
    color: #333;
    font-size: 2.2em;
    font-family: 'Slabo 13px', serif;
    font-weight: normal;
    margin: 0 0 1em 0;
    text-align: center;
}

#cos .topics .general-topics-list {
    display: table;
    width: 100%;
}

#cos .topics .general-topics-list .item {
    color: #fff;
    display: table-cell;
    font-size: 1.4em;
    font-family: 'Slabo 13px', serif;
    opacity: 1;
    text-align: center;
    vertical-align: top;
    width: 10%;
}


#cos .topics .general-topics-list .item .icon {
    opacity: 0.7;
    transform: scale(0.75);
    transition: all 0.5s ease;
}

#cos .topics .general-topics-list .item .item-link {
    color: inherit;
    text-decoration: none;
}

#cos .topics .general-topics-list .item .item-link:hover .icon {
    opacity: 1;
    transform: scale(1);
}

#cos .topics .general-topics-list .item .label {
    color: inherit;
    display: block;
    margin-top: 0.5em;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {

    #cos .topics .general-topics-list {
        display: block;
        width: auto;
    }

    #cos .topics .general-topics-list .item {
        display: inline-block;
        padding: 10px;
        vertical-align: top;
        width: 24%;
    }
}

@media only screen and (max-width: 640px) {

    #cos .topics .general-topics-list .item {
        width: 49%;
    }
}


/* Destacats
----------------------------------------------------------------------------- */
#cos .highlights .list {
    margin: 0 0 0 -3%;
}

#cos .highlights .list .item {
    border: 1px solid #F38800;
    display: inline-block;
    font-size: 1.4em;
    margin: 1.5% 0 1.5% 3%;
    text-align: center;
    vertical-align: top;
    width: 30%;
}

#cos .highlights .list .item a {
    color: #333;
    display: block;
    padding: 1em 1em;
    text-decoration: none;
    transition: all 0.5s ease;
}

#cos .highlights .list .item a:hover {
    background: #F38800;
    color: #fff;
}


/* Newsletter
----------------------------------------------------------------------------- */
#cos .newsletter {
    margin: 40px auto 0 auto;
    width: 90%;
}

#cos .newsletter h2 {
    color: #333;
    font-size: 2.2em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}

#cos .newsletter h2 a {
    color: inherit;
    text-decoration: none;
}

#cos .newsletter h2 strong {
    color: #F38800;
    display: block;
    font-size: 1.4em;
    font-family: 'Slabo 13px', serif;
    font-weight: normal;
}

#cos .newsletter form {
    position: relative;
    width: 100%;
}

#cos .newsletter form label {
    display: none;
}

#cos .newsletter form input.email {
    font-size: 1.6em;
    padding: 0 44px 0 0.5em;
    border: 1px solid #ddd;
    width: 100%;
    height: 34px;
    line-height: 34px;
}

#cos .newsletter form input.button {
    border: none;
    background: #F38800 url("../images/icons/newsletter_submit.png") no-repeat center center;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100px;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    border-radius: 0;
}

#cos .newsletter form input.button:hover {
    background-color: #D97700;
}
