/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background-color: #F6F2F1;
}

.brand .logo {
  background: url('../imgs/fpbridge-logo.png') no-repeat left 30px;
  background-size: 92% auto;
  width: 95px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
}
.brand a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.brand a h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 64px;
  color: #000;
  font-weight: 900;
  margin: 15px 0 10px 0;
}

/* NAVBAR AND MENU */
nav.navbar {
  margin-bottom: 0;
  min-height: 0;
}
#navbar {
  padding-left: 77px;
  padding-right: 0;
}
.bridgeMenu {
  padding: 0;
}
.bridgeMenu .menuWrapper {
  padding: 0;
}
.bridgeMenu > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 20px !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 !important;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: 3px;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
}

.bridgeMenu > li > a:hover, .bridgeMenu > li > a:focus {
  background: none !important;
  border-bottom: 1px solid #000;
}

.bridgeMenu > li {
  position: static;
  padding: 0 10px !important;
}

.bridgeMenu > li > ul.sub-menu {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: rgba(255,255,255,.85);
  left: 0;
  top: 28px;
  list-style: none;
  padding: 0 0 30px 0;
  display: none;
}
.bridgeMenu > li > ul.sub-menu > div {
   padding: 0 95px;
}
.bridgeMenu > li > ul.sub-menu > div > div > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 160% !important;
  display: inline-block;
  padding: 0 !important;
  text-transform: none;
  font-size: 15.5px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.5px;  
  margin: 0 5px;
  border-bottom: 1px solid transparent;
}
.bridgeMenu > li > ul.sub-menu > div > div > li > a:hover {
  border-bottom: 1px solid #000;
}
.bridgeMenu > li > ul.sub-menu > div > div > li.menu-item-has-children > a:hover {
  border-bottom: 1px solid transparent !important;
}
.bridgeMenu > li > ul.sub-menu > div > div > li > ul {
  list-style: none;
  padding: 0;
}
.bridgeMenu > li > ul.sub-menu > div > div > li > ul a {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 160%;
  display: inline-block;
  padding: 0 !important;
  text-transform: none;
  font-size: 15.5px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin: 0 0 0 40px;
  border-bottom: 1px solid transparent;
}
.bridgeMenu > li > ul.sub-menu > div > div > li > ul a:hover {
  border-bottom: 1px solid #000;
}
/*.bridgeMenu .current-menu-ancestor a {
  border-bottom: 1px solid #000;
}*/
.bridgeMenu.noaccess .restricted {
  display: none;
}
.bridgeMenu .restricted a {
  font-weight: 700 !important;
}

.loginarea.mobile {
  display: none;
}

.loginarea {
  position: relative;
}

