* {
	margin: 0;
	padding: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	background-color: #000;
}

#bg,
#bg #blur {
	width: 100%;
	height: 100%;
	background: #000 url(../imgs/foto-caymmi.jpg) no-repeat 0 0;
	background-size:cover;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity:0;
}

#bg #blur {
	background-image: url(../imgs/foto-caymmi-blur.jpg);
	display: none;
}
h1#logo_oglobo{
	margin-top: 6px;
}
#intro {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	/*display: none;*/

}

#intro h3 {
	width: 911px;
	height: 304px;
	background: url(../imgs/assinatura-caymmi-grande.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -152px;
	left: 50%;
	margin-left: -455.5px;
	text-indent: -9999px;
	display: none;
}

#intro #caixa_abertura {
	width: 756px;
	height: 321px;
	border:1px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	left: 55%;
	margin-left: -455.5px;
	padding: 5px;
	opacity: 1;


}

#intro #content_abertura {
	background: #fff url(../imgs/detalhes_abertura.jpg) no-repeat 0 0;
	height: 100%;
	text-align: center;
	padding-top: 20px;
}

#intro #content_abertura strong {
	width: 236px;
	height: 73px;
	display: inline-block;
	margin-top: 40px;
}

#intro #content_abertura p {
	font-family: arial, tahoma;
	font-size: 12px;
	color:#000;
	width: 500px;
	display:inline-block;
	margin-top: 20px;
	line-height: 16px;

}

#intro #content_abertura #btn_abertura {
	border:1px solid #000;
	padding: 8px 50px;
	text-align: center;
	font-family: OgloboCondensedSemibold, "Times New Roman", times, serif;
	color:#000;
	text-decoration: none;
}

#container_escolha {
	width:100%;
	min-width:1000px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	/*opacity: 0;*/
	z-index: 10;
	/*display: none;*/
}

#container_full_slides {
	width: 93%;
	height: auto;
	float: left;
}

#controles {
	width: 7%;
	height: 160px;
	background-color: #fff;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 100;
}


#controles * {
	height:49%;
}

.container_slide {
	width: 16.66666666666667%;

	height: auto;
	overflow: hidden;
	float:left;
}

.container_slide .seta {
	width: 21px;
	height: 17px;
	background: url(../imgs/icones.png) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 auto;
}

.container_slide .seta_sobe {
	background-position: -12px -133px;
	margin-bottom: 15px;
}

.container_slide .seta_descer {
	background-position: -12px -188px;
	margin-top: 15px;
}

 .scrollHorz {
 	
 	width: 100%;
 	overflow: hidden;
 }

 .scrollHorz, .scrollHorz * {
 	-webkit-box-sizing:border-box;
 	-moz-box-sizing:border-box;
 	box-sizing:border-box;
 }

 .layer {
 	height: 700px;
 	overflow: hidden;
 	font-family: arial, tahoma;
 }

 .layer ul {
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	margin-top: -210px;
 	list-style: none;
 	display: table;
 }

 .layer li {
 	width: 95%;
 	height:40px;
 	list-style: none;
 	/*padding: 5px;*/
 	overflow: hidden;
 	margin:10px 0;
 	position: relative;
 	cursor: pointer;
 	list-style: none;
 	border:1px solid transparent;

 }

 .layer li:hover {
 	border-color:#fff;
 	box-shadow:0 0 50px #000 inset;
 	opacity:1;
 }

 .layer video {
 	float: left;
 	width: 70px;
 	height: auto;
 }

 #loading {
	display: block;
	opacity:1;
	z-index: 100;
 	background: #000 url(../imgs/loader.gif) no-repeat 0 0;
 }


.layer .desc_video {
	width: 100%;
	
	position: absolute;
 	left: 90px;
 	text-align: left;
 	padding:5px 30px 0 0;
 	font-family: arial, tahoma;
 	font-size: 10px;
 	color: #cccccc;
}
 .layer span {
 	/*width: 75%;*/

 	/*float: left;*/
 	/*padding-left: 10px;*/
 	color:#999;
 	font-family: arial, tahoma;
 	font-size: 11px;
 	
 }

 .layer strong {
 	font-family: OgloboCondensedMedium, "Times New Roman", times, serif;
 	font-size: 16px;
 	font-weight: normal;
 	color: #fff;
 }

 .layer .active {
	height:auto;
	margin: 10.9% 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	visibility: hidden;
 }

.ico_player {
 	position: absolute;
 	bottom: 7px;
 	left: 13px;
 	background: url('../imgs/icones.png') no-repeat -11px -348px;
	width: 23px;
	height: 23px;
	z-index: 12;
 }

 .layer .active video {
 	width: 100%;
 	height: auto;
 	visibility: visible;
 }

 .layer .active span {
 	position: absolute;
 	bottom: 5px;
 	left: 5px;

 }

 .layer .primeiro {
 	opacity: 1;
 }

 .layer .segundo {
 	opacity: .7;
 }

 .layer .terceiro {
 	opacity: .5;
 }



#videos_ativo {
	min-width: 1000px;
	height:auto;
	position: absolute;
	top: 224px;
	width: 100%;

	/*visibility: hidden;*/
	/*display: none;*/
}

#videos_ativo .ico_player {
	z-index: 10;
	top: 50%;
	margin-top: -11.5px;
	background-color: transparent;
	cursor: pointer;
}

#videos_ativo #box_loading {
	background: #000 url(../imgs/loader-preto-pequeno.gif) no-repeat center center;
	width: 93%;
	left: 7%;
	height: 100%;
	position: absolute;
	z-index: 11;
	display: none;
}

