.mp-navbar {
    border-bottom: none;
}

.mp-navbar::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 6px;
    background: url('../images/title-page/hr-bg.png') repeat-x;
    position: absolute;
    bottom: -5px;
}

hr {
    height: 18px;
    width: 100%;
    margin: 10px auto;
    border: none;
    background: url('../images/hr.png') no-repeat center center;
}

.thumbnail-thin, .panel-thin {
    padding: 0;
}

.thumbnail-thin > img, .thumbnail-thin a > img, .panel-thin > img, .panel-thin a > img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-body-thin {
    padding: 9px;
}

.list-group-item-img {
    padding: 0;
}

.list-group-item-img img {
    border-radius: inherit;
}

.select2-container li, input {
    color: #000000;
}

.list-group-item-sub {
    background: #0264cf;
}

.list-group-item > nav {
    margin: 5px 0 0 0;
}

.list-group-item > nav > a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 5px 5px 5px 20px;
    color: rgba(255, 255, 255, 0.5)
}

.list-group-item > nav > a:hover, .list-group-item > nav > a.active {
    color: white;
}

.mp-zone-line {
    color: #eeeeee;
}

.mp-zone-flag {
    width: 2em;
    height: 2em;
}

.mp-tag-tag {
    z-index: 1;
    position: relative;
    margin-right: -15px;
}

.mp-tag-image {
    width: 128px;
    height: 64px;
    vertical-align: middle;
}

/* FORMS */

.form-inline .control-label {
    margin-right: 1rem;
}

.form-inline .form-group {
    margin-right: 1rem;
}

/** FIXME Ptete btn-success via sf? **/

