@import "bootstrap.min.css" screen, projection;
//@import "bootstrap-theme.min.css" screen, projection;

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

a:not(.styled-link),
a:not(.styled-link):hover{
	color: #333;
}

object[type='application/gas-events-uni'] { display: none }

hr {
	border-top: 1px solid #aaa;
}

.element {
	top: 50%;
	position: relative;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/* Wrapper for page content to push down footer */
#page-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -120px;
}

/* Set the fixed height of the footer here */
#push,
#site-footer {
	height: 120px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#site-footer {
		  margin-left: -20px;
		  margin-right: -20px;
		  padding-left: 20px;
		  padding-right: 20px;
	}
}

#header {
	z-index: 1000;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
    box-shadow: 0 0 5px #333;
}

#sambavideos-logo {
	float: left;
	margin-right: 20px;
}

.box { margin-bottom: 20px; }

.box .media {
	height: 130px;
	padding: 15px;
	background: #e8e8e8;
}

.box:hover .media a {
	color: #fff;
	text-decoration: none;
}

.box .media h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.box .media .thumb {
	float: left;
	width: 100px;
	height: 100px; /* equals max image height */
	text-align: center;
	background: #f0f1f1;
	border-radius: 6px;
	margin-right: 15px;
	-webkit-box-shadow: inset 0 0 2px #00bcdb;
    box-shadow: inset 0 0 2px #00bcdb;
	white-space: nowrap;
}

.box:hover .media .thumb {
	-webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}

.box:hover .media {
	color: #fff;
	background: #00bcdb;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.box .media .thumb img {
	max-height: 100px;
	vertical-align: middle;
    max-width: 100px;
}

#shortcuts {
	float: right;
}

/*
#shortcuts a {
	line-height: 16px;
	border-radius: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'TradeGothicLTStd-Bold';
}
*/

#conteudo {
	padding: 50px 0 100px 0;
}

#cabecalho {
	//overflow: hidden;
	background: #00BDDB;
    //box-shadow: 0 0 5px #333;
}

#cabecalho.interna,
#cabecalho.interna .col-md-12 {
	background: #00bcdb;
}

#cabecalho .col-md-12 {
	min-height: 250px;
	color: #fff;
	/*background: url(../img/cabecalho-background.png) right 50% no-repeat;*/
	-webkit-background-size: 35% auto;
	-moz-background-size: 35% auto;
	-o-background-size: 35% auto;
	background-size: 35% auto;
}

iframe { margin-bottom: 15px; }

#cabecalho h1 { margin-top: 110px; }

#navegacao h4, #conteudo h4 {
	margin: 0 0 15px 0;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 2px solid #79d3f0;
}

label { font-size: 12px; }

h4.ico {
	color: #999;
	padding-left: 15px;
}

h4.instructions { background: url(../img/instructions.png) no-repeat; }

h4.options { background: url(../img/options.png) no-repeat; }

h4.preview { background: url(../img/preview.png) no-repeat; }

h4.embed { background: url(../img/embed.png) no-repeat; }

#navegacao .list {
	margin-top: 20px;
}

#navegacao .list li {
	margin: 0;
	text-align: right;
	list-style-type: none;
	line-height: 20px;
}

#navegacao .list a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#navegacao .list a:hover { color: #00bcdb; }

#site-footer {
	/* .push must be the same height as footer */
	height: 120px;
}

#site-footer {
	line-height: 120px;
	background: #ebebeb url(../img/footer-bg.png) repeat-x;
}

#site-footer .col-md-4 {
	height: 120px;
	position: relative;
}

#site-footer a:hover { color: #666; }

#site-footer .icon {
	color: #8f8f8f;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 34px;
	margin-right: 20px;
	display: inline-block;
	text-decoration: none;
}

#suporte { background: url(../img/suporte.png) no-repeat; }
#desenvolvedores { background: url(../img/desenvolvedores.png) no-repeat; }
#feedback { background: url(../img/feedback.png) no-repeat; }

#sambatech-logo {
	margin: 0;
	top: 50%;
	right: 0;
	width: 75px;
	height: 25px;
	margin: -12px 0 0 0;
	position: absolute;
	line-height: normal;
	text-indent: -9999px;
	display: inline-block;
	background: url(../img/sambatech-logo.png) no-repeat;
}

#send { text-align: right; }

#thumb {
	float: left;
	position: relative;
	top: 87px;
	margin-right: 15px;
}

#info { overflow: hidden; }

#updateButton { outline: none; }
