@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');

body {
font-family: 'Nunito', sans-serif;
font-weight: 400;
color: #222;
}

a:focus {
outline: 0;
}

img {
max-width: 100%;
border: none;
}

p {
line-height: 1.7;
}

.clear {
clear: both;
}

.navbar-static-top {
margin-bottom: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border: none;
}

.navbar-inverse {
background-color: #990100;
border-color: transparent;
min-height: 34px !important;
}
.navbar-inverse ul {
list-style: none;
float: left;
padding: 0;
margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
color: #FFF;
}

.nav-social-top li {
padding: 14px 10px !important;
}


/*.navbar-inverse ul li a:hover .fa-facebook {background-color: #3B5998; border-color: #3B5998;}
.navbar-inverse ul li a:hover .fa-facebook {background-color: #3B5998; border-color: #3B5998;}
.navbar-inverse ul li a:hover .fa-twitter {background-color: #55ACEE; border-color: #55ACEE;}
.navbar-inverse ul li a:hover .fa-google-plus {background-color: #E1584B; border-color: #E1584B;}
.navbar-inverse ul li a:hover .fa-instagram {background-color: #4B799E; border-color: #4B799E;}
.navbar-inverse ul li a:hover .fa-whatsapp {background-color: #65BC54; border-color: #65BC54;}
*/

.navbar-inverse .navbar-form {
margin: 1px 0 0 0;
padding: 0;
}
.navbar-inverse .navbar-form input {
border-radius: 0;
border: none;
background: rgba(0,0,0,0.4);
color: #FFF;
font-size: 13px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.navbar-inverse .navbar-form input:focus {
background: rgba(0,0,0,0.5);
} 
.navbar-inverse .navbar-form button {
border-radius: 0;
border: solid 1px transparent;
background: rgba(0,0,0,0.4);
color: #FFF;
/*background: rgba(255,255,255,0.9);*/
}

/*#atletaNome::-webkit-input-placeholder, #paramEvento::-webkit-input-placeholder {color: #FFF}
#atletaNome:-moz-placeholder, #paramEvento:-moz-placeholder {color: #FFF}
#atletaNome::-moz-placeholder, #paramEvento::-moz-placeholder {color: #FFF}
#atletaNome:-ms-input-placeholder, #paramEvento:-ms-input-placeholder {color: #FFF}
*/

.navbar-brand img:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}

.navbar-default {
padding-top: 14px;
padding-bottom: 17px;
border-bottom: solid 1px #ddd;
}
.navbar-default .navbar-nav > li > a {
color: #333;
font-size: 13px;
text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
color: #00477D;
text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav > li > a .glyphicon {
color: #666;
}
.navbar-default .navbar-nav {
padding-top: 4px;
}

.carousel-inner .item {
background: #000;
}
.carousel-inner .item img {
opacity: 0.8;
filter: alpha(opacity=80);
width: 100%;
}
.carousel-caption h3 {
font-weight: bold;
font-size: 3.5em;
font-family: Arial;
}
.carousel-caption h3 a, .carousel-caption h3 a:hover {
color: #FFF;
text-decoration: none;
}

.main-content {
min-height: 400px;
}

.list-hm {
padding:  0;
margin: 0;
list-style: none;
}
.list-hm li {
padding:  6px 0;
}

.date-result {
background: #B84746;
color: #FFF;
padding: 3px;
border-radius: 3px;
margin-right: 4px;
}

.bx-calendar table {
width: 100%;
}
.bx-calendar table td {
border: solid 1px #EEE;
padding: 7px;
background: #F5F5F5;
font-size: 12px;
color: #000;
}
.bx-calendar a {
font-weight: bold;
color: #00F;
text-decoration: underline;
}

.box-eventos {
list-style: none;
margin: 0;
padding: 0;
}
.box-eventos li {
float: left;
width: 18%;
line-height: 0;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
margin: 1%;
padding: 5px; 
text-align: center;
position: relative;
}

.box-eventos span {
background-image: -o-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.8) 80%);
background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.8) 80%);
background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.8) 80%);
background-image: -ms-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.8) 80%);
background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 80%);
color: #FFF;
width: 95%;
display: block;
font-size: 1.5em;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: bold;
line-height: 18px;
font-family: Arial;
padding: 8px 0;
position: absolute;
bottom: 5px;
text-shadow: 1px 1px #000;
}

.bx-hwh {
border-bottom: solid 1px #DDD;
color: #B84746;
border-top: solid 1px #DDD;
padding: 20px;
margin-top: 30px;
background: #EEE;
}

