/*Body config*/

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font-family: 'Source Sans Pro', sans-serif;
}

#klickpages-bg-selection
{
    position: relative;
    min-height: 100%;
}

div#page {
	position: relative;
	background: url(../img/grid1.png) rgba(2,90,138, 0.4)  repeat;
	color:white !important;
	overflow:hidden;
    min-height: 100vh
}

/*Página de vendas*/

#logo-topo {
	text-align: center;
	padding: 10px;
}

.corrige-height-temporizador {
	height:590px;
}

.bt-1passo {
	padding:15px inherit;
	height: inherit !important;
	font-size:25px;
	margin-top: 10px
}

/*Menu styles*/

#mask {
	background: rgba(0,0,0,0.4);
	padding: 10px 0px;
	height: 70px;
}

#submask {
	min-width: 1164px !important;
	display: table;
}

#logo {
	width: 240px;
	background: #181A1A;
	padding-left:10px;
	float: left;
	height: 50px;
}

#separadorLogo {
	background: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/setalogo.svg") rgba(0,0,0,0.95) right top no-repeat ;
	width: 27px;
	height: 50px;
	float: left;
}
.separadorMenu {
	height: 50px;
	width: 1px;
	background: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/separador.png") center center no-repeat;
}
#finalizadorMenu {
	background: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/finalizadorMenu.svg") right top no-repeat ;
	width: 27px;
	height: 50px;
	float: left;
}

#conteudoMenu {
	float: left;
	background: rgba(0,0,0,0.95);
}

#conteudoMenu ul {
	list-style: none;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-weight: 400;
}

#conteudoMenu ul li {
	float: left;
	display: list-item;
	text-align: center;
	color: #DDD;
}

#conteudoMenu ul li a{
	color: #DDD;
	font-size: 16px;
	display: block;
	text-decoration: none;
	width: 170px;
	height: 50px;
	padding: 7px 0px;
	/* margin-bottom: -5px; */

 	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -kthtml-transition: all .3s linear;
    transition: all .3s linear;
}

#conteudoMenu ul li a:hover, #conteudoMenu ul li.selected {
	color:#FFF;
	background: #181A1A;
}
#conteudoMenu ul li.selected {
	color:#FFF;
	background: #181A1A;
}

#conteudoMenu ul li a span.text {
	padding: 0px 5px;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.4em;
	/* visibility: hidden; */
	margin-top: -2px;
	display: block;
	font-size: 12px;
}

#conteudoMenu ul li a:hover span.text {
	visibility: visible;
}



/*Cinema*/
.cinema-screen {
	background: rgba(255,255,255,0.2);
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;

 	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -kthtml-transition: all .3s linear;
    transition: all .3s linear;
}

#movie-clip {
	background: white;
	padding: 0px;
	margin: 0px;
}


#next-movies {

	margin: 0px;
	padding: 0px;
/*	height: 380px;*/

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=1 ); /* IE6-8 */

 	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -kthtml-transition: all .3s linear;
    transition: all .3s linear;
}


#movie-clip-vendas {
	padding: 0px;
	margin: 0px;

}

#next-movies-vendas {
    width: 100%;
	display: table;
	margin: 0px;
	padding: 0px;
/*	height: 380px;*/

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=1 ); /* IE6-8 */

 	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -kthtml-transition: all .3s linear;
    transition: all .3s linear;
}


#next-movies .colapse-icon {
	height: 8px;
	background: #202020;
	margin: 0px;
	text-align: center;
}
#next-movies .colapse-icon img {
	margin-top: -15px;
}



#next-movies .selected {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=1 ); /* IE6-8 */

}

.video {
}

.video:hover  {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=1 ); /* IE6-8 */
	cursor: pointer;
}

#next-movies .video {
	padding: 8px;
	height: 83px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	padding-left: 10px;
}

#next-movies .video img {
	float: left;
	clear:both;
	margin-right:8px;
	margin-top:5px;
}


#next-movies .video h4 {
	margin-left: 100px;
	font-size: 18px;
	margin-top: 6px;

}