.loginarea a {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 20px;
  display: block;
  padding: 0 5px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.loginarea a i {
  font-size: 14px;
  margin-right: 10px;
}

.loginform {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 37px;
  display: none;
}
.loginform label {
  display: none;
}
.loginform input {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 30px;
  width: 120px;
  display: block;
  padding: 0 5px !important;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  letter-spacing: 3px;
  margin-bottom: 10px;
  border: 1px solid #FFF;
  background-color: rgba(255,255,255,.7);
}
.loginform a.logout {  
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 30px;
  width: 120px;
  display: block;
  padding: 0 5px !important;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 10px;
  border: 1px solid #FFF;
  background-color: rgba(255,255,255,.7);
}
.loginform a.logout:hover {
  background-color: rgba(255,255,255,.6);
}

.loginarea .recoverpass i {
  display: inline-block;
  width: 12px;
  height: 40px;
  vertical-align: baseline;
  color: #FFF;
}

.loginarea .recoverpass a {
  font-size: 11px;
  display: inline-block;
  width: 80%;
  vertical-align: top;
  line-height: 140%;
  color: #FFF;
}




/* CAROUSEL */
.carousel {
  position: absolute;
  width: 100%;
}
.imgContainer {
  background-size:cover !important; 
  height:0; 
  padding-bottom: 23%; 
  min-height:430px
}
.captionwrapper {
  position: absolute;
  width: 100%;
  top: 30px;
}

.bridgeCaption a {
  display: block;
  text-align: left;
  padding-left: 83px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 72px;
  width: 80%;
  line-height: 115%;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.carousel-indicators {
  position: absolute;
  left: auto;
  z-index: 15;
  margin-left: 0;
  text-align: left;
  list-style: none;
  padding-left: 100px;
  top: 240px;
  height: 20px;
}
.carousel-indicators li {
  margin-right: 10px !important;
}

.carousel-control .glyphicon {
  display: none;
}



/* CONTENT */
.contentZone {
  position: relative;
  /*top: -140px;*/
  padding: 30px 100px;
  background-color: #F6F2F1;
  /*margin-bottom: -140px;*/
  margin-top: 140px;
  min-height: 250px;
}
.contentZone.homepage {
  position: relative;
  /*top: -140px;*/
  padding: 30px 100px;
  background-color: #F6F2F1;
  /*margin-bottom: -140px;*/
  margin-top: 290px;
  min-height: 250px;
}




/* SHORTCUTS */
.shortcuts {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 115px;
}
.shortcuts .row {
  padding-top: 30px;
  border-top: 1px solid #000;
}
.shortcuts .unit {
  padding: 0;
}
.shortcuts .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.shortcuts .edition {
  background-image: url('../imgs/shortcuts_icon_edition.png');
}
.shortcuts .calendar {
  background-image: url('../imgs/shortcuts_icon_calendar.png');
}
.shortcuts .cards {
  background-image: url('../imgs/shortcuts_icon_cards.png');
}
.shortcuts .trophy {
  background-image: url('../imgs/shortcuts_icon_trophy.png');
}
.shortcuts .wrapper {
  display: inline-block;
  width: 70%;
  margin-left: 10px;
}
.shortcuts a.title {
  text-decoration: none;
}
.shortcuts h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  text-transform: capitalize;
  margin: 15px 0 10px 0;
  text-decoration: none;
}
.shortcuts p {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  letter-spacing: 3px;
  margin: 0;
}
.shortcuts a.link {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 160% !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  margin-top: -3px;
}





/* GREEN ZONE */
.greenzone {
  background-color: #5CA8A6;
  padding: 0 0 20px 0;
}

.greenzone .wrapper {
  padding: 0 100px;
}

.greenzone h1 {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  margin: 30px 0 30px 0;
}

.greenzone li {
  list-style: none;
}

.greenzone li > a {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0px 0;
  text-decoration: none;
}

.greenzone .map {
  display: block;
}

.greenzone .map img {
  width: 100%;
  height: auto;
}

.greenzone ul {
  list-style: none;
  padding: 0;
}

.greenzone ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: inline-block;
  line-height: 160%;
  border-bottom: 1px solid transparent;
}
.greenzone ul li a:before {
  content: '› '
}
.greenzone ul li a:hover {
  border-bottom: 1px solid #000;
}

.greenzone ul li a i {
  margin-right: 1px;
}

.greenzone .iupd {
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  display: block;
  line-height: 160%;
}
.greenzone .iupd-mobile {
  display: none;
}

.mecenato {
  margin: 0 0 30px 0;
}
.mecenato h1 {
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

.mecenato  .logozone a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
} 

.mecenato .logozone a img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.mecenato .logozone a img:hover {
  /*opacity: 1;*/
}



/* FOOTER */
footer {
  background-color: #FFF;
}
footer .container {
  padding: 20px 100px !important;
}

footer .address {
  padding-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #666;
  line-height: 160%;
  border-bottom: 1px solid transparent;
}

footer .address a {
  display: inline-block;
  text-decoration: none;
  color: #666;
  line-height: 160%;
  border-bottom: 1px solid #666;
}

footer .pned {
  display: block;
}

footer .pned img {
  width: 100%;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  opacity: .7;
}

footer .pned:hover img {
  opacity: 1;
}

footer .newsletter h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #29908E;
  font-size: 16.5px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}

footer .newsletter input {
  width: 100%;
  border: 1px solid #666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #000;
  margin-bottom: 8px;
  padding: 8px;
  background-color: transparent;
}

footer .credits {
  padding-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #666;
  line-height: 160%;
}
footer .credits a {
  color: #666;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
footer .credits a:hover {
  color: #666;
  border-bottom: 1px solid #666;
  text-decoration: none;
}




/* CONTENT */
.home h1 {
  margin: 0 0 5px 0;
  color: #000;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}
.home h2 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 110%;
  margin: 0 0 10px 0;
}
.home .date {
  margin: 20px 0 0 0;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 140%;
}
.home .attachments {
  margin-top: 2px;
}
.home .text, .home .text p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
}

