

@media (max-width: 768px) {
#contact .call-us, #contact .social-links{
	text-align: center ;
}
.widget a i{
	float: none !important;
}
.upcoming-text .matches {
	padding-top: 50px;
}

}
@media only screen and (min-width: 320px) and (max-width: 480px)  {
#map {
    background: rgba(0,0,0,0.4);
    margin-top: 50px;
}
}
@media only screen and (max-width: 768px) and (min-width: 320px)  {
#join .btn {
    margin: auto;
    width: 30%;
    margin-top: 20px;
}
}
@media only screen and (max-width: 990px) and (min-width: 320px)  {
#map {
    background: rgba(0,0,0,0.4);
    margin-top: 50px;
}
.upcoming-text .matches {
	padding-top: 50px;
}
}
@media (min-width: 768px) {
.gallery-item {
    margin: 12px -5px 12px -5px;
    padding: 0;
    overflow: hidden;
    height: 180px;
}
}

.container.blog-container.js-quickedit-main-content {
    padding-top: 150px;
    margin-bottom: 100px;
}

#about img {
    padding-right: 30px;
}

.widget a:hover{
	color: #000 !important;
}

.section-wrap {
    padding: 90px 0;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-404 h1 {
    font-size: 200px;
    line-height: 1.2;
}

.page-404 h2 {
    font-size: 32px;
    line-height: 1.2;
}

.page-404 p {
    font-size: 14px;
    line-height: 1.2;
}

.btn:hover, .btn:focus{
    color: #fff !important;
}