#next-movies .video h5 {
	margin-left: 100px;
	font-size: 12px;
	color: #bababa;
	margin-top: -7px;
}

.facebook-count-number {
	margin-top:-10px;
}

.botao-count {
	line-height: 12px !important;
	padding-bottom: 13px !important;
	padding-top:2px;
	margin-top:-10px;
}

.sobrescreve-comments {
	width: 106px;
	float: left;
	position: absolute;
	left: 64px;
	background: #EFF4F7;
	color: color: #333;
	font-size: 13px;
	z-index: 100;
	top: 8px;
	text-shadow: none;
}

/*3 bonus page*/



.cinema-screen-bonnus {
	background:rgba(255,255,255,0.1);
	padding: 10px 10px 10px 0px;
	border-radius: 10px;

}

.item-video-bonus {
	display: inline-table;
}

.item-video-bonus .video-titulo {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-shadow: 1px 1px 1px #000, 1px 1px 5px rgba(255, 255, 255, 1);
}
.item-video-bonus .video-bloco  {
	background: rgba(255,255,255,0.2);
	padding: 10px;
	border-radius: 5px;
}

.item-video-bonus .video-player {
	text-align: center;
}

.item-video-bonus .video-player a img{
	width: 100%
}

.item-video-bonus .video-descricao {
	text-align: center;
	font-height: 90%;
	font-size:12px;
	padding:3px;
	background:rgba(0,0,0,0.5);
}


/* modal bonus */

#cinema-bonus {

}

.cinema-screen-bonnus-player {
	background:rgba(0,0,0,0.6);
	padding: 10px;
	border-radius:10px;
}

.titulo-this-player {
	color: white;
	font-size: 34px;
	margin-top: -30px;
	padding: 5px;
}
.desc-this-player {
	font-size: 22px;
	color: white;
	margin-bottom: 10px;
}

#gallery-player {
	height: 428px;
}

#next-bonus {
	height: 428px;
	overflow-y: scroll;
	overflow-x: none;
}

.btn-success {
	background: red;
}


.item-video-bonus-player {
	display: inline-table;
	padding-bottom:5px;
}

.item-video-bonus-player.selected, .item-video-bonus-player:hover {
	background: rgba(0,0,0,0.4);
	padding-bottom:5px;
	border-radius: 5px;
}

.item-video-bonus-player .video-titulo {
	color:white;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-shadow: 1px 1px 1px #000;
}
.item-video-bonus-player .video-bloco  {
	background: rgba(255,255,255,0.2);
	padding: 5px;
	border-radius: 5px;
}
.item-video-bonus-player .video-player {
	text-align: center;
}

.item-video-bonus-player .video-player a img{
	width: 100%
}


.item-video-bonus-player .video-descricao {
	color:white;
	text-align: center;
	font-height: 90%;
	font-size:12px;
	padding:3px;
	background:rgba(0,0,0,0.5);
}

/*Comment*/
.text-to-comment {
	font-size: 25px;
	font-family: 'Source Sans Pro', 'sans-serif';
	padding-top: 17px;
	color: white;
	text-shadow: 1px 1px 1px black;
	line-height: 26px;
}

.call-to-comment {
	text-align: center;
	margin-top:20px;
}

.highlight-red{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-red.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;

}
.highlight-orange{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-orange.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;
	text-shadow:none !important;

}
.highlight-white{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-white.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;
	text-shadow:none !important;
}
.highlight-green{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-green.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;
}
.highlight-blue{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-blue.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;
}
.highlight-yellow{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-yellow.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;
}
.highlight-white{
	background: url('http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/highlight-white.svg') ;
	background-size: 100% 124%;
	background-repeat: no-repeat;
}