.home .text a, .home .attach {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5CA8A6;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid #5CA8A6;
  width: auto;
  text-decoration: none;
}

.home .text a:hover, .home .attach:hover {
  text-decoration: none !important;
}






.staticHeader {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background-size: cover !important;
}

.staticHeader h1 {
  text-align: left;
  padding-left: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 48px;
  width: 100%;
  line-height: 120%;
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.page h2 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.page .text, .page .text p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 20px 0;
}
.page .text a {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5CA8A6;
  border-bottom: 1px solid #5CA8A6;
  width: auto;
  text-decoration: none;
}

.page table {
  height: auto !important;
  margin-top: -15px;
  width: 100%;
  border-top: 1px solid #000;
}
.page th {
  padding: 4px 15px 4px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.page td {
  padding: 4px 10px 4px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
.page td:last-child {
  padding-right: 0;
}
.page td a {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5CA8A6;
  border-bottom: 1px solid #5CA8A6;
  width: auto;
  text-decoration: none;
}


/* ATTACHMENTS */

.attachments span.icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.attachments span.edition {
  background-image: url('../imgs/shortcuts_icon_edition.png');
}
.attachments {
}

.attachments .wrapper {
  margin-bottom: 15px;
  min-height: 75px;
}

.attachments .wrapper a {
  text-decoration: none !important;
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.attachments h3 {
  margin: 0;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2px;
  text-decoration: none;
}
.attachments span.description {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.attachments a:hover {
  text-decoration: underline;
}


/* Category ACTAS */
.actas {
}
.actas .unit {
  margin-bottom: 40px;
  min-height: 60px;
}
.actas span.icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.actas span.edition {
  background-image: url('../imgs/shortcuts_icon_edition.png');
}

.actas .unit a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  width: 65%;
}
.actas .unit h3 {
  margin: 0;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2px;
}
.actas span.date {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.actas .unit a:hover {

}

.actas h2 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.actas .text, .acta .text p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  margin: 30px 0 20px 0;
}



/* CALENDARIO */
.calendar h2 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 20px 15px;
}

.calendar .title {
  color: #085854;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  margin: 2px 0;
}

.calendar .dataextenso {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  margin: 2px 0;
}

.calendar .month {
  display: block;
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 20px 0 5px 0;
}

.calendar .inscricaobtt {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #666;
}






/* NOTICIAS */
.noticias .yearselector {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  line-height: 160%;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}

.noticias .yearselector:hover, .noticias .yearselector.selected {
  color: #5CA8A6;
  border-bottom: 1px solid #5CA8A6;
  font-weight: 700;
}

.noticias .unit {
  margin-bottom: 40px;
}

.noticias .date {
  display: block;
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.noticias a {
  text-decoration: none;
}

.noticias h1 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.noticias h2 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 110%;
  margin: 0 0 10px 0;
}

.noticias img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.noticias .text, .noticias .text p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
}

.noticias .text a, .noticias .attach {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5CA8A6;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid #5CA8A6;
  width: auto;
  text-decoration: none;
}







/* WHERE TO PLAY */
.mapHeader {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
}
#ondejogar-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.mapHeader h1 {
  text-align: left;
  padding-left: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 48px;
  width: 60%;
  line-height: 120%;
}

.locations {
  top: -100px;
  margin-bottom: -100px;
}

.locations .info {
  margin: 0 0 40px 0;
}

.locations h2 {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16.5px;
  line-height: 160%;
  font-weight: 700;
  color: #000;
  width: 30%;
  vertical-align: top;
  margin: 0 40px 0 0;
  border-bottom: 1px solid transparent;
}
.locations h2 a {
  color: #000;
}
.locations h2 a:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.locations .text {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  width: 50%;
  vertical-align: top;
  margin: 0;
  line-height: 160%;
}

.locations .regions {
  padding: 0;
  list-style: none;
}

.locations .regions li a {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  line-height: 160%;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}

.locations .regions li a:hover, .locations .regions li a.selected {
  color: #5CA8A6;
  border-bottom: 1px solid #5CA8A6;
  font-weight: 700;
}

.markerinfo {

}

.markerinfo span {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
}

.markerinfo span.title {
  font-weight: 700;
  margin-top: 0;
  font-size: 14.5px;
}

