input, textarea{
    color:#000;
}
input::-webkit-input-placeholder {
    color:#000;
}

input:-moz-placeholder { /* Firefox 18- */
    color:#000;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color:#000;
}

input:-ms-input-placeholder {
    color:#000;
}
ul {
    list-style-type: none;
}

.section1 {
    background: #fff;
    padding-top: 90px;
}

.gam_col {
    width: 100%;
}

.section2 {
    background: #f1f1f1;
    padding: 20px 0;
    border-bottom: thick solid white;
}

.data_ {
    float: left;
    width: 40px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.data_ span{
    font-size: 30px;
}

.bg_section, .section_li {
    height: auto !IMPORTANT;
    overflow: hidden;
}

.section_li {
    float: none !important;
}

.gamebox {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    height: auto !important;
    background: #fff;

}

.ff-fg-head {
    height: auto;
    overflow: hidden;
}

.ff-fg-body-positions-taken {
    float: left;
    width: 50%;
}

.ff-fg-body-positions-available {
    float: left;
    width: 50%;
}

.ff-fg-body-book-type {
    float: left;
}

a.ff-fg-body-book-button {
    float: right;
}

.bg_panel {
    background: #333;
    overflow: hidden;
    margin-top: 25px;
}
.ff-fg-body-positions-available span{

}
.empty_col{
    font-family: DINWebCondBold, arial, verdana, sans-serif;
    background: #333;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;

}
.empty_col p{
    margin-bottom: 0;
    font-family: DINWebCondBold, arial, verdana, sans-serif;
}
#choosePositionForm h3{
    margin-top: 0;
}
#choosePositionForm .col-sm-3 span{
    margin-top: 32px;
    font-size:16px;
    line-height:18px;
}
#choosePositionForm .col-sm-3{
    text-align: right;
}
.btn_choosePositionForm{
    float:right;
    width:140px;
    margin-top:30px;
}
div#findGame {
    display: none;
}
.timer_{
    line-height: 22px;
    font-size: 22px;
}

.blog-posts {
	max-width: 900px;
    margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.post-item {
    width: 23%;
    margin-right: 1.5%;
    display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px;
    text-align: center;
	vertical-align: top;
}
.post-item h4 {
    color: #82f000;
}
.post-item  img {
    width: 100%;
}

#findagame, #choosePosition, .blog-posts{
display: none;
}

.btns a{
    font-size: 24px;
    display: inline-block;
    background: white;
    color: black !important;
    padding: 10px 35px;
    margin: 0 20px;
    transition: all .3s;
}
.btns a:hover{
    opacity: .7;
}