@import url(http://fonts.googleapis.com/css?family=Cabin:400);

root {
    display: block;
}
img { border: none; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
    background: #e2e3e4;
}

a {
    /*color: #7AC943;*/
    text-decoration: none;
}

header, content, .footer {
    width: 100%;
}

.header {
    display: block;
    width: 100%;
    margin-top: 0px;
    color: #FFF;
}

.header .container,
.content .container,
.footer .container {
    padding: 5px;
    margin: 0 auto;
    position: relative;
}

.footer .container {
    padding: 20px;
    padding-bottom: 0px;
}

.footer {
    background: #5B5B5B;
    width: 1000px;
    margin: 0 auto;
    z-index: 1;
}

.footer .address {
    color: #FFFFFF !important;
    margin-top: 10px;
    line-height: 14px;
}

.footer-title {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.footer-powered {
    font-size: 12px;
    color: #FFF;
    text-align: right;
    padding: 10px;
}
    .footer-powered img {
        float: right;
        padding-left: 6px;
    }

.content .container {
    margin: 0;
}

.header .logo {
    width: 400px;
    height: 115px;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .logo-ligup {
    background: url('../img/ligup.png') no-repeat;
    width: 90px;
    height: 54px;
    position: absolute;
    right: 15px;
    top: 30px;
    display: none;
}

.navigation .menu {
    height: 50px;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    line-height: 50px;
    background: #db463b;
    position: relative;
    margin-right: 10px;
}

.navigation .menu .arrow {
    background: url('../img/menu-arrow.png') no-repeat;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.navigation .menu:not(.menu-toggle) .menu-item {
    vertical-align: top;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}

.navigation .menu.menu-toggle .menu-item,
.navigation .menu .menu-item.active,
.navigation .menu .menu-item:hover {
    margin: 0;
}

.navigation {
    height: 50px;
    background-color: #387DBE;
    color: #FFFFFF;
}

.navigation .menu-item {
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 50px;
    vertical-align: top;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-weight: bold;
    font-size: 11px;
    padding: 0 16px;
    margin-left:-3px;
}

.navigation .menu-item.active,
.navigation .menu-item:hover {
    font-weight: bold;
    border-bottom: solid 10px #db463b;
    height: 40px;
}

.navigation .login {
    display: inline-block;
    zoom: 1;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 50px;
    vertical-align: top;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-weight: bold;
    padding: 0 20px;
    float: right;
    background: url('../img/login-icon.png') 10px 50% no-repeat;
    padding-left: 35px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.navigation .login:hover,
.navigation .login.active {
    background-color: #db463b;
}

.navigation .login .panel {
    display: none;
    background: #db463b;
    color: #FFFFFF;
    position: absolute;
    top: 50px;
    right: 0;
    width: 160px;
    padding: 20px;
    z-index: 1000;
    padding-top: 0;
}

.navigation .login .panel form {
    line-height: 20px;
}

.navigation .login .panel input {
    width: 150px;
}

.navigation .login:hover .panel {
    /*display: block;*/
}

.navigation .login .btn {
    background: #bdbec0;
    border: none;
    color: #3a3a3c;
    width: 160px !important;
    margin-top: 5px;
}


.content {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.content .page,
.content .page-footer {
    width: 100%;
}

.content .page {

}

.content .page.one-column {
    padding: 20px;
}

.content .page.two-columns,
.content .page-footer.two-columns {
    width: 666px;
}

.content .sidebar {
    float: right;
    padding: 0 20px;
    min-height: 400px;
}

.banner-item {
    background: #FFF;
    width: 310px;
    height: 200px;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}

.news-slider {
    width: 620px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-item.right {
    float: right;
}

.banner-item .image {
    width: 310px;
    height: 200px;
    background: no-repeat center;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.widget {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    height: 200px;
    position: relative;
}

.widget .widget-header {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 10px 15px;
    color: white;
    background: url('../img/overlay2.png');
    margin-left: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size:0.8em;
}

.widget .widget-header .arrow {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background: url('../img/arrow.png');
    display: none;
}

.widget .widget-content {
    padding: 0;
    margin: 0;
}

.teams .team {
    width: 305px;
    height: 75px;
    background: #FFF;
    border: 1px solid #C9C9C9;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 38px 0 0 38px;
    overflow: hidden;
    position:relative;
    z-index: 0;
    border-radius: 38px 0 0 38px;
    behavior: url('/PIE.htc');
}

.teams .team.last {
    margin-right: 0px;
}

.teams .logo {
    width: 75px;
    height: 75px;
    float: left;
    margin: 0;
    background: url('../img/no-logo.png') center center no-repeat;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    overflow: hidden;
    behavior: url('/PIE.htc');
}

.teams .name {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-transform: uppercase;
    color: #404041;
    margin-top: 14px;
    max-width: 210px;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
}

.page-title {
    height: 36px;
    background: #C7C8CA;
    font-size: 1em;
    color: #FFF;
    text-transform: uppercase;
    float: right;
    line-height: 35px;
    padding: 0 15px;
    clear: both;
    margin-top: 20px;
    -webkit-box-shadow: -2px 2px 3px rgba(50, 50, 50, 0.38);
    -moz-box-shadow:    -2px 2px 3px rgba(50, 50, 50, 0.38);
    box-shadow:         -2px 2px 3px rgba(50, 50, 50, 0.38);
}

i.title-icon {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 3px;
    margin-right: 10px;
}

i.icon-teams {
    background: url('../img/icon-teams.png') center center no-repeat;
}

i.icon-positions {
    width: 49px;
    background: url('../img/icon-positions.png') center center no-repeat;
}

i.icon-fixture {
    background: url('../img/icon-fixture.png') center center no-repeat;
}

i.icon-statistics {
    background: url('../img/icon-statistics.png') center center no-repeat;
}

i.icon-tribunal {
    width: 32px;
    background: url('../img/icon-tribunal.png') center center no-repeat;
}

i.icon-gallery {
    width: 33px;
    background: url('../img/icon-gallery.png') center center no-repeat;
}

.frame {
    width: 930px;
    background: #FFF;
    border: 1px solid #C9C9C9;
    color: #6D6E71;
    font-size: 0.9em;
    padding: 20px;
    text-align: center;
    font-style: italic;
}

.team-info {
    width: 100%;
    height: 395px;
}

.team-info .team-image {
    width: 660px;
    height: 395px;
    float: left;
    background: #C9C9C9 url('../img/no-team.jpg') center center no-repeat;
}

.team-info .team-description {
    width: 259px;
    height: 355px;
    float: left;
    background: #FFF;
    border: none;
    padding: 20px;
}

.team-info .team {
    width: 100%;
}

.team-info .team-logo {
    width: 75px;
    height: 75px;
    float: left;
    margin: 5px;
    background: url('../img/no-logo.png') #FFFFFF center center no-repeat;
    -webkit-border-radius: 42px;
    overflow: hidden;
    margin-left: -62px;
    border: 5px solid #FFFFFF;
    position:relative;
    z-index: 0;
    border-radius: 42px;
    behavior: url('/PIE.htc');
}

.team-info .team-logo img{
    position:absolute;
    border-radius: 42px;
    behavior: url('/PIE.htc');
}

.team-info .team-name,
.game-details .team-name {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-transform: uppercase;
    color: #404041;
    margin-top: 20px;
    max-width: 170px;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
}

.team-info .team-name {
    font-size: 24px;
}

.team-info .team-history {
    clear: both;
    color: #404041;
    font-size: 0.9em;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: 255px;
    line-height: 20px;
}

.team-tabs {
    background: #FFFFFF;
    width: 640px;
    height: 55px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.team-tabs .tab {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    color: #404041;
    line-height: 55px;
    vertical-align: top;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-size: 11px;
    padding: 0 20px;
    margin-left: -3px;
    font-size: 14px;
    cursor: pointer;
    width: 85px;
    text-align: center;
}

.team-tabs .tab.active,
.team-tabs .tab:hover {
    font-weight: bold;
    border-bottom: solid 10px #db463b;
    height: 45px;
}

table:not(.timepicker){
    width: 100%;

}

#tab-points .player-image,
#tab-fouls .player-image,
.tribunal .player-image {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px;
    margin-left: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 15px;
    behavior: url('/PIE.htc');
}

#tab-points .player-name,
#tab-fouls .player-name,
.tribunal .player-name {
    margin-top: 15px;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    color: #404041;
}

#tab-points .team-name,
#tab-fouls .team-name,
.tribunal .team-name {
    color: #939597;
    font-weight: normal;
}

.player-list .player-container {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 99;
}

.player-list .player {
    border: 1px solid #bbbdc0;
    background: #FFF;
    width: 290px;
    height: 56px;
    -webkit-border-top-left-radius: 28px;
    -webkit-border-bottom-left-radius: 28px;
    -moz-border-radius-topleft: 28px;
    -moz-border-radius-bottomleft: 28px;
    overflow: hidden;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    margin-right: 18px;
    margin-bottom: 18px;
    cursor: pointer;
    position:relative;
    z-index: 0;
    border-radius: 28px 0px 0px 28px;
    behavior: url('/PIE.htc');
}

.player-list .player.last {
    margin-right: 0px;
}

.player-list .player-container.last .btn.player-invite {
    right: 2px
}

.player-list .player .player-image {
    width: 56px;
    height: 56px;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    vertical-align: top;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    overflow: hidden;

    position:relative;
    z-index: 0;
    border-radius: 28px;
    behavior: url('/PIE.htc');
}

.player-list .player .player-image img{
    position:absolute;
    z-index: 0;
    border-radius: 28px;
    behavior: url('/PIE.htc');
}
.player-list .player .player-number,
.player-list .player .player-name {
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 56px;
    vertical-align: top;
    color: #404041;
    *position: absolute;
}
.player-name {
    *left: 85px;
}

.player-list .player .player-number {
    color: #db463b;
    font-size: 16px;
    padding: 0 5px;
    width: 20px;
    text-align: center;
    display: inline-block;
    *display: inline;
    background: none;
}

.player-list.panel .player .player-number,
.player-list.panel .player .player-name {
    line-height: 30px;
}

.player-list.panel .player .player-team {
    position: absolute;
    bottom: 10px;
    left: 95px;
    max-height: 15px;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #444;
}

.player-list .btn.player-invite {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 14px;
    height: 14px;
    overflow: hidden;
}
    .player-list .btn.player-invite:hover {
        width: 60px;
    }

.cell-invert {
    background: #6d6e70;
    color: #FFF;
}

.tab-container {
    background: #404041;
    padding: 5px;
}

.tab-container .tabs {
    height: 35px;
}

.tab-container .tab {
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 0 20px;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

table.statistics {
    padding-top: 20px;
}

.tab-container .tab.active,
.tab-container .tab:hover {
    background: #FFFFFF;
    color: #231f20;
}

.tab-container .tab-page {
    background: #FFFFFF;
}

table:not(.timepicker) thead,
.table-header {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    background: #e8e9ea;
    color: #404041;
}

.table-header {
    font-weight: bold;
}

.table-header div {
    display: table-cell;
}

table:not(.timepicker) thead th {
    position: relative;
    border-top: 1px solid #dfe0e2;
}

table:not(.timepicker) tbody tr {
    height: 55px;
    *height: 34px;
    background: #FFF;
    color: #6F6F6F;
}
}
table:not(.timepicker) tbody tr td:first-child {
    border-left: 1px solid #dfe0e2;
}

table:not(.timepicker) tbody tr td {
    padding: 10px;
    border: 1px solid #dfe0e2;
    border-top: none;
    border-left: none;
}

table tbody tr.even td {
    background: #fafafa;
}

table tbody tr td.alt {
    background: #fafafa;
}

table tbody tr td.alt2 {
    background: #f3f4f4;
}

table tbody tr td.alt-ligth {
    background: #FFFFFF;
}

table tbody tr td.alt2-ligth {
    background: #FFFFFF;
}

.table-header div {
    position: relative;
}

table thead .arrow,
.table-header .arrow{
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    *bottom: -4px;
    z-index: 9000;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #231f20;
    display: none;
}

.title {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    color: #404041;
}

.players {
    width: 480px;
    float: left;
    margin-top: 20px;
}

.players .player-name,
.goalscorers .player-name{
    float: left;
    padding: 10px;
    font-size: 0.9em;
    max-width: 190px;
    line-height: 1.2em;
}

.players .player-name {
    max-width: 185px;
}

.teams tr:hover td {
    background: #eaeaea;
}

.teams .team-name {
    float: left;
    padding: 5px;
    max-width: 370px;
    max-height: 45px;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    color: #5d5e60;
}

.games {
    width: 470px;
    float: right;
    margin-top: 20px;
}

.games .day,
.game-details .day {
    font-size: 3em;
}

.games .date,
.game-details {
    font-size: 0.7em;
}

.versus .details-link {
    color: #26a1d6;
    font-size: 11px;
    position: absolute;
    display: block;
    bottom: 2px;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
}

.two-columns {
    width: 50%;
    *width: 49%;
}

.left {
    float: left !important;
}

.text-left {
    text-align: left;
}

.right {
    float: right !important;
}

.text-right {
    text-align: right;
}

.versus {
    position: relative;
    background: url('../img/fixture-vs-bg1.jpg') #FFFFFF center center no-repeat !important;
}

.versus.alt {
    background: url('../img/fixture-vs-bg2.jpg') #FFFFFF center center no-repeat !important;
}

.versus .suspended {
    background: url('../img/suspended.png') center center no-repeat;
    width: 150px;
    height: 70px;
}

.result {
    font-size: 2.2em;
    line-height: 70px;
    margin-top: 5px;
    width: 40px;
    text-align: center;
}

.left .result {
    float: right;
    margin-right: 40px;
}

.right .result {
    float: left;
    margin-left: 40px;
}

.phase-list .phase-item {
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 3px 10px;
    background: #DDD;
    color: #2E4731;
    font-weight: bold;
    cursor: pointer;
}

.phase-list .phase-item:hover,
.phase-list .phase-item.active {
    background: #6e6e6e;
    color: #FFF;
}

.fixture-days {
    position: relative;
    height: 100%;
    padding: 0 0 0 97px;
    background: url('../img/fixture-day.png') no-repeat 8px 50%;
    border: 1px solid #C9C9C9;
}

.fixture-days .days-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 100%;
    background-color: #6E6E6E;
    vertical-align: middle;
    font-size: 2em;
    color: #FFF;
    text-align: center;
}

.fixture-days .day {
    float: left;
    height: 37px;
    text-align: center;
    font-size: 12px;
    line-height: 37px;
    cursor: pointer;
}

.fixture-days .day .tag {
    background: none;
    height: 22px;
    margin-top: 7px;
    position: relative;
    line-height: 25px;
}

.fixture-days .day .arrow {
    display: none;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 69px 0 69px;
    border-color: #db463b transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.fixture-days .day:hover .tag,
.fixture-days .day.active .tag {
    background: #db463b;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
}

.fixture-days .day:hover .arrow,
.fixture-days .day.active .arrow {
    display: block;
}

.game-row {
    height: 90px;
    border-bottom: 1px solid #C9C9C9;
    cursor: pointer;
}

.game-row div {
    float: left;
    padding: 0px;
    margin: 0px;
}

.game-row .game-date {
    height: 90px;
    width: 100px;
    border-right: 1px solid #C9C9C9;
    background: #FFF;
}

.game-row .game-details {
    height: 90px;
    width: 766px;
}

.game-date {
    text-align: center;
}

.game-date div {
    width: 100%;
}

.game-date .date-day {
    font-size: 2em;
    clear: both;
    padding-top: 10px;
}

.game-date .date-date {
    font-size: 0.8em;
    line-height: 1.1em;
}

.game-date .date-hour {
    font-size: 0.85em
}

.game-details .left .team-name {
    float: left;
}

.game-details .right .team-name {
    float: right;
}

.game-details .team-name {
    max-width: 200px;
}

.game-details .result {
    line-height: 90px;
}

.game-description {
    width: 870px;
    height: 600px;
}

.game-description .game-row {
    border: 1px solid #C9C9C9;
    cursor: default;
}

.game-description .game-location,
.game-description .game-goals-details {
    width: 49%;
    margin-top: 15px;
    background: white;
}

.game-description .game-location {
    float: left;
    border: 1px solid #C9C9C9;
}

.game-description .game-goals-details {
    float: right;
}

.game-description .game-map {
   clear: both;
   width: 425px;
   height: 350px;
}

.game-description .game-map iframe {
    width: 426px;
    height: 100%;
}

.game-description .game-map .no-address {
    line-height: 350px;
    text-align: center;
    font-style: italic;

}

.game-description .game-location-details {
    width: 408px;
    font-size: 0.8em;
    padding: 10px;
    border-top: 1px solid #C9C9C9;
    margin-top: 0px;
}

.team-result-row {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background: #6E6E6E;
    color: white;
}

.team-result-row td {
    padding: 0 5px;
    border: none !important;
}

.game-description .player-name {
    padding: 5px;
    font-size: 0.8em;
}

.post-text {
    width: 281px;
    display: inline-block;
    vertical-align: top;
}

.post-title {
    color: #3a3a3c;
    top: 20px;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-weight: bold;
    font-size: 16px;
}

.post-info {
    color: #666666;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    margin: 5px 0 15px 0;
    font-size: 14px;
}

.post-excerpt {
    color: #58585a;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-size: 14px;
    line-height: 20px;
}

.post-subtitle {
    margin-top: 5px;
    font-size: 1.8em;
    line-height: 1.2em;
    color: #6f6f6f;
    padding-top: 20px;
    padding-left: 5px;
    text-indent: 50px;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 5px solid #db463b;
}

.post-social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: inherit;
}

.subtitle-quote {
    background: url('../img/quotes.png') #db463b no-repeat;
    width: 40px;
    height: 37px;
    position: absolute;
    top: 8px;
    left: 2px;
}

.post-content {
    font-size: 0.9em;
    text-align: justify;
}

.frame table {
    max-width: 600px;
    border-top: 1px solid #C9C9C9;
}

.frame table tr {
    height: auto;
}

.frame table tr td {
    padding: 5px;
    vertical-align: middle !important;
}

.suspension-reason {
    font-size: 0.9em;
    max-height: 55px;
    overflow: hidden;
    vertical-align: top;
}

.suspension-days {
    font-size: 1.5em;
}

.goalscorers .row {
    height: 55px;
    border-bottom: 1px solid #C9C9C9;
    color: #6F6F6F;
}

.goalscorers .row:last-child {
    border-bottom: none;
}

.goalscorers .row .goals {
    height: 55px;
    border-left: 1px solid #C9C9C9;
    float: left;
    background: #E8E8E8;
    width: 44px;
    text-align: center;
    line-height: 55px;
    overflow: hidden;
    font-weight: bold;
}

.gallery-item {
    border: 1px solid #C9C9C9;
    background: white;
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
}

.gallery-item.last {
    margin-right: 0px;
}

.gallery-item img {
    width: 315px;
    height: 190px;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #C9C9C9;
}

.gallery-item .gallery-name {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 5px 10px;
    color: white;
    background: url('../img/overlay2.png');
}

.gallery-item .gallery-info {
    width: 100%;
    height: 20px;
    color: #8f8f8f;
    font-weight: bold;
}

.gallery-item .gallery-date {
    font-size: 0.7em;
    padding-left: 5px;
    float: left;
}

.gallery-item .gallery-view {
    font-size: 0.7em;
    padding-right: 5px;
    float: right;
    text-transform: uppercase;
}

.gallery-photo {
    width: 315px;
    height: 190px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #C9C9C9;
}

.gallery-photo.last {
    margin-right: 0px;
}

.featured-news {
    margin-bottom: 0px;
    font-size: 0.9em;
    color: white !important;
    padding: 20px;
    background: #ecedee;
}

.featured-news .carrousel-image {
    width: 970px;
    height: 300px;
    overflow: hidden;
}

.featured-news img {
    width: 750px;
}

.featured-news .carousel-caption {
    padding: 20px;
    color: white !important;
}

.featured-news .carrousel-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}

.featured-news .carrousel-text {
    padding-bottom: 10px;
}

.featured-news .carousel-menu {
    height: 30px;
    line-height: 30px;
    background: rgb(88,89,91); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(88,89,91,1) 0%, rgba(60,60,62,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,89,91,1)), color-stop(100%,rgba(60,60,62,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(88,89,91,1) 0%,rgba(60,60,62,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(88,89,91,1) 0%,rgba(60,60,62,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(88,89,91,1) 0%,rgba(60,60,62,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(88,89,91,1) 0%,rgba(60,60,62,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595b', endColorstr='#3c3c3e',GradientType=0 ); /* IE6-9 */
}

.featured-news .carousel-button {
    width: 183px;
    border-right: 1px #333 solid;
    padding: 0 5px;
    float:left;
    position: relative;
    cursor: pointer;
}

.featured-news .carousel-button.last {
    width: 184px;
    border-right: none;
}

.featured-news .carousel-button-inner {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.featured-news .carousel-button .arrow {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    z-index: 9999;
    display: none;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #8dc63f;
}

.featured-news .carousel-button.current,
.featured-news .carousel-button:hover {
    background: #8dc63f; /* Old browsers */
    background: -moz-linear-gradient(top, #8dc63f 0%, #60862b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc63f), color-stop(100%,#60862b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8dc63f 0%,#60862b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8dc63f 0%,#60862b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8dc63f 0%,#60862b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8dc63f 0%,#60862b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#60862b',GradientType=0 ); /* IE6-9 */
}

.featured-news .carousel-button.current .arrow {
    display: block;
}

form, fieldset {
    border: 0px;
}

.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.span100px {
    width: 100px;
}
.span90px {
    width: 90px;
}
.span60px {
    width: 55px;
}
.span30px {
    width: 30px;
}

.center {
    text-align: center;
}



.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    behavior: url('/PIE.htc');
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
    behavior: url('/PIE.htc');
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
::-webkit-input-placeholder {
  color: #999999;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  /*background-color: #eeeeee;*/
  text-align: right;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
    behavior: url('/PIE.htc');
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    behavior: url('/PIE.htc');
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
    behavior: url('/PIE.htc');
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
    behavior: url('/PIE.htc');
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 180px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
  vertical-align: top;
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

ul.step-progress {
    width: 100%;
    clear: both;
    height: 33px;
    margin: 0;
    padding: 0;
    background: url('../img/progress-bg-off.png') repeat-x;
    margin-top: 40px;
}

ul.step-progress li {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    float: left;
    height: 35px;
    width: 113px;
    z-index: 2;
    overflow: visible;
    list-style: none;
}

ul.step-progress li.active {

}

ul.step-progress li .caption {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    text-align: center;
    color: #CCC;
}

ul.step-progress li.active .caption,
ul.step-progress li.completed .caption {
    color: #000;
}

ul.step-progress li .indicator {
    height: 33px;
    width: 28px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    background: url('../img/progress.png') no-repeat;
    z-index: 10;
}

ul.step-progress li.active .indicator {
    background: url('../img/progress.png') no-repeat -28px 0px;
}

ul.step-progress li.completed .indicator {
    background: url('../img/progress.png') no-repeat -56px 0px;
}


ul.step-progress li.active .transition {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../img/progress-bg.png') repeat-x;
    z-index: 9;
}

ul.step-progress li.completed .transition {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/progress-bg.png') repeat-x;
    z-index: 9;
}

ul.step-progress li .start {
    position: absolute;
    left: 0;
    height: 100%;
    width: 28px;
    background: url('../img/progress.png') no-repeat -84px 0px;
}

ul.step-progress li .end {
    position: absolute;
    right: 0;
    height: 100%;
    width: 28px;
    background: url('../img/progress.png') no-repeat -112px 0px;
}

.register-players-table td {
    position: relative;
}

.register-players-table .edit-tools {
    position: absolute;
    height: 26px;
    width: 50px;
    right: -52px;
    top: -1px;
    background: white;
    border: 1px solid #C9C9C9;
    border-left: none;
    display: none;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    behavior: url('/PIE.htc');
}

.register-players-table tr:hover .edit-tools {
    display: block;
}

.register-players-table .edit-tools .tool {
    background: url('../img/register-player-tools.png') no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.register-players-table .edit-tools .edit {
    background-position: 0px 0px;
}

.register-players-table .edit-tools .edit.disabled {
    background-position: -16px 0px;
    cursor: default !important;
}

.register-players-table .edit-tools .remove {
    background-position: -32px 0px;
}

.register-players-table .edit-tools .remove.disabled {
    background-position: -48px 0px;
    cursor: default !important;
}

.tabbed {
    border: solid 1px #CCCCCC;
    position: relative;
}

.tabbed .tabs {
    width: 100%;
    height: 30px;
    color: #FFF;
    background-color: #999;
}

.tabbed .tabs ul {
    margin: 0;
    padding: 0;
}

.tabbed .tab {
    list-style: none;
    float: left;
    height: 30px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-right: solid 1px #FFF;
}

.tabbed .tab.active {
    color: #FFF;
    background-color: #000;
}

.tabbed .tab.end {
    border: none;
}

.tab-content {
    padding: 15px;
}

.title-ligue-select {
    width: 760px;
    margin: 0 auto;
    position: relative;
    margin-top: 157px;
}

.title-ligue-select .label {
    font-size: 18px;
    margin-bottom: 50px;
    width: 382px;
    float: left;
}

.title-ligue-select .select {
    width: 350px;
    height: 34px;
    margin: 0 auto;
    float: left;
    margin-left: 20px;
    /*font-family: arial;*/
    font-size: 15px;
    margin-top: 13px;
    padding-left: 5px;
}

.registration-button {
    width: 171px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    height: 27px;
    background-color: #000;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    cursor: pointer;
}

.font-title-bold {
    font-weight: bold;
    color: #555;
}

.separator-text {
    font-style: italic;
    font-size: 12px;
}

.form-title.separator {
    margin-top: 20px;
}

.form-title.separator:first-child {
    margin-top: 0;
}

.players-options {
    float: right;
    margin: 10px 0px 10px 20px;
}

.btn i[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    *margin-right: .3em;
    padding-right: 6px;
}
.btn i.icon-white {
    background-image: url("../../../img/glyphicons-halflings-white.png");
}
.btn i.icon-envelope {
    background-position: -72px 0;
}
.btn i.icon-user {
    background-position: -168px 0;
}
.btn i.icon-pencil {
  background-position: 0 -72px;
}
.btn i.icon-lock {
  background-position: -287px -24px;
}
.btn i.icon-check {
  background-position: -144px -72px;
}
.btn i.icon-refresh {
  background-position: -240px -24px;
}
.btn i.icon-print {
  background-position: -96px -48px;
}

.form-two-column {
    width: 50%;
    margin: 0px;
    float: left;
    margin-top: 0px;
}

.form-two-column-question {
    /*font-family: arial;*/
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-bottom: -5px;
}

.post-content .question-string,
.post-content .question-email,
.post-content .question-phone {
    width: 300px !important;
}

.post-content .participant-questions .question-string,
.post-content .participant-questions .question-email,
.post-content .participant-questions .question-phone {
    width: 160px !important;
}

.post-content .question-rut {
    width: 65px !important;
}

.post-content .question-rutdv {
    width: 15px !important;
    text-align: center;
}

.post-more {
    background-color: #EEE;
    margin: 10px;
    text-align: center;
    border: 1px solid #DDD;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.post-more:hover {
    background-color: #DDD;
}
.post-more > a {
    color: #111;
}

input.error, select.error {
    border-color: #BD0000;
    color: #BD0000;
    background: #FFDBDB;
}

.participant-questions .row-number {
    text-align: center;
    font-weight: bold;
}

.participant-questions .question-email.email-invite {
    width: 200px !important;
}

.participant-questions .form-two-column-question {
    margin-bottom: 8px;
}

.form-text-wrapp {
    margin-top: 20px;
    /*font-family: arial;*/
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: dotted 1px;
    color: #333;
}

.form-accept {
    width: 56%;
    padding-top: 32px;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: rgb(48, 47, 47);
}

.form-accept .form-box {
    width: 15px;
    float: left;
    margin-right: 20px;
}

.frame .login-table {
    max-width: 100%;
    border: 0;
    margin-top: 20px;
}
.frame .login-table tr,
.frame .login-table tr td {
    border: 0;
}

/*
 * Registration Panel
 *
 */
.form-login {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    behavior: url('/PIE.htc');
}
.form-login table {
    background-color: transparent;
    border: none;
}
    .form-login table tr,
    .form-login table tr td,
    .form-login table tr td:first-child,
    .form-login table tr td:last-child {
        display: block !important;
        background-color: transparent;
        padding: 0px;
        border: none;
    }
    .form-login table tr td {
        float: left;
        width: 50%;
    }
    .form-login table tr.participant-questions td:first-child:not([data-validation]) {
        /* FIX to hide row index in login form view*/
        display: none !important;
    }
        .form-login table tr td p {
            margin-bottom: 0px;
        }
        .form-login .question-email {
            background-color: #eeeeee;
            border-color: #ddd;
            cursor: not-allowed;
        }

.form-login a {
    color: #0055cc;
}

.form-login hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
    border-left: none;
}


.section-title {
    border-bottom: 2px solid #bdbec0;
}

.section-title .title-inner {
    border-bottom: 2px solid #db4634;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    margin-bottom: -2px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.section-title.top {
    margin-top: 20px;
    /*border: 0;*/
}

.section-title .sublevel {
    margin-left: 3px;
    color: #58585b;
}

.row-content {
    padding: 20px;
    padding-right: 0;
    position: relative;
}

.news .row-content {
    border-bottom: 1px solid #dcddde;
}

.news .row-content .divider-fix {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 41px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    right: -1px;
}

.sidebar .row-content {
    padding: 20px 0;
}

.sidebar .title-inner {
    padding-left: 0;
    padding-right: 50px;
}

.facebook-header {
    width: 305px;
    height: 25px;
    background-color: #354c8c;
    color: #FFF;
    margin-top: 20px;
    padding: 10px 0 0 10px;
}
.twitter-header {
    width: 305px;
    height: 25px;
    background-color: #5BA9C9;
    color: #FFF;
    margin-top: 20px;
    padding: 10px 0 0 10px;
}

.home-box {
    width: 306px;
    height: 205px;
    background: black;
    margin-right: 15px;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    overflow: hidden;
    position: relative;
}

.home-box.last {
    margin-right: 0px !important;
}

.home-box img {
    width: 100%;
    height: 100%;
}

.home-box .header-overlay {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
}

.home-box .header-overlay span {
    vertical-align: top;
}

.header-overlay i.icon {
    display: inline-block;
    width: 33px;
    height: 22px;
    background-repeat: no-repeat;
    margin: 4px;
    vertical-align: top;
    margin-left: 10px;
}

.header-overlay i.icon.icon-multimedia {
    background-image: url('../img/icon-multimedia.png');
}

.header-overlay i.icon.icon-gallery {
    background-image: url('../img/icon-gallery.png');
}

.header-overlay i.icon.icon-streaming {
    background-image: url('../img/icon-streaming.png');
}


.manager-profile .manager-info {
    display: inline-block;
    padding-left: 20px;
}

.manager-profile .manager-name {
    /*font-family: 'Arial Narrow', Arial, sans-serif;*/
    font-weight: bold;
    font-size: 23px;
    color: #404041;
}

.manager-profile ul.info-list
{
    list-style: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
    font-size: 14px;
    color: #404041;
    line-height: 26px;
}

.manager-profile ul.info-list li strong {
    font-weight: bold;
    color: #26a1d6;
    width: 100px;
    display: inline-block;
}

.panel-teams .headers > div {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
    font-size: 14px;
    color: #404041;
    padding-left: 20px;
    margin-left: -5px;
}

.panel-teams .teams > div {
    display: inline-block;
    vertical-align: top;
    height: 75px;
    /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
    font-size: 14px;
    color: #404041;
    padding-left: 20px;
    border: 1px solid #d8d9da;
    margin-left: -5px;
    background: white;
}

.panel-teams .teams .team-name {
    color: #26a1d6;
    font-size: 16px;
    line-height: 65px;
    max-width: 275px;
}

.panel-teams thead {
    font-size: 14px;
}

.panel-teams thead th {
    border: none;
    text-align: left;
    padding-left: 20px;
}

.section-title .breadcrumb {
    width: 5px;
    height: 12px;
    background: url('../img/breadcrumb-separator.png') #db4634 no-repeat;
    display: inline-block;
    *display: inline; /* IE */
    margin-left: 3px;
}


/*
    SLIDER
*/


/* Browser Resets */
.flex-container a:active,
.slider a:active,
.flex-container a:focus,
.slider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.slider {margin: 0; padding: 0;}
.slider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.slider {position: relative;zoom: 1;background: #243873;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.slider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 50px; margin: -20px 0 0; display: block; background: url(../img/slider-controls.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.slider:hover .flex-next {opacity: 0.8; right: 0px;}
.slider:hover .flex-prev {opacity: 0.8; left: 0px;}
.slider:hover .flex-next:hover, .slider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -22px; text-align: center;}
.flex-control-nav li {margin: 0 15px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 9px; height: 9px; display: block; background: #666; background: rgba(0,0,0,0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; behavior: url('/PIE.htc');}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

.slider .slide-image {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.slider .slide-text {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 290px;
	height: 330px;
	color: white !important;
}

.slider .slide-title {
	margin: 25px;
	/*font-family: "Arial Narrow", Arial, sans-serif;*/
	font-weight: bold;
	font-size: 24px;
}

.slider .slide-description {
	margin: 25px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 15px;
	line-height: 20px;
}

.summon-bt {
    display: inline-block;
    width: 56px;
    height: 56px;
    color: #538dc3;
    line-height: 56px;
    text-align: center;
    border-left: 1px solid #bbbdc0;
    float: right;
    font-weight: bold;
    font-size: 24px;
    background: #FFFFFF;
}

.summon-bt:hover,
.summon-bt.active {
    color: #FFFFFF;
    background: #538dc3;
}

.head-bt {
    display: inline-block;
    width: 56px;
    height: 56px;
    color: #69a06f;
    line-height: 56px;
    text-align: center;
    border-left: 1px solid #bbbdc0;
    float: right;
    font-weight: bold;
    font-size: 24px;
    background: #FFFFFF;
}

.head-bt:hover,
.head-bt.active {
    color: #FFFFFF;
    background: #69a06f;
}

.player.summoned {
    background: #538dc3;
}

.player.head {
    background: #69a06f;
}

.player.head .player-number,
.player.head .player-name,
.player.summoned .player-number,
.player.summoned .player-name{
    color: #FFF !important;
}

.player.head .summon-bt.active {
    color: #538dc3 !important;
    background: #FFF !important;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.player-fields {
    margin-top: 10px;
    color: #939597;
}
    .player-fields > div {
        float: left;
        width: 340px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
        .player-fields > div .field-name {
            float: left;
            width: 150px;
        }
        .player-fields > div .field-value {
            color:  #FFF;
            width: 190px;
            margin-left: 150px;
        }

/*
 * Llaves
 *
 */
.phase_brackets {
    display: inline-block;
}
    .phase_brackets .phase-header {
        height: 26px;
        margin-bottom: 10px;
    }
        .phase_brackets .phase-header .phase-title {
            float: left;
            width: 215px;
            background-color: #EEE;
            text-align: center;
            font-weight: bold;
            margin-right: 10px;
            padding: 2px 0;
            border: 1px solid #DDD;
        }
            .phase_brackets .phase-header .phase-title:last-child {
                margin-right: 0;
            }

    .phase_brackets .phase-container .phase {
        float: left;
        width: 215px;
        background-color: #FAFAFA;
        border: 1px solid #F8F8F8;
        margin-right: 10px;
        font-size: 12px;
    }
        .phase_brackets .phase-container .phase:last-child {
            margin-right: 0;
        }

        .phase .bracket {
            display: inline-block;
            position: relative;
            width: 195px;
            margin: 0 0 20px 2px;
        }
            .bracket-info {
                display: inline-block;
                width:  141px;
                border: 1px solid #999;
                margin-bottom: 5px;
                text-align: center;
            }
                .bracket-info-date {
                    float: left;
                    background-color: #CCC;
                    width: 70px;
                    border-right: 1px solid #999;
                }
                    .bracket-info-date a {
                        color: inherit;
                    }
                .bracket-info-hour {
                    float: left;
                    width: 70px;
                }
                    .bracket-info-hour a {
                        color: inherit;
                    }
            .bracket-info.two-days {
                width:  190px;
            }
                .bracket-info.two-days .bracket-info-date,
                .bracket-info.two-days .bracket-info-hour {
                    width: 46px;
                    border-right: 1px solid #999;
                }
                .bracket-info.two-days .bracket-info-hour:last-child {
                    border-right: none;
                }
            .bracket-team {
                display: inline-block;
                border: 1px solid #999;
            }
                .bracket-team div {
                    float: left;
                    border-right: 1px solid #999;
                }
                .bracket-team .bracket-team-logo {
                    width: 20px;
                    padding: 0;
                }
                    .bracket-team .bracket-team-logo img {
                        width: 20px;
                        height: 20px;
                        padding: 0;
                        margin: 0;
                    }
                .bracket-team .bracket-team-name {
                    width: 118px;
                    padding: 4px 2px 4px 0;
                    text-transform: uppercase;
                    text-align: right;
                }
                .bracket-team .bracket-team-score {
                    width: 50px;
                    border-right: none;
                    text-align: center;
                    padding: 0;
                }
                .bracket-team .bracket-team-score .score-split {
                    margin: 0;
                    padding: 4px 0;
                    height: 100%;
                    width: 100%;
                    color: #26a1d6;
                }
                    .bracket-team-score .score-split:hover {
                        background-color: #DDD;
                        cursor: pointer;
                	}
                    .bracket-team-score.two-days .score-split {
                        width: 24px;
                    }
                        .bracket-team-score.two-days a:last-child .score-split {
                            border-right: none;
                        }
                .bracket-team.bracket-team-2 {
                    border-top: none;
                    margin-top: -3px;
                }

            .bracket .bracket-line {
                position: absolute;
                top:  67px; /* 50 + 17 por el complex */
                right: -14px;
                border: 1px solid #999;
                border-left: none;
                height: 113px; /* 96 + 17 por el complex */
                width:  10px;
            }

            .bracket.level-1 {

            }
            .bracket.level-2 {
                margin: 67px 0 68px 2px;/* margin-top: 50 + 17 por el complex */
            }
                .bracket.level-2 .bracket-line {
                    height: 226px;/* 192 + 34 por el complex */
                }
            .bracket.level-3 {
                margin: 163px 0 202px 2px;/* margin-top: 146 + 17 por el complex */
            }
                .bracket.level-3 .bracket-line {
                    height: 452px;/* 403 + 34 por el complex */
                }
            .bracket.level-4 {
                margin: 357px 0 468px 2px; /* margin-top: 340 + 17 por el complex */
            }
                .bracket.level-4 .bracket-line {
                    display: none;
                }
            .bracket:last-child .bracket-line {
                display: none;
            }

p.file-pdf {
    float: left;
    width: 186px;
    height: 100px;
    border: 1px solid #DDD;
    background-image: url('../img/pdf-icon.png');
    background-color: #EEE;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 10px 10px 0px;
    padding: 5px 5px 5px 110px;
}
