/*
 * style.css 
 */

/*	.container, .container-fluid {
	padding-right: 15px;
 	padding-left: 15px;
 	background-color: #f9f9f9;
 */
}
.row {
	margin-bottom: 20px;
}
.alert, .alert-light {
	background-color: #ffcc33;
}
[class*="col-"], header, nav, aside, section, div[role="main"] {
	padding-top: 15px;
 	padding-bottom: 15px;
/* 	background-color: #f5f5f5;
 	background-color: rgba(86,61,124,.15);
 	border: 1px solid #ddd;
 	border: 1px solid rgba(86,61,124,.2);
*/
 	style: none;
 	text-align: center;
 	}
div[role="main"] {
	background-color: #fff;
	}
div[role="main"], nav, aside {
	height: auto;
	}
figure {
	width: 100%;
	height: 80%;
	min-width: 230px;
	margin: 0;
	}
figcaption {
	font: 120% sans-serif;
	text-align: center;
	}
audio {
	width: 100%;
	height: 50px;
/*	background: none !important; */
	overflow: hidden;
    opacity: 1;
    filter:alpha(opacity=100);
/*    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75); 
/*	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75); */
	}
#sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    z-index: 1;	
}
#fixed {
	position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    z-index: 1;
}
iframe {
	width: 100%;
	height: 270px;
	frameborder: 0;
	marginheight: 0;
	marginwidth: 0;
}
embed {
	height:420px;
	width: 100%;
}
/*
#embedVid {
  position: relative;
  top: 5px;
  left: 5px;
  height: 240px;
  width: 320px;
}*/

footer {
	width: 100%;
	background-color: #111111;
	padding-top: 25px; 	
}
.footer-copyright {
	background-color: #010101;
	margin-top: 10px;
	padding-top: 10px;
 	padding-bottom: 10px;
}

#embedBox {
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	background-color: #000000;
}
.fa-whatsapp {
	color: #25D366;
}
/* Botoes midias sociais*/

.fa {
  padding: 15px;
  font-size: 30px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}