.container img{
    max-width: 100%;
    height: auto !important;
}

.content_module{

    margin: 0 5px 0 0;
    padding: 15px;
}

.container .pager{
    padding: 30px;
    overflow: hidden;
    /*float: right;*/
}

.container .pager a{
    background: #c4161c;
    color: #FFF;
    padding: 5px;
}

.container .pager a:hover{
    background: #000;
    color: #FFF;
}

.container .pager span{
    background: #000;
    color: #FFF;
    padding: 5px;
}
/* REGISTER */


/*
    SIGN IN
*/

.container .register{
    padding: 30px 0;
}

.container .register fieldset{
    border: 0px;
}


.container .register fieldset label{
    display: block;
    margin: 0 0 3px 0;
}

.container .register fieldset input{
    margin: 0 0 20px 0;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 15px);
}

.container .register fieldset input[type="submit"]{
    width: 200px;
    margin: 30px auto;
    background: #fdcc17;
    color: #000;

    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

.container .register fieldset input[type="submit"]:hover{
    background: #636466;
    color: #FFF;
}

.container .register fieldset input.register_checkbox{
    position: relative;
    top: 3px;
    margin: 0 5px 35px 0;
    width: 30px;
}

/* PROFILE */

/*
    PROFIL
*/

.container .profile{
    width: 100%;
    padding: 30px 0;
}

.container .profile fieldset{
    border: 0px;
    margin: 15px 0 0 0;
}

.container .profile fieldset label{
    border: 0px;
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0;

}

.container .profile fieldset div.field{
    margin: 0 0 20px 0;
}

.container .profile fieldset div.capchta{
    margin: 0 auto 20px auto;
    width: 640px;
}

.container .profile fieldset input.profile{
    padding: 5px;
    width: 100%;
    font-size: 11px;
    margin: 0px;
}

.container .profile fieldset textarea.profile{
    padding: 5px;
    width: 100%;
    height: 100px;
    font-size: 11px;
    margin: 0px;
}


.container .profile fieldset select.profile{
    padding: 5px;
    width: 100%;
    font-size: 11px;
    margin: 0px;
}

.container .profile fieldset input[type="submit"]{
    width: 200px;
    margin: 30px auto;
    background: #fdcc17;
    color: #000;

    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

.container .profile fieldset input[type="submit"]:hover{
    background: #636466;
    color: #FFF;
}

.container .profile .profile_user{
    margin: 0 0 0 0;
    background: #FFF;
    padding: 15px;
    width: calc(100% - 35px);
}

.container .profile .profile_user .avatar{

}

.container .profile .profile_user .avatar{
    float: left;
    margin: 0 15px 0 0;
}

.container .profile .profile_user .avatar img{
    -moz-border-radius: 90px; /* FF */
    -webkit-border-radius: 90px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 90px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius: 90px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
    width: 100px;
}

.container .profile .profile_user .info{
    float: left;
}

.container .profile .profile_user .username{
    font-size: 18px;
    margin: 0 0 10px 0;
}

.container .profile .profile_user .name{
    color: #383838;
    font-size: 11px;
}

.container .profile .profile_user .name span.location{
    display: block;
    margin: 10px 0 0 0;
}

.container .profile .profile_user .interest{
    margin: 10px 0 0 0;
    border-top: 1px solid #bdbdbd;
    padding: 10px 0 0 0;
    color: #383838;
    font-size: 11px;
}

.container .profile .profile_user .icons{
    float: right;
}

.container .profile .profile_user .icons a.send_message{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 17px;
    width: 98px;
    margin: auto;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 3px 0 0 0;
    cursor: pointer;
}

.container .profile .profile_user .icons a.send_message:hover{
    background-position: 0 -20px;
}


/* PROFILE */


/* NEWS */
.container .news{
    background: #FFF;
    margin: 30px 0 0 0 !important;

}

@media screen and (max-width: 1199px) {
    .container .news{
        margin: 30px 0 0 0 !important;
    }
}

.container .news .team_news {

}

.container .news .team_news img {
    width: 100%;
    display: block;
}

.container .news .team_news p {
    font-size: 20px;
    line-height: 30px;
}

.container .news .team_news .social {
    margin: 15px 0 30px 0;
}

.container .news .team_news .social a.fb {
    background: url('../images/icon_fb.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.container .news .team_news .social a.tt {
    background: url('../images/icon_tt.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 10px 0 10px;
}

.container .news .team_news .social a.in {
    background: url('../images/icon_in.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.container .news .team_news .social a:hover {
    background-position: 0 -50px;
}

    /*.container .news .news_more{

        width: 100%;
        padding: 0 0px;
    }

    .container .news article img{
        width: 100%;
        margin: 10px 0 20px 0;
    }

    !*
    .contents .news .news_more h2{
        background: none;
        font-weight: normal;
        font-size: 25px;
        margin: 0 0 15px 0;
        text-align: justify;
        padding: 0;
    }
    *!
    .container .news .news_more h2{
        background: #fdcc17;
        padding: 5px 10px;
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        float: left;
        box-shadow: 4px 4px #dadbde;
        clear: both;
        margin: 0 0 20px 0;
    }

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

        .container .news .news_more h2{
            font-size: 20px;
        }

        .container .news .news_more .text p{
            font-size: 20px !important;
        }

    }

    .container .news .news_more .date{
        color: #c6c6c6;
        font-size: 11px;
        margin: 0 0 20px 0;
    }

    .container .news .news_more .date a{

    }

    .container .news .news_more .date a:hover{
        color: #ffff64;
    }

    .container .news .news_more .date span.biznesalert{
        float: right;
        display: inline-block;
    }

    .container .news .news_more .date span.biznesalert img{
        width: 180px;
    }

    .container .news .news_more .pic img{
        width: 100%;
    }




    .container .news .news_more .text{
        margin: 10px 0 0 0;
        text-align: justify;
        font-weight: normal;
        line-height: 24px;

    }

    .container .news .news_more .text p{
        margin: 0 0 10px 0;
        line-height: 24px;
        font-weight: normal;
        font-size: 16px;
    }

    .container .news .news_more .tags{
        margin: 10px 0 0 0;
    }

    .container .news .news_more .tags{
        margin: 20px 0 0 0;
    }

    .container .news .news_more .tags span{
        background: #fdcc17;
        color: #000;
        font-size: 11px;
        padding: 5px 10px;

        margin: 0 5px 5px 0;
        display: inline-block;
    }

    .container .news .news_more .tags span:hover{
        color: #FFF;
        background: #636466;
    }

    .container .news .news_more .fb{
        margin: 20px 0 0 0;
        text-align: right;
    }

    .container .news .news_more .next_prev_links{
        margin: 30px 0 0 0;
        float: right;
    }

    .container .news .news_more .next_prev_links a{
        background: #fdcc17;
        color: #000;
        padding: 10px 20px;
        text-align: center;
    }

    @media screen  and (max-width: 980px) {
        .container .news .news_more .next_prev_links{
            width: 100%;
        }

        .container .news .news_more .next_prev_links a{
            width: 100%;
            margin: 0 0 10px 0;
            display: block;
        }

    }*/

.container .news .comments{
    margin: 30px 0 0 0;
    padding: 0px;
    width: 100%;
    z-index: 1;

}

.container .news .comments .belt_counts{
    border-top: 3px solid #f36c30;
    padding: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}

.container .news .comments .belt_counts span.comments_count{
    margin: 0 30px 0 0;
    display: block;
    float: left;
    text-transform: uppercase;
}

.container .news .comments .belt_counts span.icon_thebest{
    background: url('../images/icon_thebest.png') no-repeat;
    float: left;
    height: 17px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 0 0 25px;
    display: block;
    cursor: pointer;
    margin: 0 20px 0 0;
}

.container .news .comments .belt_counts span.icon_thebest:hover{
    background-position: 0 -20px;
}

.container .news .comments .belt_counts span.icon_refresh{
    background: url('../images/icon_refresh.png') no-repeat;
    float: left;
    height: 17px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 0 0 25px;
    display: block;
    cursor: pointer;
}

.container .news .comments .belt_counts span.icon_refresh:hover{
    background-position: 0 -20px;
}

.container .news .comments .comment_form{
    margin: 40px 0 0 0;
}
.container .news .comments .comment_form fieldset{
    border: 0px;
}


.container .news .comments .subcomment_form{
    margin: 40px 0 0 0;
}

.container .news .comments .comment_form .username{
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.container .news .comments .comment_form .avatar{
    float: left;
    margin: 0 0 0 0;
    width: 100px;

}

.container .news .comments .comment_form .avatar img{
    width: 50px;
    height: 50px;
    -moz-border-radius:40px; /* FF */
    -webkit-border-radius:40px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:40px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:40px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}

.container .news .comments .comment_form fieldset{
    float: left;
    z-index: 1;
    width: calc(100% - 100px);

}

.container .news .comments .comment_form fieldset textarea{
    width: 96%;
    height: 100px;
    padding: 2%;
    font-family: 'Montserrat', sans-serif;
    margin: 0 5px 0 0;
    resize: none;

}

.container .news .comments .comment_form fieldset  input[type="submit"]{

    margin: 10px 0;
    font-size: 10px;
    background: #f36c30;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px;
    color: #FFF;
}

.container .news .comments .comment_form fieldset  input[type="submit"]:hover{
    background: #FFF;
    color: #000;
}

.container .news .col-lg-4{
    margin-bottom: 30px;
}

/* NEWS OTHER */




.contents .news .box{
    margin: 0 0 20px 0;
}

.contents .news .data{
    padding: 15px;
}

.contents .news{

}



.contents .news .element{
    margin: 0 0 30px 0;
}

.contents .news .element .pic{

}

.contents .news .element img{
    width: 100%;

}

.contents .news .element span.date{
    font-style: italic;
    font-size: 11px;
    color: #ffd997;
    display: block;
    margin: 10px 0 10px 0;
}

.contents .news .element a.title{
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.contents .news .element a.title:hover{
    color: #f36c30;
}

.contents .news .element .text{
    text-align: justify;
    font-size: 12px;
    line-height: 24px;
}



/* NEWS */


/* COMMENTS */

.contents .news .comments span.red{
    color: #FF0000;
}

.contents .news .comments .comment{
    margin: 20px 0 20px 0;
}

.contents .news .comments .comment .avatar{
    float: left;
    width: 70px;
}

.contents .news .comments .comment .avatar img{
    width: 50px;
    height: 50px;
    -moz-border-radius:40px; /* FF */
    -webkit-border-radius:40px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:40px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:40px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}

.contents .news .comments .comment .feed{
    float: left;
    width: calc(100% - 70px);
    overflow: hidden;
}

.contents .news .comments .comment .feed .date_update{
    margin: 10px 0 0 0;
    font-style: italic;
    color: #9b9b9b;
    font-size: 11px;
}

.contents .news .comments .comment .feed .username{
    font-size: 12px;
    margin: 0 0 5px 0;
    font-weight: bold;
    display: block;
}

.contents .news .comments .comment .feed .username a img{
    margin: 0 0 0 0px;
}

.contents .news .comments .comment .feed .username a:hover{
    color: #454545;
}

.contents .news .comments .comment .feed .date{
    font-size: 10px;
    margin: 0 0 10px 0;
    display: block;
    float: left;
}

.contents .news .comments .comment .feed .comment_games{
    font-size: 10px;
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.contents .news .comments .comment .feed .comment_games img{
    width: 15px;
    margin-top: -2px;
    margin-right: 3px;
}



.contents .news .comments .comment .feed .text{
    background: #dfdfdf;
    font-size: 12px;
    padding: 10px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
}


.contents .news .comments .comment .feed .links a{
    font-size: 10px;
}

.contents .news .comments .comment .feed .links a:hover{
    color: #f36c30;
}

.contents .news .comments .comment .feed .icons{
    float: right;
    margin: 5px 20px 0 0;

}

.contents .news .comments .comment .feed .icons span.gray{
    color: #737373;
    display: block;
    float: left;
    font-size: 12px;
    margin: 3px 5px 0 0;
}

.contents .news .comments .comment .feed .icons span.green{
    color: green;
    display: block;
    float: left;
    font-size: 12px;
    margin: 3px 5px 0 0;
}

.contents .news .comments .comment .feed .icons span.icon_like{
    background: url('../images/icon_thebest.png') no-repeat;
    width: 20px;
    height: 17px;
    display: block;
    font-size: 10px;
    padding: 3px 0 0 7px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin: 0 5px 0 0;
}

.contents .news .comments .comment .feed .icons span.icon_like:hover{
    background-position: 0 -20px;
}

.contents .news .comments .comment .feed .icons span.icon_like.active{
    background-position: 0 -20px;

}

.contents .news .comments .comment .feed .icons span.icon_answer{
    background: url('../images/icon_answer.png') no-repeat;
    width: 20px;
    height: 17px;
    display: block;
    font-size: 10px;
    padding: 3px 0 0 25px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin: 0 35px 0 0;
}

.contents .news .comments .comment .feed .icons span.icon_answer:hover{
    background-position: 0 -20px;
}


/* COMMENTS */


/* SUBCOMMENT FORM */

.contents .news .comments .subcomment_form{
    margin: 40px 0 0 0;
}

.contents .news .comments .subcomment_form fieldset{
    float: right;
    z-index: 1;
    width: calc(100% - 200px);
    border: 0px;
}

.contents .news .comments .subcomment_form fieldset textarea{
    width: 96%;
    height: 70px;
    padding: 2%;
    font-family: 'Montserrat', sans-serif;
    margin: 0 5px 0 0;
    resize: none;

}

.contents .news .comments .subcomment_form fieldset  input[type="submit"]{

    margin: 10px 0;
    font-size: 10px;
    background: #f36c30;

    border: 0px;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px;
    color: #FFF;
}

.contents .news .comments .subcomment_form fieldset  input[type="submit"]:hover{
    background: #000;
    color: #FFF;
}


/* SUBCOMMENT FORM */


/* SUBCOMMENT */

.contents .news .comments .subcomment{
    margin: 20px 0 20px 70px;
}

.contents .news .comments .subcomment .avatar{
    float: left;
    width: 70px;
}

.contents .news .comments .subcomment .avatar img{
    width: 50px;
    height: 50px;
    -moz-border-radius:40px; /* FF */
    -webkit-border-radius:40px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:40px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:40px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
}

.contents .news .comments .subcomment .feed{
    float: left;
    width: calc(100% - 70px);
    overflow: hidden;
}

.contents .news .comments .subcomment .feed .links a{
    font-size: 10px;
}

.contents .news .comments .subcomment .feed .links a:hover{
    color: #f36c30;
}

.contents .news .comments .subcomment .feed .date_update{
    margin: 10px 0 0 0;
    font-style: italic;
    color: #9b9b9b;
    font-size: 11px;
}

.contents .news .comments .subcomment .feed .username{
    font-size: 12px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.contents .news .comments .subcomment .feed .username a img{
    margin: 0 0 0 3px;
}

.contents .news .comments .subcomment .feed .username a:hover{
    color: #454545;
}


.contents .news .comments .subcomment .feed .date{
    font-size: 10px;
    margin: 0 0 10px 0;
    display: block;
    float: left;
}

.contents .news .comments .subcomment .feed .comment_games{
    font-size: 10px;
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.contents .news .comments .subcomment .feed .comment_games img{
    width: 15px;
    margin-top: -2px;
    margin-right: 3px;
}


.contents .news .comments .subcomment .feed .text{
    background: #dfdfdf;
    font-size: 12px;
    padding: 10px;
   color: #000;
    font-weight: normal;
    line-height: 24px;
}

.contents .news .comments .subcomment .feed .icons{
    float: right;
    margin: 5px 0 0 0;

}

.contents .news .comments .subcomment .feed .icons span.gray{
    color: #737373;
    display: block;
    float: left;
    font-size: 12px;
    margin: 3px 5px 0 0;
}

.contents .news .comments .subcomment .feed .icons span.green{
    color: green;
    display: block;
    float: left;
    font-size: 12px;
    margin: 3px 5px 0 0;
}

.contents .news .comments .subcomment .feed .icons span.icon_like{
    background: url('../images/icon_thebest.png') no-repeat;
    width: 20px;
    height: 17px;
    display: block;
    font-size: 10px;
    padding: 3px 0 0 5px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin: 0 20px 0 0;
}

.contents .news .comments .subcomment .feed .icons span.icon_like:hover{
    background-position: 0 -20px;
}

.contents .news .comments .subcomment .feed .icons span.icon_like.active{
    background-position: 0 -20px;

}


/* SUBCOMMENT */


/* COMMENT EDIT */

.contents .news .comment_edit fieldset{
    border: 0px;
    margin: 15px 10px 0 10px;
}

.contents .news .comment_edit fieldset label{
    border: 0px;
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0;

}

.contents .news .comment_edit fieldset div.field{
    margin: 0 0 20px 0;
}

.contents .news .comment_edit fieldset div.field_emots{
    margin: 0 0 20px 0;
    float: left;
}

.contents .news .comment_edit fieldset div.capchta{
    margin: 0 auto 20px auto;
    width: 640px;
}

.contents .news .comment_edit fieldset input{
    padding: 5px;
    width: 500px;
    font-size: 12px;
    margin: 0px;
}

.contents .news .comment_edit fieldset textarea{
    padding: 5px;
    width: 100%;
    height: 150px;
    font-size: 12px;
    margin: 0px;
}

.contents .news .comment_edit fieldset textarea:focus{
    outline: none;
}

.contents .news .comment_edit fieldset .emots{
    margin: 20px 0 0 0;
    float: right;
    width: calc(40% - 20px);
}

.contents .news .comment_edit fieldset .emots img{
    cursor: pointer;
}


.contents .news .comment_edit fieldset select.profile{
    padding: 5px;
    width: 580px;
    font-size: 12px;
    margin: 0px;
}

.contents .news .comment_edit fieldset input[type="submit"]{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 20px;
    width: 98px;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 0px 0 0 0;
    border: 0px;
    cursor: pointer;
}

.contents .news .comment_edit fieldset input[type="submit"]:hover{
    background-position: 0 -20px;

}


.container .news a.more-yellow {
    background: #fdcc17;
    padding: 15px 20px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius: 5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

    margin: 15px 0 0 0;
}

.container .news a.more-yellow:hover{
    background: #636466;
    color: #FFF;
}

.container .news a.more-yellow  span{
    background: url("../images/icon_slider_arrow_right.png") no-repeat;
    width: 10px;
    height: 11px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.container .news a.more-yellow:hover  span{
    background-position: 0 -11px;
}


/* COMMENT EDIT */


.container .news .news_archive{

}

.container .news .news_archive .element{
    padding: 15px;
}

.container .news .news_archive .element:nth-child(2n){
    background: #f4f4f4;
}


.container .news .news_archive .element span{
    display: block;
    font-size: 11px;
    padding: 5px 0 0 8px;
    color: #CCC;
}

.container .news .news_pub{

}

.container .news .news_pub a.element{
    display: block;
    background: #272425;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 50px;
}

.container .news .news_pub a.element:hover{
    background: #ce0d22;
}

/* SLIDER */



/* SLIDER */

/*
    TABLE
*/

.contents .table{
    margin: 0 0 0 0;
}

.contents .table table{
    width: calc(100% - 5px);
    font-size: 10px;
    border-spacing: 0;
    margin: 15px 0 0 0;
}

.contents .table table tr{

}

.contents .table table thead tr{
    background: #933637;
    color: #FFF;
}

.contents .table table tr.color{
    background: #f5f4f4;
}



.contents .table table tr.club{
    background: #eadcdc;
}

.contents .table table tr td{
    padding: 5px;
}

.contents .table table tr td.center{
    text-align: center;
}

.contents .table table tr td span{
    width: 10px;
    height: 10px;

    display: block;
}

/*
    PERSON
*/

.contents .person{
    margin: 0 0 0 0;
    width: calc(100% - 5px);
}

.contents .person table{
    width: calc(100% - 5px);
    font-size: 10px;
    border-spacing: 0;
    margin: 15px 0 0 0;
}

.contents .person table tr{

}

.contents .person table thead tr{
    background: #933637;
    color: #FFF;
}

.contents .person table tr.color{
    background: #f5f4f4;
}

.contents .person table tr.position{
    background: #762b2c;
    color: #FFF;
}

.contents .person table tr.club{
    background: #eadcdc;
}

.contents .person table tr td{
    padding: 5px;
}

.contents .person table tr td.center{
    text-align: center;
}

.contents .person .info{
    float: left;
    width: 40%;
}

.contents .person .info .pic{

}

.contents .person .info .pic .img img{
    width: 150px;
}

.contents .person .info .pic .img{
    float: left;
}

.contents .person .info .pic .national{
    float: left;
    margin: 0 0 0 20px;
    width: 50px;
}

.contents .person .info .pic .national .nr{
    font-size: 40px;
    text-align: center;
}

.contents .person .info .pic .national .flag{
    width: 18px;
    margin: auto;
}

.contents .person .info .news{
    margin: 20px 0 0 0;
}

.contents .person .info .news ul{
    margin: 10px 0 0 0;
}

.contents .person .info .news ul li{
    list-style: none;
    display: block;
    font-size: 11px;
    margin: 0 0 5px 0;
}

.contents .person .info .news ul li a:hover{
    color: #933637;
}

.contents .person .info .news ul li span{
    color: #585858;
    display: block;
    margin: 2px 0 0 0;
    font-size: 10px;
}

.contents .person .metric{
    float: right;
    text-align: right;
    margin: 0 0 0 20px;
    width: calc(60% - 20px);
}

.contents .person .metric h2{
    font-size: 30px;
}

.contents .person .metric h4{
    color: #212121;
    margin: 5px 0 10px 0;
    font-weight: lighter;
}

.contents .person .metric ul{
    list-style: none;
    display: block;
}

.contents .person .metric ul li{
    margin: 0 0 10px 0;
    font-weight: lighter;
}

.contents .person .metric ul li span{
    font-weight: bold;
}

.contents .person .metric h2.bio{
    margin: 20px 0 0 0;
}

.contents .person .metric .text{
    margin: 20px 0 0 0;
}


/* CAREER */

.contents .person .metric table.feed{
    width: calc(100% - 5px);
    font-size: 10px;
    border-spacing: 0;
    margin: 15px 0 0 0;
    text-align: left;

}

.contents .person .metric table.feed tr{

}

.contents .person .metric table.feed thead tr{
    background: #933637;
    color: #FFF;
}

.contents .person .metric table.feed tr.color{
    background: #f5f4f4;
}

.contents .person .metric table.feed tr.position{
    background: #762b2c;
    color: #FFF;
}

.contents .person .metric table.feed tr.club{
    background: #eadcdc;
}

.contents .person .metric table.feed tr td{
    padding: 5px;
}


.contents .person .metric table.feed tr td.gray{

}

.contents .person .metric table.feed tr td.center{
    text-align: center;
}


/* SCHEDULES */

.contents .schedule{
    width: 100%;
}

.contents .schedule .fixtures{
    margin: 20px 0 0 0;
    width: calc(100% - 5px);
}

.contents .schedule .fixtures .round{
    margin: 20px auto 20px auto;
    width: 200px;

}

.contents .schedule .fixtures h2{
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.contents .schedule .fixtures .fixture{
    background: #FFF;
    padding: 10px;
}

.contents .schedule .fixtures .fixture .date{
    background: #933637;
    color: #FFF;
    padding: 10px;
    font-size: 11px;

}

.contents .schedule .fixtures .fixture .date span{
    float: right;
}

.contents .schedule .fixtures .fixture .info{
    width: 100%;
    margin: 5px 0 0 0;
}


.contents .schedule .fixtures .fixture .info .logo{
    float: left;
    width: 80px;

}

.contents .schedule .fixtures .fixture .info .teams{
    float: left;
    margin: 0 0 0 0;
    font-size: 15px;
    text-align: center;
    width: 80%;

}

.contents .schedule .fixtures .fixture .info .teams .club_name{
    width: 150px;
    display: inline-block;
    position: relative;
    top: 15px;
}

.contents .schedule .fixtures .fixture .info .teams span{
    position: relative;
    top: 15px;

}

.contents .schedule .fixtures .fixture .info .teams span.result{
    position: relative;
    top: 15px;
    background: #93363c;
    padding: 3px;
    color: #FFF;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius: 5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
}

.contents .schedule .fixtures .fixture .info .teams img{
    width: 50px;
    background: #FFF;
    padding: 5px;

}

.contents .schedule .fixtures .fixture .info .teams img.badge_home{

    float: left;
}

.contents .schedule .fixtures .fixture .info .teams img.badge_away{
    float: right;
}


/* MESSAGES */

/* MESSAGES */
.contents .messages{
    width: calc(100% - 5px);
}

.contents .messages .actions{
    background: #eadcdc;
    padding: 10px;
    color: #000;
    width: calc(100% - 25px);

}

.contents .messages .actions span.mark_all{
    cursor: pointer;
}


.contents .messages .actions a.lbutton{



    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 17px;
    width: 98px;

    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 3px 0 0 0;
}

.contents .messages .actions .checked{
    float: right;
}


.contents .messages .actions .checked  select{
    margin: 0 0 0 20px;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100px;
    font-size: 14px;

}

.contents .messages .actions .checked input[type='submit']{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 20px;
    width: 98px;
    border: 0px;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    padding: 0px 0 0 0;
    cursor: pointer;
}

.contents .messages .actions .checked input[type='submit']:hover{
    background-position: 0 -20px;
}

.contents .messages .actions .checked span{
    display: inline-block;
    margin: 0 19px 0 60px;
}

.contents .messages .actions a.lbutton:hover{
    background-position: 0 -20px;
}


.contents .messages table.messages_list_{
    width: calc(100% - 5px);
    border-spacing: 0px;
    border-collapse: separate;

}

.contents .messages table.messages_list_ tr{
    background: #eadcdc;
}

.contents .messages table.messages_list_ tr.white{
    background: #FFF;
}

.contents .messages table.messages_list_ td{
    padding: 5px 10px;
    border: 1px solid #933637;
}

.contents .messages table.messages_list_ td.center{
    text-align: center;
}

.contents .messages table.messages_list_ td.right{
    text-align: right;
}

.contents .messages table.messages_list_ td.user{
    width: 10%;
}

.contents .messages table.messages_list_ td.mark{
    width: 50px;
}

.contents .messages table.messages_list_ td.date{
    font-size: 13px;
}

.contents .messages table.messages_list_ td.user img{
    width: 50px;
    height: 50px;
    -moz-border-radius:40px; /* FF */
    -webkit-border-radius:40px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:40px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:40px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
    margin: 5px 0 0 5px;
}

.contents .messages table.messages_list_ td.user a{
    display: block;
    margin: 5px 0 0 0;
    font-size: 13px;
}

.contents .messages table.messages_list_ td a:hover{
    color: #454545;
}

.contents .messages table.messages_list_ td.user a:hover{
    color: #454545;
}

.contents .messages fieldset.messages{
    border: 0px;
    margin: 0 0 0 0;
    background: #FFF;
    padding: 15px;
    width: calc(100% - 35px);
}


.contents .messages fieldset.messages label{
    display: block;
    margin: 0 0 3px 0;
}

.contents .messages fieldset.messages input{
    margin: 0 0 20px 0;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 500px;
}

.contents .messages fieldset.messages textarea{
    margin: 0 0 20px 0;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 550px;
    height: 200px
}

.contents .messages fieldset.messages select{
    margin: 0 0 20px 0;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 513px;
    font-size: 14px;
}


.contents .messages fieldset.messages input[type="submit"]{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 20px;
    width: 98px;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 0px 0 0 0;
    border: 0px;
}

.contents .messages fieldset.messages input[type="submit"]:hover{
    background-position: 0 -20px;
}


.contents .messages .header a.toright{
    float: right;
    margin: 0 10px 0 30px;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
}

.contents .messages .header a.bold{
    float: right;
    margin: 0 10px 0 30px;
    font-size: 11px;
    font-weight: normal;
    color: #ffff64;
}

.contents h2 a.toright{
    float: right;
    margin: 0 0 0 30px;
    font-size: 15px;
    font-weight: normal;
    color: #161616;
}

.contents h2 a.bold{
    float: right;
    margin: 0 0 0 30px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.contents .messages .message{
    margin: 20px 0 100px 0;
    background: #FFF;
    padding: 15px;
    width: calc(100% - 35px);
}

.contents .messages .message .username_from{
    margin: 0 0 20px 0;
    border-bottom: 5px solid #933637;
    padding: 0 0 10px 0;
}

.contents .messages .message{
    margin: 0 0 100px 0;
}

.contents .messages .message a.reply{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 17px;
    width: 98px;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 3px 0 0 0;
}

.contents .messages .message a.reply:hover{
    background-position: 0 -20px;
}



/* POLL */

.contents .poll .polls{
    background: #FFF;
    width: calc(100% - 35px);
    padding: 15px;
}

.contents .poll .polls .poll{
    font-size: 11px;
    border-bottom: 1px solid #f5f4f4;
    margin: 15px 0 0 0;
}

.contents .poll .polls .poll input[type="radio"]{
    float: left;
    display: block;
    margin: 0 5px 0 0;
}

.contents .poll .polls .poll span.question{
    display: block;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.contents .poll .polls .poll .answer{
    margin: 0 0 20px 0;
}

.contents .poll .polls .poll .answer span{
    display: block;
    margin: 10px 0 0 0;
    color: #FFF;
    background: #933637;
    padding: 5px;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius: 5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
    text-align: right;
    min-width: 6%;
}

.contents .poll .polls .poll span.button_vote{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 17px;
    width: 98px;
    margin: auto;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 3px 0 0 0;
    cursor: pointer;
}

.contents .poll .polls .poll span.button_vote:hover{
    background-position: 0 -20px;
}




/* NOTIFICATIONS */

.contents .notifications{

}

.contents .notifications ul{
    margin: 0px 0 0 0;
}

.contents .notifications ul li{

    z-index: 6;
    list-style: none;
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 2px 6px 6px 5px;
    cursor: pointer;
    font-size: 12px;
}

.contents .notifications ul li:hover{
    background-color: #FFF;
}

.contents .notifications ul li.active{
    background-color: #FFF;
}


.contents .notifications ul li span.notification_comment_answer{
    background-image: url('../images/icon_answer.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.contents .notifications ul li span.notification_comment_like{
    background-image: url('../images/icon_thebest.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.contents .notifications ul li span.notification_warning{
    background-image: url('../images/icon_warning.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.contents .notifications ul li span.notification_accept_invitation{
    background-image: url('../images/icon_add_black_mini.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.contents .notifications ul li span.add_to_friends_{
    background-image: url('../images/icon_add_to_friends.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin: 4px 5px 0 0;
}

.contents .notifications ul li span.notification_picture{
    background-image: url('../images/icon_pictures_n.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.contents .notifications ul li span.notification_video{
    background-image: url('../images/icon_video.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.contents .notifications ul li span.add_to_friends_:hover{

    background-position: 0 0;
}

.contents .notifications ul li span.active{
    background-position: 0 0;
}

.contents .notifications ul li span.user{
    font-weight: bold;
}

.contents .notifications ul li span.date{
    display: block;
}

/* NOTIFICATIONS */


/* USERS */
.container .users{
    padding: 30px 0;
}

.container .users fieldset{
    border: 0px;
    margin: 15px 10px 0 10px;
}

.container .users fieldset label{
    border: 0px;
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0;

}

.container .users fieldset div.field{
    margin: 0 0 20px 0;
}

.container .users fieldset div.field_emots{
    margin: 0 0 20px 0;
    float: left;
}

.container .users fieldset div.capchta{
    margin: 0 auto 20px auto;
    width: 640px;
}

.container .users fieldset input{
    padding: 5px;
    width: 500px;
    font-size: 12px;
    margin: 0px;
}

.container .users fieldset textarea{
    padding: 5px;
    width: 60%;
    height: 150px;
    font-size: 12px;
    margin: 0px;
}

.container .users fieldset textarea:focus{
    outline: none;
}

.container .users fieldset .emots{
    margin: 20px 0 0 0;
    float: right;
    width: calc(40% - 20px);
}

.container .users fieldset .emots img{
    cursor: pointer;
}


.container .users fieldset select.profile{
    padding: 5px;
    width: 580px;
    font-size: 12px;
    margin: 0px;
}




.container .users fieldset input[type="submit"]{
    background: url("../images/submit-button.png") no-repeat;
    width: 107px;
    height: 40px;
    display: block;
    border: none;
    margin: 15px 0 0 0;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    padding: 0 0 0 20px;
}

.container .users fieldset input[type="submit"]:hover{
    background-position: 0 -40px;
}


/* TYPER */

.contents .bet{

}

.contents .bet .info{
    margin: 0 0 20px 0;
}


.contents .bet .match{
    margin: 10px 0 0 0;
}

.contents .bet .match .clubs{
    background: #933637;
    color: #FFF;
    padding: 5px;
}

.contents .bet .match .date{
    background: #e4e4e4;
    color: #6c6c6c;
    font-style: italic;
    padding: 5px;
}

.contents .bet .match .result_bet{
    background: #e4e4e4;
    color: #6c6c6c;
    padding: 5px;
}

.contents .bet .match .result_bet input{
    width: 20px;
    padding: 3px;

}

.contents .bet .match .result_bet span{
    color: #f72b33;
    display: block;
}

.contents .bet .match .result_bet span.result_bet{
    display: block;
    font-family: 'Sansation_Bold', Tahoma, Arial, sans-serif;
    color: #000;
}

.contents .bet .match .result_bet span.pkt_achieved{
    display: block;
    font-family: 'Sansation_Bold', Tahoma, Arial, sans-serif;
    color: #f92d35;
}



.contents .bet input[type="submit"]{
    background: url('../images/injury_button.png') no-repeat;
    font-size: 10px;
    height: 20px;
    width: 98px;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #FFF;
    padding: 0px 0 0 0;
    border: 0px;
    cursor: pointer;
}

.contents .bet input[type="submit"]:hover{
    background-position: 0 -20px;
}


/* BET RANK */


.contents .bet .table_league{
    border-spacing:0;
    border-collapse:collapse;
}

.contents .bet table.table_league{
    width: 100%;
}

.contents .bet .table_league tr.head{
    background: #933637;
    color: #FFF;
    font-family: 'Sansation_Bold', Tahoma, Arial, sans-serif;
}

.contents .bet .table_league tr.color{
    background: #e0e0e0;
}

.contents .bet .table_league tr.color_user{
    background: #ffc000;
}

.contents .bet .table_league td{
    padding: 5px;
}

/* TYPER */


/* STREA */

.contents .stream{

 }

.contents .stream .stream_more{

    margin: 0 0 30px 0;
}

.contents .stream .stream_more .col-lg-6 a.ads_info{
    background: #FFF;
    color: #000;
    font-size: 11px;
    padding: 5px 30px;
    font-weight: bold;
    border-right: 10px solid #ff3737;
}

.contents .stream .stream_more .col-lg-6 a.ads_info:hover{
    background: #000;
    color: #FFF;
}

.contents .stream .stream_more .col-lg-6 span.cinema_mode{
    background-image: url('../images/icon_cinema.png');
    background-color: #ff3737;
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 20px 10px 50px;
    background-position: 10px 7px;
    text-align: right;
    cursor: pointer;
}

.contents .stream .stream_more .col-lg-6 span.cinema_mode:hover{
    background-color: #000;
}

.contents .stream .stream_more span.cinema_mode.active{
    background-color: #000;
}

.contents .stream .stream_more .ads{
    margin: 15px 0;
}

.contents .stream .stream_more h2{
    margin: 0px 0 15px 0;
    width: 100%;
}

.contents .stream .stream_more h2 img{
    margin: 0 15px 0 0;
}

.contents .stream .stream_more h2 .another_channel{
    float: right;
}

.contents .stream .stream_more .player{
    width: 100%;
}

.contents .stream .stream_more .player img{
    width: 100%;
}

.contents .stream .stream_more .info_adblock{
    background: #FFF;
    color: #000;
    font-size: 11px;
    padding: 5px 30px;
    font-weight: bold;
    border-right: 10px solid #ff3737;
    margin: 15px 0 0 0;
    text-align: center;
}

.contents .stream .box{

}

.contents .stream .box .days{
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-bottom: 25px;
    padding: 5px 0 20px 0;
}

@media only screen and (max-width: 972px) {
    .contents .stream .box .days{
        width: 100%;
        margin-left: 0;

    }
}


.contents .stream .box .days span{
    width: 14.28%;
    background: #f36c30;
    display: block;
    float: left;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.contents .stream .box .days span:hover{
    background: #000;
}

.contents .stream .box .days span.active{
    background: #000;
}

@media only screen and (max-width: 972px) {
    .contents .stream .box .days span{
        width: 100%;
        float: none;
        border-bottom: 1px solid #e66329;

    }
}

.contents .stream .stream_bets{
    background: #ffd998;
    color: #000;
    padding: 15px;
    margin-left: 0;
    font-size: 13px;
    margin-bottom: 15px;
}

.contents .stream  h2.bet{
    margin-left: 0;
    width: 100%;
}

.contents .stream .stream_bets .title{
      font-weight: bold;

  }

.contents .stream .stream_bets .title .logo{
    float: right;
}

.contents .stream .stream_bets .title .logo img{
    width: 100px;
}

.contents .stream .stream_bets .teams{
    margin: 10px 0 0 0;

}

.contents .stream .stream_bets .teams span{
    font-style: italic;
}

.contents .stream .stream_bets .type{
    border: 3px solid #dda544;
    padding: 10px;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.contents .stream .stream_bets .type span{
    float: right;
    display: inline-block;
    font-size: 15px;

}

.contents .stream .stream_bets .text{
    border: 3px solid #dda544;
    padding: 10px;
    margin: 10px 0 0 0;

}

/* BUZZ */

.contents .buzz fieldset{
    border: 0px;
}

.contents .buzz fieldset span{
    background: #f36c30;
    padding: 10px;
    width: 100%;
    margin: 0 0 30px 0;
    display: block;
}

.contents .buzz fieldset label{
    display: block;
    margin: 0 0 3px 0;
}

.contents .buzz fieldset input{
    margin: 0 0 20px 0;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 15px);
}

.contents .buzz fieldset input[type="submit"]{
    width: 200px;
    margin: 30px auto;
    background: #f36c30;
    color: #FFF;

    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

.contents .buzz fieldset input[type="submit"]:hover{
    background: #000;
    color: #FFF;
    border: 1px solid #1c1c1c;
}

.contents .buzz fieldset input.register_checkbox{
    position: relative;
    top: 3px;
    margin: 0 5px 35px 0;
    width: 30px;
}

.contents .buzz .buzzes{

}

.contents .buzz .buzzes a.queue{
    background: #ff3737;
    padding: 6px 15px;
    margin: 0 0 30px 15px;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: bold;
}

.contents .buzz .buzzes a.queue:hover{
    color: #FFF;
    background: #000;
}

.contents .buzz .buzzes .element{
    margin: 0 0 30px 0;
}

.contents .buzz .buzzes .element a.title{
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.contents .buzz .buzzes .element a.title:hover{
    color: #f36c30;
}

.contents .buzz .buzzes .element .data img{
   width: 100%;
}

.contents .buzz .buzzes .element .socials{
    margin: 5px 0 0 0;
    float: left;
}

.contents .buzz .buzzes .element .socials span.fb{
    margin: 0 20px 0 0;
}

.contents .buzz .buzzes .element .socials span.twitter{
    position: relative;
    top: 8px;
    margin: 0 20px 0 0;
}

.contents .buzz .buzzes .element .socials span.reddit{
     position: relative;
     top: 0px;
     margin: 0 20px 0 0;
 }

.contents .buzz .buzzes .element .socials span.pinterest{
    position: relative;
    top: 7px;
    margin: 0 20px 0 0;
}

.contents .buzz .buzzes .element .fingers{
    float: right;
    margin: 15px 0 0 0;
}

.contents .buzz .buzzes .element .fingers span.finger_up{
    color: #29c300;
    font-size: 35px;
    cursor: pointer;
}

.contents .buzz .buzzes .element .fingers span.finger_down{
    color: #ff3737;
    font-size: 35px;
    cursor: pointer;
}

.contents .buzz .buzzes .element .fingers span.count{
    background: #FFF;
    padding: 10px;
    color: #000;
    font-size: 12px;
    position: relative;
    top: -5px;
    margin: 0 10px;
    font-weight: bold;
}


/* INFOPAGES */




.container .infopages{
    padding: 0px 0;
    font-size: 16px;
    line-height: 24px;
    /*font-weight: lighter;*/
    text-align: justify;
    background: #FFF;
}

.container .infopages a.more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 30px auto;
    background: #c31219;
    border-radius: 30px;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.container .infopages a.more:hover {
    background: #231f20;
}


.container .infopages img{
    margin: 0 30px 30px 0;
}

.container .infopages .col-lg-4{

}

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

    .container .infopages .col-lg-4{
        margin: 0 0 30px 0;
    }

}


.container .infopages .col-lg-4 ul{
    background: #FFF;
    color: #636466;
    border: 1px solid #dedee1;
    text-decoration: none;
    padding: 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0px 0 0;
    box-shadow: 0px 3px #dadbde;
}

.container .infopages .col-lg-4 ul li{
    display: block;
    list-style: none;
    border-bottom: 1px solid #e8e9ed;
}

.container .infopages .col-lg-4 ul li a{
    padding: 15px 20px;
    display: block;
    color: #636466;
    font-size: 15px;
    font-weight: bold;
}

.container .infopages .col-lg-4 ul li a:hover{
    background: #fdcc17;
    color: #000;
}

.container .infopages .col-lg-4 ul li a.active{
    background: #fdcc17;
    color: #000;
}


.container .infopages .check ul{
    margin: 0;
    padding: 0;
}

.container .infopages .check ul li{
    background: url("../images/icon_check.png") no-repeat;
    list-style: none;
    display: block;
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
}

.container .infopages a.log{
    background: #fdcc17;
    padding: 5px 10px;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius: 5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
}

.container .infopages a.log:hover{
    background: #636466;
    color: #FFF;
}


/*NEWSLETTER */

.container .newsletter {
    /*padding: 30px 0;*/
}

.container .newsletter h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

.container .newsletter .content {
    font-size: 20px;
    line-height: 30px;
}

.container .newsletter h3:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}



/*CONTACT */

.container .contact{
    font-weight: normal;
    padding: 30px 0;
}

.container .contact .col-lg-12{
    margin: 0 0 30px 0;
}



.container .contact fieldset{
    border: 0px;
    margin: 0 0 0 0;
    padding: 0;

}

.container .contact fieldset label{
    border: 0px;
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: bold;

}

.container .contact fieldset div.field{
    margin: 0 0 20px 0;
}

.container .contact fieldset div.capchta{
    margin: 0 auto 20px auto;
    width: 640px;
}

.container .contact fieldset input.profile{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 100%;
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}

.container .contact fieldset textarea.profile{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 100%;
    height: 250px;
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}


.container .contact fieldset select.profile{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 100%;
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}



.container .contact fieldset select.birth{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 20%
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}

.container .contact fieldset input[type="submit"]{
    display: block;
    padding: 5px 10px;
    margin: 30px 0;
    background: #fdcc17;;
    color: #000;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

.container .contact fieldset input[type="submit"]:hover{
    background: #636466;
    color: #FFF;
    cursor: pointer;
}

.container .contact fieldset input[type="radio"]{
    position: relative;
    top: 2px;
}

.container .contact fieldset span.span_sex{
    margin: 0 15px 0 0;
    font-size: 13px;
}

/* INFOPAGE_

 */

.container .infopage_ {
    margin: 0 15px;
}

.container .infopage_ h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

.container .infopage_ .content {
    font-size: 20px;
    line-height: 30px;
}

.container .infopage_ h3:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

/* INFOPAGE_ */

/*CONTACT INFOPAGES */

.container .infopages {
    margin: 0 15px;
}

.container .infopages h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

.container .infopages .content {
    font-size: 20px;
    line-height: 30px;
}

.container .infopages h3:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}



.container .infopages .contact-form{
    font-weight: normal;
    padding: 30px 0;
}

.container .infopages .contact-form .col-lg-12{
    margin: 0 0 30px 0;
}



.container .infopages .contact-form fieldset{
    border: 0px;
    margin: 0 0 0 0;
    padding: 0;

}

.container .infopages .contact-form fieldset label{
    border: 0px;
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: bold;

}

.container .infopages .contact-form fieldset div.field{
    margin: 0 0 20px 0;
}

.container .infopages .contact-form fieldset div.capchta{
    margin: 0 auto 20px auto;
    width: 640px;
}

.container .infopages .contact-form fieldset input.profile{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 100%;
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}

.container .infopages .contact-form fieldset textarea.profile{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 100%;
    height: 250px;
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}


.container .infopages .contact-form fieldset select.profile{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 100%;
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}



.container .infopages .contact-form fieldset select.birth{
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    color: #7b7b7b;
    padding: 10px 20px;
    width: 20%
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    behavior:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */

}

.container .infopages .contact-form fieldset input[type="submit"]{
    display: block;
    padding: 5px 10px;
    margin: 30px 0;
    background: #fdcc17;;
    color: #000;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

.container .infopages .contact-form fieldset input[type="submit"]:hover{
    background: #636466;
    color: #FFF;
    cursor: pointer;
}

.container .infopages .contact-form fieldset input[type="radio"]{
    position: relative;
    top: 2px;
}

.container .infopages .contact-form fieldset span.span_sex{
    margin: 0 15px 0 0;
    font-size: 13px;
}


/* PARTNERS */


/*
.container .partners{
    padding: 30px 0;
}

.container .partners .col-lg-4{

}

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

    .container .partners .col-lg-4{
        margin: 0 0 30px 0;
    }

}


.container .partners .col-lg-4 ul{
    background: #FFF;
    color: #636466;
    border: 1px solid #dedee1;
    text-decoration: none;
    padding: 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0px 0 0;
    box-shadow: 0px 3px #dadbde;
}

.container .partners .col-lg-4 ul li{
    display: block;
    list-style: none;
    border-bottom: 1px solid #e8e9ed;
}

.container .partners .col-lg-4 ul li a{
    padding: 15px 20px;
    display: block;
    color: #636466;
    font-size: 15px;
    font-weight: bold;
}

.container .partners .col-lg-4 ul li a:hover{
    background: #fdcc17;
    color: #000;
}

.container .partners .col-lg-4 ul li a.active{
    background: #fdcc17;
    color: #000;
}

.container .partners .element{
    background: #FFF;
    color: #000;
    border: 1px solid #dedee1;
    padding: 20px 20px;
    box-shadow: 0px 3px #dadbde;
    font-size: 15px;
    margin: 0 10px 20px 0;
    float: left;
    width: auto;
    -moz-border-radius: 5px; !* FF *!
    -webkit-border-radius: 5px; !* przeglądarki z webkitem (Safari, Chrome itp.) *!
    -khtml-border-radius: 5px; !* przeglądarki typu K-meleon (typowo Linuxowe) *!
    border-radius: 5px; !* pozostałe przeglądarki *!
    behavior:url(border-radius.htc); !* dodatek dla badzIEwnej przeglądarki *!
    height: 90px;
    width: calc(24% - 5px);
}


.container .partners .element:last-child{
    margin-right: 0;
}

.container .partners .element img{
    margin: auto;
    max-height: 30px;
    display: block;
}

.container .partners .element span{
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: normal;
}
*/

.container .team {
    margin: 0 0px;
}

.container .team h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

/*.container .team .content {*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*}*/

.container .team h3:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

/*.container .team .col-lg-3 img{
    width: 100%;
}

.container .team .row{
    margin: 0 0 60px 0;
}*/


.container .team .element{
    margin: 0 0 30px 0;
    position: relative;
    cursor: pointer;
    display: block;
}


.container .team .element img{
    width: 100%;
    height: 100%;
}


.container .team .element .data:hover span{
    display: block;

}

.container .team .element .data:hover{
    display: block;

}

.container .team h4{
    text-align: center;
    margin: 30px 0 60px 0;
    display: block;
}

.container .team .element .data{

}

.container .team .element span{
    position: absolute;
    display: block;
    top: 0;
    padding: 30px;
    background: rgba(0,0,0,0.8);
    height: calc(100% - 30px);
    width: 100%;
    color: #FFF;
    font-size: 16px;
    display: none;
}



/*
.pager{
    margin: 30px auto 30px auto;
}

.pager a{
    background: #fdcc17;
    color: #000;
    padding: 5px 10px;
    -moz-border-radius: 5px; !* FF *!
    -webkit-border-radius: 5px; !* przeglądarki z webkitem (Safari, Chrome itp.) *!
    -khtml-border-radius: 5px; !* przeglądarki typu K-meleon (typowo Linuxowe) *!
    border-radius: 5px; !* pozostałe przeglądarki *!
    behavior:url(border-radius.htc); !* dodatek dla badzIEwnej przeglądarki *!
}

.pager a:hover{
    background: #000;
    color: #FFF;
}

.pager span{
    background: #000;
    color: #FFF;
    padding: 5px 10px;
    -moz-border-radius: 5px; !* FF *!
    -webkit-border-radius: 5px; !* przeglądarki z webkitem (Safari, Chrome itp.) *!
    -khtml-border-radius: 5px; !* przeglądarki typu K-meleon (typowo Linuxowe) *!
    border-radius: 5px; !* pozostałe przeglądarki *!
    behavior:url(border-radius.htc); !* dodatek dla badzIEwnej przeglądarki *!
}*/





/* NEWS MORE LIFT */

.container .news {
    margin: 30px;
}

.container .news .news_morel{
    background: #FFF;
    width: 100%;
    padding: 0 0px;

}

.container .news .news_morel a.edit{
    background: #c5161d;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin: 0px auto 0px auto;
    display: block;
    width: 140px;
    float: left;
}

.container .news .news_morel a.edit:hover{
    background: #000;
}

.container .news .news_morel .cat-mobile {
    /*color: #e5c78d;
    border-bottom: 2px solid #e5c78d;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    text-align: right;
    margin: 0 0 15px 0;
    font-weight: bold;*/

    font-size: 25px;
    font-weight: bold;
    color: #231f20;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.container .news .news_morel .cat-mobile:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 15px;
    border-bottom: 5px solid #c31219;
}

.container .news .news_morel h2{
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
    color: #333333;
    margin: 5px auto 20px auto;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 15px 0;
}

.container .news .news_morel h2:after {
    display: none;
}


.container .news .news_morel .date{
    color: #c6c6c6;
    font-size: 12px;
    width: 100%;
    margin: 0 0 0px 0;
}


.container .news .news_morel .date a{

}

.container .news .news_morel .date a:hover{
    color: #000;
    background: #fecb01;
}

.container .news .news_morel .date .author{
    margin: 15px 0 0 0px;
}

.container .news .news_morel .date .cat{
    float: right;

}

.container .news .news_morel .date .cat a{
    background: #c31219;
    color: #FFF;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;

    float: right;
    display: block;
    font-weight: bold;
}

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

    .container .news .news_morel h2{
        font-size: 30px;
    }

    .container .news .news_morel .date .cat{
        float: left;
        margin: 10px 0 0 0;
    }
}

.container .news .news_morel .pic-new-news {
    margin: 0 0 15px 0;
}

.container .news .news_morel .pic .social-button{
    /*   position: absolute;
       margin: 0 0 0 -50px;*/
    position: relative;
    margin: 10px 0 10px 0px;
    top: 0;

}

.container .news .news_morel .pic .social-button a{
    display: inline-block !important;
    margin: 0 !important;
}

.container .news .news_morel .pic .social-button a.wt{
    background: url('../images/icon_news_wt.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px 0 10px 0;
}

.container .news .news_morel .pic .social-button a.wt:hover{
    background-position: 0 -30px;
}

.container .news .news_morel .pic .social-button a.ms{
    background: url('../images/icon_news_ms.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px 0 10px 0;
}

.container .news .news_morel .pic .social-button a.ms:hover{
    background-position: 0 -30px;
}

.container .news .news_morel .pic .social-button a.fb{
    background: url('../images/icon_news_fb.png') no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}

.container .news .news_morel .pic .social-button a.fb:hover{
    background-position: 0 -25px;
}

.container .news .news_morel .pic .social-button a.tt{
    background: url('../images/icon_news_tt.png') no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 10px 0 10px 0;
}

.container .news .news_morel .pic .social-button a.tt:hover{
    background-position: 0 -25px;
}

.container .news .news_morel .pic .social-button a.ld{
    background: url('../images/icon_news_in.png') no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}

.container .news .news_morel .pic .social-button a.ld:hover{
    background-position: 0 -25px;
}

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

    .container .news .news_morel .pic .social-button{
        position: relative;
        margin: 0 0 0 0px;
    }

    .container .news .news_morel .pic .social-button a{
        display: inline-block !important;
        margin: 0 !important;
    }
}

.container .news .news_morel .pic {
    margin: 0;
    padding: 0;
}

.container .news .news_morel .pic img{
    width: 100%;
}

.container .news .news_morel .text .pic-news {
    /*width: 60%;
    float: right;
    01x;*/
    margin: 0 0 15px 0;
}

.container .news .news_morel .text .pic-news h4 {
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    border-bottom: 2px solid #c5161d;
    font-weight: bold;
    padding: 0 0 5px 0;

}

.container .news .news_morel .text .pic-news .news-elements {

}

.container .news .news_morel .text .pic-news .news-elements .element {
    border-bottom: 1px solid #e9e8e8;
    padding: 15px 0 15px 0;
}

.container .news .news_morel .text .pic-news .news-elements .element a {
    font-weight: bold;
}

.container .news .news_morel .text .pic-news .pic-des {
    margin: 15px 0 30px 0 ;
    font-weight: bold;
}

.container .news .news_morel .text{
    font-size: 24px;
}

.container .news .news_morel .text iframe{
    width: 100% !important;
}

.container .news .news_morel .text p{
    display: block;
    margin: 0px 0 30px 0;
    font-size: 22px;
    line-height: 33px;
    font-weight: lighter;
}

.container .news .news_morel .text strong {
    font-weight: bold;
}

.container .news .news_morel .text ul {
    margin: 15px 0 15px 60px;
    padding: 0;
    font-weight: normal !important;
}

.container .news .news_morel .text ul li {
    list-style: none;
    margin: 0 0 30px 0;
}

.container .news .news_morel .text ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ea2128; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    margin-top: 4px;
    font-size: 30px;
}

.container .news .news_morel .text blockquote{
    background: url('../images/quote.png') no-repeat 30px 15px;
    padding: 0 0 0 30px;
    padding: 25px 30px;
    background-color: #eeeeee;
    border-left: 10px solid #292929;
    font-style: italic;
    margin: 15px 0 0 0;
    clear: both;
}

.container .news .news_morel .source{
    color: #c6c6c6;
    font-size: 11px;
    margin: 10px auto 30px auto;
    width: 90%;
}


.container .news .news_morel .tags{
    margin: 20px 0 0 0;

}

.container .news .news_morel .tags span{
    background: #c5161d;
    color: #FFF;
    font-size: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0 3px 5px 0;
    font-weight: normal;
    display: inline-block;
}

.container .news .news_morel .tags span:hover{
    color: #FFF;
    background: #231f20;
}

.container .news .news_morel table{

    width: 100% !important;

}



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

    .container .news .news_morel .pic .pic-news {
        width: 100%;
        float: none;
        margin: 15px 0 0 0px;
    }

    .container .news .news_morel img{
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .container .news .news_morel .text{
        font-size: 14px;
    }

    .container .news .news_morel .text ul{
        font-size: 22px;
    }

}

.container .news .news_morel .author{
    margin: 30px 0 0px 0;
    padding: 30px 15px 30px 0px;
    border-top: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
}

.container .news .news_morel .author a.profile{
    font-weight: bolder;
    font-size: 18px;
    text-align: left;
    display: block;
    margin: 0px 0 5px 0;
    color: #c31219;
    text-align: center;
    display: block;
}

.container .news .news_morel .author a.namesurname{
    font-weight: bolder;
    font-size: 18px;
    text-align: left;
    display: block;
    margin: 15px 0 5px 0;
    color: #c31219;
    text-align: center;
    display: block;
}

.container .news .news_morel .author img{
    border: 3px solid #FFF;
    width: 80%;
    /*-moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    border-radius: 90px;
    behavior:url(border-radius.htc);*/
    /*margin: auto;*/
    display: block;
    margin: auto;
}

.container .news .news_morel .author .social{
    margin: 15px auto 0 auto;
    /*width: 120px;*/
    float: right;
}

.container .news .news_morel .author .social a{
    font-size: 30px;
    color: #231f20;
    display: block;
    text-align: right;
}

.container .news .news_morel .author .social a:hover{
    color: #29abe5;
}

.container .news .news_morel .author .social a.tt{
    margin: 0 0px 0 0px;
}

.container .news .news_morel .author p{
    display: block;
    margin: 10px 0 0 0;
    line-height: 27px;
    text-align: justify;
    font-size: 15px;
}

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

    .container .news .news_morel .author img{
        width: 50% !important;
        margin: 0 auto 30px auto;
    }

    .container .news .news_morel .author .social{
        width: 150px;
        margin: auto;
    }

    .container .news .news_morel .author .social a{
        display: inline-block;
    }

    .container .news .news_morel .author .social a.tt{
        margin: 0 10px 0 10px;
    }

}


.container .news .news_morel .key-news{
    background: #f8f7f7;
    border-top: 5px solid #e5c78d;
    padding: 0 0 30px 0;
}

.container .news .news_morel .key-news h4{
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #FFF;
}

.container .news .news_morel .key-news .element{
    border-bottom: 1px solid #FFF;
}

.container .news .news_morel .key-news .element a{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    display: block;
    width: 100%;
    text-align: justify;
}

.container .news .news_morel .key-news .element .info-news{
    margin: 5px 0px;
    font-size: 13px;
    font-weight: lighter;
    padding: 0 30px 15px 30px;

}

.container .news .news_morel .key-news .element .info-news span.date{
    background: url('../images/icon_time.png') no-repeat 0 2px;
    height: 17px;
    display: inline-block;
    padding: 0 0 0 25px;
    color: #231f20;
}

.container .news .news_morel .key-news .element .info-news span.red-date{
    background: #ed1c24;
    color: #FFF;
    padding: 10px 40px 10px 10px;
    display: block;
    width: 30px;
    width: 10px;
    text-align: center;
    margin: 0;

}

.container .news .news_morel .key-news .element .info-news span.commentss{
    background: url('../images/icon_comment.png') no-repeat 0 2px;
    height: 18px;
    display: inline-block;
    padding: 0 0 0 25px;
    float: right;
}

.container .news .news_morel .key-news a.more{
    background: #231f20;
    color: #e5c78d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin: 30px auto 0px auto;
    display: block;
    width: 140px;
}

.container .news .news_morel .key-news a.more:hover{
    background: #e5c78d;
    color: #231f20;
}

.container .news .news_morel .below-key-news{

}


.container .news .news_morel .below-key-news img{
    display: block;
    margin: auto;
}


/* NEWS MORE LIFT */


/* LISTA */

.container .news .news_morel .latest-news-right {
    background: #1b1b1b;
    padding: 0 0 15px 0;
    border-top: 3px solid #c5161d;
}

.container .news .news_morel .latest-news-right h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0 0 0;
}

.container .news .news_morel .latest-news-right .element {
    padding: 0;
}

.container .news .news_morel .latest-news-right .element a {
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 17px;
    color: #FFF;
    font-weight: bold;
}

.container .news .news_morel .latest-news-right .element a:hover {
    color: #c5161d;
}

.container .news .news_morel .latest-news-right .element a:before {
    content:"• ";
    color: #c5161d;
}

.container .what-we-do {

}

.container .what-we-do h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.container .what-we-do .element {
    margin: 15px 0 0 0;
}

.container .what-we-do .element img {
    width: 80%;
    height: 80% !important;
    display: block;
    margin: 30px auto 30px auto;
}

.container .what-we-do .element span {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
}

.container .what-we-do .element p {
    height: 200px;
}

.container .what-we-do .element p.last {
    height: 280px;
}

.container .what-we-do .element a.more-long {
    width: 300px;
    margin-bottom: 60px;
}

.container .what-we-do .element a.more-long-left {
    width: 300px;
    margin-bottom: 60px;
    float: left;
}

.container .what-we-do .element a.more-long-right {
    width: 300px;
    margin-bottom: 60px;
    float: right;
}

.container .what-we-do .logo-partner img {
    border-radius: 180px;
    display: block;
    margin: 50px auto;
    width: 80%;
}

.container .what-we-do h4.site {
    color: #c31219;
    text-align: center;
    display: block;
}

.container .wyd {

}

.container .wyd .person {
    margin: 30px 0 0 0;
}

.container .wyd .person img {
    width: 100%;
}

.container .wyd .person h4 {
    color: #c31219;
    font-weight: bold;
}


.container .wyd .book {

}

.container .wyd .book h4.bottom {
    margin: 30px 0 0 0;
}

.container .wyd a.more-long-left {

    float: left;
}