#videos_ativo > span {
	width: 7%;
	height: 1px;
	overflow: hidden;
	display: block;
	float: left;
}
/*
#bg_videos_ativo {
	min-width: 1000px;
	height:auto;
	position: absolute;
	top: 224px;
	width: 100%;
	z-index: 0;

	box-shadow: 10px 0 300px rgba(0,0,0,.8);
}*/

#bg_videos_ativo {
	min-width: 1000px;
	height:auto;
	position: absolute;
	top: 224px;
	width: 100%;
	z-index: -1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 36%, rgba(0,0,0,1) 62%, rgba(0,0,0,1) 63%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(36%,rgba(0,0,0,1)), color-stop(62%,rgba(0,0,0,1)), color-stop(63%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 63%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 63%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 63%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 63%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

#videos_ativo li {

	width: 15.5%;

	height:auto;
	float:left;
	position: relative;
	background-color: #333;
	list-style: none;

 }

 #videos_ativo li:first-child {
 	margin-left: 0;
 }

 #videos_ativo li video {
 	width: 100%;
 	height: auto;
 }

  #videos_ativo li .desc_video {
 	position: absolute;
 	bottom: -2px;
 	left: 5px;
 	font-family: arial, tahoma;
 	font-size: 10px;
 	line-height:16px;
 }



  #videos_ativo li span {
  	display: inline-block;
  	background-color: #fff;
  	padding:2px 5px;
  }


  #videos_ativo li strong {
 	font-family: OgloboCondensedMedium, "Times New Roman", times, serif;
 	font-size: 16px;
 	background-color: #fff;
 	padding:2px 5px;
 }

 video {
 	cursor: pointer;
 }

#controles {
	position: relative;
}

	#play_pause  {
		height: 50%;
		position: relative;
		cursor: pointer;
	}

 #play_pause .ico {
 	width: 12px;
 	height: 14px;
 	background: url(../imgs/icones.png) no-repeat -19px -462px;
 	font-size: 30px;
 	font-family: arial;
 	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
 }

#controles .sep_player {
	width: 42px;
	height: 8px;
	background: url(../imgs/linha-separadora-player.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -4px;
	/*margin:15px auto;*/
}

 #play_pause:hover .ico  {
 	background-position: -19px -407px;
 }

  #play_pause.pause  .ico {
  	background: url(../imgs/icones.png) no-repeat -19px -244px;
  }

  #play_pause.pause:hover  .ico {
  	background: url(../imgs/icones.png) no-repeat -19px -298px;
  }

 #shuffle {
 	height: 50%;
 	position: relative;
 	cursor: pointer;
 }

 #shuffle .ico {
 	width: 19px;
 	height: 15px;
 	background: url(../imgs/icones.png) no-repeat -14px -80px;
 	margin: 0 auto;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin: -7.5px 0 0 -9.5px;
 }

 #shuffle:hover .ico {
 	background-position: -14px -25px;
 }

 #versos_musica {
 	color: #fff;
	text-align: center;
	position: absolute;
	top: 70%;
	z-index: 1000;
	width: 100%;
	font-family: georgia;
	color:#999999;
	font-size: 17px;
	font-style: italic;
	background: transparent url(../imgs/nota-musical-legenda.png) no-repeat top center;
	padding-top: 50px;
	display: none;
 }


 #creditos {
 	width: 100%;
	height: auto;
	min-height:100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #2f2f2f;
	z-index: 11;
 }

 #intro_creditos {
 	color:#999999;
 	margin-top: 100px;
 	margin-left: 20px;
 }

  #intro_creditos strong {
  	font-family: OgloboCondensedBold, "Times New Roman", times, serif;
  	display: block;
  	font-size: 24px;
  }

  #intro_creditos p {
	font-family: arial, tahoma;
	font-size: 12px;
	width: 36%;
	min-width:400px;
	line-height: 14px;
	margin-top: 10px;
  }

  #container_creditos {
  	width: 100%;
  	min-width: 1000px;
  	overflow: hidden;
  	padding: 0 20px;
  	margin-top: 30px;
  }

#container_creditos .col {
	width: 25%;
	min-height: 100px;	
	float: left;
	padding-right: 40px;
}

#container_creditos .cred {
	width: 100%;
	float: left;
	clear: both;
	border-bottom:1px solid #393939;
	padding: 15px 0;

}


#container_creditos .fotoMenor {
	padding-left: 10px;
}

#container_creditos .midia_cred,
#container_creditos .info_cred,
#container_creditos a {
	float: left;
}

#container_creditos .info_cred {
	margin: 5px 0 0 10px;
}

#container_creditos .fotoMenor .info_cred {
	margin-left: 20px;
}

#container_creditos .cred span {
	font-family: arial, tahoma;
	font-size: 10px;
	color:#cccccc;
	display: block;
}

#container_creditos .cred strong {
	font-family: OgloboCondensedSemibold, "Times New Roman", times, serif;
	color:#fff;
	font-size: 16px;
}

#container_creditos a {
	width: 22px;
	height: 21px;
	display: block;
	background: transparent url(../imgs/ico-fb-cred.png) no-repeat 0 0;
	float: right;
	margin-top: 10px;
}

#container_creditos .temVideo .midia_cred {
	position: relative;
}

#container_creditos .temVideo .ico_player {
	bottom: 9px;
	left: 8px;
	cursor: pointer;
}
#container_info #instrucoes{
	width: 50%;
	min-width: 580px;
	height: 56px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	background: transparent url("../imgs/instrucoes.png") 0 0 no-repeat;
}
#container_info #compartilhar{
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 21px;
	right: 0;
	float: right;
	background: transparent url("../imgs/logo-fb.png") 0 0 no-repeat;
	z-index: 1000;
	font: 10px/28px Arial, tahoma, sans-serif;
	color: #9b9b9b;
	padding-left: 38px; 
}