.matchbox_outer.big{
	position: relative;
    float: left;
    overflow: hidden;
    width:100%;
    height: 259px;
	margin: 2.5px;
}
.matchbox_outer.small{
	position: relative;
    float: left;
    overflow: hidden;
    width:100%;
    height: 83px;
	margin: 2.5px;
}
.matchbox_outer.edit{
	position: relative;
    float: left;
    overflow: hidden;
    width:100%;
    height: 259px;
	margin: 2.5px;
}



.matchbox_back{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}


.big .matchbox{
	z-index: 1;
	text-align:center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 259px;
	padding:0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: white;
}

.small .matchbox{
	z-index: 1;
	text-align:center;
    position: absolute;
    bottom: 0;
    height: 83px;
    width:100%;
	padding:0;
	background:#fff;
	color: #cfcfcf;
}

.edit .matchbox{
	z-index: 1;
	text-align:center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 259px;
	padding:0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: white;
}



.small .matchbox:hover{
    background: rgba(255, 255, 255, 0.9);
    color: #ff9e9e;
    transition: all .4s ease-in-out;
}

.small .matchbox.win:hover{
	background: rgba(219, 255, 159, 0.9);
    color: white;
    transition: all .4s ease-in-out;
}

.small .matchbox.lose:hover{
	background: rgba(255, 202, 202, 0.9);
    color: white;
    transition: all .4s ease-in-out;
}



.big .matchbox_description{
    height: 25px;
    padding: 5px;
}

.small .matchbox_description{
    height: 25px;
    padding: 5px;
}


.big .teambox{
    width: 220px;
    height: 145px;
    margin-top: 75px;
}

.big .teamnamebox{
    font-size: 10px;
    width: 200px;
    height: 60px;
    display: inline-block;
}
.big .teamnamebox.home{
	float: left;
    text-align: left;
    margin-left: 20px;
    margin-right: 0;
}
.big .teamnamebox.guest{
	float: right;
	text-align: right;
	margin-right: 20px;
    margin-left: 0;
}


.edit .teambox{
    width: 150px;
	height:256px;
}
.edit .teambox.home{
	float: left;
    text-align: left;
    padding-left: 20px;
    margin: 0;
}
.edit .teambox.guest{
	float: right;
    text-align: right;
    padding-right: 20px;
    margin: 0;
}

.edit .teamnamebox_select{
    width: 100%;
    color: white;
    background: #d60051;
	font-size:12px;
}


.edit .matchbox_inner{
	padding-top: 79px;
	width: 180px;
	height:220px;
	margin:0 auto;
	display: inline-block;
}

.edit .scorebox{
	width: 100%;
    margin: 0 auto;
}



.big .teamlogobox{
    width: 100px;
    height: 100px;
    margin-top: 0;
    display: inline-block;
}

.big .teamlogobox.home{
	float: left;
	margin-left: 20px;
    margin-right: 100px;
}
.big .teamlogobox.guest{
	float: right;
	margin-right: 20px;
    margin-left: 100px;
}


.edit .teamlogobox{
    width: 75px;
    height: 75px;
    margin-top: 79px;
    display: inline-block;
}



.small .teambox{
	width: 155px;
    height: 35px;
    margin-top: 0px;
    display: inline-block;
}
.small .teambox.home{
    margin-left: 20px;
    margin-top: 0px;
}
.small .teambox.guest{
    margin-right: 20px;
    margin-top: 0px;
}


.small .teamlogobox{
    width: 35px;
    height: 35px;
    margin-top: 0px;
    display: inline-block;
}

.small .teamlogobox.home{
	float: left;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 23px;
}
.small .teamlogobox.guest{
	float: right;
	margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 23px;
}

.small .teamnamebox{
    width: 80px;
    height: 35px;
	position: relative;
    display: inline-block;
}
.small .teamnamebox.home{
	float: left;
    text-align: left;
}
.small .teamnamebox.guest{
	float: right;
	text-align: right;
}

.vert_center{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.home .vert_center {
padding-left: 5px;
left: 0px;
}

.guest .vert_center {
padding-right: 5px;
right: 0px;
}





.big .matchbox_inner{
    width: 256px;
	height: 85px;
	padding-top: 15px;
    display: inline-block;
}

.small .matchbox_inner{
    width: 90px;
    height: 35px;
    display: inline-block;
}




.teambox.home{
	float:left;
}

.teambox.guest{
	float:right;
}



.big .scorebox{
    width: 100%;
    margin: 0 auto;
    padding-top: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #ffffff;
}
.small .scorebox{
    width: 60px;
    margin: 0 auto;
    padding-top: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
	color: #001016;
}



.big .gametype{
    margin-top: -3px;
    font-size: 10px;
}

.small .gametype{
    margin-top: -3px;
    font-size: 10px;
}



.big .matchbox_info{
	font-size: 10px;
    height: 20px;
    padding: 3px;
	margin-top: 50px;
    margin-bottom: 5px;
}
.small .matchbox_info{
	font-size: 10px;
    height: 20px;
    padding: 3px;
}


@media (max-width: 1200px){
	.big .matchbox_inner {
    width: 134px;
}

	.small .teambox {
    width: 110px;
}
.small .teamnamebox {
width: 75px;}
}

@media (max-width: 992px){
	
.small .teambox {
    width: 200px;
}
.small .teamnamebox {
    width: 150px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
}

@media (max-width: 768px){
	
.big .matchbox_info{
	height: 20px;
    padding: 0;
    margin-top: 75px;
    margin-bottom: 0;
}
	
.big .teambox {
    width: 100px;
    height: auto;
}

.big .teamnamebox {
    width: 75px;
	height: auto;
}

.big .teamlogobox.home {
    margin-left: 20px;
    margin-right: 30px;
}

.big .teamlogobox.guest {
    margin-right: 20px;
    margin-left: 50px;
}

.big .matchbox_inner {
	padding-top: 0;
	height: auto;
}

.big .matchbox_description {
font-size: 12px;}


.small .teambox {
    width: 170px;
}
.small .teamnamebox {
    width: 135px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

}



@media (max-width: 540px){
.big .teamlogobox {
    width: 50px;
    height: 50px;
}
.big .scorebox{
	margin-top: 15px;
font-size:26px;
}
.big .matchbox_description{
	margin-top: 20px;
}
.big .matchbox_info{
	margin-top: 60px;
    padding: 0;
    margin-bottom: 0;
}
.big .matchbox_inner{
	padding-top: 0;
    width: 73px;
}
.big .teambox{
	    margin-top: 90px;
}


.small .teambox.home {
margin-left: 10px;
}
.small .teambox.guest {
margin-left: 10px;
}
.small .teambox {
width: 71px;
}
.small .teamnamebox {
width: 36px;
font-family: 'Montserrat', sans-serif;
font-weight: 100;
font-size: 10px;
}

.edit .teambox {
    width: 70px;
}
.edit .teamlogobox {
    width: 50px;
	height: 50px;
}
.edit .matchbox_inner {
width: 110px;
}
}