.blackbox {
  background-color: rgba(0, 0, 0, .6) !important;
}
.removeWhite {
  background-color: transparent !important;
}
.arrowbottom {
}
.arrowLeftHalf, .arrowRightHalf {
  top: 3px !important;
}
.arrowLeftHalf div, .arrowRightHalf div {
  background-color: rgba(0, 0, 0, .6) !important;
}
.closebutton:before {
  content: 'X';
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
}


/* INSCRIÇÕES */
.inscricoes input {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: transparent;
}
.inscricoes select {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: none;
  background: transparent;
  border-radius: 0;
}
.inscricoes label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 160%;
  color: #085854;
  margin-bottom: 10px;
}
.inscricoes label.black {
  color: #000;
  font-size: 15.5px;
}
.inscricoes input.send {
  width: 105px;
  color: #666;
}
.inscricoes .msg {
  font-family: 'Source Sans Pro', sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
}
.inscricoes .success {
  color: #085854;
}
.inscricoes .error {
  color: #900;
}


/* CONTACTS */
.contacts .text p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 15px 0;
}

.contactform input {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: transparent;
}
.contactform textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: transparent;
}
.contactform input.send {
  margin: 279px 0 0 0;
  color: #666;
  width: 85px;
}
#contacts-map {
  height: 300px;
  margin-bottom: 40px;
}

/* CONTACT FORM ADJUSTMENTS */
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid  {
  border: 2px solid #C00;
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  font-family: 'Source Sans Pro', sans-serif;
  color: #C00;
  font-size: 12px;
  font-weight: 400;
}
.wpcf7-mail-sent-ok {
  color: #0C0;
}
