.trigger-overlay {
	font-size:30px;
	border:0px;
	padding: 5px 10px;
	background: rgb(0,136,204); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVlODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,136,204,1) 0%, rgba(0,94,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,136,204,1)), color-stop(100%,rgba(0,94,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#005e89',GradientType=0 ); /* IE6-8 */}
}


.trigger-overlay:hover {
	font-size:30px;
	border:0px;
	padding: 5px 10px;
	background: rgb(0,136,204); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVlODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,136,204,1) 0%, rgba(0,94,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,136,204,1)), color-stop(100%,rgba(0,94,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,136,204,1) 0%,rgba(0,94,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#005e89',GradientType=0 ); /* IE6-8 */}
}

.trigger-new-comment {
	font-size:30px;
	border:0px;
	padding: 5px 10px;
	background: #ffa100 !important;
	background: -moz-linear-gradient(top, #ffa100 0%, #ffad00 16%, #ff9400 55%, #ff9400 60%, #ff8000 100%)  !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa100), color-stop(16%,#ffad00), color-stop(55%,#ff9400), color-stop(60%,#ff9400), color-stop(100%,#ff8000))  !important;
	background: -webkit-linear-gradient(top, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	background: -o-linear-gradient(top, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	background: -ms-linear-gradient(top, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	background: linear-gradient(to bottom, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa100', endColorstr='#ff8000',GradientType=0 )  !important;
}
.trigger-new-comment {
	font-size:30px;
	border:0px;
	padding: 5px 10px;
	background: #ffa100  !important;
	background: -moz-linear-gradient(top, #ffa100 0%, #ffad00 16%, #ff9400 55%, #ff9400 60%, #ff8000 100%)  !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa100), color-stop(16%,#ffad00), color-stop(55%,#ff9400), color-stop(60%,#ff9400), color-stop(100%,#ff8000))  !important;
	background: -webkit-linear-gradient(top, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	background: -o-linear-gradient(top, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	background: -ms-linear-gradient(top, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	background: linear-gradient(to bottom, #ffa100 0%,#ffad00 16%,#ff9400 55%,#ff9400 60%,#ff8000 100%)  !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa100', endColorstr='#ff8000',GradientType=0 )  !important;
}

#comentario:hover {
	font-size:30px;
	border:0px;
	padding: 5px 10px;
	background: rgb(77,107,193); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNmJjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTUxYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(77,107,193,1) 0%, rgba(62,81,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,107,193,1)), color-stop(100%,rgba(62,81,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6bc1', endColorstr='#3e51a0',GradientType=0 ); /* IE6-8 */
}

#comentario {
	font-size:30px;
	border:0px;
	padding: 5px 10px;
	background: rgb(77,107,193); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNmJjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTUxYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(77,107,193,1) 0%, rgba(62,81,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,107,193,1)), color-stop(100%,rgba(62,81,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(77,107,193,1) 0%,rgba(62,81,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6bc1', endColorstr='#3e51a0',GradientType=0 ); /* IE6-8 */
}

.comments-block {
	background: rgba(255,255,255,0.3) !important;
	height: 450px;
	padding:10px;
	border-radius:10px;
}
.my-comments {
	background: rgba(255,255,255,0.9) !important;
	overflow-x: none !important;
	overflow-y: scroll;
	height: 590px;
}

.curtacompartilhe {
	color: white;
	font-size: 20px;
	text-align: center;

}

.bt-comment-xs {
	margin:10px;
	text-align:center;
}

.comment-xs {
	background: rgba(255,255,255,0.9) !important;
}

#next-movies .video h4 {
	font-size:14px;
}

/*Social Icons*/
.share {
-webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
-o-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
margin-top: -45px;
position: fixed;
display: block;
left: 0px;
top: 50%;
z-index: 3020;
}

.share {ul li}

.share li .icon {
background-color: #222222;
position: absolute;
overflow: hidden;
height: 30px;
width: 30px;
z-index: 2;
}

.share li .icon em {
-webkit-transition: opacity 300ms ease-out;
-moz-transition: opacity 300ms ease-out;
-o-transition: opacity 300ms ease-out;
transition: opacity 300ms ease-out;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999px;
display: block;
height: 30px;
width: 30px;
opacity: 0.5;
}

.share li:hover .icon em {
opacity: 1.0;
}

.share .twitter .icon em {
background-image: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/social/twitter.png");
}

.share .youtube .icon em {
background-image: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/social/youtube.png");
}



.share .google .icon em {
background-image: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/social/plusone.png");
}

.share .facebook .icon em {
background-image: url("http://static.klickpages.com.br/resources/pagina-de-aquecimento/img/social/facebook.png");
}

.share li:hover .text {
-webkit-transition: left 200ms cubic-bezier(0.23, 1, 0.32, 1);
-moz-transition: left 200ms cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: left 200ms cubic-bezier(0.23, 1, 0.32, 1);
transition: left 200ms cubic-bezier(0.23, 1, 0.32, 1);
left: 30px;
}


.share li .text {
-webkit-transition: left 300ms cubic-bezier(0.86, 0, 0.07, 1);
-moz-transition: left 300ms cubic-bezier(0.86, 0, 0.07, 1);
-o-transition: left 300ms cubic-bezier(0.86, 0, 0.07, 1);
transition: left 300ms cubic-bezier(0.86, 0, 0.07, 1);
position: absolute;
margin-top: 5px;
padding: 0 5px;
height: 30px;
left: -80px;
z-index: 1;
}

.share li.youtube .text {
left: -110px;
}

.share li.youtube:hover .text {
left: 30px;
}

.share ul li {
	margin: 15px 0px;
}


/*Branding Klickpages*/

.powered-by-branding {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 116px;
	height: 38px;
	z-index: 10000;
	display: block;
	border: 0px solid whitesmoke;
	background:rgba(0,0,0,0.60);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.60)), color-stop(1%,rgba(0,0,0,0.60)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top-left-radius: 10px;
	padding: 4px 10px;
	}

.made-by {
	font-size: 10px;
	color:rgb(177, 163, 163);
	margin-bottom:-5px;
}

/*vendas*/

.logo-vendas {
	padding: 26px
}

.botao-1passo {
	margin:23px 0px;
}
.content-buy {
	text-align: center;
}

.headline-buy {
	margin-top:20px;
	font-size: 30px;
	line-height: 30px;
}

.headline-buy-no-counter {
	line-height: 35px;
}

.headline-buy-no-counter-1passo {
	padding: 70px 0px;
	margin-top:0px;
}

.headline-2-buy {
	font-size:14px;
	padding: 12px;
}
.headline-2-buy-no-counter {
	padding: 30px 12px;
}

.form-vendas {
	padding: 0px 15px !important;
}

.form-vendas input[type="text"] {
	margin-bottom: 5px !important;
	padding: 10px !important;
	height: 45px;
	font-size: 20px;
}

.form-vendas a {
	height: 45px;
	font-size: 20px;
	background: rgb(255,161,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Q5NmQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjgzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,161,0,1) 0%, rgba(217,109,0,1) 35%, rgba(239,131,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,161,0,1)), color-stop(35%,rgba(217,109,0,1)), color-stop(100%,rgba(239,131,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,161,0,1) 0%,rgba(217,109,0,1) 35%,rgba(239,131,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,161,0,1) 0%,rgba(217,109,0,1) 35%,rgba(239,131,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,161,0,1) 0%,rgba(217,109,0,1) 35%,rgba(239,131,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,161,0,1) 0%,rgba(217,109,0,1) 35%,rgba(239,131,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa100', endColorstr='#ef8300',GradientType=0 ); /* IE6-8 */
}

.form-vendas a:hover {
	background: rgb(239,131,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2VmODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2Q5NmQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 18%, rgba(217,109,0,1) 59%, rgba(255,161,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,131,0,1)), color-stop(18%,rgba(239,131,0,1)), color-stop(59%,rgba(217,109,0,1)), color-stop(100%,rgba(255,161,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,131,0,1) 0%,rgba(239,131,0,1) 18%,rgba(217,109,0,1) 59%,rgba(255,161,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,131,0,1) 0%,rgba(239,131,0,1) 18%,rgba(217,109,0,1) 59%,rgba(255,161,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,131,0,1) 0%,rgba(239,131,0,1) 18%,rgba(217,109,0,1) 59%,rgba(255,161,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,131,0,1) 0%,rgba(239,131,0,1) 18%,rgba(217,109,0,1) 59%,rgba(255,161,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8300', endColorstr='#ffa100',GradientType=0 ); /* IE6-8 */
}





/*Custom Countdown*/

/*removing hours*/
#circular_countdown_days {
	display: none;
}

.days {
	display:none;
}

#countdown_timer li {
	color:white;
	margin-top: 28px;
	font-size: 12px;
	padding: 0px
}

#countdown_timer li.days {
	left:-9px;
}
#countdown_timer li.hours {
	left:114px;
}
#countdown_timer li.minutes {
	left:236px;
}
#countdown_timer li.seconds {
	left:360px;
}

.countdownindex {z-index:9950;}

.cliqueeparticipe {
	position: absolute;
	margin-top: -67px;
	margin-left: 5px;
}
.rodape-final {
	text-align: center; font-size:10px; padding: 10px; background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0px;
}

/*Responsiveness config*/

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

}

/*xs*/
@media (max-width: 767px) {
	div#page {
		background: inherit
	}

	.container{margin-top:0px;}

	.text-to-comment {
		text-align: center;
		padding:5px 15px;
		font-size:16px;
	}

	.titulo-this-player {
		color: white;
		font-size: 18px;
		margin-top: -30px;
		padding: 5px;
	}
	.desc-this-player {
		font-size: 14px;
		color: white;
		margin-bottom: 10px;
	}

	#movie-clip-gallery {
		overflow: none !important;
		height: none  !important;
	}

	#gallery-player {
		height: inherit  !important
	}

	#next-bonus {
		padding-top:20px;
		height: inherit  !important;
		overflow: none  !important;
	}

	.nav-bonus-xs {
		padding: 5px;
		margin-top:50px;
		padding-top:50px;
	}

	.overlay-close-video {
		width:20px !important;
	}


	#next-movies {
		margin-top:10px;
	}


	#next-movies-vendas {
		height: inherit;


	}

	#menu-mobile {
		padding: 0px 20px;
		cursor: pointer;
	}

	.menu-mobile-button {
		text-align: center;
		padding:5px;
	}
	.menu-mobile-button a{
		color: white;
		text-decoration: none;
	}

	#menu-mobile {
		display:none;
	}

	#comentario {
		font-size: 23px;
		margin-top: 13px;
	}
	#comentario:hover {
		font-size: 23px;
		margin-top: 13px;
	}

	/*countdown ajustments*/

	#countdown-xs {
		text-align: center;
		margin-top:-30px;
	}
	#countdown-xs div {
		text-align: center;
	}
	#countdown-xs .number {
		font-size:40px;
	}
	#countdown_container {
		width: 275px !important;
		margin: 0 auto;
		margin-left: 23px;
		margin-bottom:10px;
	}

	#countdown_timer li {
		color:white;
		margin-top: 28px;
		font-size: 12px;
		padding: 0px
	}

	#countdown_timer li.hours {
		left:65px;
	}
	#countdown_timer li.minutes {
		left:188px;
	}
	#countdown_timer li.seconds {
		left:312px;
	}

	.botao-1passo {
		margin:0px 0px;
	}

	.overlay-video {
		background:rgba(2,90,138,0.9) !important;
	}
	.overlay-close-video {
		margin-top: -15px;
	}

	.headline-buy-no-counter-1passo {
		padding: 30px 0px;
		margin-top:0px;
	}

}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
	div#page {
		background: inherit
	}

	#next-movies {
		margin-top:10px;
	}

	.overlay-close-video {
		width:30px !important;
	}

	.container{margin-top:0px;}

	.text-to-comment {
		text-align: center;
		padding:20px;
		font-size:18px;
	}

	#movie-clip-gallery {
		overflow: none !important;
		height: none  !important;
	}

	#gallery-player {
		height: inherit  !important
	}

	#next-bonus {
		padding-top:20px;
		height: inherit  !important;
		overflow: none  !important;
	}

	.titulo-this-player {
		color: white;
		font-size: 29px;
		margin-top: -26px;
		padding: 5px;
	}
	.desc-this-player {
		font-size: 15px;
		color: white;
		margin-bottom: 10px;
	}

	#countdown_container {
		width: 725px !important;
		margin: 0 auto;
		margin-bottom:10px;
		padding-bottom:20px;
	}

	#countdown_timer li.hours {
		left:165px !important;
	}
	#countdown_timer li.minutes {
		left:290px !important;
	}
	#countdown_timer li.seconds {
		left:412px !important;
	}


	#next-movies-vendas {
		height: inherit;
	}
	.botao-1passo {
		margin:10px 0px !important;
	}

	.headline-buy-no-counter-1passo {
		padding: 30px 0px;
		margin-top:0px;
	}





}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
	body {
  		/*overflow:hidden;*/
	}



	#movie-clip-gallery {
		overflow-y: scroll;
		overflow-x: none;
		height: 431px !important;
	}

	#movie-clip-gallery.row{

	}
	#gallery-player	 {
		margin-top:15px;
	}


	/*vendas*/

	.logo-vendas {
		padding: 26px
	}
	.content-buy {
		text-align: center;
	}

	.headline-buy {
	margin-top: 20px;
	font-size: 25px;
	line-height: 26px;
	}


	.countdownword div img {
		margin-right:10px;
	}

	/*countdown ajustments*/

	#countdown-xs {
		text-align: center;
		margin-top:-30px;
	}
	#countdown-xs div {
		text-align: center;
	}
	#countdown-xs .number {
		font-size:40px;
	}
	#countdown_container {
		width: 275px !important;
		margin: 0 auto;
		margin-left: 23px;

	}

	#countdown_timer li {
		color:white;
		margin-top: 28px;
		font-size: 12px;
		padding: 0px
	}

	#countdown_timer li.hours {
		left:65px;
	}
	#countdown_timer li.minutes {
		left:188px;
	}
	#countdown_timer li.seconds {
		left:312px;
	}

	.headline-buy-no-counter-1passo {
		padding: 50px 0px;
		margin-top:0px;
	}

}
/*lg*/
@media (min-width: 1200px) {
	body {
  		/*overflow:hidden;*/
	}
	#movie-clip-gallery {
		overflow-y: scroll;
		overflow-x: none;
		height: 431px !important;
	}

	#movie-clip-gallery.row{

	}


	#countdown_container {
		width: 383px !important;
		margin: 0 auto;
		margin-bottom:20px;
	}

	/*Countdown ajustments*/

	#countdown_timer li {
		color:white;
		margin-top: 28px;
		font-size: 12px;
		padding: 0px
	}

	#countdown_timer li.hours {
		left:-7px;
	}
	#countdown_timer li.minutes {
		left:118px;
	}
	#countdown_timer li.seconds {
		left:240px;
	}

}