button.btn[type=submit] {
    background-image: -webkit-linear-gradient(#42c728, #37a521 60%, #31941e);
    background-image: -o-linear-gradient(#42c728, #37a521 60%, #31941e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42c728), color-stop(60%, #37a521), to(#31941e));
    background-image: linear-gradient(#42c728, #37a521 60%, #31941e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff42c728', endColorstr='#ff31941e', GradientType=0);
    -webkit-filter: none;
    filter: none;
}

button.btn[type=submit]:hover {
    background-image: -webkit-linear-gradient(#60da48, #45d029 60%, #40bf26);
    background-image: -o-linear-gradient(#60da48, #45d029 60%, #40bf26);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#60da48), color-stop(60%, #45d029), to(#40bf26));
    background-image: linear-gradient(#60da48, #45d029 60%, #40bf26);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60da48', endColorstr='#ff40bf26', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #012349;
}

/* BACKGROUNDS & CONTAINERS */

.mp-background, .mp-background-alt, .mp-background-carbon, .mp-background-nonono {
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mp-background {
    background-image: url('../images/backgrounds/clouds.jpg'), url('../images/backgrounds/clouds-pattern.jpg');
    background-position: top center, top center;
    background-repeat: no-repeat, repeat;
}

.mp-background > .container,
.mp-background-carbon > .container,
.mp-background-nonono > .container {
    background: url('../images/backgrounds/clouds-container.jpg') no-repeat top center #012144;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.mp-background-alt {
    background-image: url('../images/backgrounds/graph.jpg'), url('../images/backgrounds/graph-pattern.jpg');
    background-repeat: no-repeat, repeat;
}

.mp-background-carbon {
    background-image: url('../images/backgrounds/carbon.jpg'), url('../images/backgrounds/carbon-pattern.jpg');
    background-position: top center, top center;
    background-repeat: no-repeat, repeat;
}

.mp-background-carbon > .jumbotron,
.mp-background-nonono > .jumbotron {
    background: transparent;
}

.mp-clouds-container {
    background: url('../images/backgrounds/clouds-container.jpg') no-repeat top center #012144;
}

.mp-background::after,
.mp-background-carbon::after,
.mp-background-nonono::after,
.mp-clouds-container::before,
.mp-clouds-container::after {
    display: block;
    content: ' ';
    max-width: 1170px;
    margin: 0 auto;
    height: 6px;
    outline: 1px solid rgba(41, 154, 232, 0.5);
    background: #299ae8 url('../images/jumbonav-header.jpg') no-repeat;
}

.mp-clouds-container::after {
    margin-bottom: 30px;
}

.mp-clouds-container > .container:first-child {
    margin-top: 15px;

}

.mp-clouds-container.mp-player-profile::before {
    display: none;
}

.mp-clouds-container.mp-player-profile > .container:first-child {
    margin-top: 0;
    padding-top: 15px;
}

/* JUMBO */

.mp-jumbotron {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    padding: 50px;
}

.mp-jumbotron h1, .mp-jumbostyle-heading {
    display: inline-block;
    background: rgba(0, 0, 0, 0.65);
    padding: 5px;
}

.mp-jumbostyle-heading {
    padding: 5px 10px;
    margin: 30px 0;
}

.mp-jumbotron-text {
    background: rgba(25, 10, 0, 0.35);
    border-radius: 2px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.mp-jumbonav {
    margin-bottom: -50px;
    margin-top: 20px;
    background: rgba(26, 37, 51, 0.85);
}

.mp-jumbonav > .row:before {
    display: block;
    width: 100%;
    height: 6px;
    outline: 1px solid rgba(41, 154, 232, 0.5);
    background: #299ae8 url('../images/jumbonav-header.jpg') no-repeat;
}

.mp-jumbonav .nav-pills {
    height: 40px;
}

.mp-jumbonav .nav-pills > li > a {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    background: transparent;
}

.mp-jumbonav .nav-pills > li > a:hover, .mp-jumbonav .nav-pills > li > a:focus, .mp-jumbonav .nav-pills > li > a:active {
    background: transparent;
    border-bottom: white 2px solid;
}

.mp-jumbonav .nav-pills > li > a:focus, .mp-jumbonav .nav-pills > li > a:active {
    background-color: rgba(1, 154, 231, 0.75);
}

.mp-jumbonav .nav > li.active > a {
    background-color: rgba(1, 154, 231, 0.75);
    border-bottom: white 2px solid;
}

.mp-jumbonav .nav-section {
    padding: 10px 0 10px 15px;

    display: block;
    position: relative;
    color: #00a8ff;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/* FOOTER */

.mp-footer {
    margin-top: 30px;
}

.mp-footer hr {
    margin-bottom: 15px;
}

/* MODIFIERS */

.mp-body-narrow > .mp-background > .container,
.mp-body-narrow > .mp-jumbotron > .container,
.mp-body-narrow .mp-jumbonav,
.mp-body-narrow > .mp-background::after {
    max-width: 750px;
}

/* MANAGERS */

.mp-manager-heading {
    margin: 30px 0;
}

/* @FIXME Generic manager-media-bg */
.title-manager-media-bg {
    background: url('../images/grey-grid.png');
}

.mp-list-group-contextual {
    text-align: right;
}

.mp-list-group-contextual > a,
.mp-list-group-contextual > a:visited {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.mp-list-group-contextual > a:hover,
.mp-list-group-contextual > a:active {
    background: #0264cf;
}

.mp-list-group-contextual > a > .fa {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

/* LOGIN PAGE */

#mp-login {
    max-width: 450px;
    margin-top: 100px;
}

#mp-login > .modal-content {
    background: none;
}

#mp-login .modal-header, #mp-login .modal-body, #mp-login .modal-footer {
    border-color: rgba(255, 255, 255, 0.1);
}

#mp-login h4 {
    margin-top: 20px;
}


#mp-login form {
    max-width: 350px;
    margin: 40px auto 30px auto;
}

#mp-login form form-heading,
#mp-login form .checkbox {
    margin-bottom: 10px;
}

#mp-login form .checkbox {
    font-weight: normal;
}

#mp-login form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

#mp-login form .form-control:focus {
    z-index: 2;
}

#mp-login form input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#mp-login form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#mp-login form input[type="email"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#forgot_password > .form-group {
    margin-bottom: 0px;
}

/* CONVERSE JS */

#conversejs .chat-head.chat-head-chatbox {
    background-color: #013f83;
}

#conversejs #controlbox .controlbox-head {
    background-color: #299ae7;
}

#conversejs .toggle-controlbox {
    background-color: #37A521;
}

/* CHANNELS */

.mp-channel-home {

}

.mp-channel-home-logo {
    display: block;
    background: url('../maniascript/store/channel-header-bg.png');
    background-size: cover;
    opacity: 1;
}