footer {
margin-top: 30px;
padding: 20px 0 30px 0;
background: #eee;
color: #333;
font-size: 90%;
border-top: solid 4px #D10004;
}
footer p {
line-height: 1.4;
}
footer h4 {
font-weight: bold;
margin-bottom: 20px;
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer ul li {
margin-bottom: 5px;
width: 49%;
float: left;
}
footer a {
color: #C00;
}
footer a:hover {
color: #333;
text-decoration: underline;
}
footer form {
/*padding-top: 4px;*/
}
.form-news-1 {
width: 37%;
margin-right: 2%;
}
footer hr {
border-color: rgba(0,0,0,0.1);
}

.box-photos-footer {
background: #EEE;
border-top: solid 1px #DDD;
margin-top: 40px;
margin-bottom: -30px;
}
.box-photos-footer img {
border: solid 1px rgba(90,90,90,0.2);
box-shadow: inset 0px 0px 0px rgba(127,127,127, .5), 0px 0px 3px rgba(127,127,127, .2);
-moz-box-shadow: inset 0px 0px 0px rgba(127,127,127, .5), 0px 0px 3px rgba(127,127,127, .2);
-webkit-box-shadow: inset 0px 0px 0px rgba(127,127,127, .5), 0px 0px 3px rgba(127,127,127, .2);
background: #FFF;
padding: 10px;
border-radius: 0 40px 0 40px;
}

.bg-box-face {
background: url(../images/2015/logo-alfa.png) left bottom no-repeat;
min-height: 90px; 
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.bx-interna-ad-top {
text-align: center;
background: #F2F2F2;
margin-top: 30px;
}

.box-add-product .panel-heading {
padding: 0;
}
.box-add-product .panel-title a {
display: block;
padding: 15px;
color: #000;
font-weight: bold;
text-decoration: none;
}
.box-add-product .panel-title a:hover {
background: #E7C2C2;
}
.box-add-product .table {
margin: 0;
}
.box-add-product .table td {
vertical-align: middle;
}
.box-add-product .table tr:first-child td {
border: none;
}

.sp-quantity {
width: 137px;
float: left;
}
.sp-minus, .sp-plus, .sp-input {
border:1px solid #ddd;
float:left;
}
.sp-minus, .sp-plus {
background: #ddd;
}
.sp-plus, .sp-input {
border-left: none;
}
.sp-input input {
width: 50px;
padding: 0 15px;
height: 35px;
text-align:center;
border: none;
}
.sp-minus a, .sp-plus a {
display: block;
padding: 7px 15px;
height: 35px;
text-decoration: none;
color: #000;
}
.sp-minus a:hover, .sp-plus a:hover {
color: #C00;
}

/* home highlights banners */
#home-highlights-banners {
padding: 25px 0;
}
#home-highlights-banners ul {
list-style: none;
margin: 0;
padding: 0;
}
#home-highlights-banners ul li {
background: #eee;
margin: 0.50%;
float: left;
width: 49%;
height: 200px;
background: #000;
}
#home-highlights-banners li a {
display: block;
width: 100%;
height: 100%;
color: #FFF;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
#home-highlights-banners li a span {
position: absolute;
bottom: 0;
left: 0;
padding: 5%;
width: 100%;
font-weight: 700;
font-size: 22px;
font-family: "Arial Black", sans-serif;
text-shadow: 1px 1px 2px rgba(0,0,0.5);
line-height: 22px;
background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
}
#home-highlights-banners ul li:first-child {
height: 411px;
}
#home-highlights-banners ul li:first-child a span {
font-size: 28px;
line-height: 30px;
}


@media only screen and (max-width : 1200px) {
    .box-eventos span {
        font-size: 1em;
    }
}
@media only screen and (max-width : 992px) {
    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
    .navbar-form {
        border-top: none;
        border-bottom: none;
    }
    .nav>li>a {
        display: inline-block !important;
        float: left;
    }
}
@media only screen and (max-width: 768px) {
    .box-eventos li {
        width: 31.33%;
    }
    #home-highlights-banners ul li {
        height: 150px;
    }
    #home-highlights-banners ul li:first-child {
        width: 100%;
        height: 311px;
    }
}
@media only screen and (max-width: 480px) {
    .carousel-caption h3 {
        font-size: 1.5em;
    }
    .carousel-caption {
        bottom:10%;
    }
    .bg-box-face {
        display: none !important;
    }
}
@media only screen and (max-width: 320px) {
    .navbar-brand {
        width: 75%;
    }
    .navbar-brand img {
        max-width: 100%;
    }
}


.post-pin-content {
margin-bottom: 25px;
}
.post-pin-image {
margin-bottom: 10px;
height: 178px;
}
.post-pin-image a {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100%;
width: 100%;
display: block;
}
.post-pin-content h3 {
line-height: 22px;
font-size: 16px;
padding: 0;
margin: 10px 0;
}
.post-pin-description {
opacity: 0.9;
max-height: 60px;
overflow: hidden;
}

.page-header h1 {
line-height: 50px !important;
}