/*Hack to make the background darker when in modal position*/
.modal-backdrop.in {
	opacity: .90	;
	filter: alpha(opacity=90);
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
  #modalInscricao img { max-width: 90% !important; }
}

/*Hack to centralize modal*/
.modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}


.modal-body {
    overflow-y: none;
}
.modal-footer {
    margin-top: 0;
}

.modal-content {
	border: 0px solid whitesmoke;
	background: #000000;
	border-radius: 15px;
	border:10px solid rgba(255,255,255,0.4);
}

.headline-2-buy {
padding: 12px 0px 14px 0px !important}

.parsley-error-list
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.parsley-error-list .custom-error-message
{
    font-size: 12px;
    color: #FF0023;
    font-family: Arial;
    font-weight: bold;
}

.botao-modal-1step {
    margin-top:10px;
    font-size:24px;
    padding: 6px 15px;
}
.botao-modal-1step:hover {
    margin-top:10px;
    font-size:24px;
    padding: 6px 15px;
}

.h120 {
    min-height: 120px;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.botaoCallToAction {
	background: #FF8800;
	font-size: 25px;
	padding: 5px 25px;
	border: 0px;
	color: #fff;
	text-shadow: 0px 0px 6px #333;
	text-transform: uppercase;
}

.formbox-input {
	margin-bottom:3%;
}
.klickpagesNoGrid
{
    background: none !important;
}
.list-link{
    color: #fff;
}
.list-link a{
    color: #fff;
}