.mp-channel-home-logo:hover, .mp-channel-home-logo:active {
    opacity: 0.5;
}

.mp-channel-home-current {
    display: block;
    position: relative;
    background: black;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

.mp-channel-home-current:hover {
    background: #00a8ff;
    color: #fff;
    text-decoration: none;
}

.mp-channel-home-current > span {
    display: block;
    float: left;
    padding: 10px 50px;
}

.mp-channel-home-current > .live > span {
    color: #cc0000;
}

.mp-channel-home-current > .play {
    float: right;
    font-weight: 700;
}

.mp-channel-home-current .timeleft {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #cc0000;
    text-align: right;
    font-size: 1rem;
    white-space: nowrap;
    width: 0;
    color: #cc0000;
    padding: 0;
    margin: 0;
}

.mp-channel-home-offline {
    display: block;
    padding: 75px 50px;
    background: rgba(50, 50, 50, 0.25);
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
}

.mp-channel-home-offline:hover {
    background: rgba(150, 150, 150, 0.35);
    color: #fff;
    text-decoration: none;
}

.mp-channel-home-offline > small {
    display: block;
    color: #666;
}

.mp-channel-home-next > a {
    display: block;
    float: left;
    width: 50%;
    background: black;
    color: #fff;
    text-decoration: none;
}

.mp-channel-home-next > a:hover, .mp-channel-home-next > a:active {
    background: #00a8ff;
    color: #fff;
    text-decoration: none;
}

.mp-channel-home-next > a > span {
    display: block;
    padding: 5px 15px;
    font-weight: 700;
}

/* NEWS */

.mp-news-list {
    margin-top: -30px;
    padding: 0;
    background: rgba(255, 255, 255, 0.05);
}

.mp-title-page-container .mp-news-list {
    margin-top: 0;
    padding-left: 15px;
}

.mp-news-list > nav {
    padding: 15px 50px;
}

.mp-news-list-item {
    display: block;
    padding: 10px;
    position: relative;
    min-height: 30px;
    border-bottom: 1px solid rgba(0, 136, 255, 0.25);
}

.mp-news-list-item:hover, .mp-news-list-item.active {
    background: rgba(0, 136, 255, 0.5);
    text-decoration: none;
}

.mp-news-list-item.active {
}

.mp-news-list-item.active:after {
    left: 100%;
    top: 50%;
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: rgba(0, 136, 255, 0.5);
    border-width: 15px;
    margin-top: -15px;
}

/* TITLE PAGE */

.mp-title-page-header {
    max-width: 970px;
    background: url('../images/title-page/frame-nav.png') no-repeat bottom center;
    background-size: 100% auto;
    position: relative;
}

.mp-title-page-header .light-left, .mp-title-page-header .light-right {
    width: 248px;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.mp-title-page-header .light-left {
    left: 15px;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.mp-title-page-header .light-right {
    right: 15px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.mp-title-page-header .mp-logo {
    padding-left: 0;
}

.mp-title-page-header .mp-logo > a > img {
    opacity: 0.5;
}

.mp-title-page-header .mp-logo > a:hover > img, .mp-title-page-header .mp-logo > a:active > img {
    opacity: 1;
}

.mp-title-logo {
    max-width: 400px;
    margin-bottom: 5px
}

.mp-title-page-container {
    margin-top: -1px;
    margin-bottom: 30px;
    max-width: 970px;
    background-color: rgba(25, 10, 0, 0.75);
    background-image: url('../images/title-page/frame-top.png'), url('../images/title-page/frame-bottom.png'), url('../images/title-page/frame-bg.png');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top center, bottom -1px center, top center;
    background-size: 100% auto;
}

.mp-title-page-footer {
    max-width: 800px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.mp-title-page-container hr {
    background: url('../images/title-page/hr-bg.png') repeat-x center center;
    padding: 0;
    margin: 0;
    height: 6px
}

.mp-title-page-carbon > .row {
    background-image: url('../images/title-page/carbon-top.png'), url('../images/title-page/carbon-bottom.png'), url('../images/title-page/carbon-bg.png');
    background-position: top center, bottom center, top center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 100% auto;
    margin: 0px;
    padding: 15px 0
}

.mp-title-page-carbon .carousel {
    min-height: 150px;
}

.mp-title-page-carbon::after {
    display: block;
    content: '';
    width: 100%;
    background: url('../images/title-page/hr-bg.png') repeat-x center center;
    padding: 0;
    margin: -1px 0 0 0;
    height: 6px
}

footer.mp-title-page-carbon::after {
    display: none;
}

footer.mp-title-page-carbon {
    margin-bottom: 15px;
}

.mp-title-page-carbon h3 {
    margin-top: 0;
}

.mp-title-page-container h1 {
    font-weight: 700;
    margin: 40px 0 30px 0;
}

.mp-title-page-mp {

}

.mp-title-page-mp > .row {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012f62+0,299ae7+35,190a00+97&1+0,0.5+85,0.75+100 */
    background: -moz-linear-gradient(top, rgba(1, 47, 98, 1) 0%, rgba(41, 154, 231, 0.79) 35%, rgba(28, 38, 45, 0.5) 85%, rgba(25, 10, 0, 0.7) 97%, rgba(25, 10, 0, 0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 47, 98, 1) 0%, rgba(41, 154, 231, 0.79) 35%, rgba(28, 38, 45, 0.5) 85%, rgba(25, 10, 0, 0.7) 97%, rgba(25, 10, 0, 0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 47, 98, 1) 0%, rgba(41, 154, 231, 0.79) 35%, rgba(28, 38, 45, 0.5) 85%, rgba(25, 10, 0, 0.7) 97%, rgba(25, 10, 0, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012f62', endColorstr='#bf190a00', GradientType=0); /* IE6-9 */
    margin: 0px;
    padding: 15px 0
}

/* TITLE STATS */

.mp-stat-card {
    background: rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    position: relative;
}

.mp-stat-card:before {
    content: " ";
    display: block;
    width: 100%;
    height: 6px;
    outline: 1px solid rgba(41, 154, 232, 0.5);
    background: #299ae8 url('../images/jumbonav-header.jpg') no-repeat;
}

.mp-stat-card > strong {
    display: block;
    padding: 5px 20px 0 20px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
}

.mp-stat-card > .fa {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    right: 30px;
    top: 22px;
    color: rgba(255, 255, 255, 0.1);
}

.mp-stat-card > small {
    display: block;
    padding: 0 20px 5px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #37A521;
    font-size: 1.5rem;
}

.mp-chart {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 26px 0 20px 0;
    position: relative;
}

.mp-chart:before {
    content: " ";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    outline: 1px solid rgba(41, 154, 232, 0.5);
    background: #299ae8 url('../images/jumbonav-header.jpg') no-repeat;
}

/* CLUBS */

.mp-club-emblem-card {
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative;
}

.mp-club-emblem-card > .emblem {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    z-index: 0;
    background-size: cover;
}

.mp-club-emblem-card > .shield {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: url('../images/emblem.png');
    background-size: cover;
}

.mp-club-colors {
    position: relative;
    width: 300px;
    height: 175px;
    margin: 20px auto;
}

.mp-club-colors > a {
    white-space: nowrap;
    display: block;
    width: 175px;
    height: 125px;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    border-radius: 4px;
    position: absolute;
}

.mp-club-colors > a:first-child {
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
}

.mp-club-colors > a:last-child {
    bottom: 0;
    right: 0;
    z-index: 1;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.mp-player-profile, .mp-map-page {
    max-width: 970px;
    margin: 0 auto;
}

.mp-player-profile > .container,
.mp-map-page > .container {
    max-width: 970px;
}

.mp-placeholder-card {
    border-radius: 4px;
    border-style: dashed;
    border-width: thin;
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .1);
    text-align: center;
    color: rgba(255, 255, 255, .5)
}

.mp-format {
    font-family: "KenneyIcons", "FontAwesome", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face{
    font-family: "KenneyIcons";
    src:url("../fonts/kenney-icon-font.eot");
    src:url("../fonts/kenney-icon-font.eot?j3xvr8#iefix") format("embedded-opentype"),
    url("../fonts/kenney-icon-font.ttf") format("truetype"),
    url("../fonts/kenney-icon-font.woff") format("woff"),
    url("../fonts/kenney-icon-font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