@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .bridgeCaption a {
    font-size: 62px;
  }
  .home h1 {
    font-size: 40px;
  }
  .shortcuts a.link { 
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .brand .logo {
    background-size: 96% auto;
    width: 70px;
    height: 60px;
  }

  .brand a h1 {
    font-size: 46px;
  }

  #navbar {
    padding-left: 56px;
  }

  .bridgeMenu > li {
    padding: 0 6px !important;
  }

  .bridgeMenu > li > a {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .bridgeMenu > li > ul.sub-menu > div {
    padding: 0 88px;
  }

  .bridgeMenu > li > ul.sub-menu > div > div > li > a {
    font-size: 14.5px;
  }

  .bridgeMenu > li > ul.sub-menu > div > div > li > ul a {
    font-size: 13px;
    margin: 0 0 0 20px;
  }

  .loginarea a {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .bridgeCaption a {
    padding-left: 60px;
    font-size: 58px;
  }

  .carousel-indicators {
    padding-left: 78px;
  }

  .imgContainer {
    min-height: 385px;
  }

  .home {
    margin-bottom: 30px;
  }

  .shortcuts {
    padding: 0px 93px;
  }

  .shortcuts .unit {
    margin-bottom: 20px;
  }

  .greenzone .wrapper {
    padding: 0px 78px;
  }

  footer .container {
    padding: 20px 78px !important;
  }

  footer .address {
    font-size: 14.5px;
  }

  .contentZone {
    padding: 30px 78px;
    /*top: -100px;*/
    /*margin-bottom: -100px;*/
    margin-top: 225px;
  }
  .contentZone.homepage {
    padding: 30px 78px;
    /*top: -100px;*/
    /*margin-bottom: -100px;*/
    margin-top: 285px;
  }

  .staticHeader {
    padding-bottom: 34%;
  }

    /* CONTENT */

    .mapHeader {
      padding-bottom: 48%;
    }

    .mapHeader h1 {
      text-align: left;
      padding-left: 0;
      font-size: 48px;
      width: 100%;
    }





    .calendar .dataextenso .month {
      display: none;
    }
    .calendar .dataextenso {
      margin-bottom: 15px;
    }






    .contactform input.send {
      margin: 0 0 30px 0;
    }

}

@media screen and (max-width: 768px) {
  header .brand {
    padding: 0 15px !important;
  }
  header .brand h1 {
    font-size: 48px;
    margin: 5px 0 10px 0;
  }
  header .brand .logo {
    background-position: left 15px;
    background-size: 100% auto;
    width: 105px;
    height: 40px;
  }


  .navbar {
    position: static;
  }

  .navbar-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 9px 10px;
    margin: 0;
    border: 1px solid #000;
  }
  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  #navbar {
    position: absolute;
    z-index: 20;
    top: 50px;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #F6F2F1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(170,170,170,1);
    box-shadow: 0px 4px 4px 0px rgba(170,170,170,1);
    padding-bottom: 20px;
  }

  .loginarea {
    display: none;
  }

  .loginarea.mobile {
    display: inline-block;
    position: relative;
  }

  .loginarea a {
    line-height: 35px;
    padding: 10px 0 0 15px !important;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
  }

  .loginform {
    position: relative;
    z-index: 10;
    left: 15px;
    top: 0;
  }

  .loginform p {
    display: inline-block;
    margin-right: 5px;
  }

  .loginform input {
    line-height: 30px;
    width: 100px;
    padding: 0 5px !important;
    font-size: 13px;
    color: #000;
    margin: 0;
    border: 1px solid rgba(0,0,0,.3);
  }

  .loginform #wp-submit {
    width: 50px;
    font-weight: 800;
  }

  .loginform a.logout {
    color: #000;
    border: 1px solid rgba(0,0,0,.3);
  }

  .bridgeMenu {
    margin: 0 0 0 15px;
  }

  .bridgeMenu > li {
    padding: 10px 0 0 0 !important;
  }


  .bridgeMenu > li > a {
    line-height: 35px !important;
    font-size: 14px;
    margin-bottom: 0;
  }

  .bridgeMenu > li > ul.sub-menu {
    position: relative;
    background-color: transparent;
    left: 0;
    top: 0;
    padding: 0 0 20px 0;
  }

  .bridgeMenu > li > ul.sub-menu > div {
    padding: 0 15px;
  }

  .bridgeMenu > li > ul.sub-menu > div > div > li > a {
    line-height: 30px !important;
    font-size: 16px;
  }

  .bridgeMenu > li > ul.sub-menu > div > div > li > ul a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 25px;
  }



  .bridgeCaption a {
    padding-left: 0;
    width: 100%;
    font-size: 42px;
  }
  .carousel-indicators {
    left: 15px;
    padding-left: 0; 
  }
  .carousel-indicators li {
    width: 18px;
    height: 18px;
  }
  .carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #fff;
  }

  .contentZone {
    position: relative;
    padding: 30px 15px;
    min-height: 140px;
    margin-top: 265px;
  }
  .contentZone.homepage {
    position: relative;
    padding: 30px 15px;
    min-height: 140px;
    margin-top: 290px;
  }

  .home {
    margin-bottom: 30px;
  }
  .home h1 {
    font-size: 42px;
  }

  .shortcuts {
    padding: 0 15px;
    margin: 0 15px 25px 15px;
  }

  .shortcuts .unit {
    margin-bottom: 20px;
  }

  .greenzone .wrapper {
    padding: 0 15px;
  }

  .greenzone .iupd-mobile {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    display: block;
    line-height: 160%;
  }
  .greenzone .iupd {
    display: none;
  }

  footer .container {
    padding: 20px 15px !important;
  }

  footer .address {
    padding-bottom: 20px;
  }

  footer .pned {
    margin: 15px 0;
  }


  /* CONTENT */

    .staticHeader {
      padding-bottom: 50%;
    }

    .staticHeader h1 {
      padding-left: 0;
      font-size: 42px;
      width: 100%;
      margin-left: -15px;
    }

    .locations {
      top: 0px;
    }

    .mapHeader {
      padding-bottom: 68%;
    }

    .mapHeader h1 {
      text-align: left;
      padding-left: 0;
      font-size: 48px;
      width: 100%;
    }

    .locations .regions {
      margin-bottom: 30px;
    }

    .locations .regions li {
      border-bottom: 1px solid #000;
    }

    .locations .regions li a {
      display: block;
      line-height: 30px;
      border-bottom: 1px solid transparent;
      margin-bottom: 0;
    }
    .locations .regions li a.selected {
      border-bottom: 0;
    }

    .locations h2 {
      display: block;
      width: 100%;
      margin: 0 30px 0 0;
      border-bottom: 1px solid transparent;
    }




    .calendar .dataextenso .month {
      display: none;
    }
    .calendar .dataextenso {
      margin-bottom: 15px;
    }






    .contactform input.send {
      margin: 0 0 30px 0;
    }



}
